@charset "utf-8";


/*===== Selector =====*/
#selector {
	margin: 20px 0 0;
	padding: 10px 10px 15px;
	background-color: #b3d8f4;
}
#selector dl.select-list {
	float: left;
	width: 175px;
	margin-right: 20px;
	position: relative;
}
#selector dl.select-list dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#selector dl.select-list dd.submit {
	width: 150px;
	height: 36px;
	background: url(img/btn_submit_disabled.gif) no-repeat left top;
	position: absolute;
	left: 190px;
	bottom: -5px;
	font-size:1px;
}
#selector dl.select-list input#btn_submit {
	display: none;
}
#selector select {
	width: 170px;
	padding: 1px;
}
#searchGuide select.maker {
	display: none;
}
#searchGuide select.maker.default {
	display: inline;
}



/*===== Setting Details =====*/
div#setting-details {
	display: none;
	padding: 15px 10px 10px;
	background-color: #f2f7f7;
	min-height:500px;
	height: auto !important;
	height: 500px;
}

div#setting-details dl dt {
	width: 1.4em;
	font-weight: bold;
}

div#setting-details dd {
	margin: -1.4em 0 0 1.5em;
	font-weight: bold;
}

div#setting-details dl.sub {
	margin: 10px 0 0 10px;
}

div#setting-details dl.sub dt {
	width: 1.4em;
	font-weight: bold;
}

div#setting-details dl.sub dd {
	width: 20em;
	margin: -1.4em 0 0 1.5em;
	font-weight: bold;
}


div#setting-details ul {
	margin: 15px 0 0 10px;
}

div#setting-details ul li {
	display: block;
	float: left;
	width: 131px;
	height: 240px;
	background: url(/mobile/set/data/information/details/100527/img/arrow_bg.gif) no-repeat 118px 75px;
}


div#setting-details ul.ts_1 li, div#setting-details ul.ts_1 li.last {height: 200px;}
div#setting-details ul.ts_5 li, div#setting-details ul.ts_5 li.last {height: 200px;}
div#setting-details ul.sc_2 li, div#setting-details ul.sc_2 li.last {height: 200px;}




div#setting-details ul li p {
	display: block;
	width: 100px;
	margin-left: 10px;
	color: #666;
	font-size: 10px;
	line-height: 1.5em;
}

div#setting-details ul li img {
	margin: 0 0 5px 10px;
}

div#setting-details ul li.last {
	display: block;
	float: left;
	width: 110px;
	height: 240px;
	background: none;
}

div#setting-details .clearfix {
	clear: both;
	font-size: 1px;
}

div#setting-details dl.annotation {
	margin: -20px 0 0 20px;
	padding: 0 0 20px 0;
}

div#setting-details dl.annotation dt {
	width: 1.4em;
	font-weight: normal;
	color: #666;
}

div#setting-details dl.annotation dd {
	width: 20em;
	margin: -1.4em 0 0 1.5em;
	font-weight: normal;
	color: #666;
}


/*===== Users Guide List =====*/
table.base {
	margin: 8px 0 0;
}
table.base th,
table.base td {
	font-size: 12px !important;
	padding: 5px 10px !important;
}
table.base th.models {
	background-color: #ffff99 !important;
	font-weight: bold;
}

/*===== mysoftbank =====*/
.bt {
    border-top: 1px solid #C2C2C2;
}