@charset "utf-8";

@import url("../../../../../css/common.css");
@import url("../common.css");
@import url("common.css");

/*===========================================

    product
	
	ferroconcrete
	
	frandir_aura.css
		
===========================================*/


/*	mainimage
===========================================*/
div#mainimage {
	margin: 0 auto 20px;
	width: 980px;
	text-align: left;
	border:1px solid #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
	div#mainimage figure { float: right; margin: 0;}
	div#mainimage .txtArea {
		position: absolute;
		top: 50%;
		left: 100px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	div#mainimage .txtArea *{
		font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
		div#mainimage .txtArea h4 {
			margin-bottom: 20px;
			text-align: center;
			color: #005136;
			line-height: 100%;
			font-size: 50px;
		}
			div#mainimage .txtArea h4 span { display: block; line-height: 100%; font-size: 14px; margin-top: 10px;}
		div#mainimage .txtArea p { color: #000; font-size: 28px; line-height: 130%;}

/*	imgswitch
===========================================*/
div#imgswitch {
	width: 980px;
	margin: 3px auto 14px auto;
	text-align: left;
	}

div#imgswitch h5 {
	margin: 0 0 0 22px;
	padding: 18px 0 0 0;
	color: #000;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#imgswitch table {
	width: auto;
	margin: 10px 0 0 18px;
	}

div#imgswitch table tr td {
	padding: 4px;
	}
	

div#imgswitch p.text {
	font-size: 68%;
	margin: 10px 0 0 22px;
	padding-bottom: 8px;
	}




/*	line1
===========================================*/
div#contents {
	}

div#contents h5 {
	margin-bottom: 10px;
	color: #0c90ba;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#contents div.line1 {
	overflow: hidden;
	padding: 10px 0 10px 0;
	}

div#contents div.line1 div.box {
	width: 920px;
	padding: 10px 22px 5px 22px;
	}

div#contents div.line1 div.box p.right {
	float: right;
	width: 685px;
	padding-top: 5px;
}



/*	line2
===========================================*/
div#contents {
	}

div#contents div.line2 {
	overflow: hidden;
	padding: 10px 0 10px 0;
	}

div#contents div.line2 div.box {
	float: left;
	width: 280px;
	padding: 10px 22px 5px 22px;
	border-right: 1px solid #CCCCCC;
	}

div#contents div.line2 div.end {
	padding-right: 0px;
	border-right: none;
	}
	
div#contents div.line2 div.box p.text {
	padding-bottom: 20px;
}

div#contents div.line2 div.box p span {
	font-size: 83%;
}

div#contents div.line2 div.box p img.right {
	float: right;
	margin-left: 10px;
}

div#contents div.line2 div.box p img.left {
	float: left;
	margin-right: 10px;
}


div#contents div.line2 div.box p.bottom_image {
	padding-top: 5px;
}


/*-------------------------*/
/* デバイスサイズ 889px*/
/*-------------------------*/
@media screen and (max-device-width: 889px) {

div#mainimage,
div#imgswitch{ width: auto; margin-left: 10px; margin-right: 10px; padding: 20px;}
div#mainimage figure{ float: none; text-align: center; margin-bottom: 20px;}
div#mainimage .txtArea{ position: static; padding: 0; transform: translateY(0%);}
div#mainimage .txtArea h4 { font-size: 35px;}
div#mainimage .txtArea p{ font-size: 20px; text-align: center;}
div#imgswitch h5{ padding: 0; margin: 0; font-size: 16px;}
div#imgswitch table,
div#imgswitch tbody,
div#imgswitch table tr,
div#imgswitch table th,
div#imgswitch table td{ display: block; text-align: center;}
div#imgswitch p.text{ font-size: 100%; margin: 10px 0 0; padding: 0;}
div#contents div.line2{ padding: 0;}
div#contents div.line2 div.box{ width: auto; padding: 0; border-right: none;}
div#contents div.line2 div.box+.box{ margin-top: 40px;}
div#contents div.line2 div.box p.text2{ line-height: 1.4;}
div#contents div.line2 div.box p span{ font-size: 100%;}
div#contents h5{ font-size: 18px;}

}