@charset "UTF-8";
@import "../../_css/common.css";
@import "../../_css/product.css";
@import "../../_css/product_dtl.css";


/*-------- t1 --------*/

/* h */
div#tab01_ele h4.t1_h4_01{
	font-size:116%;
	color:#006bad;
	width:256px;
}


/* p */

div#tab01_ele p.t1_p01{
	margin:10px 0;
}


div#tab01_ele p.t1_p02{
	font-size:108%;
	line-height: 1.6;
	margin:5px 0 0;
}
div#tab01_ele p.t1_p03{
	font-size:108%;
	margin:20px 0;

}


div#tab01_ele p.t1_p04{
	font-size:108%;
	width:256px;
	float:left;
}


/* img */
img.t1_sp{
	display:block;
	clear:both;
	padding:10px 0;
}
div#tab01_ele img.t1_img01{
	margin:-1.5em 0 0;
	float:right;
	padding-bottom:20px;
}


/*-------- t1 --------*/


div#tab03_ele h3.t3_h3_01{
	font-size:116%;
	color:#006bad;
	margin-bottom:5px;
}



div#tab03_ele table {
	border-left:1px solid #999;
	border-top:1px solid #999;
	width:442px;
	table-layout:fixed;
}
div#tab03_ele table th,
div#tab03_ele table td{
	padding:.3em 0;
}
/*tabel 1 */
div#tab03_ele th {
	background:#f1f3f9;
	text-align:left;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:108%;
	text-indent:30px;
	width:176px;
}
div#tab03_ele td {
	font-size:108%;
	text-align:left;
	text-indent:30px;
	width:266px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
