@charset "UTF-8";
@import "css/common.css";
@import "css/advanced.css";

/*--------------------------------------------------------
2011/11/14　#8B7554（濃いめの緑色）から#8B7554（くすんだ茶色）に変更
#68　AB5Eも同様に#8B7554（くすんだ茶色）に変更
#9E　C998は、#CAC2B3（灰色に近い茶色）に変更
--------------------------------------------------------*/

/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: #fff;
}

/*--------------------------------------------------------
1、影画像
background: url(../images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(../images/grade-blue1.jpg) repeat-x center top fixed;
  
3、任意の画像
background: url(../images/bg-photo.jpg) no-repeat center top fixed;

4、色をベタ塗り
background: #000;
--------------------------------------------------------*/

/*--------------------------------------------------------
2、ヘッダーロゴ画像の設定
--------------------------------------------------------*/

div#header-l{ background: url(images/midori-logo-2.gif) no-repeat;
background-position: 8px 5px; }

/*ロゴ画像は下記を使用*/
/*div#header-logo{ background: url(../images/logo-blue1.jpg); }*/


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{background: #fff; }

/*ナビ*/
div#navi{ background: #fff; }

/*メインコンテンツ*/
div#main{ background: #fff; }

/*左メニュー*/
div#left{ background: #fff; }

/*左メニュータイトル*/
div#left .title{ background: #CAC2B3; }
div#left .shop-title{ background: #CAC2B3; }

/*右コンテンツ*/
div#right{ background: #fff; }

/*フッター*/
div#footer{ background: #fff; }

/*copyright*/
div#copyright{ background: #fff; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-l,div#navi,div#main{
	border-left: 0px solid #666;
	border-right: 0px solid #666;
}

/*ヘッダーロゴの上下*/
div#header-l{
	border-bottom: 8px solid #8B7554;
}

/*左メニュー*/
div#left .menu{
	border: 0px solid #639dcb;
}

/*左メニューその他ボックス*/
div#left .contents{
	border: 0px solid #639dcb;
}
div#footer{
	border-top: 2px solid #8B7554;
}
div#copyright{
	border-top: 2px solid #8B7554;
}
/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: none; }/*下線を付ける*/
a:link{ color: #333; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ea7500;
text-decoration: underline; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #333; }
div#header #top-menu li a:link{ color: #333; }
div#header #top-menu li a:visited{ color: #333; }
div#header #top-menu li a:hover{ color: #ea7500; }


/*ロゴテキスト*/
p#logo-text a{ text-decoration: none; }
p#logo-text,p#sub-text{ color: #333; }
p#logo-text a:link{ color: #333; }
p#logo-text a:visited{ color: #333; }
p#logo-text a:hover{ color: #ea7500; }


/*ヘッダーテキスト*/
div#cate-navi{ color: #3f6f10; }
div#cate-navi li{ color: #3f6f10; }
div#cate-navi li a:link{ color: #3f6f10;
  text-decoration : none; }
div#cate-navi li a:visited{ color: #3f6f10;
  text-decoration : none; }
div#cate-navi li a:hover{ color: #ea7500;
  text-decoration : none; }

/*左メニュータイトル帯*/
div#left .title p{ color: #fff; }
div#left .shop-title p{ color: #fff; }

/*copyright*/
div#footer #copyright{ color: #333; }


/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 10;
	position: absolute;
	margin: 5px 0 0 0px;
	font-size: 7.5pt;
	color: #999;/*文字色*/
	width: 824px;
	text-align: right;
}


h2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0 0 0px 15px;
	background: #8B7554;/*背景色*/
	
	font-size: 11pt;
	font-weight: normal;
	height:22px;
	line-height: 22px;
	color: #fff;/*文字色*/
}

div#right h2 a{
	color: #fff;/*文字色*/
	text-decoration: none;
}
div#right h2 a:hover{ 
	color: #ea7500;
	text-decoration: underline;
	}/*下線を付ける*/

h3 {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 0px 15px;
	background: #CAC2B3;/*背景色*/
	
	font-size: 11pt;
	font-weight: normal;
	height:22px;
	line-height: 22px;
	color: #fff;/*文字色*/
}
div#right h3 a{
	color: #fff;/*文字色*/
	text-decoration: none;
}
div#right h3 a:hover{ 
	color: #ea7500;
	text-decoration: underline;
	}/*下線を付ける*/

h4{
	clear: both;
	margin: 0 20px 10px 0;
	padding: 2px 0 2px 15px;
	background: #CAC2B3;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #fff;/*文字色*/
	text-align:left;
}

h5{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 20px;
	background: #CAC2B3;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #fff;/*文字色*/
	text-align:left;
}

div#right h4 a{
	color: #fff;/*文字色*/
	text-decoration: none;
}
div#right h5 a{
	color: #fff;/*文字色*/
	text-decoration: none;
}
div#right h4 a:hover{ 
	color: #ea7500;
	text-decoration: underline;
	}/*下線を付ける*/
div#right h5 a:hover{ 
	color: #ea7500;
	text-decoration: underline;
	}/*下線を付ける*/
/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: Tahoma,"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Tahoma,"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 840px;
	_width: 842px;/*IE対策*/
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 840px;
	_width: 842px;/*IE対策*/
	height: 0px;
}

div#header #top-menu{
	position: absolute;
	top: 6px;
	width: 824px;
	text-align: right;
}


div#header #top-menu li{
	display: inline;
	font-size: 11pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-l{
	z-index: 1;
	position: absolute;
	top: 0px;
	width: 840px;
	_width: 842px;/*IE対策*/
	height: 73px;
	text-align: left;
}

/*--------------------▽ロゴテキスト（ロゴ画像では不使用）*/

p#logo-text{
	position: absolute;
	top: 20px;
	left: 18px;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

p#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

/*--------------------▽ヘッダーナビ*/

div#cate-navi{
	position: absolute;
	top: 0px;
	right: 20px;
	width: 600px;
	text-align: right;
	font-size: 9pt;
	line-height: 14pt;
		color:#3f6f10;
}
div#header-l #cate-navi #navi-menu li{
	display: inline;
	font-size: 9pt;
	line-height: 14pt;

}

div#header-navi2{
	position: absolute;
	top: 53px;
	right: 20px;
	width: 600px;
	text-align: right;
	font-size: 9pt;
	line-height: 14pt;
		color:#3f6f10;
}
div#header-navi2 li{
	display: inline;
	font-size: 11pt;
	line-height: 14pt;

}

div#header-navi3{
	position: absolute;
	top: 81px;
	right: 0px;
	width: 600px;
	text-align: right;
	font-size: 9pt;
	line-height: 14pt;
	color:#3f6f10;
	height: 18px;
}
div#header-navi3 li{
	display: inline;
	font-size: 11pt;
	line-height: 14pt;

}
/*--------------------------------------------------------
■カテゴリーナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#cate-navi{
	z-index:2;
	position: absolute;
	top: 81px;
	width: 840px;
	_width: 842px;/*IE対策*/
	height: 18px;
}



/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
	z-index:2;
	position: absolute;
	top: 99px;
	width: 840px;
	_width: 842px;/*IE対策*/
	height: 18px;
}

div#navi p{
	margin: 6px 0 0 16px;
	font-size: 8.5pt;
	line-height: 11pt;
}


/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 117px;
	width: 840px;
	_width: 842px;/*IE対策*/
	text-align: left;
}


/*--------------------------------------------------------
■左メニュー
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#left{
	overflow: hidden;
	float: right;
	width: 230px;
}


/*--------------------▽メニューボックス*/

div#left .menu{
	margin: 10px 0 10px 5px;
	width: 210px;
}


/*--------------------▽メニュータイトル帯*/

div#left .title p{
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	line-height:22px;
	height:22px;
	text-align: left;
	padding-left:20px;

}


/*--------------------▽メニューリスト*/

div#left ul{
	margin: 0;
}

div#left li{
	list-style-type: none;
	list-style-position: outside;
	height:30px;
	clear:both;
	line-height:30px;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 22px;
	font-size: 10pt;
	background: url(images/menubg2-gr.jpg) repeat-y;
	color: #fff;
	text-align: left;
}

div#left .side-online{
	margin:0px 0px 2px 0px;
	padding:10px 0px 0px 22px;
	font-size: 11pt;
	background: url(images/menubg2-gr.jpg) repeat-y;
	text-align: left;
}
div#left .side-online p{
padding:0px 0px 5px 0px;
margin:0;
}

div#left .side-mail{
	margin:2px 0px 2px 0px;
	padding:10px 0px 0px 22px;
	font-size: 10pt;
	background: url(images/menubg2-gr.jpg) repeat-y;
	text-align: left;
}

/*--------------------▽その他ボックス*/

div#left .contents{
	margin: 10px 0 10px 15px;
	width: 210px;
}
div#left .menu-info{
	margin: 2px 0 2px 0;
	width: 210px;
	background: #fff; 
	padding:0px 0px 0px 0px;
	border: 0px solid #ccc;

}
/*--------------------▽お知らせボックス*/
div#left .menu-info p{
	background: url(images/menubg2-gr.jpg) ;
	font-size: 9pt;
	margin:0px 0px 2px 0px;
	padding:3px 10px 5px 22px;
}

div#left .menu-info hr{
	clear: both;
	color: #ccc;
}
/*--------------------▽店舗案内ボックス*/
div#left .shop-title p{
	margin: 0 0 2px 0;
	font-size: 11pt;
	font-weight: normal;
	line-height:22px;
	height:22px;
	text-align: left;
	padding-left:20px;
}

div#left .shop-list li{
	list-style-type: none;
	list-style-position: outside;
	height:30px;
	clear:both;
	line-height:30px;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 22px;
	font-size: 11pt;
	background: #fff url(images/menubg2-gr.jpg) repeat-y;
	color: #fff;
	text-align: left;
}

/*--------------------▽PICK UPボックス*/
div#left .pickup{

	width : 161px;
	margin:15px 0 10px 8px;
}

div#left .pickup_title{
	text-align:center;
	width : 160px;
	font-size:10pt;
}

a.pickup_illust_thumb {
  border : solid 1px #fff;
  width : 160px;
   margin : 0;
   display : block;
}

a.pickup_illust_thumb:hover {
  border : solid 1px #ff3300;
  text-decoration : none;
}


/*--------------------▽商品案内ボックス*/

div#left .item-contents{
	clear: both;
	height: 100px;
	margin: 0;
	border-left: 1px solid #CAC2B3;/*枠線*/
	border-bottom: 1px solid #CAC2B3;
	border-right: 1px solid #CAC2B3;
}
div#left .item-contents2{
	clear: both;
	height: 180px;
	margin: 0;
	border-left: 1px solid #8B7554;/*枠線*/
	border-bottom: 1px solid #8B7554;
	border-right: 1px solid #8B7554;
}

div#left .item-photo{
	margin: 0;
	width: 70px;
	float: left;
}

div#left .item-title p{
	font-size: 9pt;
	font-weight: bold;
	text-align:left;
}

div#left .item-text{
	width: 128px;
	margin: 0;
	padding:5px 0 0 8px;
	float: left;
}
div#left .item-text p{
	height:11px;
	line-height:11px;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	font-size: 9pt;
	text-align: left;
}

/*--------------------▽左メニュー内のPタグ*/



/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	float: left;
	padding: 0 10px 0 10px;
	width: 590px;
	_width: 608px;/*IE対策*/
}

div#right .con2-1-shop{
	clear: both;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:260px;
}

div#right .con2-2-shop{
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:310px;
}

/*--------------------▽コンテンツ*/

div#right .contents{
	clear: both;
	margin: 10px 20px 40px 15px;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
	clear: both;
	margin: 20px 30px 50px 10px;
}
div#right .contents3{
	margin: 0px 0px 0px 10px;
	}

div#right .contents4{
	margin: 0px 10px 10px 0px;
	_margin: 0px 10px 0px 0px;
	float:left;
	padding:0;
	}

/*コンテンツ（2分割用）*/
div#right .con2-1{
	clear: both;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:285px;
}
div#right .con2-2{
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:285px;
}

/*コンテンツ（3分割用）*/
div#right .con3-1{
	clear: both;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:190px;
}
div#right .con3-2{
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:185px;
}
div#right .con3-3{
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:190px;
}
/*コンテンツ（変形3分割用左2/3）*/
div#right .con3-12{
	clear: both;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:380px;
}
/*コンテンツ（変形3分割用右2/3）*/
div#right .con3-23{
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:380px;
}

div#right .con2-a{
	clear: both;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0;
	width:200px;

}
div#right .con2-b{
	margin: 0;
	overflow: auto;
	float: left;
	padding: 0;
	width:360px;
	height:180px
}

/*--------------------▽コンテンツ内のテーブル*/
.shop table{
width:570px;
text-align:center;
margin:0 0 10px 0;
font-size:100%;
}

td{
font-size:10pt;
}

/*
th{
	width:auto;
	color:#003333;
	padding:10px 5px 10px 5px;
	text-align:left;
	background-color:#A5D4E5;
	font-size: 90%;
}
*/

.topcat{
width:560px;
text-align:center;
margin:10px 0 0 10px;
font-size:10pt;
}

.shohin table{
margin:20px 0 20px 20px;
}

.shohin td{
padding:5px;
}

/*--------------------▽コンテンツ内の線*/

div#right hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#right ul,
div#right ol{
	margin: 0 0 20px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#right li{
	line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#right ul.topics{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}



/*--------------------▽戻る＆進むリンク*/

.link-back,
.link-next{
	clear: both;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }


/*--------------------▽右コンテンツ内のPタグは、自動改行*/

p{ margin-bottom: 1.0em; }


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
	clear: both;
	width: 840px;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 7px 0 0 0;
}

div#footer .menu li{
	display: inline;
	font-size: 11pt;
	line-height: 16pt;
	text-align: right;
}


/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 5px;
	padding: 15px 0 15px 0;
	width: 840px;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------▽TOPページ設定*/
div#right #main_top1{
	clear: both;
	height:390px;
	background: url(/wp-content/images/top_main11.jpg) no-repeat;
	margin: 10px 10px 10px 15px;
}
div#right #main_top1_text p{
	padding:125px 10px 10px 50px;
	font-size: 10pt;
	line-height:10pt;
	width:490px;
        _width: 508px;/*IE対策*/
	text-align: left;
	color:#fafafa;
}

div#right .topcate{
width:560px;
text-align:center;
margin:0px 0 0 5px;
font-size:10pt;
}
div#right .topcate th{
	margin: 0;
	padding: 0;
	text-align:center;
}

div#right .topcate td{
	margin: 0;
	padding: 0 10px 2px 10px;
}
a.t-pic {
 	 border : solid 1px #ffffff;
     display : block;
}
a.t-pic:hover {
  border : solid 1px #ff3300;
  text-decoration : none;
}
/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/


/* サムネイル設定 */
div#right .item-ithiran{
	float: left;
	width : 140px;
	height:164px;
	align : center;
	text-align:center;
	margin:0 1px 0px 1px;
	overflow:hidden;
}

div#right .item-ithiran-title{
	text-align:center;
	width : 120px;
	font-size:8.5pt;
	margin:0 9px 0 9px;
	line-height:11pt;
}

a.illust_thumb {
  border : solid 1px #fff;
  width : 120px;
   margin : 0;
   display : block;
   margin:0 10px 0 10px;

}

a.illust_thumb:hover {
  border : solid 1px #ff3300;
  text-decoration : none;
}


li.view_all {
  clear : left;
  display : block;
}

li.view_all .guide {
  display : inline;
}
div#right .picitem-ithiran-title{
	text-align:center;
	width : 160px;
	font-size:8.5pt;
	margin:0 9px 0 9px;
}

a.picillust_thumb {
  border : solid 1px #fff;
  width : 160px;
   margin : 0;
   display : block;
   margin:0 10px 0 10px;

}

a.picillust_thumb:hover {
  border : solid 1px #ff3300;
  text-decoration : none;
}
/*faq */
.faq .faq-q{
background: url(images/mark-q.gif) no-repeat;
margin:25px 0 0 0;
min-height:18px;
padding: 2px 0 2px 27px;
color:#333;
font-weight: bold;
font-size:11pt;
}
.faq .faq-a{
background: url(images/mark-a.gif) no-repeat;
margin:5px 0 0 0;
min-height:18px;
padding: 2px 0 2px 27px;
color:#333;
}

/*--------------------------------------------------------
■特定商取引の表示ページ
--------------------------------------------------------*/
div#right .tokutei{
	border: solid 1px #999;
	border-collapse: cllapase;
	width: 560px;
}
div#right .tokutei th{
	border: solid 1px #999;
	background: #F5FFE8;
	color: #333;
	text-align: center;
	font-size: 10pt;
}
div#right .tokutei td{
	border: solid 1px #999;
	color: #333;
	font-size: 100%;
	padding: 15px;
	font-size: 10pt;
}
/*--------------------------------------------------------
■送料早見表
--------------------------------------------------------*/
div#right .soryo{
	border: solid 2px #999;
	border-collapse: cllapase;
}

div#right .soryo td{
	border: solid 1px #999;
	color: #333;
	font-size: 100%;
	padding: 10px 15px;
	font-size: 10pt;
}

div#right .sizehyo{
	border: solid 2px #999;
	border-collapse: cllapase;
}

div#right .sizehyo td{
	border: solid 1px #999;
	color: #333;
	font-size: 100%;
	padding: 5px 10px 5px 10px;
	font-size: 10pt;
}


div#right .online-cate img{
float:left;
margin:2px;
}

div#right .online-cate-list {
text-align: right;
margin: 10px 10px 5px 10px;
}
div#right .online-cate-list li{
	display: inline;
	font-size: 10pt;
	line-height: 12pt;
}
