@charset "utf-8";

/* ////////////////////////////////////////////
 *                 MT & PARTS
 * //////////////////////////////////////////// */

/* header
------------------------------------------*/
.header-beatle-left{
	position: absolute;
	top: 0;
	left: 0;
}
.header-beatle-right{
	position: absolute;
	top: 0;
	right: 0;
}
.site-description{
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	color: #502200;
	font-size: 93%;
	font-weight: bold;
	text-align: left;
}
.header-address{
	position: absolute;
	top: 95px;
	left: 0;
	color: #295321;
	font-size: 93%;
}
.header-logo{
	position: absolute;
	top: 24px;
	left: 360px;
}
.header-tel{
	position: absolute;
	top: 43px;
	right: 0;
}
.header-mail{
	position: absolute;
	top: 90px;
	right: 1px;
}
.header-shopparts{
	position: absolute;
	top: 0;
	right: 0;
}
.header-shopparts ul{
}
.header-shopparts li{
	float: left;
	margin: 0 0 0 2px;
	display: block;
}

.header-cart{
	display: block;
	width: 129px;
	height: 20px;
	background: #DEEDDA;
}
.header-cart-inner{
	padding: 0 12px;
}
.header-cart-disp{
	float: right;
	color: #295321;
	font-size: 77%;
	line-height: 20px;
}
.header-cart-disp .price{
}
.header-cart-btn{
	float: left;
}

.gnav{
	position: absolute;
	top: 146px;
	left: 0;
}

/* 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: 25px; left: 20px; width: 150%; background: #295321; }
.gnav-ul ul li { float: none; }
.gnav-ul ul li a { display: block; padding: 5px 10px; color: #fff; font-size: 11px; zoom: 1; }
.gnav-ul ul li a:hover { text-decoration: none; background: #073110; }
.gnav-ul ul ul { top: 0; left: 100%; width: 100%; }
.gnav-ul a, .gnav-ul img { display: block; }

/* mainvisual
------------------------------------------*/
#mainvisual{
	overflow: hidden;
}
#mainvisual-inner{
	margin: 0 auto;
	width: 980px;
}
#slideshow{
	position: relative;
	margin: 0 auto 30px auto;
	width: 980px;
	height: 710px;
}
#slideshow .fs-main{
	position: absolute;
	top: 0;
	left: -470px;
	width: 1920px;
	height: 710px;
	overflow: hidden;
}
#slideshow .fs-main li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#slideshow .fs-prev{
	position: absolute;
	top: 300px;
	left: -120px;
	z-index: 20;
	cursor: pointer; 
}
#slideshow .fs-next{
	position: absolute;
	top: 300px;
	right: -120px;
	z-index: 20;
	cursor: pointer;
}

/* top-parts
------------------------------------------*/
/*maincat*/
.maincat{
	width: 100%;
}
.maincat-inner li{
	float: left;
	margin-right: 25px;
}
#recslide{
	position: relative;
	padding: 0 0 30px 0;
	width: 100%;
	height: 120px;
}
#recslide .slide-hidden{
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

#recslide .fs-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 120px;
}
#recslide .fs-main li{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 310px;
	height: 120px;
	filter: alpha(opacity=0);
}
#recslide .fs-main li img{
	-webkit-box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

/*topics*/
.topics-wrap{
	background: #e8e8e8;
}
.topics{	
    position: relative;
	margin: 0 auto 44px auto;
	padding: 20px 0;
	width: 980px;
    height: 160px;
}
.topics h2{
	position: absolute;
	top: 20px;
	left: 0;	
}
.topics-inner{
	position: absolute;
	top: 20px;
	left: 160px;
	width: 820px;
	height: 160px;
	font-size: 93%;
	text-align: left;
	overflow: hidden;
	background: #fff;
}
.topics-inner ul{
	margin: 0 0 0 45px;
	padding: 15px 0;
	overflow: hidden;
}
.topics-img{
	float: left;
	width: 160px;
}
.topics-body{
	float: right;
	padding: 0 10px;
	width: 590px;
}
.topics-body h3{
	display: inline;
	color: #000;
	font-size: 108%;
	border-bottom: #7f7f7f 2px solid;
}
.topics-body h3 span{
	margin: 0 10px 0 0;
}
.topics-body h3 a{
	color: #000;
}
.topics-txt{
	margin: 8px 0 0 0;
	width: 550px;
	font-size: 93%;
}

.topics-inner .bx-wrapper{
	position: relative;
}
.topics-inner .bx-viewport{
	overflow: hidden;
}
.topics .bx-prev{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 160px;
	white-space: nowrap;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background: url(/images/default/bx-prev.png) no-repeat 0 0;
}
.topics .bx-next{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -45px;
	width: 45px;
	height: 160px;
	white-space: nowrap;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background: url(/images/default/bx-next.png) no-repeat 0 0;
}
.topics .bx-prev:hover, .topics .bx-next:hover{
	-ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

/* footer
------------------------------------------*/
.fbanner01{
	margin: 0 auto 50px auto;
	width: 980px;
}
.fbanner01 ul{
	margin: 0 0 0 -25px;
}
.fbanner01 li{
	float: left;
	margin: 0 0 0 25px;
}

.pagetop-btn{
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
}

.fmap{
	float: left;
	width: 50%;
}
.fmap2{
	float: right;
	width: 50%;
	text-align: left;
}

.fguide{
	width: 100%;
	text-align: left;
}
.fguide-inner{
	margin: 0 0 0 -25px;
}
.fguide-once{
	float: left;
	width: 310px;
	margin: 0 0 0 25px;
}
.fguide-once h3{
	margin: 0 0 0.8em 0;
	color: #295321;
	font-size: 108%;
	font-weight: bold;
}
.fguide-once-inner{
}
.fguide-once-inner p{
	margin: 0 0 0.8em 0;
}
.fguide-once-inner li{
	width: 150px;
	text-align: left;
}
.fguide-once-inner li.odd{
	float: left;
}
.fguide-once-inner li.even{
	float: right;
}
.fguide-once-inner li table.fguide-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.fguide-once-inner li table.fguide-table th{
	padding: 2px 3px 0 3px;
	color: #295321;
	background: #e5f7e2;
	border: #cfcfcf 1px solid;
}
.fguide-once-inner li table.fguide-table th p{
	font-size: 9px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.fguide-once-inner li table.fguide-table td{
	padding: 2px 3px 0 3px;
	border: #cfcfcf 1px solid;
}
.fguide-once-inner li table.fguide-table td p{
	font-size: 8px;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin:0 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.fguide-notice p{
	line-height: 1;
}

.site-copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 77%;
	line-height: 60px;
}

/* sidebar-l
------------------------------------------*/
.lsidebanner01{
	margin: 0 0 20px 0;
}
.side-search-area{
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 85%;
}
.side-search-cat{
	padding: 20px 16px;
	background: #57411d;
}
.side-search-cat div{
	margin: 0 0 10px 0;
}
.side-search-cat div.search-btn{
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
}
.side-search-cat input,
.side-search-cat select{
	margin: 2px 0;
	border: none;
}
.side-search-text{
	padding: 0 5px;
	width: 160px;
	height: 23px;
}
.side-search-cat select{
	width: 170px;
	height: 23px;
	background: #fff url(/images/default/select-bg.png) no-repeat right 0;
}

.snav{
	margin: 0 0 20px 0;
}
.snav h2{
	margin: 0 0 5px 0;
	height: 35px;
	color: #fff;
	font-size: 108%;
	text-indent: 10px;
	line-height: 35px;
    cursor:pointer;
	background: #295321 url(/images/default/snav_swich.png) 180px 0 no-repeat;
}
.snav h2.active{
    background:#295321 url(/images/default/snav_swich-on.png) 180px 0 no-repeat;
}
.snav-inner{
    display:none;
}
.snav ul{
	padding: 5px 0 20px 0;
}
.snav li span a{
	display: block;
	color: #000;
}
.snav li span.level1{
	display: block;
	padding: 0 0 0 10px;
	font-size: 93%;
	background: url(/images/default/snav-btn-bg.png) no-repeat 2px 50%;
}
.snav li ul{
	display: none;
}
.snav li span.level2{
	display: block;
	padding: 2px;
	font-size: 85%;
}

.lsidebanner02{
	margin: 0 0 25px 0;
}
.lsidebanner02 p{
	margin: 0 0 10px 0;
}

.side-about{
	margin: 0 0 20px 0;
}
.side-about-inner{
	padding: 0 10px 20px 10px;
	border: #CBCBCB 1px solid;
	border-top: none;
}
.side-about-txt{
	padding: 15px 0;
}
.side-about-btn{
	text-align: center;
}
.side-about-btn p{
	margin: 0 0 7px 0;
}
.side-blog{
	margin: 0 0 20px 0;
}
.side-blog h2{
	position: relative;
	margin: 0 0 15px 0;
	width: 200px;
	height: 35px;
}
.side-blog h2 a{
	position: absolute;
	top: 8px;
	right: 5px;
}
.side-blog-inner{
}
.side-blog-once{
	margin: 0 0 15px 0;
}
.side-blog-img{
	position: relative;
	margin: 0 0 10px 0;
	width: 200px;
	height: 140px;
}
.side-blog-img-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.side-blog-img-inner img{
    position: relative;
    top: 50%;
    left: 50%;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.side-blog-date{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 45px;
	color: #fff;
	text-align: center;
	background: url(/images/default/main-news-date-bg.png) no-repeat 0 0;
}
.side-blog-year{
	padding: 3px 0 0 0;
}
.side-blog h3{
	font-size: 93%;
}
.side-blog h3 a{
	color: #000;
}
.rside-blog{
	margin: 0 0 20px 0;
}
.rside-blog h2{
	position: relative;
	margin: 0 0 15px 0;
	width: 200px;
	height: 35px;
}
.rside-blog h2 a{
	position: absolute;
	top: 8px;
	right: 5px;
}
.side-blog-movie iframe{
	width: 200px;
	height: 113px;
}

/* sidebar-r
------------------------------------------*/
.rsidebanner-top{
	margin: 0 0 15px 0;
}
.rsidebanner01,
.rsidebanner02,
.rsidebanner03{
	margin: 0 0 20px 0;
}
.rsidebanner01 p,
.rsidebanner02 p,
.rsidebanner03 p{
	margin: 0 0 10px 0;
}
.rsidebanner-middle{
	margin: 0 0 23px 0;
}

/* home
------------------------------------------*/
/*main-newitem*/
.main-newitem{
	margin: 0 0 25px 0;
}
.main-newitem h2{
	margin: 0 0 15px 0;
}
.main-newitem-date{
	margin: 0 0 0.8em 0;
	color: #295321;
	font-weight: bold;
	border-bottom: #295321 1px dashed;
}
.main-newitem-body{
	padding: 0 10px;
}
.newitem-row{
	margin: 0 0 0 -16px;
}
.newitem-once{
	margin: 0 0 0 16px;
	float: left;
	width: 156px;
}
.newitem-img{
	margin: 0 0 5px 0;
	width: 156px;
}
.newitem-img img{
	width: 100%;
	height: auto;
}
.newitem-once h3{
	margin: 0 0 0.5em 0;
	padding: 2px 0 2px 5px;
	color: #295321;
	font-size: 85%;
	background: #eeeeee;
}
.main-newitem-once p{
	font-size: 77%;
}

.main-newitem .scroll-area,
.main-newitem .scroll-area .cs-bar,
.main-newitem .scroll-area .cs-bar-inner{
	height: 400px;
}
.main-newitem .scroll-area{
	position: relative; 
	overflow: hidden;
}
.main-newitem .scroll-area .cs-content{
	padding: 0 20px 0 0;
}
.main-newitem .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 5px;
	width: 10px;
	background: #DCD6C0;
}
.main-newitem .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
}
.main-newitem .scroll-area .cs-drag{
	background: #295321;
}

/*main-item*/
.main-item{
	margin: 0 0 30px 0;
}
.main-item-once{
}
.main-item-once h2{
	margin: 0 0 10px 0;
	width: 540px;
	height: 40px;
    cursor:pointer;
    background:url(/images/default/main-item_swich.png) 524px 0 no-repeat;
}
.main-item-once h2.active{
    background:url(/images/default/main-item_swich-on.png) 524px 0 no-repeat;
}
.main-item-inner{
    display:none;
}
.main-item-inner ul{
	padding: 10px 0 20px 0;
}
.main-item-inner li{
    display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 180px;
	height: 65px;
}
.main-item-inner li th{
	padding: 0 5px;
	font-size: 93%;
}
.main-item-inner li th a{
	color: #000;
}

/*main-freearea*/
.main-freearea{
	margin: 0 0 39px 0;
}
.main-freearea p{
	margin: 0 0 10px 0;
}

/*main-news*/
.main-news{
	margin: 0 0 30px 0;
}
.main-news h2{
	position: relative;
	margin: 0 0 15px 0;
	width: 540px;
	height: 40px;
}
.main-news h2 a{
	position: absolute;
	top: 10px;
	right: 10px;
}

.main-news-inner{
	margin: 0 0 0 -12px;
}
.main-news-once{
	float: left;
	margin: 0 0 0 12px;
	width: 172px;
}
.main-news-img{
	position: relative;
	margin: 0 0 10px 0;
	width: 172px;
	height: 130px;
}
.main-news-img-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 130px;
	overflow: hidden;
}
.main-news-date{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 45px;
	color: #fff;
	text-align: center;
	background: url(/images/default/main-news-date-bg.png) no-repeat 0 0;
}
.main-news-year{
	padding: 3px 0 0 0;
}
.main-news h3{
	font-size: 93%;
}
.main-news h3 a{
	color: #000;
}

/*main-calendar*/
.main-calendar{
	margin: 0 0 20px 0;
}
/*
.main-news .scroll-area{
	position: relative;
	height: 100px;
	overflow: hidden;
}
.main-news .scroll-area .cs-content{
	padding: 0 20px 0 0;
}
.main-news .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100px;
	background: #eee;
}
.main-news .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100px;
}
.main-news .scroll-area .cs-drag{
	background: #aaa;
}
*/
.main-blog{
	margin: 0 0 20px 0;
}
.main-blog h2{
	margin: 0 0 10px;
}
.main-blog ul li{
	margin: 0 0 10px 0;
}
.main-blog-img{
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
	height: 70px;
	background: #eee;
}
.main-blog ul li h3{
	margin: 0 0 5px 0;
}
.main-blog ul li h3 a{
	margin: 0 0 0 10px;
	color: #444;
	font-weight: bold;
}
.main-blog ul li p{
	font-size: 85%;
}

.main-gallery h2{
	margin: 0 0 10px 0;
}
.main-gallery-once{
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	width: 220px;
}
.main-gallery-once img{
	margin: 0 0 3px 0;
}
.main-gallery-once h3 a{
	color: #444;
	font-size: 93%;
}

.icon-area h2{
	margin: 0 0 10px 0;
	padding: 0 0 3px 3px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ccc 2px solid;
}
.icon-area h2:before{
	margin: 0 10px 0 0;
	color: #187bea;
	font-size: 14px;
	font-weight: normal;
	font-family: FontAwesome;
	content: "\f1b3";
}
.icon-area-inner{
	margin: 0 0 10px 0;
}
.icon-area-inner .fa{
	margin: 0 15px 0 0;
	color: #565692;
	font-size: 28px;
}

.main-streetview{
	margin-bottom: 30px;
}
.main-streetview h2{
	margin-bottom: 10px;
}

/* lower
------------------------------------------*/
.page-title-area{
	background: url(/images/default/page-title-area-bg.png) no-repeat center 0;
}
.page-title-area-inner{
	margin: 0 auto 40px auto;
	width: 980px;
	height: 180px;
}
.bread{
	margin: 0 0 10px 0;
	padding: 60px 0 0 0;
	color: #fff;
	font-size: 77%;
	text-align: left;
	display: none;
}
.bread .separator{
	padding: 0 5px;
}
.page-title{
	color: #fff;
	font-size: 230.8%;
	text-align: left;
	display: none;
}
.page-title span{
	font-size: 12px;
	font-weight: normal;
}
.entry-once{
	margin: 0 0 20px 0;
}
.entry-title{
	margin: 0 0 20px 0;
	height: 40px;
	color: #fff;
	font-size: 123.1%;
	line-height: 40px;
	text-indent: 10px;
	background: #295321;
}
.entry-title a{
	color: #fff;
}
.entry-meta-area{
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 77%;
}

.bookmarks{	
	float: left;
	width: 49%;
}
.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: 49%;
	text-align: right;
}
.entry-body h3{
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 35px;
	color: #295321;
	font-size: 116%;
	line-height: 35px;
	text-indent: 10px;
	background: #eeeeee;
}
.entry-body h4{
	clear: both;
	margin: 1.2em 0 0.8em 0;
	padding: 0 0 6px 0;
	color: #3e2b0e;
	font-size: 108%;
	text-indent: 10px;
	background: url(/images/default/h4-bg.png) no-repeat 1px 5px;
	border-bottom: #aba08e 1px dotted;
}
.entry-body h5{
	clear: both;
	margin: 1.2em 0 0.8em 0;
	border-bottom: #aba08e 1px dotted;
}

.entry-body .contents-box h3{
	margin: 0 0 0.8em 0;
}

.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;
}

/* item
------------------------------------------*/
.itemlist{
}
.itemlist .entry-once{
	float: left;
	margin: 0 10px 20px 10px;
	width: 250px;
}
.itemlist .entry-title {
    margin: 0;
}
.individual-list-title{
	margin: 0 auto;
	width: 30%;
	height: 30px;
	font-size: 108%;
	font-weight: bold;
	line-height: 30px;
    background: #295321;
}
.individual-list-title a{
	color: #fff;
}

/* 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: #295321 2px 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 td a{
	font-weight: bold;
}
#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{
}
.gallery-list-once{
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	width: 220px;
}
.gallery-list-once img{
	margin: 0 0 3px 0;
}
.gallery-list-once h2{
	font-size: 93%;
}
.gallery-list-once h2 a{
	color: #444;
}

.gallery-entry-imagearea{
	margin: 0 20px 20px 20px;
}
.gallery-entry-mainimg{
	float: left;
	width: 300px;
}
.gallery-entry-subimagearea{
	float: right;
	width: 400px;
}
.gallery-entry-subimagearea div{
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	width: 80px;
}

.gallery-entry-ba-main{
	margin: 0 20px 20px 20px;
}
.gallery-entry-ba-main div{
	float: left;
	display: inline;
}
.gallery-entry-ba-arrow{
	padding: 100px 0 0 0;
	width: 100px;
	font-size: 30px;
	text-align: center;
}
.gallery-entry-ba-sub{
	margin: 0 0 20px 20px;
}
.gallery-entry-ba-sub div{
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

/* search
------------------------------------------*/
.search-list{
}
.search-list dt span{
	margin: 0 10px 0 0;
}
.search-list dd{
	margin: 0 0 20px 0;
	font-size: 93%;
}
.search-paging{
	padding: 30px 0;
	text-align: center;
	list-style: none;
}
.search-paging li{
	margin: 0 5px !important;
	padding: 3px 5px;
	display: inline;
}
.search-paging li a{
	margin: 0;
	padding: 0;
}

