@charset "utf-8";

/* ========================================================
	pages.css => サブページテンプレート用スタイル
======================================================== */

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

    サブページ共通
	
============================================================================== */

/*.subPage {line-height:1.5;}*/

#breadcrumbs{
	background:#e6e6e6;
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.mainBox{
	margin-top:20px;
	padding:15px;
	font-size:13px;
	}
.subPage h2.mainTtle{
	background:url(../images/sub/sub_main_ttl.jpg) no-repeat;
	width:935px;
	height:47px;
	margin-bottom:20px;
	line-height:47px;
	padding-left:30px;
	font-size:17px;
	}

/*　メインイメージ　*/
.subPage #mainImage{
	margin-bottom:20px;
	}
.subPage #mainImage img{	border:solid 1px #cccccc;}
	
.subPage h3{
	font-size:17px;
	margin-bottom:10px;
	}
	
/*　サイトデータ　問い合わせ　*/
.contactBox{
	width:950px;
	margin-top:50px;
	}
.siteData{
	width:460px;
	float:left;
	/*padding:17px 0px;*/
	}
.siteData table{
	width:100%;
	border:dashed 1px #971716;
	height:60px;
	}
.siteData table tr td img{vertical-align:middle;}

.siteData .ttl{
	background:url(../images/sub/ico_data.gif) no-repeat 15px center;
	font-size:17px;
	color:#971716;
	padding-left:45px;
	font-weight:bold;
	width:120px;
	}
.siteData .url{
	/*background:url(../images/sub/ico_blank.gif) no-repeat 95% center;*/
	text-align:right;
	padding-right:15px;
	font-size:15px;
	text-align:right;
	}
.contactBox .contactBnr{
	width:480px;
	float:right;
	}
	
/*　サービス概要　*/
.detailArea{margin-top:30px;}
h4.ttl{
	background:url(../images/common/sub_ttl.jpg) repeat-x;
	border:solid 1px #cccccc;
	border-top:none;
	height:30px;
	font-size:15px;
	color:#971716;
	margin-bottom:20px;
	}
h4.ttl span{
	background:url(../images/sub/ico_service.gif) no-repeat 7px center;
	height:30px;
	line-height:32px;
	padding-left:30px;
	display:block;
	}
.detailArea dl{
	float:left;
	width:300px;
	margin:auto 7px;
	}
.detailArea dl .img{margin-bottom:15px;}
.detailArea dl .ttl{
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
	}
.detailArea dl .txt{font-size:13px;}

/* ----------------------------
	ページトップ
--------------------------------*/
#pagetop{}
#pagetop .inner{
	width:980px;
	}
#pagetop{
	text-align:right;
	padding-bottom:30px;
	}

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

    会社概要
	
============================================================================== */

.contentSub h4.ttl .none{
	background:none;
	height:30px;
	line-height:32px;
	padding-left:30px;
	display:block;
	}
.contentSub table{width:100%;}
.contentSub table tr td{
	padding:15px;
	border-bottom:dotted 1px #cccccc;
	vertical-align:top;
	}
.contentSub table tr .ttl{
	/*background:#971716;*/
	background:#efefef;
	/*color:#FFFFFF;*/
	font-weight:bold;
	}
.contentSub table tr td dl{margin-bottom:15px;}
.contentSub table tr td dl dt{
	color:#971716;
	font-weight:bold;
	}

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

    お問い合わせ
	
============================================================================== */

#contentContact span{color:#971716;}

#contentContact .btn{
	width:360px;
	margin:30px auto 30px;
	}
	
#contentContact .solo{
	width:200px;}
	
#contentContact .btn ul li{
	float:left;
	margin:auto 10px;
	}
	
#contentContact .btn input{
	cursor:pointer;
	border:none;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	width:160px;
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:15px;
	font-weight:bold;
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 1px 1px 2px #999999;
	-webkit-box-shadow: 1px 1px 2px #999999;
	box-shadow: 1px 1px 2px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#999999')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#871820', endColorstr = '#611d23');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#871820', endColorstr = '#611d23')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #871820, #611d23);
	background-image: -ms-linear-gradient(top, #871820, #611d23);
	background-image: -o-linear-gradient(top, #871820, #611d23);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#871820), to(#611d23));
	background-image: -webkit-linear-gradient(top, #871820, #611d23);
	background-image: linear-gradient(top, #871820, #611d23);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}

#contentContact .btn .prev{
	color:#333333;
	background-color: #ffffff;
border: 1px solid #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 1px 1px 3px #cccccc;
-webkit-box-shadow: 1px 1px 3px #cccccc;
box-shadow: 1px 1px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#cccccc');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#cccccc')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
background-image: -o-linear-gradient(top, #ffffff, #dddddd);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
background-image: linear-gradient(top, #ffffff, #dddddd);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}



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

    プライバシーポリシー
	
============================================================================== */

#contentPrivacy table tr td{
	border:none;
	padding:10px;
	}


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

    サイトマップ
	
============================================================================== */

#contentSitemap{}
#contentSitemap ul{
	padding-left:25px;}
#contentSitemap ul li{
	line-height:2;
	background:url(../images/common/ico_arrow02.png) no-repeat center left;
	padding-left:10px;
	}




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

　お客様の声

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

.cust{
	width:950px;
	clear:both;
}

#custimgBtm {
	margin-bottom:15px;
}

.mainimg {
	width:356px;
	margin-right:10px;
	float:left;
}

.subimg {
	width:175px;
	margin-right:20px;
	float:left;
}

.subimg1 {
	margin-bottom:10px;
}

.txtbox {
	width:389px;
	float:left;
}

.txtbox p{
	font-weight:bold;
	font-size:15px;
	display:block;
	background:#4b3939;
	color:#FFF;
	padding: 4px 0px 3px 8px;
	margin-bottom:5px;
}

hr.custhr {
	border-top: dashed 1px #cccccc;
	margin-top:20px;
	margin-bottom:20px;
}