* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none!important;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #555555;
	font-size:12px;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	background-color:#fff;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
   vertical-align:bottom;
   width:100%;
	height:auto;
	display:block;
}

a {
	color:#127739;
	text-decoration:underline;
}
a:hover {
	color: #073B25;
	text-decoration:none;
}

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px; margin-left: 0px; clear: both; }

.tac { text-align: center; }




/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:100%;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block!important;
	}
	.phone {
		display:none!important;
	}
	
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	}
	#header #hrbody {
		width:100%;
		max-width:1200px;
		height:auto;
		display:block;
		padding:30px 0 20px;
		margin:0 auto;
	}
	#header #hrbody h1 {
		width:50%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header #hrbody h1 a {
		width:100%;
		height:200px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 180px;
	}

		
	
	/* Menu */
	#menubody {
		width: 100%;
		max-width:1200px;
		height:auto;
		display:block;
		overflow:hidden;
		margin:0 auto;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
	}

	nav[role=navigation]  li {
		width:16.6666667%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		font-size:14px;
		line-height:18px;
		color: #777777;
		padding:10px 5px 15px 5px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_ent {
		font-family: 'Cinzel', serif!important;
		font-size:0.6em!important;
		display:block;
		width:auto;
		height:15px!important;;
		color: #127739;
	}
	nav[role=navigation] li a:hover {
		width:auto;
		height:auto;
		display:block;
		border-bottom:5px solid #52B68B;
		padding:10px 5px 10px 5px;
		color:#000;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		background-color:#000;
		color:#fff;
	}
	#footer #ftadd {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:50px 5%;
		margin:0 auto;
		background-image:url(../img/footer/ftimage.jpg);
		background-repeat:no-repeat;
		background-size:100% auto;
		background-position:center center;
	}
	#footer #ftadd h2 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
	}
	#footer p.ftad_p {
		font-size:12px;
		color:#fff;
		line-height:1.8em;
	}
	#footer #ftbody {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:30px 5%;
		margin:0 auto;
	}
	#footer #ftbody h3 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
	}
	#footer #ftbody ul {
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:12px;
	  line-height:2em;
	  list-style:none;
	  color:#fff;
	}
	#footer p.pfcopy {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
		 text-align:center;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer #ftbody #ftcontact {
		display:none;
	}
	
	
	
}


/* Style for TabletPCs */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block!important;
	}
	.phone {
		display:none!important;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		padding:30px 0 20px;
		margin:0 auto;
	}
	#header #hrbody h1 {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header #hrbody h1 a {
		width:100%;
		height:150px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 150px;
	}

		
	
	/* Menu */
	#menubody {
		width: 100%;
		height:auto;
		display:block;
		overflow:hidden;
		margin:0 auto;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
		border-top:1px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}

	nav[role=navigation]  li {
		width:33.3333333333%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-right:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		font-size:14px;
		line-height:18px;
		color: #555555;
		padding:10px 5px 10px 5px;
	}
	a .m_ent {
		font-family: 'Cinzel', serif!important;
		font-size:0.6em!important;
		display:block;
		width:auto;
		height:15px!important;;
		color: #127739;
	}
	nav[role=navigation] li a:active {
		width:auto;
		height:auto;
		display:block;
		background-color:#DBECE5;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		background-color:#000;
		color:#fff;
	}
	#footer #ftadd {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:50px 5%;
		margin:0 auto;
		background-image:url(../img/footer/ftimage.jpg);
		background-repeat:no-repeat;
		background-size:auto 100%;
		background-position:center center;
	}
	#footer #ftadd h2 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
	}
	#footer p.ftad_p {
		font-size:12px;
		color:#fff;
		line-height:1.8em;
	}
	#footer #ftbody {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:30px 5%;
		margin:0 auto;
	}
	#footer #ftbody h3 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
		 text-align:center;
	}
	#footer #ftbody ul {
	   margin-bottom:5px;
	   text-align:center;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:12px;
	  line-height:2em;
	  list-style:none;
	  color:#fff;
	}
	#footer p.pfcopy {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
		 text-align:center;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer #ftbody #ftcontact {
		display:none;
	}
	
	

}



/* Style for Small TabletPCs */
@media screen and (min-width: 600px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none!important;
	}
	.phone {
		display:block!important;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		padding:30px 0 20px;
		margin:0 auto;
	}
	#header #hrbody h1 {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header #hrbody h1 a {
		width:100%;
		height:150px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 130px;
	}

		
	
	/* Menu */
	#menubody {
		width: 100%;
		height:auto;
		display:block;
		overflow:hidden;
		margin:0 auto;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
		border-top:1px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}

	nav[role=navigation]  li {
		width:33.3333333333%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-right:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		font-size:14px;
		line-height:18px;
		color: #555555;
		padding:10px 5px 10px 5px;
	}
	a .m_ent {
		font-family: 'Cinzel', serif!important;
		font-size:0.6em!important;
		display:block;
		width:auto;
		height:15px!important;;
		color: #127739;
	}
	nav[role=navigation] li a:active {
		width:auto;
		height:auto;
		display:block;
		background-color:#DBECE5;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		background-color:#000;
		color:#fff;
	}
	#footer #ftadd {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:50px 5%;
		margin:0 auto;
		background-image:url(../img/footer/ftimage.jpg);
		background-repeat:no-repeat;
		background-size:auto 100%;
		background-position:center center;
	}
	#footer #ftadd h2 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
	}
	#footer p.ftad_p {
		font-size:12px;
		color:#fff;
		line-height:1.8em;
	}
	#footer #ftbody {
		width:auto;
		max-width:1200px;
		height:auto;
		padding:30px 5%;
		margin:0 auto;
	}
	#footer #ftbody h3 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
		 text-align:center;
	}
	#footer #ftbody ul {
	   margin-bottom:5px;
	   text-align:center;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:12px;
	  line-height:2em;
	  list-style:none;
	  color:#fff;
	}
	#footer p.pfcopy {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
		 text-align:center;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer #ftbody #ftcontact {
		display:none;
	}
	
	

}



/* Style for Smartphonea */
@media screen and (max-width: 599px) {
	#wrapper {
		width:100%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none!important;
	}
	.phone {
		display:block!important;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		padding:20px 5% 0px;
		margin:0 auto;
	}
	#header #hrbody h1 {
		width:70%;
		height:auto;
		display:block;
		margin:0;
		float:left;
	}
	#header #hrbody h1 a {
		width:100%;
		height:70px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:auto 70px;
	}
	
	/* Menu */
	
	#menubody {
		width:auto;
		height:auto;
		background-image:url(../img/index/bg_black.png);
	}
	#hrbody p {
		width:70px;
		height:70px;
		display:block;
		float:right;
	}
	a.menu-link {
		width:70px;
		height:70px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/ic-menu.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-color:#69B693;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;  
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 500px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #ffffff;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 10px;
		line-height:50px;
		height:50px;
		color:#fff;
		text-decoration:none;
		background-color: #69B693;
	border-bottom: 1px solid #fff;
	font-size:16px;
	}
	a .m_ent {
		font-family: 'Lato', sans-serif;
		font-size:0.6em;
		display:block;
		width:auto;
		height:auto;
		float:right;
	}
	nav[role=navigation] li a:active {
	background-color:#127739;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		background-color:#000;
		color:#fff;
	}
	#footer #ftadd {
		width:auto;
		height:auto;
		padding:50px 5%;
		margin:0 auto;
		background-image:url(../img/footer/ftimage.jpg);
		background-repeat:no-repeat;
		background-size:auto 100%;
		background-position:center center;
	}
	#footer #ftadd h2 {
		font-size:16px;
		font-weight:normal;
		line-height:1.4em;
		color:#fff;
	}
	#footer p.ftad_p {
		font-size:14px;
		color:#fff;
		line-height:1.8em;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		padding:30px 5%;
		margin:0 auto;
	}
	#footer #ftbody h3 {
		display:none;
	}
	#footer #ftbody ul {
	   margin-bottom:5px;
	   text-align:center;
	}

	#footer #ftbody li {
	  font-size:12px;
	  line-height:40px;
	  list-style:none;
	  color:#fff;
	  margin-bottom:2px;
	}
	#footer p.pfcopy {
		font-size:0.8em;
		color:#fff;
		height:40px;
		line-height:40px;
		 text-align:center;
	}
	#footer a {
		width:auto;
		height:40px;
		display:block;
		color:#fff;
		text-decoration:none;
		background-color:#222;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#footer a:active {
		color:#fff;
		text-decoration:none;
		background-color:#555;
	}
	#footer #ftbody #ftcontact {
		display:none;
	}
	
	
}