@charset "UTF-8";


*{   
margin: 0;   
padding: 0;   
}


*{
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*
-------------------------------------------------------------------------------

リンク・マージン設定

-------------------------------------------------------------------------------

*/

/* リンク設定・*/

a:link {
	color: #666; text-decoration: none;
}
a:visited {
	color: #666; text-decoration: none;
}
a:active {
	color: #666; text-decoration: none;
}
a:hover {
	color: #333; text-decoration: underline;
}

a:hover *{
	filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}


/*

-------------------------------------------------------------------------------

全体

-------------------------------------------------------------------------------

*/


/*　メイン　*/
 
body{
	margin:0px;
	padding:0px;
	line-height: 1.7;
	color: #333;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	/*background: url(../images/back_img.gif) center center / cover no-repeat fixed;*/
}
a {
	 
  outline : 0 ;
}

img   {
   border:none;
}

ul,ol li{
     list-style:none;
}

.mt10 {margin-top: 10px;}

.f_right{
         float: right;
}
.f_left{
         float: left;
}
.ls0{
	letter-spacing: 0;
}
.pc_no{
	display: none;
}
.sp_no{
	display:  block;
}

.mt15{
	margin-top: 15px;
}
.mbt30{
	margin-bottom: 30px;
}
.ptb50{
	padding-top: 50px;
	padding-bottom: 20px;
}  
.map_icon{
	width: 20px;
	height: 20px;
	vertical-align:middle;
}

/*

-------------------------------------------------------------------------------

TOP_viewer

-------------------------------------------------------------------------------

*/
#top_wp{
    width: 100%;
	border-top: 3px solid #339933;
}

.viewer {
	clear: both;
    margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;

}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}

/*

-------------------------------------------------------------------------------

page&header

-------------------------------------------------------------------------------

*/
#header_back{
	width: 980px;
	height: 140px;
	padding: 0;
  	margin: auto;
}
#header_logo{
	float:left;
	width: 450px;
	margin-left: 5px;
}
#header_logo h1{
	font-size: 11px;
	margin-top: 18px;
	margin-left: 10px;
	font-weight: normal;
	color: #666;
}
#header_logo img{
	margin: 5px 0 0 10px;
	width: 260px;
}
#header_info{
	float:right;
	width: 500px;
	margin-right: 5px;
	margin-top: 55px;
}
/* NAVIロールオーバー */


ul.navi {
	width: 500px;
	margin: 0 auto;
	list-style-type:none;
	display:block;
	height:42px;
	padding:0;
}
ul.navi li {
	padding:0;
	height:42px;
	float:left;
	text-indent:-9999px;
}
ul.navi li a:hover {
	background-position:bottom left;
}
.nav0 a {
	display:block;
	width:115px;
	height:42px;
	background-image:url(../images/navi_company.png);
	outline:none;
}
.nav1 a{
	display:block;
	width:118px;
	height:42px;
	background-image:url(../images/navi_service2.png);
	outline:none;
}
.nav2 a {
	display:block;
	width:121px;
	height:42px;
	background-image:url(../images/navi_recruit.png);
	outline:none;
}
.nav3 a {
	display:block;
	width:146px;
	height:42px;
	background-image:url(../images/navi_contact.png);
	outline:none;
}

#title_back{
	clear: both;
	height: 200px;
	background: url(../images/head_img.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 50px;
}
.no_mt50{
	margin-bottom: 0 !important;
}
.page_title{
	margin: 0 auto;
	width: 500px;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align:center;
	border-bottom :1px solid #339933;
}
.page_title h2{
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 26px;
	letter-spacing: 0.1em;
}

/*

-------------------------------------------------------------------------------

top_contents

-------------------------------------------------------------------------------

*/

.contents_wp{
	clear: both;
	width: 980px;
	margin: 80px auto 50px auto;
	text-align: center;

}
.contents_wp h2{
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 22px;
		line-height: 36px;
	margin-bottom: 20px;
	padding: 0;
}
.contents_wp h2 img{
	vertical-align: middle;
}

.three_column{
	float: left;
	width: 300px;
	text-align:center;
	margin: 10px 13px 80px 13px;

}
.backno_01{
	background: url("../images/no01.gif") no-repeat left top transparent;
}
.backno_02{
	background: url("../images/no02.gif") no-repeat left top transparent;
}
.backno_03{
	background: url("../images/no03.gif") no-repeat left top transparent;
}
.three_column img{
	width: 300px;
	margin: 5px 0;
}
.three_column h3.top_title{
	font-size: 20px;
	font-weight: bold;
	color: #339933;
	margin: 0;
	padding-top: 10px;
}
.three_column p.sub_title{
	font-size: 10px;
	color: #ccc;
}
.work_wp{
	width: 980px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: 0 auto;
	text-align: center;
}
 
h2.top_work{
	font-size: 26px;
	font-weight: bold;
	background: url("../images/work_icon.png") no-repeat top left transparent;
	padding: 8px 0 30px 55px;
	display: inline;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	width: 100%;
}
.works-item div{
	padding: 15px 10px 0 10px;

}

.works-item div img{
	width: 210px;
}
.more_btn a{
	width: 500px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:8px 0 10px;
	color:#339933;
	border:1px solid #339933;
	margin: 0 auto;
}

.more_btn a:hover{
    width: 500px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#339933;
	margin: 0 auto;
}

/* top_news */

#info_left{
	float: left;
	width: 600px;
	margin: 50px 0 50px 15px;
	text-align:left;
}
#info_left h2{
	font-size: 24px;
	font-weight: normal;
	background: url("../images/news_icon.png") no-repeat top left transparent;
	padding: 15px 0 30px 35px;
	display: inline;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 150%;
}
#info_left dl {
	width:600px;
	margin: 20px 0 0 10px;	
}
#info_left dt {
	float:left;
	color: #339933;
}
#info_left dd {
	margin-left:100px;
	margin-bottom: 10px;
}
#info_right{
	float: right;
	width: 310px;
	margin: 50px 10px 50px 0;
	text-align:left;
}
#info_right h2{
	font-size: 24px;
	font-weight: normal;
	background: url("../images/fb_icon.png") no-repeat top left transparent;
	padding: 15px 0 30px 35px;
	display: inline;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 150%;
}
.fb-page{
	margin-top: 10px;
}



.contents_wp{
	clear: both;
	width: 980px;
	margin: 80px auto 50px auto;
	text-align: center;

}
.contents_g{
	clear: both;
	width: 100%;
	background-color: #f5f5f5;
       margin-top: 20px;
}
.scontents_wp{
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.pcontents_wp{
	clear: both;
	width: 960px;
	margin: 30px auto;
	text-align: left;
}
.thanks_wp{
	clear: both;
	width: 960px;
	margin: 30px auto 200px auto;
	text-align: left;
}
.pp_box h4{
	margin-left: 50px;
}
.pp_box p.txt{
	margin: 10px 50px 50px 50px;
}


.pcontents_wp a{
	color: #000; text-decoration: underline;
}
.pcontents_wp a:hover {
	color: #333; text-decoration: underline;
	font-weight: bold;
}

.pscontents_wp{
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	text-align: left;
	padding-top: 50px; 
}
.jisseki_wp{
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	text-align: left;
	padding-top: 50px; 
}
.msg_wp{
	clear: both;
	width: 960px;
	margin: 0 auto 50px auto;
	text-align: left;
	padding-top: 30px; 
}
.thanks_wp h3,
.msg_wp h3,
.pscontents_wp h2,
.pscontents_wp h3,
.pcontents_wp h3{
	background: url("../images/h2_icon.png") no-repeat left  transparent;
	padding: 15px 0 25px 35px;
	display: inline;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
	line-height: 150%;
	margin-left: 15px;
}
.thanks_wp p,
.pcontents_wp p{
	margin: 50px;
}
ul.work{
	margin: 30px 50px 50px 50px;
	list-style-type: disc;
	font-size: 16px;
}
ul.work li{
	margin-bottom: 7px;
}
table.tl_pro {
       width: 850px;
	padding-top: 18px;
	margin: 20px auto 60px auto;
}
table.tl_pro th {
	text-align: left;
	line-height: 170%;
	font-weight: bold;
	border-bottom: solid 1px #D3D3D3;
	padding: 15px 7px 15px 7px;
	color: #339933;
	letter-spacing: 0.1em;
	vertical-align: top;

}

table.tl_pro tr td {
	text-align: left;
	font-weight: normal;
	line-height: 170%;
	border-bottom: solid 1px #D3D3D3;
	padding: 15px 7px 15px 7px;
}

table.tl_pro tr th.b0,table.tl_pro tr td.b0 {
	text-align: left;
	line-height: 170%;
	border: none;
	padding: 15px 7px 5px 7px;
}


table.tl_pro tr th {
	width: 20%;
	letter-spacing: 0.1em;
}
table.mailform ul,
table.tl_pro ul{
	list-style-type: disc;
	margin-left: 10px;

}
#map{
	margin: 15px 10px 15px 10px;
	width:800px;
	height:400px;

}
/*

-------------------------------------------------------------------------------

Service

-------------------------------------------------------------------------------

*/
#menu-box{
	width: 100%;
	background-color: #5eb458;
}

#menu {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 0.1em;
	font-size: 15px;
}
#menu li{
	display: block;
	color: #FFF;
	float: left;
	width: 16%;
	margin: 0;
	padding:0;
	background-color: #339933;
	text-align: center;
}
#menu li.thisp{
	display: block;
	padding: 15px 0 15px;
	background-color: #339933;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ccc;
}
#menu li a {
	display: block;
	padding: 15px 0 15px;
	background-color: #5eb458;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ccc;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #339933;
}
#toggle {
	display: none;
}

.sev-new{
	background-color: #eee;
	font-size: 9px;
	color: #339933;
	margin-right: 5px;
	padding: 3px 5px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	letter-spacing: 0;
	vertical-align: middle;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
		width: 33.2%;
		border-bottom: 1px solid #ccc;
	}
}
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
		font-size: 14px;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #5eb458;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 15px 0 15px;
		border-bottom: 1px solid #ccc;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #5eb458;
	}
	#toggle a:before {
		margin-top:-6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
}
.dis-inblock{
	display: inline-block;
vertical-align:top;
}

.srvs_box{
	width:30%;
	border:1px solid #ccc;
	margin:0.8%;
	padding: 0.5%;
	text-align:center;
}
.srvs_box img{
	width: 100%;
}
.srvs_box h3.srvs{
	margin-top: 15px;
	padding: 20px 0 0 0;
	font-size: 16px;
	background: none;
}
.srvs_box p{
	padding: 5%;
	margin: 0;
	line-height: 150%;
}
.srvs_box p.scd{
	padding: 0 5% 5% 5%;
	margin: 0;
	line-height: 150%;
}

span.tel{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #339933;
	font-size: 22px;
	font-weight: bold;
}

/*

-------------------------------------------------------------------------------

recruit

-------------------------------------------------------------------------------

*/
.contact_l{
	float: left;
	width: 400px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.contact_r{
	float: right;
	width: 400px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.contact_l img,
.contact_r img{
	margin-top: 10px;
}

p.form{
	background: url("../images/marc_line.png") no-repeat top left transparent;
	padding: 8px 10px 30px 15px;
	display: inline;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.msg_left{
	float: left;
	width: 680px;
}
.msg_left h4{
	margin: 30px 0 10px 45px;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
span.fg_mg{
	font-weight: bold;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 22px;
}
span.fg_mg2{
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.msg_left p.msg{
	padding: 0 0 20px 50px;
}
.msg_left p.msg2{
	padding: 0 0 80px 50px;
}
.msg_right{
	float: right;
	width: 200px;
	margin-top: 70px;
}

/*

-------------------------------------------------------------------------------

鉄筋探査

-------------------------------------------------------------------------------

*/
.concrete_wp{
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	text-align: left;
}
.concrete_wp h3{
	padding: 3px 0 3px 10px;
	border-left: 5px solid #339933;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
}
.concrete_l{
	float: left;
	width: 440px;
	padding: 30px 0 50px;
}
.concrete_r{
	float: right;
	width: 500px;
	padding: 30px 0 50px;
}
.concrete_r img{
	width: 240px;
}
img.mtw90{
	margin: 20px auto;
	width: 950px;
}
.visi_l{
	float: left;
	width: 680px;
	padding: 30px 0;
}
.visi_l li{
	float: left;
	margin-right: 20px; 
}
.visi_l p{
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	color: #339933;
}
.visi_l li img{
	width: 320px;
}
.visi_r{
	float: right;
	width: 250px;
	padding: 30px 0 80px;
	margin-right: 15px;
}
.visi_r img{
	width: 250px;
}
/*

-------------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------

*/
#footer{
	clear: both;
	width: 100%;
	height:310px;
	background-color: #339933;
}
#footer_navi{
       width: 980px;
       margin-left:auto;
       margin-right:auto;
	text-align: center;
       padding-top: 10px;
	font-size: 10px;
}

#footer_navi ul{
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer_navi li.first{
	font-size: 12px;
	display:inline;
	padding-left:0;
	padding-right:15px;
	border-right:1px dotted #ccc;
}
#footer_navi li {
	font-size: 11px;
	display:inline;
	padding-left:15px;
	padding-right:15px;
	border-right:1px dotted #ccc;

}
#footer_navi li a{
	color: #fff;
}
#footer_navi li.last {
    border-right:0;
}

#footer_navi p.info_txt{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
       margin-top: -5px;
}
p.cp{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #ccc;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.1em;
       margin-top: 10px;
}

/*
Back to top button
*/
.pagetop {
	display:none;
	position:relative;
	width:95%;
	max-width:980px;
	height:0;
	margin:0 auto;
}
.pagetop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 66px;
	hegiht:66px;
	margin-left:960px;
	padding:1em 0 1em 2px;
	background:#339933;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0;
}
.pagetop a:before,
.pagetop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
.pagetop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #339933;
}
.pagetop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* 矢印の色 */
}


/* =====================
	スマホ向け
======================= */
@media screen and (max-width: 767px) {

.pagetop {
	width:100%;
}
.pagetop a {
	left:-68px;
	margin-left:100%;
	background:#5eb458;
}
.pagetop a:before {
	border-bottom:10px solid #5eb458;
}
/* スマホ向けここまで */ }

/*　IEブラウザ用 */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
