@charset "utf-8";

/**********************************************************************
	共通
**********************************************************************/
.cont_l{
	width: 640px;
	margin: 0 36px 0 0;
	float: left;
}

.cont_l h2{
	float: left;
	margin-bottom: 25px;
}

.gbox{
	width: 585px;
	/*height: 255px;*/
	text-align: left;
	background: url(../../images/bg_aboutbox_m.jpg) repeat-y top left;
	margin-bottom: 25px;
	/*padding: 0 30px;*/
	float: right;
}

.gbox img.img_l{
	float: left;
	margin: 0 10px 10px 30px;
}

.gbox p{
	margin: 0 30px;
	text-align: left;
}

.pbox{
	width: 585px;
	/*height: 206px;*/
	text-align: left;
	background: url(../../images/bg_info_m.jpg) repeat-y top left;
	margin-bottom: 25px;
	float: right;
}

.pbox ul{
	width: 515px;
	height: 160px;
	padding-right: 10px;
	margin-left: 30px;
	overflow: auto;
}

.pbox ul li{
	text-align: left;
	background: url(../../images/ico_info.jpg) no-repeat top left;
	border-bottom: 1px #876539 dashed;
	margin-bottom: 15px;
	padding: 0 0 5px 20px;
}

.cont_r{
	float: right;
	width: 290px;
}

ul.linkbox{
	margin-bottom: 20px;
}

ul.linkbox li{
	text-align: left;
	border-bottom: 1px #876539 dashed;
	margin: 15px 0;
	padding: 0 0 5px 5px;
}

.bnr{
	margin: 10px 0;
}

/**********************************************************************
	概要
**********************************************************************/
dl.outline{
	width: 525px;
	margin: 0 30px;
}

dl.outline dt{
	width: 100px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px dotted #7C592B;
	float: left;
}

dl.outline dd{
	width: 425px;
	padding: 5px 0;
	border-bottom: 1px dotted #7C592B;
	float: right;
}

dl.outline dt.last,
dl.outline dd.last{
	border-bottom: none;
}

/*お問い合わせ*/
table.contact{
	width: 525px;
	margin: 0 30px;
}

table.contact th{
	width: 120px;
	padding: 10px;
}

table.contact td{
	padding: 10px;
}

.txt_s{
	width: 60px;
	border: 1px solid #7C592B;
	background: #F9F2F2;
	margin: 2px;
	padding: 2px;
}
.txt_m{
	width: 120px;
	border: 1px solid #7C592B;
	background: #F9F2F2;
	margin: 2px;
	padding: 2px;
}
.txt_l{
	width: 200px;
	border: 1px solid #7C592B;
	background: #F9F2F2;
	margin: 2px;
	padding: 2px;
}

.btn_area{
	text-align: center;
	margin: 0 auto;
}

/**********************************************************************
	沿革
**********************************************************************/
ul.historylist{
	width: 525px;
	margin: 0 30px;
}

ul.historylist li{
	text-align: left;
	padding: 5px;
	border-bottom: 1px #876539 dashed;
}

ul.historylist li span{
	width: 120px;
	display: block;
	float: left;
}

table.construction{
	width: 525px;
	margin: 0 30px;
}

table.construction tr{
	border-bottom: 1px #876539 dashed;
}

table.construction th{
	font-weight: bold;
}
table.construction th,
table.construction td{
	padding: 5px;
	vertical-align: top;
}

/**********************************************************************
	流れ
**********************************************************************/
dl.nagare{
	width: 525px;
	margin: 0 30px;
}

dl.nagare dt{
	font-weight: bold;
}

dl.nagare dd{
	border-bottom: 1px #876539 dashed;
	padding: 5px;
	margin-bottom: 10px;
}

/**********************************************************************
	施工例
**********************************************************************/
ul.exam{
	width: 540px;
	margin-left: 30px;
}

ul.exam li{
	float: left;
	margin: 0 15px 15px 0;
}

/**********************************************************************
	フォーム
**********************************************************************/
p.note {
	margin: 0 auto;
	width: 830px;
	padding: 0 0 .5em;
	text-align: right;
}
p.attention {
	margin: 10px auto;
	width: 600px;
	padding: 0 0 .5em;
	font-size: 93%;
	color: #333;
	text-align:right;
}

div#alert {
	margin: 5px auto 1em;
	border: solid #1C6AFD 3px;
	padding: 5px 10px;
	width: 574px;
}

div.pagebody {
	margin: 0 auto 1em;
	padding: 15px;
	width: 800px;
	background: #fafafa;
}

form {
	margin-top: 20px;
}

	form legend {
		display: none;
	}

	p.submit {
		margin: 0 auto;
		padding-top: 2em;
		width: 600px;
	}
	.button {
		display: inline-block;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		padding: .5em 2em .55em;
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		color: #333333;
		border: solid 1px #999;
		background: #333;
		background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
		background: -moz-linear-gradient(top,  #ccc,  #999);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
	}
	.button:hover {
		text-decoration: none;
		background: #999;
		background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
		background: -moz-linear-gradient(top,  #999,  #666);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
	}
	.button:active {
		position: relative;
		top: 1px;
		color: #CECECE;
		background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
		background: -moz-linear-gradient(top,  #ccc,  #999);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
	}
p {
	margin: 1em;
}

	p input {
		border: solid #ccc 1px;
		padding: .2em;
		color: #000;
		background: #fff;
	}
	p input:hover {
		border-color: #f51f3d;
		color: #f51f3d;
	}

	input,
	textarea {
		border: solid #ccc 1px;
		padding: .2em;
	}
				
	input:focus,
	textarea:focus,
	input:hover,
	textarea:hover {
		background: #eee;
	}
/***********************************/
/* お問い合わせ　　　　　　　　　　*/
/***********************************/

/* お問い合わせテーブル全体 */
#con_table_all {
	width:630px;
	margin:20px auto;
	border:1px solid #00B0EC;
}

/* お問い合わせテーブル左 */
#con_table_all th{
	width:170px;
	background:url(../../img/bg_side2.png);
	padding:15px;
	border:1px dotted #00B0EC;
}

/* お問い合わせテーブル右 */
#con_table_all td{
	width:400px;
	text-align:left;
	line-height:150%;
	background:url(../../img/bg_side.png);
	padding:15px;
	border:1px dotted #00B0EC;
}

/* ボタン */
.cont_table_bt{
	background-color:#FFFFFF;
	width:590px;
	margin:5px auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.txt_hissu{
	color:#1C6AFD;
	}

/* お問い合わせサンクスイメージ */
#con_thanks {
	width:590px;
	height:443px;
	margin:20px auto;
}
	
p.copy {
	border-top: solid #ccc 1px;
	padding: 0 0 3em;
	text-align: center;
	font-size:10px;
}

