/**/
img {
	background: transparent;
	border: none;
}

.panel-box sup {font-size:70%;}

.gradation-bottom {
	background: url(../images/white_bar_1.png) center bottom repeat-x;
}

.clear {
	clear: both;
}

.fl-l {
	float: left;
}

.mr10 {
	margin-right: 10px;
}

.mt10{
	margin-top:10px;
}

.mb50{
	margin-bottom:50px;
}

.mt70{
	margin-top:70px;
}

.mb6 {
	margin-bottom: 6px;
}

.lineheight-default {
	line-height: 1em !important;
}

#naviaudio-details {
	float: left;
	margin-right: 10px;
	width: 380px;
}

#naviaudio-table {
	margin:10px 0 25px;
	width: 100%;
	border-collapse: collapse;
}

#naviaudio-table th {
	width: 20%;
	height: 60px;
	text-align: center;
	font-size: 12px;
	padding: auto;
	background-color: #8B8D8B;
	color: #ffffff;
	border: 5px solid #ffffff;
}
#naviaudio-table a,
#naviaudio-table a:visited {
	color:#fff;
	text-decoration:none;
}
#naviaudio-table a:hover {
	text-decoration:underline;
}
#panel-naviaudio h3 {
	font-size:110%;
}
	
#panel-naviaudio .title {
	font-size:140%;
}

.col-img {
	margin-bottom: 10px;
}

.col-caption {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.col-caption.line_s {
	margin-bottom:0;
}

.col-details {
	font-size: 12px;
	line-height: 1.4em;
}

#panel-default_equipment .col-caption {
	margin-bottom: 5px;
}

#panel-type_equipment .col-caption {
	height: 30px;
}

div#container {
	width: 100% !important;
}

div#main{
	width: 100% !important;
	padding-top: 100px;
}

.separator {
	width: 100%;
	height: 10px;
	background: url(../images/shadow_bar_1.png) no-repeat center center;
}

div.panel {
	font-size: 14px;
	width: 980px;
	height: auto;
	margin: 0 auto;
/*	padding: 20px;*/
}

h2.header {
	width: 980px;
	margin: 30px auto;
	background: url(../images/caption_bar.png) no-repeat bottom center;
	padding-bottom: 20px;
}

h3.header {
	font-size: 17px;
	font-weight: bold;
}

h4.header {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
}

h4.header-nomargin {
	font-size: 14px;
	font-weight: bold;
}

.encl {
	vertical-align:top;
}

#panel-navi .col-last .col-left p {
/*	margin-top: 20px;*/
}

.clear {
	clear: both;
}

.row {
	width: 980px;
	margin-bottom: 50px;
}

.col2 {
	width: 460px;
	float: left;
	margin: 0px 30px;
}

.col3 {
	width: 300px;
	float: left;
	margin: 0px 20px;
	font-size: 12px;
}

.col4 {
	width: 230px;
	float: left;
	margin: 0px 10px;
	font-size: 12px;
}

.col-first {
	margin-left: 0px;
}

.col-last {
	margin-right: 0px;
}

/* タイプ別メーカーオプション */
#mo_type {
	margin-bottom:50px;
	padding:20px;
	border: 1px solid #999;
}
#mo_type .ph {
	float:left;

}
#mo_type .txtbox {
	float:left;
		width:473px;
}
#mo_type .txtbox .hdcopy {
		margin-top:22px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}

/* ナビ＆オーディオ */
div#panel-naviaudio.panel {
	border: 1px solid #999;
	margin-bottom: 100px;
}
.panel-box {
	margin: 20px;
}

.item_copy {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.item_title {
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}
.item_text {
	line-height:160%;
}

/*  ナビ＆オーディオ1 */
#da .da_top {
	padding-top:15px;
}
#da .da_top .txt {
	float:left;
	width:450px;
}
 #da .da_top .ph {
	float:left;
	width:445px;
	margin-left:40px;
}
#da .da_top h5 {
	margin-bottom:10px;
}
#da .da_top .item_title_encl {
	margin-bottom:25px;
}
 
#da  .da_box {
	padding:0 0 5px 10px;
	border-left:2px solid #e5e5e5;
}
#da  .da_box h4 {
	margin-bottom:10px;
}
#da  .da_box .txt {
	color:#555;
	font-size:13px;
}

#da .da_col2 {
	margin:25px 0;
}
#da .da_col2 .first {
	margin-right:35px;
}
#da .da_col2 .da_box {
	float:left;
}
#da .da_col2 .da_box .txt {
	float:left;
	width:230px;
}
 #da .da_col2 .da_box .ph {
	float:left;
	width:195px;
	margin-left:15px;
}

#da .fnct {
	overflow:hidden;
	margin-top:20px;
}
#da .fnct li {
	float:left;
	height:49px;
	margin:0 8px 8px 0;
	border-left:1px solid #6cb2d3;
	border-right:1px solid #6cb2d3;
}

#da .caution {
	margin-top:20px;
}
#da strong {
	font-size: 110%;
	font-weight:bold;
}

/* imgOv */
.imgOv a img {
	filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}
.imgOv a:hover img {
	filter:alpha(opacity=50);
  -moz-opacity:0.7;
  opacity:0.7;
}
	

/*  ナビ＆オーディオ2 */
div#panel-navi.panel {
	height: 440px;
	margin: 50px auto;
}
div#panel-navi.panel .row {
	height: 100%;
}

div#panel-navi.panel .col2 {
	border: 1px solid #999;
	height: 100%;
	margin: 0px;
	padding: 15px;
}

div#panel-navi.panel .col-first {
	width: 270px;
	float: left;
}

div#panel-navi.panel .col-last {
	width: 620px;
	float: right;
}

div#panel-navi.panel .col-last .col-left {
	width: 290px;
	float: left;
}

div#panel-navi.panel .col-last .col-right {
	width: 290px;
	float: right;
}

div#panel-navi.panel .col-last .col-bottom {
	margin-top: 40px;
}

 .link_more {
	margin:30px 0 10px;
	text-align:right;
}



div.link-right {
	text-align: right;
}

div.link-right1 {
	text-align: right;
	margin-bottom:50px;
}
div.link-right1 p {
	margin-bottom:10px;
}
div.link-right2 {
	text-align: right;
	padding-top:30px;
}

div#panel-dealeroption {
}

div#panel-dealeroption .col3 {
	width: 258px;
	height: 400px;
	border: 1px solid #999;
	padding: 20px;
}

a:hover img.opacity {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.list-details {
	font-size: 8pt;
}

.maker_option {
	font-size: 13px;
}

#panel-maker_option .item_title_encl {
	margin-top: 15px;
}

/* popupコンテンツ用 [start] */
.popup-contents {
	display: none;
}

.popup-container {
	width: 701px;
	height: 480px;
}

.popup-container .main-img {
	width: 400px;
	height: 350px;
	margin: 0px;
	float: left;
}

.popup-container .header {
	font-weight: normal;
}

.popup-container .details {
	width: 300px;
	float: right;
}

.popup-container h3 {
}

.popup-container hr {
	border: 1px solid silver;
	margin: 20px 0px;
}

.popup-container h4 {
	margin-top: 0px;
	padding-left:15px; text-indent:-20px;
}
.popup-container h4 span.caution {
	font-size:85%; line-height:1.6em;}

.popup-container ul.table-NWGN, ul.table-NWGN-custom {
	margin: 0;
	padding: 0;
}

.popup-container ul.table-NWGN li, ul.table-NWGN-custom li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.popup-container p.details_txt {
	margin:10px 0;
	 line-height:1.5em;
}

.popup-container .details_small_txt {
	font-size: 8pt;
}

.popup-container .details_small_txt_stylish {
	font-size: 7.5pt;
}

.caution_plasma {
	margin:10px 0 20px;
}

/* popupコンテンツ用 [end] */
