@charset "utf-8";
/*
Theme Name: responsive_026
Theme URI: http://c-tpl.com/
Description: responsive_026
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
color:#333;
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;}

.clear{zoom:1;}
.clear:after{content:"";display: block;clear: both;height: 0;}

/* フォーム
------------------------------------------------------------*/
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:739px;
}

#sidebar{
float:left;
width:211px;
padding-top:30px;
background: url(img/top/bg_side.jpg) no-repeat;
min-height:664px;
}

#footer{
clear:both;
color:#fff;
background:#78953d;
text-align: center;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;	
padding:20px 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding-bottom:20px;
text-align:right;
}

.tel{
display:inline;
padding-left:48px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;
}


/* トップナビゲーション
*****************************************************/
#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(images/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:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#415514;
border-top:1px solid #78953d;
border-bottom:1px solid #415514;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#415514;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#415514;
background:url(images/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 #415514 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #415514 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#78953d;
}

.post table td{
padding:7px 5px;
border: 1px #415514 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.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(images/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(images/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#f7f9f4;}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #78953d url(images/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 h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px 0;
color:#415514;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.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(images/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(images/noiseBg.png);
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/parent.png) no-repeat 0 9px;
}

#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(images/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;
}


/* トップページ 最新記事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(images/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}



/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	height:54px;
	padding-top:14px;
	margin-bottom:20px;
	position:relative;
	background:url(images/navBg.png) repeat-x;
	display: none;
	}

	.panel ul li{
	float: left;
	position: relative;
	height:40px;
	line-height:40px;
	margin:0 10px;
	}

	.panel ul li a{
	display: block;
	height:40px;
	text-align: center;
	_float:left;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  .panel ul{width:745px;}
  
	.panel ul li a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 20px;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background: url(images/mainNav.png) no-repeat 100% 50%;
  }
  
  .panel ul li.current-menu-item a span,.panel ul li a:hover span,.panel ul li a:active span, .panel ul li.current-menu-parent a span{
  background: url(images/mainNav.png) no-repeat 0 50%;
  }
  
  .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(images/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;
	}
}

/* customize
------------------------------------------------------------*/
.come{font-size: 12px;}
.bdb{border-bottom: solid 1px #333;padding-bottom: 20px;}

header h1{width:318px;}
#my_globalnav a:hover,
#book a:hover,
.btnlist a:hover,
.btn:hover{opacity:.6;}

.flr{float: right;}
.fll{float: left;}
.section{clear: both;margin-bottom: 30px;}

.w450{width: 450px;}
.w300{width: 300px;}
.w280{width: 280px;}

.tac{text-align: center;}

h3{margin-bottom: 15px;margin-top: 20px;}

.flex-control-nav{z-index: 9999;bottom: 10px !important;}
.flex-active{background: #fff !important;}

#top_main{margin-top: -30px;}
#book li{width: 135px; float: left;margin-left: 16px;}
#book li:first-child{margin-left: 0;}

#top_news{margin-bottom: 6px;}
#top_news h2{width: 91px;float: left;}
#top_news ul{width: 628px;float: right;}
#top_news li{border-bottom: solid 1px #eee;}
#top_news li:first-child{border-top: solid 1px #eee;}

header h1{width: 400px;float: left;}
header #header_link_pc{float: right;line-height: 73px;}
header #header_link_pc li{display: inline-block;margin-left: 10px;}
footer{clear: both;width: 604px;margin: 0 auto;padding-bottom: 30px;text-align: center;}

table{border-collapse:collapse;}
th{background: #eee;}
th,td{border:solid 1px #666;padding:7px;}

#store_quicknav{margin-bottom: 30px;list-style: square;margin-left:30px;}

#news_ttl h2{width:90px;}
#news_ttl li{line-height:3;border-bottom:dotted 1px #ccc;}

#single_section h2.title{margin-top:0;clear:both;}
#single_section .return_news{float:right;}
#single_section img{margin-top:15px;margin-bottom:15px;}

.lightbox{margin-bottom:10px;}
.lightbox h4{line-height:0;}

/*form
---------------------------------------------------*/
#form
{
	border-collapse:collapse;
	width:710px;
	font-size:12px;
}

#form table {border:none;}

#form td
{
vertical-align:middle;
border:none;

}

#form textarea
{
	width:445px;
	height:170px;
        resize:none;
        background:#f0f0f0;
        padding:5px 5px;
        border:1px solid #ddd;
}

#form textarea:hover,select:hover
{
	background:#fdfbf8;
}

#form select
{
	
	      
}

#form input[type=submit]
{
	font-size:16px;
	width:150px;
	height:40px;
	padding:10px 5px;
	background: #ddd; 
	color:#74586f;
        -webkit-border-radius:0.7em;
        -o-border-radius:0.7em;
        -moz-border-radius:0.7em;
        border-radius:0.7em;
        border:1px solid #bbb;
        box-shadow:1px 1px 5px #ccc;
	
}

#form  input[type=submit]:hover
{
        background: #ccc; 
}

#form input[type=text]:hover,[type=email]:hover,[type=checkbox]:hover
{
	
	background:#fdfbf8;
	
	
}

#form input[type=text],[type=email]
{
	width:415px;
        border:none;
	height:30px;
	background:#f0f0f0;
	padding-left:5px;
        border:1px solid #ddd;
	
}
#form td
{
	
	padding:8px;
	height:30px;
        background:none;
	
}

#form .fill
{
text-align:center;
}

#form th{width: 40%;}



/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
aside#sidebar{display: none;}
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #C9A87F url(images/menuOpen.png) no-repeat 1em 50%;
 /* background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );*/
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
background: #C9A87F url(images/menuClose.png) no-repeat 1em 50%;
	/*background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);*/
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f9f4));
	background: -webkit-linear-gradient(top, #fff, #f7f9f4);
	background: -moz-linear-gradient(top, #fff, #f7f9f4);
	background: -o-linear-gradient(top, #fff, #f7f9f4);
	background: -ms-linear-gradient(top, #fff, #f7f9f4);
	background: linear-gradient(top, #fff, #f7f9f4);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#415514;
	background:#f7f9f4;
	}

	.panel ul li.current-menu-item li a{color:#78953d;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	background:url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 15px 50%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner,footer{width:100%;}

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	p#mainImg{text-align:center;}
	p#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	float:none;
	width:95%;
	margin:0 auto;
	padding:10px 0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap_PR ul.thumb li{width:30%;}
	.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
  .thumbWrap_PR img{width:100%;height:auto;}
	.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
	#footerInfo .contactInfo{float:none;text-align:center;}
	

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;}
	#headerInfo{padding:10px;}
	#headerInfo p, #footerInfo p{font-size:90%;margin:3px 0;}
	#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
}

.tablepress td[colspan]{
text-align:center;
background-color:#CBAE84 !important;
color:#fff;}
.tablepress tfoot th, .tablepress thead th {
  background-color: #aa8d64 !important;
color:#fff;
}

.lightbox div.imgbox{width:33%;box-sizing:border-box;padding-left:15px;float:left;}
#lightboxnav{margin-bottom:20px;margin-left:15px;}

@media only screen and (max-width: 640px){
#header h1{width: 80%;box-sizing:border-box;}
#header h1 img{width: 100%;}
#header_link_pc{display: none;}
#top_news h2{width: 15%;}
#top_news ul{width: 83%;}
#book li{width: 49%;box-sizing:border-box;margin-left:0;}
#book li:nth-child(2),
#book li:nth-child(4),
#book li:nth-child(6){float: right;}
nav#mainNav{display: block;}
aside#sidebar{display: none;}

.w450{width: 100%;box-sizing:border-box;}
.w300{width: 100%;box-sizing:border-box;}
.w280{width: 100%;box-sizing:border-box;}

#store_quicknav{margin-bottom: 30px;list-style: square;margin-left:0;}
#store_quicknav li{padding: 7px;border-bottom:solid 1px #ccc;display: block;}

#single_section img{width:80%;height:auto;}

#mihoncho_list img{width: 100%;}

img.flr{float: none;}

#form,
#form p,
#form table,
#form table tbody,
#form table tr,
#form table th,
#form table td{display:block !important;width:100% !important;box-sizing:border-box !important;height: auto !important;}
#form input[type=text], input[type=email] {  width:90%;box-sizing:border-box;}

#form th,#form td{border: 0;background: #fff;}
#form .fill{text-align:left;}

.lightbox div.imgbox{width:100%;box-sizing:border-box;padding-left:0;margin-bottom:10px;}
.lightbox{margin-bottom:0px;}
}

#pagetop a{display:block;background:none !important;color:#333;position:fixed;bottom:50px;right:50px;opacity:.8;padding:0;}
