@charset "utf-8";

/* ////////////////////////////////////////////
 *                 MT & PARTS
 * //////////////////////////////////////////// */

/* header
------------------------------------------*/
.site-description{
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 85%;
	color: #685b50;
}
.logo{
	position: absolute;
	top: 48px;
	left: 0;
}
.header-text{
	position: absolute;
	top: 29px;
	right: 180px;
	color: #675a50;
	text-align: left;
	line-height: 1.3;
}
.header-tel{
	position: absolute;
	top: 68px;
	right: 180px;
}
.header-contact{
	position: absolute;
	top: 30px;
	right: 0;
}
.gnav{
	position: absolute;
	top: 101px;
	left: 0;
}
.gnav a,
.gnav img{
	display: block;
}

/* droppy */
.gnav-ul { position: relative; text-align: left; zoom: 1; }
.gnav-ul li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-ul ul { display: none; position: absolute; top: 101px; left: 0; width: 100%; background: #008D54; }
.gnav-ul ul li { float: none; }
.gnav-ul ul li a { display: block; padding: 15px 10px; color: #fff; font-size: 13px; zoom: 1; text-align: center; }
.gnav-ul ul li a:hover { text-decoration: none; color: #008D54; background: #fff; }
.gnav-ul ul ul { top: 0; left: 100%; width: 100%; }

/* mainvisual
------------------------------------------*/
#mainvisual{
	margin: 0 auto 46px auto;
	overflow: hidden;
}
#mainvisual-inner{
	width: 980px;
	margin: 0 auto 0 auto;
}
#slideshow{
	position: relative;
	margin: 0 auto 0 auto;
	width: 980px;
	height: 413px;
}
#slideshow .fs-main{
	position: absolute;
	top: 0;
	left: -310px;
	width: 1600px;
	height: 413px;
	overflow: hidden;
}
#slideshow .fs-main li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* footer-map
------------------------------------------*/
.footer-map-area{
	position: relative;
	width: 100%;
	height: 385px;
	background: #008D54;
}
.footer-map-area .googlemap{
	width: 100%;
	height: 380px;
	position: absolute;
	top: 5px;
	left: 0;
}
.footer-map-area > .inner{
	position: relative;
	padding: 5px 0 0 0;
	width: 980px;
	margin: 0 auto;
}
.pagetop{
	position: absolute;
	top: -41px;
	right: -60px;
}
.footer-map-area .widget{
	position: absolute;
	top: 23px;
	left: 1px;
	width: 230px;
	border: 1px solid #EBEBEB;
	border-radius: 9px;
	background: #fff;
	text-align: left;
}
.footer-map-area .widget-inner{
	padding: 14px;
}
.footer-map-area .widget .text{
	font-size: 93%;
	color: #333;	
}

/* footer
------------------------------------------*/
.footer-logo{
	position: absolute;
	top: 41px;
	left: 1px;
}
.footer-tel{
	position: absolute;
	top: 104px;
	left: 1px;
}
.footer-about-bottom{
	position: absolute;
	top: 145px;
	left: 1px;
	color: #fff;
	text-align: left;
}
.footer-access{
	position: absolute;
	top: 104px;
	left: 232px;
}
.footer-fb{
	position: absolute;
	top: 144px;
	left: 232px;
}
.fnav{
	position: absolute;
	top: 41px;
	left: 504px;
}
.fnav > ul{
	float: left;
	padding: 4px 90px 4px 39px;
	border-left: 1px solid #80C6AA;
}
.fnav > ul.last{
	padding: 4px 0 4px 39px;
}
.fnav > ul > li a{
	display: block;
	padding: 0 0 0 16px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	background: url(/images/default/fnav-btn-bg.jpg) no-repeat 0 50%;
}
.fnav > ul > li > ul > li a{
	display: block;
	padding: 0 0 0 32px;
	line-height: 20px;
	background: url(/images/default/fnav-btn-bg-level2.jpg) no-repeat 17px 50%;
}
.fnav li a{
	color: #fff;
}
.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 93%;
	color: #fff;
}

/* sidebar
------------------------------------------*/
.side-pickup{
	padding-bottom: 5px;
	border-radius: 4px;
	margin: 0 0 10px 0;
	background: #F5F2E2;
}
.side-pickup-inner{
	padding: 10px 10px 36px;
	background: url(/images/default/side-pickup-bg.jpg) no-repeat 0 bottom;
}
.side-pickup h3{
	margin: 15px 0 10px;
	font-size: 108%;
	font-weight: bold;
	color: #008d54;
}
.side-pickup p{
	font-size: 93%;
	color: #000;
}

.snav{
	border-radius: 5px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	background: url(/images/default/snav-bg.jpg) repeat 0 0;
}
.snav-inner{
	margin: 0 10px;
	background: #fff;
}
.snav-inner > ul{
}
.snav-inner > ul > li{
	border-bottom: #d6d6d6 1px solid;
}
.snav-inner > ul > li > span{
	display: block;
	padding: 5px 5px 5px 30px;
	background: url(/images/default/snav-btn-bg.jpg) no-repeat 13px 50%;
}
.snav-inner > ul > li > ul > li > span{
	display: block;
	padding: 2px 0 2px 32px;
	color: #333;
	background: url(/images/default/snav-btn-bg-level2.jpg) no-repeat 19px 50%;
}

.side-banner li{
	margin: 0 0 10px 0;
}


/* home
------------------------------------------*/
.message{
	position: relative;
	margin: 0 0 15px 0;
	border: 3px solid #DAC5AD;
	border-radius: 4px;
	padding: 46px 16px 16px 26px;
	background: url(/images/default/message-bg.jpg) repeat 0 0;
}
.message h2{
	position: absolute;
	top: 6px;
	left: -3px;
}
.message-body{
	font-size: 93%;
	color: #333;
}
.message-body h3{
	margin: 16px 0 12px;
	font-size: 116%;
	font-weight: bold;
	color: #008d54;
}
.message-body .contents-rightimg{
	margin-bottom: 0;
}
.message-body .contents-box{
	margin: 0 0 0 0;
}

.main-news{
	position: relative;
	margin: 0 0 20px 0;
}
.main-news-inner{
	position: absolute;
	top: 36px;
	left: 150px;
	color: #333;
	line-height: 1;
}

.matsui{
	margin: 0 0 11px 0;
}
.matsui h2{
	margin: 0 0 21px 0;
}
.matsui ul{
	margin-right: -14px;
}
.matsui li{
	float: left;
	margin-right: 14px;
}
.matsui li .image{
	margin: 0 0 5px 0;
}
.matsui li .text{
	width: 210px;
	margin: 0 auto 10px auto;
}
.matsui li .more{
	text-align: center;
}

.newblog{
	margin: 0 0 20px 0;
}
.newblog h2{
	margin: 0 0 19px;
}
.newblog ul li{
	border-bottom: #d6d6d6 1px solid;
	padding-bottom: 19px;
	margin: 0 0 20px 0;
}
.newblog-img{
	float: left;
	margin: 0 16px 0 0;
	width: 90px;
	height: 90px;
	background: #eee;
}
.newblog ul li h3{
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #008d54;
}
.newblog ul li h3 a{
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #008d54;
}
.newblog ul li p{
	font-size: 93%;
	color: #333;
}

/* lower
------------------------------------------*/
.bread{
	margin: 11px 0 20px 0;
	font-size: 77%;
	text-align: left;
	display: none;
}
.bread .separator{
	padding: 0 5px;
}
.page-title{
	margin: -10px 0 20px 0;
	height: 110px;
	font-size: 182%;
	font-weight: bold;
	color: #d36052;
	line-height: 125px;
	text-indent: 42px;
	background: url(/images/default/page-title-bg.jpg) no-repeat 0 0;
}
.page-title span{
	font-size: 12px;
	font-weight: normal;
}
.entry-once{
	margin: 0 0 20px 0;
}
.entry-title{
	margin: 0 0 20px 0;
	height: 86px;
	font-size: 153.9%;
	font-weight: bold;
	color: #fff;
	line-height: 86px;
	text-indent: 18px;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}
.entry-title a{
	color: #fff;
}
.entry-meta-area{
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 77%;
}
.bookmarks{	
	float: left;
	width: 40%;
	overflow: hidden;
}
.bookmarks .bookmarks-btn{
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}
.bookmarks .twitter{
	margin: 0 5px 0 0;
}
.entry-meta{
	float: right;
	padding: 2px 0 0 0;
	width: 60%;
	text-align: right;
}
.entry-body h3{
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 40px;
	font-size: 116%;
	font-weight: bold;
	color: #008c53;
	line-height: 40px;
	text-indent: 28px;
	background: url(/images/default/h3-bg.jpg) no-repeat 0 0;
}
.entry-body h4{
	clear: both;
	margin: 1.2em 0 0.8em 0;
	padding: 0 0 0 5px;
	font-size: 116%;
	font-weight: bold;
	border-left: #ddd 3px solid;
}
.entry-body h5{
	clear: both;
	margin: 1.2em 0 0.8em 0;
	font-weight: bold;
	border-bottom: #ddd 1px dashed;
}
.entry-body p{
	margin: 0 0 0.8em 0;
}
.entry-body strong{
	font-weight: bold;
}
.entry-body ol{
	margin: 0 0 20px 0;
}
.entry-body ol li{
	margin: 0 0 0 25px;
	list-style: outside decimal;
}
.entry-body ul{
	margin: 0 0 20px 0;
}
.entry-body ul li{
	margin: 0 0 0 20px;
	list-style: outside disc;
}
.entry-body ul li ul{
	margin: 0 0 15px 0;
}
.entry-body ul li ul li{
	margin: 0 0 0 20px;
	list-style: outside circle;
}
.entry-body table.table01{
	margin: 0 0 0.8em 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-body table.table01 th{
	padding: 10px;
	width: 20%;
	background: #fafafa;
	border: #ddd 1px solid;
}
.entry-body table.table01 td{
	padding: 10px;
	border: #ddd 1px solid;
}
.entry-body table.table01 td ul li{
	margin: 0 0 0 20px;
	list-style: outside disc;
}
.category-image{
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	width: 200px;
}
.category-description{
	margin: 0 0 10px 0;
}

/* pagebute */
.pagination{
	padding: 30px 0;
	text-align: center;
}

/* blog
------------------------------------------*/
.prev-next-btn{
	margin: 30px 0 0 0;
}
.prev-btn{
	float: left;
}
.next-btn{
	float: left;
}
.blog-nav{
}
.blog-sideparts{
	margin: 0 0 20px 0;
}
.blog-sideparts-title{
	font-size: 108%;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
}
.blog-sideparts li span{
	display: block;
	padding: 5px;
	font-size: 93%;
	border-bottom: #ddd 1px dashed;
}
.blog-sideparts li a{
	display: block;
	color: #444;
}

/* ketaipost */
.ketaipost-images{
	float: left;
	display: inline;
}
.ketaipost-images img{
	margin: 0 20px 20px 0;
}

/* calendar */
#blog-calendar{
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: #ddd 3px solid;
}
#blog-calendar .calendar-head{
	margin: 0 0 5px 0;
	font-size: 85%;
	text-align: center;
}
#blog-calendar .calendar-head span{
	margin: 0 3px;
}
#blog-calendar .calendar-head a{
	font-size: 116%;
}
#blog-calendar table{
	width: 100%;
}
#blog-calendar thead td{
	font-weight: bold;
	font-size: 93%;
	text-align: center;
}
#blog-calendar tbody td{
	font-size: 85%;
	text-align: center;
}
#blog-calendar thead td:first-child,
#blog-calendar tbody td:first-child{
	color: #a00;
}
#blog-calendar thead td:last-child,
#blog-calendar tbody td:last-child{
	color: #00a;
}

/* comment, trackbacks */
.entry-comment{
}
.entry-comment h2{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
#top-comment-nav,
#comment-nav{
	zoom: 1;
}
#top-comment-nav:after,
#comment-nav:after{
	content: "";
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
#top-prev-comments,
#prev-comments{
	float: left;
}
#top-next-comments,
#next-comments{
	float: right;
}
.trackbacks{
	margin: 0 0 20px 0;
	padding: 20px;
	border: #ddd 1px solid;
}
.trackbacks-info{
	padding: 5px;
	font-size: 93%;
	background: #fafafa;
	border: #ddd 1px solid;
}
.comments{
	margin: 0 0 20px 0;
	padding: 20px;
	border: #ddd 1px solid;
}
.comments h4{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
.comments .asset-meta{
	margin: 0 0 5px 0;
	font-size: 93%;
	border-bottom: #bbb 1px dotted;
}
.comments p{
	margin: 0 0 0.8em 0;
}
#comments-open{
	padding: 20px;
	font-size: 93%;
	background: #fafafa;
	border: #ddd 1px solid;
}
#comments-form label{
	display: block;
	font-weight: bold;
}
#comments-form label span{
	padding: 0 0 0 3px;
	font-weight: normal;
}
#comments-form label span{
}
#comments-form #comment-bake-cookie{
	margin: 10px 0 15px 0;
	width: auto;
}
#comments-form #comment-form-remember-me label{
	display: inline;
}
#comment-form-reply{
	margin: 0 0 5px 0;
}
#comment-form-reply #comment-reply,
#comment-form-reply #comment-reply-label{
	display: inline;
	font-weight: normal;
}
#comments-open-data input{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 60%;
	border: #ddd 1px solid;
}
#comments-form textarea{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 80%;
	height: 150px;
	border: #ddd 1px solid;
}
#comments-open-footer{
	padding: 30px 0 0 0;
}
#comments-open-captcha input{
	margin: 10px 0;
	padding: 5px;
	width: 30%;
	border: #ddd 1px solid;
}

/* comments-preview */
body#comments-preview-body{
	color: #444;
	background: #fff;
}
.comments-preview{
	margin: 50px auto;
	max-width: 550px;
}
.comments-preview-inner{
	margin: 0 10px;
	padding: 20px;
	text-align: left;
	background: #fff;
	border: #ddd 1px solid;
}
.comments-preview h1{
	margin: 0 0 5px 0;
	font-size: 167%;
	font-weight: bold;
	border-bottom: #ddd 1px dashed;
}
.comments-preview h2{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
.comments-preview .asset-meta{
	margin: 0 0 10px 0;
	padding: 0 3px;
	font-size: 85%;
}
.comments-preview-back{
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 93%;
	text-align: center;
	background: #fafafa;
	border: #ddd 1px solid;
}

/* gallery
------------------------------------------*/
.gallery-list{
	margin: 0 -14px 60px 0;
}
.gallery-list-once{
	float: left;
	display: inline;
	margin: 0 14px 28px 0;
	width: 230px;
}
.gallery-list-img{
	margin: 0 0 10px 0;
}
.season-icon{
	margin: 0 0 10px 0;
}
.season-icon ul{
	font-size: 0;
	margin-right: -10px;
}
.season-icon li{
	display: inline-block;
	margin-right: 9px;
}
.gallery-list-once img{
	margin: 0 0 3px 0;
}
.gallery-entry-subimagearea h3,
.gallery-list-once h3,
.gallery-list-once h2{
	font-size: 116%;
	font-weight: bold;
	color: #008d54;
}
.gallery-entry-subimagearea h3 a,
.gallery-list-once h2 a,
.gallery-list-once h3 a{
	color: #008d54;
}
.gallery-list-once .text{
	color: #333;
}
.gallery-list-more{
	clear: both;
	text-align: right;
}

.gallery-entry-imagearea{
	margin: 0 0 20px 0;
}
.gallery-entry-mainimg{
	float: left;
	width: 400px;
}
.gallery-entry-subimagearea{
	float: right;
	width: 290px;
}
