@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #3e3a39;
	text-decoration: none;
}

a:visited {
	color: #3e3a39;
	text-decoration: none;
}

a:hover {
	color: #3e3a39;
	text-decoration: underline;
}

a:active {
	color: #3e3a39;
	text-decoration: underline;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.red{color: #F00!important; margin:0!important;}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;	/* 狭いウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	color: #3e3a39;
	text-align: center;
}

#container {
	background-color: #fff;
	text-align: left;
}

#main {
	margin: 0 auto 86px;
	width: 960px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto 42px;
	width: 960px;
}

#header .lBox {
	margin-top: 18px;
	width: 380px;
	float: left;
}

#header .lBox p {
	margin-bottom: 5px;
	color: #C9C9C9;
	font-size: 1.1em;
}

#header .rBox {
	float: right;
}

#header .rBox li {
	padding-left: 2px;
	float: left;
}

#header .rBox li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto 19px;
	width: 961px;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

#gNavi .navi01 a {
	background: url(images/common/template/g_navi01_over.png) no-repeat center top;
}

#gNavi .navi02 a {
	background: url(images/common/template/g_navi02_over.png) no-repeat center top;
}

#gNavi .navi03 a {
	background: url(images/common/template/g_navi03_over.png) no-repeat center top;
}

#gNavi .navi04 a {
	background: url(images/common/template/g_navi04_over.png) no-repeat center top;
}

#gNavi .navi05 a {
	background: url(images/common/template/g_navi05_over.png) no-repeat center top;
}

#gNavi .navi06 a {
	background: url(images/common/template/g_navi06_over.png) no-repeat center top;
}

#gNavi .navi07 a {
	background: url(images/common/template/g_navi07_over.png) no-repeat center top;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .fNavi {
	margin: 0 auto 26px;
	width: 960px;
	text-align: center;
}

#footer .fNavi li {
	margin: 0 24px;
	display: inline;
}

#footer .fNavi li a {
	padding-left: 10px;
	font-size: 1.4em;
	display: inline-block;
	background: url(images/common/template/f_icon.png) no-repeat left 50%;
}

#footer .fBox {
	padding: 44px 0 45px;
	background: #88CAAC url(images/common/template/f_bg.png) no-repeat center bottom;
}

#footer .subBox {
	margin: 0 auto;
	width: 966px;
}

#footer .subBox .logo {
	margin-bottom: 14px;
}

#footer .subBox .fTtl {
	margin-bottom: 27px;
	color: #fff;
	font-size: 1.4em;
}

#footer .subBox .telUl {
	margin-left: 2px;
}

#footer .subBox .telUl li {
	margin-right: 22px;
	float: left;
}

#footer .copyright {
	padding: 27px 0 25px;
	background-color: #3F3A39;
}

#footer .copyright p {
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 63px;
	padding: 54px 0 0 0px;
	min-height: 105px;
	background: url(images/common/h2_bg.jpg) repeat-x center top;
}

.mainVisual h2 {
	text-align: center;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-bottom: 33px;
	background-color: #C9C9CA;
}

.pageTop a {
	padding: 22px 0 21px;
	text-align: center;
	display: block;
}

.pageTop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#main h3 {
	margin-bottom: 23px;
	text-align: center;
}

/*------------------------------------------------------------
	comImgBoxR
------------------------------------------------------------*/
#main .comImgBoxR .photoBox {
	margin-top: 7px;
	float: right;
}

#main .comImgBoxR .textBox {
	width: 526px;
	float: left;
}

/*------------------------------------------------------------
	comImgBoxL
------------------------------------------------------------*/
#main .comImgBoxL .photoBox {
	float: left;
}

#main .comImgBoxL .textBox {
	width: 530px;
	float: right;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 86px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 12px 15px 11px;
	font-weight: normal;
	text-align: left;
	font-size: 1.4em;
	line-height: 2;
	vertical-align: top;
	border: 1px solid #87CAAC;
}

#main .comTable th {
	color: #119144;
	font-weight: bold;
	background-color: #C9E6D7;
	width:25%;
}

#main .comTable td {
	padding-left: 22px;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
body#index #gNavi .navi01 img {
	visibility: hidden;
}

body#index .mainVisual {
	margin-bottom: 59px;
	padding-top: 140px;
	min-height: 260px;
	text-align: center;
	background: url(images/index/main_visual_bg.jpg) no-repeat center top;
}

body#index h2 {
	margin-bottom: 30px;
	text-align: center;
}

body#index .h2Ttl {
	margin-bottom: 32px;
}

body#index .h2Ttl01 {
	margin-bottom: 42px;
}

body#index .comImgBoxL {
	margin-bottom: 60px;
	box-shadow: 0 2px 2px #DAD9D9,0 -2px 2px #DAD9D9,2px 0 2px #DAD9D9,-2px 0 2px #DAD9D9;
	position:relative;
	behavior: url(js/pie.htc);
	border-bottom: 4px solid #1F9244;
	background-color: #fff;
}

body#index .comImgBoxL .textBox {
	padding: 30px 25px 0 0;
	width: 436px;
}

body#index .comImgBoxL .textBox_02 {
  padding: 30px 25px 30px 0;
}

body#index .comImgBoxL .textBox .title {
	margin-bottom: 23px;
	text-align: center;
}

body#index .comImgBoxL .textBox .textImg {
	margin-bottom: 19px;
	text-align: center;
}

body#index .comImgBoxL .textBox .text {
	margin: 0 0 15px 4px;
	font-size: 1.2em;
	line-height: 1.65;
}

body#index .comImgBoxL .textBox .link {
	text-align: center;
}

body#index .comImgBoxL01 {
	margin-bottom: 39px;
}

body#index .comImgBoxL01 .textBox .textImg {
	margin-bottom: 13px;
}

body#index .colorBox,body#estate .colorBox {
	margin-bottom: 61px;
	padding: 30px 29px 28px;
	background-color: #B7DFCD;
}

body#index .colorBox .title,body#estate .colorBox .title{
	margin-bottom: 28px;
}

body#index .colorBox li,body#estate .colorBox li {
	padding-left: 11px;
	float: left;
}

body#index .colorBox li:first-child,body#estate .colorBox li:first-child{
	padding-left: 0;
}

body#index .newsDl {
	margin-bottom: 25px;
	font-size: 1.4em;
}

body#index .newsDl dt {
	float: left;
	clear: left;
	color: #119144;
	font-weight: bold;
}

body#index .newsDl dd {
	margin-bottom: 13px;
	padding: 0 0 13px 9em;
	border-bottom: 1px dotted #87CAAC;
}

body#index .detLink {
	text-align: center;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/company.html
------------------------------------------------------------*/
body#company #gNavi .navi02 img {
	visibility: hidden;
}

body#company #main .comImgBoxR {
	margin-bottom: 80px;
}

body#company #main .comImgBoxR p {
	font-size: 1.4em;
	line-height: 2;
}

body#company #main .comImgBoxR .notice {
	padding-top: 49px;
	width: 160px;
	float: right;
}

body#company #main .h3Ttl {
	margin-bottom: 30px;
}

body#company #main .comTable li {
	zoom: 1;
}

body#company #main .map {
	width: 960px;
	height: 321px;
}

body#company #main .ulList li {
	padding-top: 20px;
	overflow: hidden;
	zoom: 1;
}

body#company #main .ulList li img {
	float: left;
}

body#company #main .ulList li p {
	margin-top: 10px;
	width: 889px;
	float: right;
	color: #59504D;
	font-size: 1.4em;
	line-height: 1.65;
}

body#company #main .ulList li p span {
	display: block;
	font-weight: bold;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/estate.html
------------------------------------------------------------*/
body#estate #gNavi .navi03 img {
	visibility: hidden;
}

body#estate #main p {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1.65;
}

body#estate #main .pText {
	margin-bottom: 40px;
}

body#estate #main .pText01 {
	margin-bottom: 46px;
}

body#estate #main h3 {
	margin-bottom: 30px;
	text-align: center;
}

body#estate #main .h3Ttl {
	margin-bottom: 26px;
}

body#estate #main h4 {
	margin-bottom: 27px;
	text-align: center;
}

body#estate #main .textUl {
	margin-bottom: 20px;
}

body#estate #main .textUl li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4em;
	line-height: 1.65;
}

body#estate #main .comImgBoxR {
	margin-bottom: 78px;
}

body#estate #main .comImgBoxR .photoBox {
	margin: 0;
}

body#estate #main .comImgBoxR01 {
	margin-bottom: 51px;
}

body#estate #main .comImgBoxR01 .photoBox {
	margin-top: 11px;
}

body#estate #main .comImgBoxR01 .textBox {
	width: 600px;
}

body#estate #main .comImgBoxR01 .textBox dl {
	margin-bottom: 30px;
}

body#estate #main .comImgBoxR01 dt {
	margin-bottom: 4px;
	color: #1F9244;
	font-size: 1.6em;
}

body#estate #main .comImgBoxR01 dd {
	margin-bottom: 17px;
	font-size: 1.4em;
	line-height: 1.6;
}

body#estate #main .comImgBoxR01 .colText {
	margin-bottom: 0;
	padding: 13px 10px 11px;
	font-size: 1.6em;
	text-align: center;
	background-color: #B7DFCD;
	clear:both;
}

body#estate #main .comImgBoxR02 {
	margin-bottom: 74px;
}

body#estate #main .comImgBoxR02 .photoBox {
	margin-top: 3px;
}

body#estate #main .comImgBoxR02 .textBox dl {
	margin-bottom: 0;
}

body#estate #main .imgUl {
	margin-bottom: 16px;
}

body#estate #main .imgUl li {
	padding-bottom: 10px;
	float: left;
}

body#estate #main .redText {
	margin-bottom: 0;
	color: #E60012;
}

body#estate #main .infoBox {
	padding: 36px 20px 26px;
	width: 241px;
	text-align: center;
	background: url(images/estate/bg01.jpg) no-repeat center top;
}

body#estate #main .infoBox01 {
	background: url(images/estate/bg02.jpg) no-repeat center top;
}

body#estate #main .infoBox02 {
	background: url(images/estate/bg03.jpg) no-repeat center top;
}

body#estate #main .infoBox03 {
	background: url(images/estate/bg04.jpg) no-repeat center top;
}

body#estate #main .infoBox .photo {
	margin-bottom: 32px;
}

body#estate #main .infoBox .textImg {
	margin-bottom: 18px;
}

body#estate #main .infoBox p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.7;
}

body#estate #main .cenInfoBox {
	margin: 0 auto 20px;
}

body#estate #main .arrow {
	margin-bottom: 19px;
	text-align: center;
}

body#estate #main .infoList {
	margin: 0 -60px 6px 0;
	width: 1023px;
	overflow: hidden;
	zoom: 1;
}

body#estate #main .infoList li {
	margin-right: 60px;
	float: left;
}

body#estate #main .notice {
	margin: 0;
	text-align: right;
}
#estatebox{width:640px; margin: 0 auto 30px; letter-spacing:-.40em;}
#estatebox li{display:inline-table; width:188px; height:210px; border:2px solid #98d9bc; text-align:center; font-size:0.9em; letter-spacing:normal;}
#estatebox li h5{margin: 10px 0;}
#estatebox li:nth-child(1){margin: 0 20px 20px 0; background: url(images/estate/img_estate_01.jpg) no-repeat center 120px;}
#estatebox li:nth-child(2){margin: 0 20px 20px 0; background: url(images/estate/img_estate_02.jpg) no-repeat center 115px;}
#estatebox li:nth-child(3){margin: 0 0 20px 0; background: url(images/estate/img_estate_03.png) no-repeat center 110px;}
#estatebox li:nth-child(4){margin: 0 20px 0 0; background: url(images/estate/img_estate_04.png) no-repeat center 120px;}
#estatebox li:nth-child(5){margin: 0 20px 0 0; background: url(images/estate/img_estate_05.png) no-repeat center 100px;}
#estatebox li:nth-child(6){margin: 0 0 0 0; background: url(images/estate/img_estate_06.png) no-repeat center 115px;}
/*------------------------------------------------------------
	◆読み込みHTML
	/equipment.html
------------------------------------------------------------*/
body#equipment #gNavi .navi06 a img {
	visibility: hidden;
}

body#equipment #main h3 {
	margin-bottom: 30px;
}

body#equipment #main .photo {
	margin-bottom: 59px;
}

body#equipment #main .comTable {
	margin-bottom: 0;
}

body#equipment #main .comTable th {
	color: #3e3a39;
	text-align: center;
}

body#equipment #main .comTable td {
	padding-left: 25px;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/contact.html
------------------------------------------------------------*/
body#contact #gNavi .navi07 a img {
	visibility: hidden;
}

body#contact #main h3 {
	margin-bottom: 26px;
}

body#contact #main p {
	margin-bottom: 24px;
	font-size: 1.4em;
	color: #595757;
	line-height: 1.8;
}

body#contact #main p span {
	color: #1f9244;
}

body#contact #main .comTable {
	margin-bottom: 50px;
}

body#contact #main .comTable th {
	padding: 15px 15px 16px 25px;
	color: #595757;
	border-right: none;
}

body#contact #main .comTable th span {
	color: #1f9244;
}

body#contact #main .comTable td {
	padding: 15px 15px 16px;
	color: #595757;
	border-left: none;
}

body#contact #main .comTable td li {
	padding-right: 10px;
	float: left;
}

body#contact #main .comTable td li input {
	margin-right: 0;
	margin-top: -2px;
	vertical-align: middle;
}

body#contact #main .comTable td input[type="text"]  {
	border: 1px solid #A0A0A0;
	width: 230px;
	height: 22px;
	line-height: 1.5;
	vertical-align: middle;
}

body#contact #main .comTable td #fZip {
	margin-left: 8px;
	width: 60px;
}

body#contact #main .comTable td #fZip02 {
	margin-left: 5px;
	width: 90px;
}

body#contact #main .comTable td select {
	margin-bottom: 13px;
	padding-left: 5px;
	display: block;
	border: 1px solid #A0A0A0;
	width: 153px;
	height: 26px;
	color: #555;
}

body#contact #main .comTable td #fAddress02 {
	margin-bottom: 2px;
	width: 395px;
	display: block;
}

body#contact #main .comTable td #fAddress03 {
	width: 395px;
	display: block;
}

body#contact #main .comTable td #fTel {
	width: 250px;
}

body#contact #main .comTable td #fEmail {
	width: 295px;
}

body#contact #main .comTable .trStyle td,
body#contact #main .comTable .trStyle th {
	padding-bottom: 6px;
}

body#contact #main .comTable td textarea {
	border: 1px solid #A0A0A0;
	width: 540px;
	height: 150px;
}

body#contact #main .submit {
	text-align: center;
}

body#contact #main .submit li {
	display: inline;
}

body#contact #main .submit li input {
	padding: 16px 70px 12px 70px;
	border: none;
	font-size: 2.3em;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	position: relative;
	behavior: url(js/pie.htc);
	background-color: #1F9244;
}

body#contact #main .submit li input:hover {
	background-color: #88CAAC;
}
/*------------------------------------------------------------
	◆読み込みHTML
	/works.html
------------------------------------------------------------*/
body#works #gNavi .navi05 a img {
	visibility: hidden;
}

body#works #main h3 {
	margin-bottom: 30px;
}

body#works #main .photoList {
	margin: 0 -45px 24px 0;
	overflow: hidden;
	zoom:1;
}

body#works #main .photoList li {
	padding: 0 45px 52px 0;
	float: left;
	width: 290px;
}

body#works #main .photoList li .photo {
	margin-bottom: 17px;
}

body#works #main .photoList li dt {
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #3d3734;
	font-weight: bold;
}

body#works #main .photoList li dd {
	font-size: 1.4em;
	line-height: 1.7;
}

body#works #main h4 {
	margin-bottom: 28px;
	padding: 10px 20px 9px;
	font-size: 2.0em;
	background-color: #97D9BB;
	border-radius: 5px;
	position: relative;
	behavior: url(js/pie.htc);
}

body#works #main h4 span {
	padding-left: 17px;
	display: block;
	background: url(images/works/h4_bg.png) no-repeat left center;
}

body#works #main .comImgBoxL {
	margin-bottom: 52px;
}

body#works #main .comImgBoxL .photoBox {
	padding-top: 3px;
}

body#works #main .comImgBoxL .textBox p {
	font-size: 1.4em;
	line-height: 1.6;
}

body#works #main .comImgBoxL .textBox .text {
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/scrap.html
------------------------------------------------------------*/
body#scrap #gNavi .navi04 a img {
	visibility: hidden;
}

body#scrap #main h3 {
	margin-bottom: 25px;
}

body#scrap #main .inner {
	margin-bottom: 25px;
	padding-bottom: 13px;
	border-bottom: 1px solid #9F9C9C;
}

body#scrap #main .inner ul {
	padding-top: 5px;
	float: right;
	width: 380px;
}

body#scrap #main .inner li {
	float: left;
	padding-bottom: 20px;
}

body#scrap #main .inner .textBox {
	float: left;
	width: 535px;
}

body#scrap #main .inner .textBox p {
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.65;
}

body#scrap #main .inner .textBox .text {
	margin-bottom: 20px;
}

body#scrap #main .inner .textBox .title {
	margin-bottom: 3px;
	font-size: 1.6em;
	color: #1f9244;
}

body#scrap #main .inner .textBox .title02 {
	margin-bottom: 15px;
}

body#scrap #main .inner .textBox .title span {
	font-size: 0.8em;
	color: #97d9bb;
}

body#scrap #main .comImgBoxL .photoBox {
	padding-top: 5px;
}

body#scrap #main .comImgBoxL .textBox p {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1.65;
}

body#scrap #main .comImgBoxL .textBox .title {
	margin-bottom: 3px;
	font-size: 1.6em;
	color: #1f9244;
}