@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
border-top:5px solid #78953d;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#78953d;
}

a:hover, a:active{
/*-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
*/outline: none;
color:#415514;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #78953d;
background: -moz-linear-gradient(top, #78953d 0%, #415514 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
background: -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
background: -o-linear-gradient(top, #78953d 0%,#415514 100%);
background: -ms-linear-gradient(top, #78953d 0%,#415514 100%);
background: linear-gradient(to bottom, #78953d 0%,#415514 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #78953d;
background: -moz-linear-gradient(top, #415514 0%, #78953d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#415514), color-stop(100%,#78953d));
background: -webkit-linear-gradient(top, #415514 0%,#78953d 100%);
background: -o-linear-gradient(top, #415514 0%,#78953d 100%);
background: -ms-linear-gradient(top, #415514 0%,#78953d 100%);
background: linear-gradient(to bottom, #415514 0%,#78953d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415514', endColorstr='#78953d',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}

#content{
float:right;
width:625px;
}

#sidebar{
float:left;
width:300px;
padding-top:30px;
}

#footer{
clear:both;
color:#fff;
background:#78953d;
} 


/* ヘッダー
*****************************************************/

body{
	background: url(image/bg_head.png) center 5px no-repeat;
	height: 151px;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
clear:both;
float:left;
padding:20px 0 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding: 20px 0;
text-align:right;
}



/* トップナビゲーション
*****************************************************/
#searchHead input{
line-height:30px;
}

#searchHead input.searchBox[type="text"]{
vertical-align:top;
width:140px;
height:26px;
border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-right:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #78953d url(image/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

h2.title span,.newsTitle h3 span,section.widget h3 span{
color:#fff;
}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:5px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(image/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h3{
margin:50px 0 20px;
padding:5px 0;
font-size:150%;
color:#415514;
border-top:1px solid #78953d;
border-bottom:1px solid #415514;
}
.post h3:first-child{
	margin-top: 0;
}

.post h4{
clear: both;
padding: 30px 0 5px;
font-size:130%;
font-weight: bold;
color:#415514;
}
.post h4:first-of-type{
	padding-top: 0;
}

.post h5{
clear: both;
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#415514;
background:url(image/borderDot.png) repeat-x 0 100%;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #adc181 solid;
border-collapse: collapse;
border-spacing: 0;
margin: 5px 0 20px;
max-width: 100%;
}

.post table th{
padding:10px;
border: #adc181 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#78953d;
}

.post table td{
padding:10px;
border: 1px #adc181 solid;
border-width: 0 0 1px 1px;
background:#fafcf5;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #78953d url(image/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

section.widget a{
display:block;
padding:10px 5px;
background:url(image/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#f7f9f4;}


.side_bnr a{
	display: block;
	margin-bottom: 20px;
}
.side_bnr a:hover{
	opacity: 0.7;
}

.side_map{
	border: 1px #788f39 solid;
	text-align: center;
	padding-top: 7px;
	margin-top: 40px;
}
.side_map a{
	display: block;
	color: #fff;
	text-align: left;
	padding: 15px;
	background: #788f39 url(image/ico_arrow_wh.png) no-repeat 95% center;
	border-top: 1px solid #fff;
}
.side_map a:hover{
	color: #788f39;
	background: #fff url(image/ico_arrow_gr.png) no-repeat 95% center;
	border-top: 1px solid #788f39;
}


/* 更新情報
-------------*/
.newsTitle{
margin:30px 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #78953d url(image/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.newsTitle h2.title{
float:left;
font-weight:normal;
margin: 0;
box-shadow: none;
padding: 0;
font-size: 100%;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(image/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.newsTitle a:hover{
	color: #415514;
}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(image/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px;
color:#415514;
}

.news a span{
color:#78953d;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#415514;}

.news p a:hover{background-color:#f7f9f4;}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:90%;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#415514 url(image/toTop.png) no-repeat 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border-bottom:1px dotted #415514;
background: #78953d url(image/noiseBg.png);
}

#footerLogo{
float:left;
padding:5px 10px 0;
}

.contactInfo{
	float:right;
	text-align:right;
	line-height: 1em;
}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
width: 960px;
margin: auto;
}

#footer ul ul{
	padding-bottom:0;
	width: 100%;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(image/parent.png) no-repeat 0 9px;
margin: 0 30px;
}

#footer ul li	a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul li	a:hover{text-decoration:underline;}


#footer ul li	li{
display:block;
padding:0;
margin-left:10px;
background:url(image/child.png) no-repeat 0 4px;
}

#footer ul li	li a{padding:0 10px 0 12px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#415514;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#78953d;
text-align:center;
}

/* ページャー */
.pager{
float: left;
width: 100%;
padding: 20px 0;
text-align: center;
}

.pager a{
display: inline-block;
border: 1px solid #ddd;
padding: 5px 10px;
margin: 2px;
text-decoration: none;
}

.pager a:hover, .pager .current{
background-color: #788f42;
color: #fff;
}




/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}

ul.thumb li{
float:left;
width:300px;
margin:0 25px 0 0;
padding:0 0 40px;
background:none;
}

ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:110%;
}

.thumbWrap ul.thumb h3{
padding:0 25px 0 0;
display:inline;
background:url(image/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}


.thumb a{
	color: #333;
	font-size: 90%;
	line-height: 1.7em;
}
.thumb a:hover{
	color: #888;
}
.thumb a:hover img{
	opacity: 0.8;
}



/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
nav#mainNav{
clear:both;
height:54px;
padding-top:14px;
margin-bottom:20px;
position:relative;
background:url(image/navBg.png) repeat-x;
}

.panel ul{
	text-align: center;
	display: table;
	width: 100%;
}

.panel ul li{
display: table-cell;
height:40px;
line-height:40px;
margin:0 auto;
}

.panel ul li a{
display: block;
height:40px;
text-align: center;
color:#fff;
}

nav div.panel{
display:block !important;
}

a#menu{display:none;}


.panel ul li a span{
margin: 0 10px 0 -5px;
padding: 0 8px 0 20px;
_position:relative; /*To fix IE6 problem (not displaying)*/

}

/* 親メニュー */
.panel ul li.current-menu-parent li a,
.panel ul li.current-menu-item li a,
.panel ul li.current-menu-item li a span,
.panel ul li.current-menu-parent li a span,
.panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
background:none;
}

.panel ul li.current-menu-item li a{color:#fff;}

.panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
.panel ul li.current-menu-parent li.current-menu-item a{
color:#fff;
background: #78953d;
background: -moz-linear-gradient(top, #78953d 0%, #415514 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
background: -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
background: -o-linear-gradient(top, #78953d 0%,#415514 100%);
background: -ms-linear-gradient(top, #78953d 0%,#415514 100%);
background: linear-gradient(to bottom, #78953d 0%,#415514 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );
}

.panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
.panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#fff;}

.panel ul ul{width:160px;}

.panel ul li li{
float: none;
height:40px;
line-height:40px;
width:160px;
}

.panel ul li li a{
width:100%;
height:40px;
line-height:40px;
font-size:95%;
text-align:left;
}

.panel ul li ul{display: none;}

.panel ul li:hover ul{
display: block;
position: absolute;
top:40px;
left:-7px;
z-index: 100;
border:1px solid #415514;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}

.panel ul li:hover ul li{
margin:0;
background: #78953d url(image/noiseBg.png);
border-bottom:1px dotted #415514;
}

.panel ul li:hover ul li:last-child{
border:0;
border-radius:0 0 6px 6px;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
}

.panel ul li ul li a span{
margin:0;
float:none;
padding:0 0 0 5px;
}

#searchHead{
float:right;
width:215px;
margin-top:5px;
text-align:right;
}

.panel ul li a:hover{
	color: #004931;
}


/* ------------------------------------------------------------------------- */
/* 追加スタイル
/* ------------------------------------------------------------------------- */

.small{
	font-size: 12px;
}

sup{
	font-size: 11px;
	vertical-align: super;
}
sub{
	font-size: 11px;
	vertical-align: sub;
}

strong{
	font-weight: bold;
}

.post a:hover{
	text-decoration: underline;
}



/* 森林組合について
------------------------------------------------------------*/
.tb_about{
	width: 100%;
}
.tb_about th{
	width: 35%;
}



/* 事業紹介
------------------------------------------------------------*/
.business table{
	width: 358px;
	font-size: 95%;
}
.business table caption{
	color: #78953d;
	font-weight: bold;
}
.business table th{
	padding: 5px 10px;
}
.business table td{
	padding: 5px;
}

.business .shiitake table th{
	width: 30px;
	text-align: center;
}



/* 新着情報
------------------------------------------------------------*/
.post_time{
	text-align: right;
	margin-bottom: 10px;
	color: #788f42;
	font-weight: bold;
}

.nu_post table{
	margin: auto;
}

.nu_post em{
	font-style: italic;
}


/* ひらどロマン
------------------------------------------------------------*/
.post .roman_ul{
	margin: 15px 0 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.post .roman_ul li{
	background: none #fafcf5;
	padding: 15px 10px;
	display: inline-block;
	display: table-cell;
	text-align: center;
	border-right: 10px solid #fff;
}
.post .roman_ul li:last-child{
	border-right: none;
}

.post .roman_ul li div{
	border-top: 1px dashed #788f42;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #788f42;
}

.price{
	display: block;
	margin-top: 10px;
	font-weight: normal;
	color: #666;
}

.go_shop{
	display: block;
	background: #c9811a url(images/ico_arrow_shop_wh.png) no-repeat 90% center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	border-radius: 3px;
	font-size: 120%;
	border: 1px solid #c9811a;
}
.post a.go_shop:hover{
	border: 1px solid #c9811a;
	background: #fff url(images/ico_arrow_shop_or.png) no-repeat 90% center;
	color: #c9811a;
	text-decoration: none;
}



/* アクセス
------------------------------------------------------------*/
.statsDay{
	width: 100%;
}



/* お問い合わせ
------------------------------------------------------------*/
.contact_box{
	background: #fafcf5;
	border: 1px solid #78953d;
	padding: 20px;
	margin: 15px 0;
}
.contact_box strong{
	display: block;
	color: #78953d;
	font-size: 120%;
	border-bottom: 1px dashed #78953d;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
