@charset"utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output,a, ruby, section, summary, time, mark, audio, video{
		 margin:0;
		 padding:0;
		 border:0;
		 font-size:100%;
		 font:inherit;
		 vertical-align:baseline;
		 text-decoration:none;
		 list-style-type:none;
		 }
		 
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",'Meiryo',"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#000;
	line-height:1.6;
	font-size:14px;
	letter-spacing:0.05em;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{ color:#000000;}

.overflow{ overflow:hidden;}
.center{ text-align:center;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}

.f90{ font-size:90%;}

.mt15{ margin-top:15px;}
.mt25{ margin-top:25px;}


/*ヘッター部分*/
#header,#contents{
	width:100%;
	margin:0;
	padding:0;
	}
#headerinner{
	width:1000px;
	margin:10px auto;
	overflow:hidden;
	}
#headerinner #hd-logo{
	float:left;
	display:inline-block;
	width:400px;
	}
#headerinner .telbox{
	width:300px;
	float:left;
	margin:10px 0 0 0;
	font-size:30px;
	font-weight:700;
	line-height:90%;
	text-align:center;
	}
#headerinner .telbox img{
	vertical-align:-2px;
	margin-right:3px;
	}
#headerinner p{
	color:#061252;
	font-size:12px;
	font-weight:700;
	}
#headerinner .contactbox{
	float:right;
	width:280px;
	margin:0 0 0 10px;
	}
#headerinner .contactbox li{
	float:left;
	font-size:12px;
	margin:5px;
	letter-spacing:0.15em;
	}
#headerinner .contactbox li a:hover{
	text-decoration:underline;
	}
#headerinner .contactbox li img{
	margin:0 4px 0 0;
	vertical-align:-0.1em;
	}
	
	
.button_contact {
	padding:6px 10px 5px;
	font-size:13px;
	font-weight:normal;
	float:right;
	background:#30C1F0;
	color: #FFFFFF;
	display: inline-block;
	width: 275px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	outline: none;
}
.button_contact::before,
.button_contact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_contact,
.button_contact::before,
.button_contact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_contact a{ color:#FFFFFF;}
.button_contact:hover {
	background-color: #868686;
}


.button_worksmore {
	padding:12px 10px 11px;
	font-weight:normal;
	background:#30C1F0;
	color: #FFFFFF;
	display: inline-block;
	width:350px;
	height:45px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	outline: none;
}
.button_worksmore::before,
.button_worksmore::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_worksmore,
.button_worksmore::before,
.button_worksmore::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_worksmore a{ color:#FFFFFF;}
.button_worksmore:hover {
	background-color: #868686;
}



/*ナビ部分*/	
#nav{
	width:100%;
	background:#00A8DF;
	color:#FFFFFF;	
	}
nav{
	width:1000px;
	margin:0 auto;
	}
nav li{
	width:198px;
	height:42px;
	line-height:2.4em;
	font-size:18px;
	font-weight:400;
	text-align:center;
	float:left;
	background:#00A8DF;
	border-left:1px solid #33B9E5;	
	}
nav a li{
	color:#FFFFFF;
	}
nav li:hover{
	color:hsla(0,0%,100%,0.81);
	}
.navlast{
	width:202px;
	border-right:1px solid #33B9E5;
	}
.nav {
    padding:0;
    margin:0;
    width:100%;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: hsla(0,0%,100%,0.9);
	box-shadow:3px 3px 3px hsla(0,0%,0%,0.1);
}


/*お盆休み*/
#oshirase	{
	width:1000px;
	margin:30px auto 40px;
	border:1px solid #FF484B;
	padding:10px;
	font-size:13px;
}
#oshirase h3{
	font-size:15px;
	color: #FF484B;
	font-weight:500;
	margin-bottom:5px;
	}
.oshiraseday{
	color:#FF484B;
	font-size:14px;
	margin:5px 0;
	}
.oshirasetext{
	text-align:left;
	padding:8px 0;
	font-size:12px;
	}
	

/*新着情報*/
#news{
	width:1000px;
	margin:30px auto;
	}
#news p{
	display:inline-block;
	font-size:13px;
	color:#0059B2;
	font-weight:700;
	}
#news h2{
	font-size:22px;
	font-weight:700;
	color:#0059B2;
	border-bottom:2px solid #00A8DF;
	margin-bottom:25px;
	padding:0 0 3px 0;
	}
#news h2 div span{
	font-size:10px;
	vertical-align:2px;
	}
#news h3{
	display:inline-block;
	margin-left:20px;
	font-size:15px;
	}
#news a:hover h3 {
	border-bottom:1px solid;
	}

article{
	margin:10px 0;
	height:20px;
	}
article a{
	display:block;
	}	



.button_news {
	padding:6px 10px 5px;
	border-radius:3px;
	font-size:13px;
	font-weight:normal;
	float:right;
	background:#0059B2;
	color: #FFFFFF;
	display: inline-block;
	width: 109px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	outline: none;
}
.button_news::before,
.button_news::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_news,
.button_news::before,
.button_news::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_news a{ color:#FFFFFF;}
.button_news:hover {
	background-color: #868686;
}

/*  施工事例  */
#works{
	padding:40px 0;
	background:#F3F3F3;
	}
#works h4{
	border-bottom:3px solid #0059B2;
	width:240px;
	margin:0 auto 30px;
	padding:10px 0 5px;
	}
#worksinner{
	margin:40px 0;
	}
#topinner{
	margin:70px 0 60px;
	text-align:left;
	}
#topinner .box{
	height:150px;
	}
#topinner img{
	text-align:center;
	margin:10px 0;
	}
#topinner div{
	float:left;
	width:296px;
	}
#worksinner div{
	float:left;
	width:245px;
	}
.worktopbox{
	margin-right:6.6px;
	}
.boxcenter{ margin:0 56px 0 55px;}

.btn_worksdiv a:hover{
	background:#00A7DF;
	color:#FFFFFF;
	} 

.button {
	margin-top:10px;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	border:1px solid #00A8DF;
	color: #00A8DF;
}
.button:hover {
	background-color: #00A8DF;
}

.worktitle{
	color:#00A8DF;
	font-size:18px;
	}


/* table
---------------------------------------------------- */
.tbl_recruit{
	margin: 30px auto 40px;
	width: 900px;
	border-collapse: collapse;
}
.tbl_work{
	margin: 30px auto 80px;
	width: 900px;
	border-collapse: collapse;
}


.tbl_recruit th,.tbl_recruit td,
.tbl_work th,.tbl_work td{
	padding: 15px 10px;
	border-bottom:1px solid #E8E8E8;

}

.tbl_recruit th,.tbl_work th{
	vertical-align:middle;
	text-align: left;
	border-right: none;
	width:170px;
}



/*メイン部分*/
#contents_warp{
	width:1000px;
	margin:10px auto;
	}
.inner{
	width:1000px;
	margin:10px auto;
	}

#homenav li{
	font-size:12px;
	float:left;
	margin-right:7px;
	}
#homenav li a{ margin-right:7px;}
#homenav li a:hover{
	color:#00A8DF;
	}


#pagetitle{
	width:100%;
	margin:0px 0 40px 0;
	padding:36px 0 36px 10px;
	border-bottom:1px solid #EEEEEE;
	}
#pagetitle h1{
	color:#0059B2;
	font-size:25px;
	}


#cn_pagetitle{
	width:100%;
	margin:20px 0 0px 0;
	padding:30px 0;
}
#cn_pagetitle h1{
	color:#0059B2;
	font-size:35px;
	font-weight:700;
	line-height:120%;
	letter-spacing:0.3em;
	}

.en_title{
	font-size:15px;
	color:#BDBDAE;
	letter-spacing:0.1em;
	line-height:148%;
	}
.copy{
	font-size:16px;
	font-weight:400;
	margin-top:20px;
	letter-spacing:0.1em;
	}
	
/* 会社案内、施工事例 */
#top_warp_contact{
	width:100%;
	background:url(../img/company_bg.jpg) no-repeat;
	margin:0px auto;
	background-size: cover;
	height:333px;
	position:relative;
	}
#top_warp_work{
	width:100%;
	background:url(../img/work_bg.jpg) no-repeat;
	margin:0px auto;
	background-size: cover;
	height:333px;
	position:relative;
	}

/* タブメニュー */
.tab_area,.tab_work{
	margin:0;
    padding:0;
    letter-spacing:-.40em;
	width:100%;
	}
	
.tab_area li{
	display:inline-block;
    width:249px;
	padding:0;
    height:50px;
    line-height:50px;
    text-align:center;
	background: #A6A6A6;
	color:#fff;
	letter-spacing:normal;
	font-size:16px;
		}
.tab_work li{
	display:inline-block;
    width:249px;
	padding:0;
    height:50px;
    line-height:50px;
    text-align:center;
	background: #A6A6A6;
	color:#fff;
	letter-spacing:normal;
	font-size:16px;
		}

.tab_area li.select,.tab_work li.select{
	/*アクティブタブの装飾*/
    padding:0;
    height:50px;
    line-height:50px;
    text-align:center;
	background: #00A8DF;
	color:#fff;
	}
		
.tab_area li:hover,.tab_work li:hover{
	cursor:pointer;
		}
	
.all_area {
	margin-top:30px;
	overflow: hidden;
	}


/*　タブの中身　*/

.content_area,.work_area {
  padding:0 0 25px;
  border-bottom:1px solid #EEEEEE;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;  
}

#contact_tab1,#contact_tab2,#contact_tab3,#contact_tab4,
#work_tab1,#work_tab2,#work_tab3,#work_tab4{
	/*Tabの内容を表示するエリアの装飾*/
	border-top:4px solid #00A8DF;
	padding:30px 10px 40px;
	overflow:hidden;
	}
/*  tab装飾 */
#contact_tab1 h2,#contact_tab2 h2,#contact_tab3 h2,#contact_tab4 h2{
	width:215px;
	font-size:25px;
	margin:20px auto 15px;
	overflow:hidden;
	color:#00A8DF;
	border-bottom:2px solid #00A8DF;
	}
#work_tab1 h2,#work_tab2 h2,#work_tab3 h2,#work_tab4 h2{
	font-size:25px;
	margin:20px 0 15px;
	padding:0 0 0 10px;
	overflow:hidden;
	color:#6f6e6e;
	text-align:left;
	border-left:3px solid #00A8DF;
	}
#work_tab1 h2 span,#work_tab2 h2 span,#work_tab3 h2 span,#work_tab4 h2 span{
	color:#00A8DF;
	font-size:15px;
	margin-left:15px;
	vertical-align:2px;
	}
/* 会社案内 */	
/*tab1*/
#contact_tab1{
	background:url(../img/bg_tab01.png) no-repeat top left 114px;
	}
/*tab2*/
#contact_tab2{
	background:url(../img/bg_tab01.png) no-repeat top left 367px;
	}
/*tab3*/
#contact_tab3{
	background:url(../img/bg_tab01.png) no-repeat top right 362px;
	}
/*tab4*/
#contact_tab4{
	background:url(../img/bg_tab01.png) no-repeat top right 114px;
	}

/* 施工事例 */	
/*tab1*/
#work_tab1{
	background:url(../img/bg_tab01.png) no-repeat top left 115px;
	}
/*tab2*/
#work_tab2{
	background:url(../img/bg_tab01.png) no-repeat top left 368px;
	}
/*tab3*/
#work_tab3{
	background:url(../img/bg_tab01.png) no-repeat top right 362px;
	}
/*tab4*/
#work_tab4{
	background:url(../img/bg_tab01.png) no-repeat top right 112px;
	}

.tab2sp{
  border-right:1px solid #fff;
  border-left:1px solid #fff;
	}


#contact_tab4 h3{
	font-size:18px;
	padding:0 0 0 15px;
	margin:50px auto 15px 0px;
	color:#00A8DF;
	border-left:5px solid #00A8DF;
	}

.companycomment{
	margin:50px 0 50px;
	}
/* table
---------------------------------------------------- */
.tbl_company{
	margin: 30px auto 40px;
	width: 900px;
	border-collapse: collapse;
}

.tbl_company th,.tbl_company td{
	padding: 15px 10px;
	border-bottom:1px solid #E8E8E8;

}

.tbl_company th{
	vertical-align:middle;
	text-align: left;
	border-right: none;
	width:80px;
	color:#00A8DF;
	border-left:3px solid double;
}


.socialbox{
	margin:0 auto;
	width:900px;
	}
.socialbox_img{
	margin:30px 0 0 0;
	vertical-align:-20px;
	}
.socialbox_img img{
	float:left;
	margin:0 20px 0 0;
	vertical-align:20px;
	}
.socialbox_img div{
	width:765px;
	float:right;
	}
.socialbox_img p span{
	font-weight:700;
	font-size:15px;
	margin-bottom:20px;
	}
.kosadate a{
	text-decoration:underline;
	}
.tbl_social{
	margin: 10px auto 40px;
	width: 900px;
	border-collapse: collapse;
}

.tbl_social th,.tbl_social td{
	padding: 15px 10px;
	border-bottom:1px solid #E8E8E8;

}

.tbl_social th{
	vertical-align:middle;
	text-align: left;
	border-right: none;
	width:80px;
	color:#00A8DF;
	border-left:3px solid double;
}



/* 施工事例 */
/* タブメニュー */
	




/* 採用情報 */
#top_warp_recruit{
	width:100%;
	background:url(../img/recruit_bg.jpg) no-repeat;
	margin:0px auto;
	background-size: cover;
	height:333px;
	position:relative;
	}

/* タブメニュー */
#tab-menu {
  list-style: none;
  outline:hidden;
  margin-top:30px;
}
#tab-menu li {
  width:332.5px;
  text-align:center;
  padding:15px 0;
  background: #A6A6A6;
  color:#fff;
  float:left;
  font-size:16px;
}
#tab-menu li.tab2sp{
  border-right:1px solid #fff;
  border-left:1px solid #fff;
	}
#tab-menu li#tab1.active {
  background: #00A8DF;
  color: #fff;
}
#tab-menu li#tab2.active {
  background:#FF8000;
  color: #fff;
}
#tab-menu li#tab3.active {
	background:#98CA00;
  color: #fff;
}
#tab-menu li:hover{
	cursor:pointer;
	}


/* タブの中身 */
#tab-box {
  padding:0 0 25px;
  border-bottom:1px solid #EEEEEE;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;  
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}


/*  tab装飾 */
#recruit_tab1,#recruit_tab2,#recruit_tab3{
	padding:30px 10px 40px;
	overflow:hidden;
	}
#recruit_tab1 h2,#recruit_tab2 h2,#recruit_tab3 h2{
	width:215px;
	font-size:25px;
	margin:20px auto 15px;
	overflow:hidden;
	}
/*tab1*/
#recruit_tab1{
	background:url(../img/bg_tab01.png) no-repeat top left 154px;
	border-top:4px solid #00A8DF;
	}
#recruit_tab1 h2{
	color:#00A8DF;
	border-bottom:2px solid #00A8DF;
	}
	
/*tab2*/
#recruit_tab2{
	background:url(../img/bg_tab02.png) no-repeat top;
	border-top:4px solid #FF8000;
	}
#recruit_tab2 h2{
	color:#FF8000;
	border-bottom:2px solid #FF8000;
	}
	
/*tab3*/
#recruit_tab3{
	background:url(../img/bg_tab03.png) no-repeat top right 154px;
	border-top:4px solid #98CA00;
	}
#recruit_tab3 h2{
	color:#98CA00;
	border-bottom:2px solid #98CA00;
	}

	
.button_recruitbox{
	width:400px;
	margin:0 auto;
	}

.button_recruit {
	width: 100%;
	height: 43px;
	padding:6px 10px 5px;
	font-size:15px;
	font-weight:normal;
	background:#061253;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	outline: none;
}
.button_recruit::before,
.button_recruit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_recruit,
.button_recruit::before,
.button_recruit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_recruit a{ color:#FFFFFF;}
.button_recruit:hover {
	background-color: #868686;
}


/* table
---------------------------------------------------- */
.tbl_recruit{
	margin: 30px auto 40px;
	width: 900px;
	border-collapse: collapse;
}

.tbl_recruit th,
.tbl_recruit td{
	padding: 15px 10px;
	border-bottom:1px solid #E8E8E8;

}

.tbl_recruit th{
	vertical-align:middle;
	text-align: left;
	border-right: none;
	width:170px;
}

.tbl_recruit .more{
	background: #FBFBFB;
	text-align:center;
}

.tbl_recruit .border{
	margin-top:15px;
	padding-top:15px;
	border-top:1px dashed #CCC;
	}		

/*   プライバシーポリシー  */
.privacybox{
	border-bottom:1px dotted #E0E0E0;
	margin:30px 0;
	padding:0 0 30px 0;
	}
.privacybox_last{
	margin:30px 0;
	padding:0 0 30px 0;
	}
.privacybox h2,.privacybox_last h2{
	font-size:17px;
	font-weight:500;
	margin-bottom:10px;
	}

.privacybox ol{ margin:15px 0 0 0;}
.privacybox li{
    padding-left:1.0em;
    text-indent:-1.1em;
     }

/*   　ニュース  */
#Newsleft{
	float:left;
	width:750px;
	}
	
#Newsright{
	float:right;
	width:220px;
	}

.Newsbox{
	border-bottom:1px dotted #E0E0E0;
	margin:30px 0;
	padding:0 0 30px 0;
	}
.Newsbox h2{
	font-size:17px;
	font-weight:500;
	margin-bottom:10px;
	}

/* ------------------------------------------------------------------- */
/* 新着情報詳細　メイン設定 */
/* ------------------------------------------------------------------- */

.news_detail {
	width:750px;
	height:auto;
	padding:0 0 20px;
	background:#fff;
}


.news_detail dl {
	width:100%;
	margin:-30px auto 60px;
	padding:50px 0 20px;
}
	
.news_detail dt {
	color:#95908e;
	/*float:left;*/
	width:100%;
	padding: 15px 0 15px;
	border-top:2px solid #00a8df;
	border-bottom:1px dotted #95908e;
	margin-bottom: 15px;
}


.news_detail dd {
	height: auto;
	margin: 0;
	padding:0;
}


/*日付部分見出し*/

.news_detail dt .topics{
	font-size: 18px;
	font-weight: bold;
	color: #171717;
	margin:0 0 0 10px;
	vertical-align: middle; 
}



/*本文見出し*/

.news_detail h4 {
	font-size: 18px;
	font-weight: bold;
}


.news_detail p {
	height: auto;
	line-height: 1.8;
	font-size: 13px;
}

.news_detail dd a {
	font-weight: bold;
	color:#498BFF;
	text-decoration: underline;
}


/* 写真がある */

.news_photo {
	width:750px;
	margin:25px auto 40px;
	display:inline-block;
    vertical-align: top;
	text-align: center;
}

.news_photo img{
	/*width:auto;*/
    height:auto;
    /*max-width:100%;*/
    /*max-height:100%;*/
}


/* ------------------------------------------------------------------- */
/* 新着情報一覧・詳細　サイド設定 */
/* ------------------------------------------------------------------- */
	
#news_side{
	width:220px;
	height:auto;
	margin:0 0 50px;
	float:right;
	color:#231815;
	}

#news_side h2{
	background:#00a8df;
	color:#FFFFFF;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0 auto 20px;
	}
	
#news_side li{
	list-style-type:none;
	border-bottom:1px dotted #95908e;
	padding:6px 0 10px 10px;
	}
	
#news_side li a{
	color:#231815;
	display:block;
		}
		
#news_side h2{
	margin:0;
		}
		

/* ------------------------------------------------------------------- */
/* ページネイション */
/* ------------------------------------------------------------------- */


nav.pagenation {
	width: 340px;
	height:30px;
	line-height:30px;
	margin: 0 auto 50px;
	font-weight: bold;
  position: relative;
  display:block;
}

  nav.pagenation .old, nav.pagenation .new { position: absolute; }
  nav.pagenation .old { right: 0; }
  nav.pagenation .new { left: 0;  }

nav.pagenation a {
	color:#171717;
}

nav.pagenation a:hover {
	color: #00A8DF;
}
.pageicon{
	font-weight:500;
	font-size:23px;
	color:#969696;
	vertical-align:-60;
	}


/*page-top部分*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #292929;
    text-decoration: none;
    color: #fff;
    width: 57px;
    padding: 10px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background:#98988b;
}


/*  お問合せ  */
/*　 form　　*/


.indent-1{
	padding-bottom:5px;
    padding-left:1.4em;
    text-indent:-1.1em;
	font-size:90%;
     }
	 
	

.red{
	font-size:11px;
	line-height:1.3;
	margin:0 5px 0;
	padding:4px 5px 2px;
	display:inline-block;
	letter-spacing:0.1em;
	color:#fff;
	background:#454545;
	}

.formTable{
	margin: 18px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
}


.formTable label {
  margin: 3px 0 5px 0;
  display: block;
  }


.formTable th,
.formTable td{
	padding: 12px 10px;
	border: 1px solid #CCC;

}

.formTable th{
	background: #EEE;
	color:#000000;
	vertical-align:middle;
	text-align:left;
	width:200px;
	font-size:95%;
	font-weight:normal;
}

.formTable td p{
	margin:5px 0;
	}

.formTable .more{
	background: #FBFBFB;
	text-align:center;
}

.formTable a{
	text-decoration:underline;
	color:#780019;
	}


.form_text{
    border-left:4px solid #570001;
	border-bottom:1px solid #D5D5D5;
	font-weight:bold;
	padding:0 5px 3px 10px;
	margin:10px 0 30px 0;	
	}

input[type="submit"],
input[type="button"]{
    color: #858585;
    background: transparent;
    border:1px solid;
    display: inline-block;
    font-size: 1.0rem;
    text-align: center;
    padding: 0.5rem 1rem;
    min-width: 20rem;
    font-weight: bold;
    letter-spacing: .05;
    cursor: pointer;
}
input[type="submit"]:hover{
}
input[type="submit"][disabled="disabled"]{
    background-color: #eee;
    border-color: #bbb;
    color: #888;
}	


/*フッター部分*/
 footer{
	 width:100%;
	 background:#F3F3F3;
	 border-top:2px solid #E0DBDC;
	 margin:130px 0 0 0;
	 }
 footer #copy{
	 padding:10px 0;
	 color:#FFFFFF;
	 background:#061253;
	 text-align:center;
	 font-size:12px;
	 }
	 
footer img {
	float:left;
	margin-right:120px;
	}
footer .address{
	padding:14px 0 5px 0;
    padding-left:1.0em;
    text-indent:-2.7em;
     }

/*  Googlemapカスタム */	 
#map {
 width: 100%;
 height: 300px;
}

.map{
	width:100%;
	height:440px;
	}

/* thanks */
.thanksbox{
	border:3px solid #00a8df;
	padding:10px 0;
	margin:70px 0 50px;
	}
.thanks_telbox{
	margin:10px 0 0 0;
	font-size:30px;
	font-weight:700;
	line-height:90%;
	text-align:center;
	}
.thanks_telbox img{
	vertical-align:-2px;
	margin-right:3px;
	}
.thanks_telbox p{
	font-size:12px;
	font-weight:700;
	}
.thanks_hover a:hover{
	color:#00A8DF;
	}