@charset "utf-8";
/*@import url("../../../css/reset.css");*/
@import url("../../../css/common.css");
@import url("../../css/common.css");
@import url("common.css");
@import url("../../../css/lightbox.css");


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

    product
	
	ferroconcrete
	
	sunmate2.css
		
===========================================*/


/*	mainimage
===========================================*/
div#mainimage {

	position: relative;

	margin: 0 auto;

	width: 980px;

	height: 366px;

	text-align: left;

	}

	

div#mainimage h4 {

	position: absolute;

	top: 60px;

	left: 20px;

	z-index: 2;

	width: 300px;

	}

	

div#mainimage p {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 980px;

	}

/*	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;

	}



div#imgswitch table {

	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;

	}


/*	line
===========================================*/
div#contents div.line {
	overflow: hidden;
	padding: 20px 0 10px 0;
	}

div#contents div.line div.box {
	float: left;
	width: 442px;
	min-height: 130px;
	padding: 0 22px;
	border-right: 1px solid #CCCCCC;
	}
* html div#contents div.line div.box {	/* ie6のみ適用（min-heightの代わり） */
	height: 130px;
	}


div#contents div.line div.end {
	padding-right: 0px;
	border-right: none;
	}

div#contents div.line h5 {
	float: left;
	margin-bottom: 10px;
	}

div#contents div.line div.box p.right,
div#contents div.line div.box p img {
	float: right;
	margin-left: 10px;
	}


div#contents div.line div.box span {
	font-size: 90%;
	}

