@charset "utf-8";


/*=================================================================================

	en_price_plan

=================================================================================*/


/* item
-------------------------------------------------------------------------------- */
.list_sections li {
	display: inline;
	padding: 0 13px 0 25px;
	background: transparent url("/mobile/set/common/p/img/v11a/pdct_savoia/icn_bullet_below.gif") 12px center no-repeat;
	border-left: dotted 1px #969da1;
	font-size: 86%;
}
.list_sections li.first {
	padding-left: 13px;
	border-left: none;
	background-position: left center;
}
.list_sections li.last {
	padding-right: 0;
}

.downloadCol li{
	font-size: 86%;
	display: inline;
	padding-right: 13px;
	/* white-space: nowrap; */
}
.downloadCol li span.note{
	font-size: 84%;
	white-space: normal;
}

/* Clearfix
-------------------------------------------------------------------------------- */

.list_sections:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}

.list_sections { zoom:100%;}

