/***目次

通常のcss

基本設定、リセットのcss

メディアクエリ　スマホなどの対策css
****/



/*************ヘッダー*******************/
header {width:960px; margin:0 auto; padding-top:10px;}
header .box1 {float:left;}
header .box2 {float:left; font-size:80%; padding:30px 0 0 15px;}
header .box3 {float:right; padding:10px 10px 0 0;}


/*************ナビゲーション*******************/





.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0px 0;
	
}


.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
	  
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #fff;
	
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
	background:url("../img/g_line.png") repeat-x 100% 100% ;
	
}


.subNavBtn {
	
	display: block;
	height: 35px;
	width: 15%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color:#000;
	
}
.subMenu a:hover {
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7; 
}

.active {
	background:url("../img/g_arr.png") no-repeat 50% 90%;
}
.end {
	margin: 0;
}



/*************スライダー透過*******************/
.sp-slide.sp-selected {opacity:1;}
.sp-slide {opacity:0.5;}
#wide {padding-bottom:30px;}


/*************あいさつ*******************/
#c01h{width:615px; margin:0 auto;padding:10px 0;}
#c01 {text-align:center;padding:0px 0 50px;}


/*************アイコン部*******************/
#c02h{width:323px; margin:0 auto;}
#c02 {padding:30px 0;background:#f6f5f3;}
#c02 .box{width:600px; margin:0 auto;}
#c02 .box .jobs{float:left; width:20%; padding-left:30px}
#c02 .box .jobs .cap1{color:#437a41;padding-left:25px;}
#c02 .box .jobs .cap2{color:#437a41;padding-left:32px;}

/*************テーブル部*******************/
#c03{padding:30px 0;text-align:center;}
#c03 .cap2{color:#437a41;font-size:130%;}
#c03 .cap3{padding:5px 0 10px;}
#c03 .box{background:url("../img/texture.png") no-repeat;padding:20px 0;}

#c03 table {
	margin:15px auto;
	width:90%;
	border-collapse: separate;
	border-spacing: 0;
	border:hidden;}


 table th{border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	text-align:center;
	}
	
#c03 table :nth-child(6) { border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	border-right-style:none;
	text-align:center;
	padding:10px 0;}
		
	
	table td{border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	text-align:left;
	padding-left:20px;
	}
	
	
	/*ちょっと強引かも*/
	table .basic1{vertical-align:top;padding:5px 0 0 15px;}
	table .basic1 .basic2{display:inline-block;vertical-align:top;padding:8px 0 0 10px;}
	
	
#c03 table :ntd-child(6){border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	border-right-style:none;
	text-align:center;
	padding:10px 0;
	}
	
#c03 table .right_blank{border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	border-right-style:none;
	text-align:center;
	padding:10px 0;}


/*************社長メッセージ*******************/
#c04h{width:278px; margin:0 auto;padding-top:30px;}
#c04{background:#f6f5f3;padding:20px 0 40px;}
#c04 .w_960 .left_title{padding:0 0 20px 20px; font-size:130%;}
#c04 .w_960 .left_box{float:left; width:60%; padding-left:20px}

#c04 .w_960 .right_box{float:left; width:30%; padding-right:10px}
.yamada_shima{margin-top:-5px;}

#c04 .w_960 .center_box{padding:20px;}

/***new よろしくお願いいたします！***/

.new_massage{background:#dce4dc; padding:40px 0 70px 0;}
.new_ttl{padding:0 0 20px 0px; font-size:130%;}
.left20{padding-left:20px;}
.right30{padding:0 30px 15px 0;}
.w_35 {width: 34%;}



/*************会社概要*******************/
#c05h{width:187px; margin:30px auto;padding-top:30px;}
#c05{padding:30px 0 20px;}
#c05 .w_960 .left_title{width:20%; float:left;padding-left:200px; }
#c05 .w_960 .right_body{width:50%; float:left; }

/*************アクセスマップ*******************/
#c06{background:#f6f5f3;margin-top:50px;padding:20px 0 40px;}
#c06 .c06h{text-align:center;padding-bottom:10px;}
#c06 .map{width:800px; margin:0 auto;}


/*************お問い合わせ*******************/
#c07h{width:222px; margin:0 auto;padding:70px 0 15px;}
#c07{width:960px; text-align:center; margin:0 auto;}
#c07 .box{border: solid 3px #f6f5f3; margin:30px 0 100px;padding-bottom:50px;}

/*************フッター*******************/
footer{background:#437a41;color:#fff;}
footer a{color:#fff;}
footer .box1{font-size:80%; text-align:center;padding:10px 0;}
footer .box1 .box2{font-size:80%; text-align:center;padding-top:10px;}






/*************基礎css*******************/


.tenjiku_t{width:960px; margin:0 auto;}


img {border: medium none;}

.left {
    float: left;
}
.right {
    float: right;
}

.center { text-align: center;}
	
.clear {
    clear: both;
}
.m_auto {
    margin: 0 auto;
}

.txt_110 {
    font-size: 110%;
    letter-spacing: -0.5px;
}
.txt_90 {
    font-size: 90%;
}

.txt_80 {
    font-size: 80%;
}
.txt_bold {
    font-weight: bold;
}
.txt_gray {
    color: #666666;
}
.w_20 {
    width: 20%;
}
.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}


.w_960 {
    width: 960px;
	margin:0 auto;
}

.w_95 {
    width: 95%;
}
.w_100 {
    width: 100%;
}

.txt {
    font-size:16px;	
	color:#404040;
		}



/********ヘッダー　　フッター***************/



/*********　　ベーシック　　　設定など　　　　**********/
html
{	padding: 0;
	margin:0;
	line-height:140%;
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	text-shadow: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	}
	
body {margin:0 auto;}	
	


section{padding-bottom:50px}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;text-decoration:none;
}

.hr_style{
  display: block;
  width: 100%;
  height: 1px;
  background-color: gray;opacity: 0.3;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

hr.dotted{
border:none;
border-top:dashed 1px gray;
opacity: 0.3;
height:1px;
color:#FFFFFF;
width:80%;
}



a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*********　　ベーシック　　　設定などここまで　　　　**********/




@media screen and (max-width:700px) {

/*************ヘッダー*******************/
header {width:960px; margin:0 auto; padding-top:10px;}
header .box1 {float:left;}
header .box2 {float:left; font-size:80%; padding:30px 0 0 10px;}
header .box3 {float:left; padding:10px 0 0 10px;}


/*************ナビゲーション*******************/





.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0px 0;
	
}


.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
	  
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #fff;
	
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
	background:url("../img/g_line.png") repeat-x 100% 100% ;
	
}


.subNavBtn {
	
	display: block;
	height: 35px;
	width: 15%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color:#000;
	line-height:100%;
	
}
.subMenu a:hover {
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7; 
}

.active {
	background:url("../img/g_arr.png") no-repeat 50% 90%;
}
.end {
	margin: 0;
}



/*************スライダー透過*******************/
.sp-slide.sp-selected {opacity:1;}
.sp-slide {opacity:0.5;}
#wide {padding-bottom:30px;}


/*************あいさつ*******************/
#c01h{width:615px; margin:0 auto;padding:10px 0;}
#c01 {text-align:center;padding:0px 0 50px;}


/*************アイコン部*******************/
#c02h{width:323px; margin:0 auto;}
#c02 {padding:30px 0;background:#f6f5f3;width:960px;}
#c02 .box{width:600px; margin:0 auto;}
#c02 .box .jobs{float:left; width:20%; padding-left:30px}
#c02 .box .jobs .cap1{color:#437a41;padding-left:25px;}
#c02 .box .jobs .cap2{color:#437a41;padding-left:32px;}

/*************テーブル部*******************/
#c03{padding:30px 0;text-align:center;}
#c03 .cap2{color:#437a41;font-size:130%;}
#c03 .cap3{padding:5px 0 10px;}
#c03 .box{background:url("../img/texture.png") no-repeat;padding:20px 0;}

#c03 table {
	margin:15px auto;
	width:90%;
	border-collapse: separate;
	border-spacing: 0;
	border:hidden;}


 table th{border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	text-align:center;
	}
	
#c03 table :nth-child(6) { border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	border-right-style:none;
	text-align:center;
	padding:10px 0;}
		
	
	table td{border: 2px solid #aaa;
    border-top-style:none;
    border-left-style:none;
	text-align:left;
	padding-left:20px;
	}
	
	
	


/*************社長メッセージ*******************/
#c04h{width:278px; margin:0 auto;padding-top:30px;}
#c04{background:#f6f5f3;padding:20px 0 40px; min-width:960px;}


/*************アクセスマップ*******************/
#c06{background:#f6f5f3;margin-top:50px;padding:20px 0 40px;min-width:960px;}
#c06 .c06h{text-align:center;padding-bottom:10px;}
#c06 .map{width:800px; padding:0 80px 0;}


/*************お問い合わせ*******************/
#c07h{width:222px; margin:0 auto;padding:70px 0 15px;}
#c07{width:960px; text-align:center; margin:0 auto;}
#c07 .box{border: solid 3px #f6f5f3; margin:30px 0 80px;}

/*************フッター*******************/
footer{background:#437a41;color:#fff;min-width:960px;}



}

