@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */

/* ----------------------------------------
 会社概要 
---------------------------------------- */

/* 共通 */

#contents h2{
	text-align:center;
	padding-top:59px;
	padding-bottom:28px;
	color:#000;
	font-size:20px;
	font-weight:normal;
	line-height:1em;
	letter-spacing:4px;
}
#contents h2.dashed{
	border-bottom:1px dashed #b2b2b2;
}	
#contents h2 > span{
	color:#999;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:1px;
}

h2.title{
	text-align:center;
	padding-top:59px;
	padding-bottom:28px;
	color:#000;
	font-size:20px;
	font-weight:normal;
	line-height:1em;
	letter-spacing:4px;
}
h2.title.dashed{
	border-bottom:1px dashed #b2b2b2;
}	
h2.title > span{
	color:#999;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:1px;
}

.main_stage.expand{
	min-width:1092px;
	height:262px;
	background-image:url('../../service/img/main.jpg');
	background-position:center 0%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}





/* index */

#contents.index dl{
	display:inline-block;
	margin:55px auto 0px;
}
#contents.index dl dt{
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	font-size:14px;
}
#contents.index dl dd{
	text-align:left;
	font-size:14px;
	line-height:2em;
}

/* material */

body#service #contents.material .main_stage{
	margin-bottom:5px;
}
body#service #contents.material .lead{
	margin-bottom:30px;
	text-align:center;
}

body#service.material #contents.material .photo_area{
	width:839px;
	margin:0px auto 15px;
}
body#service.material #contents.material .photo_area .photo_item{
	display:block;
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-right:11px;
}

body#service.material #contents.material .figure_area{
	width:839px;
	margin:0px auto;
}
body#service.material #contents.material .figure_area .figure_item{
	width:839px;
	height:193px;
	background-color:#000;
}

body#service.material .inquire_tel{
	width:840px;
	margin:50px auto 0px;
	padding:15px;
	border:1px solid #bf0000;
	text-align:center;
	font-size:16px;
	line-height:1.5em;
}
body#service.material .inquire_tel strong{
	font-size:20px;
}


