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

	gh.oldstyle.css
		
=============================================*/


/* for debug */
ul.pdtSpecText:before,
ul.pdtTaiou:before,
ul.pdtNoticeu:before{
/*
content: '/common/css/gh.oldstyle.cssから上書き中';
background: #ccc;
*/
}

ul.pdtSpecText,
ul.pdtTaiou,
ul.pdtNoticeu{
}
/* end debug */

/* reset */
ul.pdtPdttext li,
ul.pdtSpecText li,
ul.pdtTaiou li,
ul.pdtNoticeu li{
list-style: none;
padding: 0;
margin: 0;
}


/* for font color */

ul.pdtNoticeu li:not(.pdtNoticsTitle){
font-size: 13px;
}


ul.pdtSpecText li h5,
ul.pdtTaiou li h5,
ul.pdtNoticeu li h5{
font-size: 16px;
color: #444;
}
ul.pdtSpecText li p,
ul.pdtTaiou li table{
color: #666;
}

ul.pdtSpecText li p,
ul.pdtTaiou li p,
ul.pdtNoticeu li p,
.tabContents .contentsInner table{

}

ul.pdtSpecText li:first-child h5,
ul.pdtTaiou li:first-child h5,
ul.pdtNoticeu li:first-child h5{
border-top: none;
padding-top: 0px;
}

ul.pdtSpecText li h5,
ul.pdtTaiou li h5,
ul.pdtNoticeu li h5{
border-top:1px solid #eee;
padding-top: 20px;
padding-bottom: 12px;
}

ul.pdtSpecText li:last-child h5,
ul.pdtTaiou li:last-child h5,
ul.pdtNoticeu li:last-child h5{
border-bottom:1px solid #eee;
}

ul.pdtSpecText li h5 ~ p,
ul.pdtTaiou li h5 ~ p,
ul.pdtNoticeu li h5 ~ p{
margin-top: -10px;
}
ul.pdtSpecText table,
ul.pdtTaiou table,
ul.pdtNoticeu table{
box-shadow: 0 0 0 1px red;
}



/* 製品情報 */


/* ご使用上のご注意 */
ul.pdtNoticeu li.pdtNoticsTitle{
margin-bottom: 10px;
}
ul.pdtNoticeu li:not(.pdtNoticsTitle){
list-style: disc;
margin-left: 2em;

}



/* table summary="仕様" */

.tabContents .contentsInner table{
width: 100%;
font-size: 14px;
}
.tabContents .contentsInner table tr th,
.tabContents .contentsInner table tr td{
padding: 7px 10px 7px 25px;
border: 1px solid #ddd;	
}
.tabContents .contentsInner table tr th,
.tabContents .contentsInner table tr td{
border-top: 1px #ddd solid;
}
.tabContents .contentsInner table tr:last-child th,
.tabContents .contentsInner table tr:last-child td{
border-bottom: 1px #ddd solid;
}
.tabContents .contentsInner table tr th{
background: #f5f5f5;
}






/* 特徴タブ内 */
ul.pdtSpecText{

}


/* 対応タブ内 */
ul.pdtTaiou{


}

/* 仕様タブ内 */
ul.pdtNoticeu{

}