* {
	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;
}

/* 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 {
	}
	.phone {
		display:none!important;
	}
	
	/* Header */
	#header {
	width: 250px;
	height: 250px;
	display:block;
	position:absolute;
	z-index:9999;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-125px;
	box-shadow:0px 2px 5px #000;
	}
	#header #hrbody {
		width:250px;
		height:250px;
		display:block;
	}
	#header #hrbody h1 {
		width:250px;
		height:250px;
		display:block;
		margin:0 auto;
	}
	#header #hrbody h1 a {
		width:250px;
		height:250px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/index/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:250px 250px;
	}
	#header p {
		display:none;
	}
	
	/* Slide show */
	#topsection {
		width:100%;
		height:auto;
		display:block;
		overflow:hidden;
		margin:0 auto;
		position:relative;
	}
	#slidecov {
		width:100%;
		height:50px;
		display:block;
		position: absolute;
		bottom:0;
		z-index:9998;
		background-image:url(../img/index/slidecov.png);
		background-position:center bottom;
		background-repeat: repeat-x;
	}
	#slidebody {
		width:100%;
		height:auto;
		display:block;
	}
	
	/* Menu (PC only) */
	#menupc {
		width: 100%;
		max-width:1200px;
		height:auto;
		display:block;
		overflow:hidden;
		margin:0 auto;
	}
	#menupc ul {
		width:100%;
		height:auto;
	}

	#menupc  li {
		width:16.6666667%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
	}
	#menupc 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;
	}
	#menupc a .m_ent {
		font-family: 'Cinzel', serif!important;
		font-size:0.6em!important;
		display:block;
		width:auto;
		height:15px!important;;
		color: #127739;
	}
	#menupc li a:hover {
		width:auto;
		height:auto;
		display:block;
		border-bottom:5px solid #52B68B;
		padding:10px 5px 10px 5px;
		color:#000;
	}
	
	
	/* Menu */
	#menubody {
		display:none;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		display:none;
	}
	nav[role=navigation] ul {
		display:none
	}

	nav[role=navigation]  li {
		display:none;
	}
	nav[role=navigation] li a {
		display:none;
	}
	a .m_ent {
		display:none;
	}
	nav[role=navigation] li a:hover {
		display:none;
	}
	
	/* Contents */
	.mmbody {
		background-image:url(../img/index/border_t.png);
		background-position:center top;
		background-repeat:no-repeat;
	}
	
	/* News */
	#newsmm {
		width:100%;
		max-width:1200px;
		height:auto;
		display:block;
		margin:0 auto;
		padding:30px 0 30px 0;
	}
	#newsmm ul li {
		width:25%;
		height:auto;
		display:block;
		padding:0 1%;
		float:left;
	}
	#newsmm ul li a {
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		padding:5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#newsmm ul li a:hover {
	background-color: #C9E5D8;
	}
	#newsmm img {
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
		max-height:100%!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		overflow:hidden;
	}
	.newsbox {
		width:100%;
		height:auto;
		display:block;
		padding:15px 10px 5px;
	}
	#newsmm ul li a h3 {
		font-size:16px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#69B693;
	}
	#newsmm ul li a p {
		font-size:12px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#555;
	}
	
	/* titlemm */
	.titlemm {
		width:100%;
		max-width:1200px;
		height:50px;
		display:block;
		margin:0 auto 15px;
		padding:0 5px 10px;
		border-bottom:1px dotted #d5d5d5;
	}
	.titlemm h2 {
		font-size:18px;
		font-weight:100;
		line-height:50px;
		text-align:left;
		float:left;
		color:#666666;
		margin:0!important;
	}
	.titlemm p {
		font-family: 'Cinzel', serif!important;
		font-size:12px;
		font-weight:200;
		line-height:50px;
		text-align:right;
		float:right;
		color:#69B693;
		margin:0!important;
	}
	
	/* 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:100%;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
	}
	.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;
	}
	
	/* Slide show */
	#topsection {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		position:relative;
	}
	#slidecov {
		width:100%;
		height:50px;
		display:block;
		position: absolute;
		bottom:0;
		z-index:9998;
		background-image:url(../img/index/slidecov.png);
		background-position:center bottom;
		background-repeat: repeat-x;
	}
	#slidebody {
		width:100%;
		height:auto;
		display:block;
	}
	
	/* Menu (PC only) */
	#menupc {
		display: none;
	}
	
	/* 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;
	}
	
	
	/* Contents */
	.mmbody {
	}
	
	/* News */
	#newsmm {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:30px 5% 30px 5%;
	}
	#newsmm ul li {
		width:50%;
		height:auto;
		display:block;
		padding:2%;
		float:left;
	}
	#newsmm ul li a {
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		padding:5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#newsmm ul li a:hover {
	background-color: #C9E5D8;
	}
	#newsmm img {
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
		max-height:100%!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		overflow:hidden;
	}
	.newsbox {
		width:100%;
		height:auto;
		display:block;
		padding:15px 10px 5px;
	}
	#newsmm ul li a h3 {
		font-size:16px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#69B693;
	}
	#newsmm ul li a p {
		font-size:12px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#555;
	}
	
	/* titlemm */
	.titlemm {
		width:100%;
		max-width:1200px;
		height:50px;
		display:block;
		margin:0 auto 15px;
		padding:0 5px 10px;
		border-bottom:1px dotted #d5d5d5;
	}
	.titlemm h2 {
		font-size:18px;
		font-weight:100;
		line-height:50px;
		text-align:left;
		float:left;
		color:#666666;
		margin:0!important;
	}
	.titlemm p {
		font-family: 'Cinzel', serif!important;
		font-size:12px;
		font-weight:200;
		line-height:50px;
		text-align:right;
		float:right;
		color:#69B693;
		margin:0!important;
	}
	
	
	/* 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:100%;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
	}
	.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 130px;
	}

	/* Slide show */
	#topsection {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		position:relative;
	}
	#slidecov {
		width:100%;
		height:50px;
		display:block;
		position: absolute;
		bottom:0;
		z-index:9998;
		background-image:url(../img/index/slidecov.png);
		background-position:center bottom;
		background-repeat: repeat-x;
	}
	#slidebody {
		width:100%;
		height:auto;
		display:block;
	}
	
	/* Menu (PC only) */
	#menupc {
		display: none;
	}
		
	
	/* 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;
	}
	
	/* Contents */
	.mmbody {
	}
	
	/* News */
	#newsmm {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:30px 5% 30px 5%;
	}
	#newsmm ul li {
		width:100%;
		height:auto;
		display:block;
		padding:1%;
		border-bottom:1px dotted #d5d5d5;
	}
	#newsmm ul li a {
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		padding:5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
	}
	#newsmm ul li a:active {
	background-color: #C9E5D8;
	}
	#newsmm .newsimg {
		width:35%;
		height:auto;
		display:block;
		float:left;
	}
	#newsmm img {
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
		max-height:100%!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		overflow:hidden;
	}
	.newsbox {
		width:60%;
		height:auto;
		display:block;
		padding:5px 5px 5px 10px;
		float:right;
	}
	#newsmm ul li a h3 {
		font-size:16px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#69B693;
	}
	#newsmm ul li a p {
		font-size:12px;
		font-weight:200;
		line-height:1.4em;
		color:#555;
	}
	
	/* titlemm */
	.titlemm {
		width:100%;
		max-width:1200px;
		height:50px;
		display:block;
		margin:0 auto 15px;
		padding:0 5px 10px;
		border-bottom:1px dotted #d5d5d5;
	}
	.titlemm h2 {
		font-size:18px;
		font-weight:100;
		line-height:50px;
		text-align:left;
		float:left;
		color:#666666;
		margin:0!important;
	}
	.titlemm p {
		font-family: 'Cinzel', serif!important;
		font-size:12px;
		font-weight:200;
		line-height:50px;
		text-align:right;
		float:right;
		color:#69B693;
		margin:0!important;
	}
	
	
	/* 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% 20px;
		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;
	}
	
	#wrapper {
		width:100%;
		height:auto;
		font-size:100%;
		margin:0 auto;
		overflow:hidden;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
	}
	.phone {
		display:none!important;
	}
	
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		padding:20px 5% 20px;
		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;
	}

	/* Slide show */
	#topsection {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		position:relative;
	}
	#slidecov {
		width:100%;
		height:50px;
		display:block;
		position: absolute;
		bottom:0;
		z-index:9998;
		background-image:url(../img/index/slidecov.png);
		background-position:center bottom;
		background-repeat: repeat-x;
	}
	#slidebody {
		width:100%;
		height:auto;
		display:block;
	}
	
	/* Menu (PC only) */
	#menupc {
		display: none;
	}
	
	/* 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;
	}
	
	
	/* Contents */
	.mmbody {
	}
	
	/* News */
	#newsmm {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:30px 5% 30px 5%;
	}
	#newsmm ul li {
		width:100%;
		height:auto;
		display:block;
		padding:1%;
		border-bottom:1px dotted #d5d5d5;
	}
	#newsmm ul li a {
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		padding:5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
	}
	#newsmm ul li a:active {
	background-color: #C9E5D8;
	}
	#newsmm .newsimg {
		width:30%;
		height:auto;
		display:block;
		float:left;
	}
	#newsmm img {
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
		max-height:100%!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		overflow:hidden;
	}
	.newsbox {
		width:65%;
		height:auto;
		display:block;
		padding:10px 5px 0px 5px;
		float:right;
	}
	#newsmm ul li a h3 {
		font-size:14px;
		font-weight:200;
		line-height:1.4em;
		margin-bottom:5px;
		color:#666;
	}
	#newsmm ul li a p {
		display:none;
	}
	
	/* titlemm */
	.titlemm {
		width:100%;
		max-width:1200px;
		height:50px;
		display:block;
		margin:0 auto 15px;
		padding:0 5px 10px;
		border-bottom:1px dotted #d5d5d5;
	}
	.titlemm h2 {
		font-size:18px;
		font-weight:100;
		line-height:50px;
		text-align:left;
		float:left;
		color:#666666;
		margin:0!important;
	}
	.titlemm p {
		font-family: 'Cinzel', serif!important;
		font-size:12px;
		font-weight:200;
		line-height:50px;
		text-align:right;
		float:right;
		color:#69B693;
		margin:0!important;
	}
	
	
	/* 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;
	}


}