@charset "utf-8";

h2.headingA,
h2.headingB{
	margin:0 0 0.8em 0;
	padding:0;
	color: #03c;
	font-size: 16px;
	font-weight:normal;
	line-height:1.3;
}
h2.headingB{
	margin-top:2em;
}
h2.headingA span,
h2.headingB span{
	padding:0 1em;
	border-left:5px #03c solid;
	border-right:5px #03c solid;
}



/*割ブシュ*/
div#bush{
	box-sizing: border-box;
	width:100%;/*650px*/
	padding:0 0 50px 20px;
}

/*タイトル部分*/
div#bush div.titleImg{
	width:630px;
	height:325px;
	margin: 0 0 0 0;
	color:#fff;
	background-color:#999;
	background-image:url(../img/img_bush01.jpg);
	background-position:0 0;
	background-repeat: no-repeat;
}
div#bush div.titleImg p{
	margin:0 0 0 13px;
	padding:20px 0 3px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}
div#bush div.titleImg h1{
	margin:0 0 0 13px;
	padding:0 0 0 0;
	font-size:28px;
	font-weight:bold;
	line-height:1.3;
	border-top:2px #5944ca solid;
}

/*図面*/
div#bush img.fig1{
	display:block;
	margin: 0 auto 20px auto;
	width:425px;
}

/*取付方法*/
div#bush div.installation{
	width:100%;/*630px*/
	margin-bottom:60px;
}
div#bush div.installation dl{
	box-sizing: border-box;
	width:350px;
	float:left;
	border:1px #036 solid;
}

div#bush div.installation dl dt{
	display: inline-block;
	padding:0.2em 1.5em 0.3em 1.5em;
	font-size:16px;
	line-height: 1.3;
	font-weight:bold;
	color:#fff;
	text-align: center;
	background-color: #036;
}
div#bush div.installation dl dd{
	text-align: center;
}

div#bush div.installation div.l20{
	width:260px;
	float:right;
}
div#bush div.installation div.l20 p{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0.5em 1.5em;
	font-size:14px;
	line-height: 1.3;
	background-color: #d8e0e8;
	border-radius: 0.5em;
}
div#bush div.installation div.l20 p:after{
	content:"";
	position: absolute;
	width:0;
	height:0;
	bottom:-20px;
	left:90px;
	margin:auto 0;
	border-top: 20px solid #d8e0e8;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}


/*寸法・仕様*/
div#bush div.spec{
	width:100%;/*630px*/
	margin-bottom:60px;
}

div#bush div.spec img.fig4{
	display:block;
	width:229px;
	float:left;
}

div#bush div.spec table{
	box-sizing: border-box;
	width:380px;
	float:right;
	border-top:1px #ccc solid;
}
div#bush div.spec table caption{
	padding:0.5em 0 0 0;
	caption-side: bottom;
	text-align: left;
	font-size:13px;
	line-height: 1.3;
}
div#bush div.spec table tr th,
div#bush div.spec table tr td{
	padding:0.3em 0.5em;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
}
div#bush div.spec table tr th:last-child,
div#bush div.spec table tr td:last-child{
	border-right: none;
}
div#bush div.spec table th{
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	background-color: #036;
}
div#bush div.spec table td{
	font-size:13px;
	padding:0.3em 0.5em;
	text-align: center;
}

div#bush div.spec table tr:nth-child(even) td{
	background-color: #eee;
}





