
/* ----- base style ----- */

.main_header {
	margin: 0 20px;
}

/*
h1 {
	margin-left: 10px;
	padding: 2px 9px;
	font-weight:bold;
	border-left:5px solid #8e9eb1;
	font-size:16px;
}
*/
.date {
/*	margin-top: 14px;
	padding-top: 5px; */
	text-align: right;
/*	border-top: 1px solid #c2c2c2;
	font-size: 12px;
    font-weight: bold;*/
}

.main_contents {
	margin: 15px 30px 0;
}
h2,h3,h4 {
	font-size: 12px;
}


h2 {
	margin: 30px 0 0;
	font-weight:bold;
}
h3 {
	margin: 10px 0 0;
	font-weight:bold;
}



#popup_contents .w_line {
	margin: 35px 0 20px;
	border-bottom: 3px solid #d6d6d6;
}
#popup_contents .w_line span {
	display: block;
	padding: 0 15px 3px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #b5b5b5;
	background: url(/mobile/set/common/p/img/v09b/information/details/icn_square_cyan.gif) 0 6px no-repeat;
}
#popup_contents .w_line span.light_cyan {
	background: url(/mobile/set/common/p/img/v09b/information/details/icn_square_light_cyan.gif) 0 6px no-repeat;	
}
#popup_contents .list-square_num {
	position: relative;
	min-height: 23px;
	_height: 23px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#popup_contents .list-square_num span.txt {
	display: block;
	padding: 3px 0 0 30px;
}
#popup_contents .list-square_num .icn_num {
	position: absolute;
	left: 0;
	top: 0;
}


#popup_contents .rbox-lb {
	margin-top: 10px;
	background: #eaf1f4 url(/mobile/set/common/p/img/v09b/information/details/bg_rbox_lb.gif) left bottom no-repeat;
}
#popup_contents .rbox-lb .inner {
	padding: 0 20px;
	background: url(/mobile/set/common/p/img/v09b/information/details/bg_rbox_lb.gif) left top no-repeat;
}
#popup_contents .rbox-lb span.cnr {
	position: relative;
	display: block;
	overflow: hidden;
	height: 10px;
	line-height: 10px;
	margin: 0 -20px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(/mobile/set/common/p/img/v09b/information/details/bg_rbox_lb.gif);
}
#popup_contents .rbox-lb span.cnr.tp {
	background-position: right top;
}
#popup_contents .rbox-lb span.cnr.btm {
	background-position: right bottom;
}
#popup_contents .rbox-lb .sec {
	margin-top: 5px;
	padding-left: 30px;
}

#popup_contents .inquiry-for-customer h3 {
	margin: 0 0 5px;
}
#popup_contents .inquiry-for-customer .customer-center,
#popup_contents .inquiry-for-customer .softbank-shop {
	float: left;
	padding: 0 10px;
}

#w745 .inquiry-for-customer .customer-center,
#w745 .inquiry-for-customer .softbank-shop {
	width: 303px;
}
#w620 .inquiry-for-customer .customer-center {
	width: 245px;
}
#w620 .inquiry-for-customer .softbank-shop {
	width: 270px;
}

#popup_contents dl.compatible-models {
	padding: 0 10px;
}
#popup_contents dl.compatible-models dt {
	margin-top: 10px;
	font-weight: bold;
}
	


/* table */
table {
	margin: 20px 20px 0 20px;
	padding: 0;
	border-collapse: collapse;
}
table,
table tr,
table th,
table td {
	border: #333333 solid 1px;
	background: none;
	font-size:12px;
	vertical-align: top;
}
table th {
	text-align: center;
}

td.bg-gray,
th.bg-gray,
.bg-gray td,
.bg-gray th {
	background-color: #eeeeee;
}

/* /table */


/* compliant-model */
table.compliant-model {
	margin: 20px 0 0;
}

table.compliant-model th,
table.compliant-model td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.compliant-model th {
	background: #eeeeee;
}

table.compliant-model .no-wrap {
	white-space: nowrap;
}

table.compliant-model td.model-number {
	background: #ffff99;
	font-weight: bold;
}

table.compliant-model td.note {
	text-align: left;
}
table.compliant-model td a {
	font-size: 12px;
}
/* /compliant-model */


p.closing-comment{
	margin:20px 10px 0 0;
	text-align:right;
}


/* list-model */
.list-models {
	margin:15px 0 0;
}

.list-models dt {
	width: 5em;
	float: left;
}

.list-models dd {
	float:left;
}
/* /list-model */
