@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 author     :meets
style info  :下層ページ設定　ハックは最下部に記述
=================================================================== */

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
.btm_con{
	text-align: center;
	margin: 50px 0 0 0;
}


/*--業務内容ページ------------------------------------------------------------*/
#new{
	
}

#new img{
	margin: 30px 0 0 0;
}

#reform img{
	margin: 30px 0 0 0;
}

#reform_menu{
	
}

#reform_menu h5{
	font-size: 1.5em;
	color: #6a573f;
	border-left: 5px solid #6a573f;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

#reform_menu h6{
	font-size: 1.5em;
	color: #6a573f;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

#reform_menu p{
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

/*--プライバシーポリシー ページ------------------------------------------------------------*/
#privacy{
}

#privacy h4{
	margin: 30px 0 10px 0;
	font-weight: normal;
}

#privacy h5{
	margin: 10px 0 10px 0;
	font-size: 1.2em;
}

#privacy p{
	margin: 0 0 20px 0;
}

#privacy ul{
	margin: 0 0 20px 0;
	list-style-type: disc;
}

#privacy li{
	margin: 0 0 5px 1em;
	list-style-position: outside;
}

/*--施工までの流れ ページ------------------------------------------------------------*/
#flow{
}

#flow p{
	text-align-last: center;
}

/*--施工事例 ページ------------------------------------------------------------*/
#case{
}

#case .list_box{
	padding: 5px;
	text-align:  center;
}

#case .list_box .case_list{
	float: left;
	width: 480px;
	margin: 0 5px 20px 10px;
	display: inline-block;
}

#case .list_box .case_list p.day{
	line-height: 1em;
	margin: 5px 0;
}

#case .list_box .case_list p.name{
	line-height: 1em;
	font-size: 1.1em;
	margin: 5px 0;
	font-weight: bold;
}

/*--よくある質問 ページ------------------------------------------------------------*/
#faq{
}

#faq dl{
	width: 950px;
	margin:0 auto;
}

#faq dt{
	font-size: 1.5em;
	margin: 0 0 10px 0;
	color: #6a573f;
	background: url(../faq/images/icon_q.png) no-repeat top left;
	min-height: 35px;
	padding: 2px 0 0 45px;
}

#faq dd{
	margin: 0 0 35px 0;
	background: url(../faq/images/icon_a.png) no-repeat top left;
	min-height: 35px;
	padding: 7px 0 0 45px;
}

/*--会社概要 ページ------------------------------------------------------------*/
#company{
}

#company table{
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

#company tr{
}

#company th{
	width: 250px;
	color: #6a573f;
	background: #f1efed;
	border: 1px solid #e7e2dd;
}

#company td{
	background: #ffffff;
	border: 1px solid #e7e2dd;
	padding: 15px;
}

/*--お問い合わせ ページ------------------------------------------------------------*/
#company{
}

#form table{
	width: 900px;
	margin: 0 auto 30px;
	border-collapse: collapse;
}

#form tr{
}

#form th{
	width: 250px;
	color: #6a573f;
	background: #f1efed;
	border: 1px solid #e7e2dd;
}

#form td{
	background: #ffffff;
	border: 1px solid #e7e2dd;
	padding: 15px;
}

#form input[type="text"],
#form input[type="email"],
#form textarea {
padding: 0.8em;
outline: none;
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
width:500px;
margin: 0 0 0 20px;
}

#form p{
	text-align: center;
}

#form input.wpcf7-submit {
border-radius: 0;
background: -moz-linear-gradient(top, #FFF 0%, #EEE);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
border: 1px solid #DDD;
color: #111;
padding: 10px 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#form input.sysNextSubmit:hover {
background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

span.wpcf7-not-valid-tip{
display: block;
color: #FF0004;
margin: 10px 0 0 10px;
}

span.wpcf7-list-item-label{
	margin: 0 20px 0 10px;
}

span.wpcf7-list-item{
display: block;
}

div.screen-reader-response{
text-align: center;
margin: 0 0 30px 0;
color: #FF0004;
}

div.screen-reader-response li{
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
text-align: center;
margin: 0 0 30px 0;
color: #FF0004;
}
/*--サイトマップ ページ------------------------------------------------------------*/
#sitemap{
}

#sitemap ul{
}

#sitemap li{
	float: left;
	text-align: center;
	width: 33%;
	margin: 0 0 10px 0;
}

/*--category ページ------------------------------------------------------------*/
.category{
}

.category .list_box{
}

.category .list_box h4{
	text-align: left;
	margin: 0 0 10px;
	font-size: 1.5em;
}

/*--single ページ------------------------------------------------------------*/
.single{
}

.single{
}

.single h2{
	text-align: center;
	color: #6a573f;
	font-size: 1.8em;
}

.single p.time_text{
	text-align: center;
	margin: 0 0 30px 0;
}




/* 横並び */
#nav {
  list-style: none;
  overflow: hidden;
	width: 100%;
	margin-bottom : 50px;
}
 
#nav li {
  width: 140px;
  text-align: center;
  background-color: #333;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 2px;
}
 
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}