@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by Thuyntn
/////////////////////////////////////
*/

html {
	overflow-y: scroll;
}
/*/////BODY/////*/
body {
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height:1.5;
	min-width: 940px;
	color: #000;
	overflow:hidden;
	word-break: break-all;
}

#Container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
img {
	vertical-align: middle;
}

/*/////HEADER/////*/
#Header {
	border-bottom:5px solid #58b385;
}
.bg-header .wrapper {
	position: relative;
	z-index: 50;
	width: 900px;
}
.bg-top {
	position: absolute;
	right: -190px;
	top: 0;
	z-index: 10;
}

#Logo  {
	padding-top: 20px;
}
#Logo a {
	display: block;
}
.hleft {
	width: 260px;
	float: left;
	position: relative;
	z-index: 50;
}
h1{
	color: #fff;
	font-size: 100%;
	background: #1e7e45;
	padding:2px 0;
}
h1 span {
	width: 900px;
	margin: 0 auto;
	display: block;
}

.hright {
	float: right;
	text-align: right;
	padding: 30px 0 10px;
	width: 600px;
	position: relative;
	z-index: 50;
}
.hright p {
	padding-bottom:10px;
	text-align: center;
}
.tel a {
	display: inline-block;
	padding-left: 10px;
}

/*/////NAVIGATION/////*/
#Navigation {
	clear: both;
	width: 100%;
	z-index: 9999;
	position: relative;
	background: url(../images/common/bg_navi.png) repeat 0 0;
   -moz-box-shadow: 0 0 10px #bbc8c3;
   -webkit-box-shadow: 0 0 10px #bbc8c3;
   box-shadow: 0 0 10px #bbc8c3;
	border-top: 4px solid #58b385;
	border-bottom: 4px solid #58b385;
}
#Navigation #Nav {
	border-top: 1px solid #1aa931;
	border-bottom: 1px solid #1aa931;
}
#Navigation #Nav ul {
	height: 57px;
	width: 940px;
	margin: 0 auto;
}
#Navigation li {
	float: left;
	position: relative;
}
#Nav li a {
	background: url(../images/common/nav.png) no-repeat 0 0;
	height: 0;
	display: block;
	overflow: hidden;
	padding: 57px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#Nav li.nav1 a {
	background-position: 0 0;
	width: 158px;
}
#Nav li.nav2 a {
	background-position: -158px 0;
	width: 156px;
}
#Nav li.nav3 a {
	background-position: -314px 0;
	width: 157px;
}
#Nav li.nav4 a {
	background-position: -471px 0;
	width: 157px;
}
#Nav li.nav5 a {
	background-position: -628px 0;
	width: 156px;
}
#Nav li.nav6 a {
	background-position: -784px 0;
	width: 156px;
}
#Nav li span {
	background: url(../images/common/nav.png) no-repeat;
	height: 0;
	display: block;
	overflow: hidden;
	padding: 57px 0 0 0;
	opacity: 0;
  filter: alpha(opacity=0);
}
#Nav li.nav1 span {
	background-position: 0 -57px;
	width: 158px;
}
#Nav li.nav2 span {
	background-position: -158px -57px;
	width: 156px;
}
#Nav li.nav3 span {
	background-position: -314px -57px;
	width: 157px;
}
#Nav li.nav4 span {
	background-position: -471px -57px;
	width: 157px;
}
#Nav li.nav5 span {
	background-position: -628px -57px;
	width: 156px;
}
#Nav li.nav6 span {
	background-position: -784px -57px;
	width: 156px;
}
#Nav li.active a {
	opacity: 0!important;
  filter: alpha(opacity=0)!important;
}
#Nav li.active span {
	opacity: 1!important;
  filter: alpha(opacity=100)!important;
}

/*/////CONTENT/////*/

#Content {
	width:100%;
	padding:30px 0 35px;
	background: #e7f7f0;
}

/*/////FOOTER/////*/

#Footer {
	border-top:5px solid #58b385;
}
.f-inner01 .wrapper {
	background: url(../images/common/bg_footer.png) no-repeat 100% 70%;
	padding: 30px 0;
}
.f-info {
	float: left;
	padding-left: 37px;
	width: 290px;
	letter-spacing:1px;
}
.f-info p {
	padding-bottom: 5px;
	font-size: 150%;
}
.f-info dl {
	font-size: 117%;
}
.f-info dt {
	float: left;
}
.f-inner02 {
	background: #1e7e45;
	padding: 5px 0;
}

#Footer-nav {
	display:inline-block;
}
#Footer-nav li {
	display:inline-block;
	color:#fff;
}
#Footer-nav a {
	text-decoration:none;
	color:#fff;
	padding: 0 2px;
}
#Footer-nav a:hover {
	text-decoration:underline;
}
#Copyright {
	color:#fff;
	text-align: right;
	margin-top: -18px;
}


/*page-top*/
#Pagetop{
	position:fixed;
	bottom: 150px;
	right: 145px;
	cursor:pointer;
	width: 39px;
	height: 39px;
	background: url(../images/common/pagetop.png) no-repeat left top;
	z-index: 9999;
}
/* common */
.mr-0 {
	margin-right: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
#Sub-visual {
	background: #c5f6e4;
	text-align: center;
	padding: 30px 0;
-webkit-box-shadow: 0 3px 0 0 #ccc;
box-shadow: 0 3px 0 0 #ccc;
}
.section01 {
	background: #fff;
	border:1px solid #008000;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	padding: 20px;
}
.ttl-h2 {
	background: url(../images/common/bg_h2.png) repeat 0 0;
	text-align: center;
	padding: 10px 0;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	margin-bottom: 10px;
}
.list-tab {
	margin-bottom: 20px;
	margin-left:60px;
}
.list-tab li {
	height: 45px;
	line-height: 45px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.list-tab li a {
	background: url(../images/common/bg_tab.png) no-repeat 0 0;
	font-size: 134%;
	color: #fff;
	text-decoration: none;
	width: 400px;
	display:block;
}
.list-tab li a:hover {
	text-decoration: none;
	zoom: 1;  filter: alpha(opacity=70);
  opacity: 0.7;
	-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=70)”;
}
.list-tab li  span  {
	display: block;
	padding-left: 7px;
	text-align: center;
}

.list-tab li  span.house01{
	display: block;
	padding-left: 40px;
	text-align: center;
}


.list-link {
	width: 300px;
	float: right;
}
.list-link li {
	width: 300px;
	padding-bottom: 15px;
}
.list-link li a {
	background: url(../images/common/bg_tab.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 134%;
	width: 300px;
	height: 45px;
	line-height: 45px;
}
.list-link li a:hover {
	text-decoration: none;
	zoom: 1;  filter: alpha(opacity=70);
  opacity: 0.7;
	-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=70)”;
}
.list-link li a span {
	display: inline-block;
	width: 200px;
}
.list-link li a .link01 {
	padding-left: 55px;
	background: url(../images/common/icon_menu01.png) no-repeat 15px 50%;
}
.list-link li a .link02 {
	padding-left: 55px;
	background: url(../images/common/icon_menu02.png) no-repeat 12px 50%;
}
.banner-contact {
	background: url(../images/common/bnr_contact.png) no-repeat center center;
	border:10px solid #58b385;
   -moz-box-shadow: 0 0 5px #fafafa;
   -webkit-box-shadow: 0 0 5px #fafafa;
   box-shadow: 0 0 5px #d2e1da;
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	border-radius:8px;
	position: relative;
	height:180px;
	width: 920px;
}
.bnr-mail {
	position: absolute;
	top: -34px;
	left: 17px;
	z-index: 999;
}
.banner-inner {
	background: url(../images/common/bg_contact_inner.png) repeat 0 0;
	border:2px solid #58b385;
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	text-align: center;
	padding: 15px;
	position: absolute;
	right:12px;
	top: 15px;
	
}