@charset "euc-jp";
/* テーマ：ベーシック／ブラウン */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	text-align:center;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:80%;
	line-height:135%;
	color:#000000;
	/*background:#C9D1D1;*/
}

table{ /* 基本テーブル設定（固定）*/
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

th {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

td {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

th {white-space:nowrap;} 

h1,h2,h3,h4 { /* 基本タイトル（固定）*/
	padding:0px;
	margin:0px;
	font-size:100%;
	text-align:left;
}

a{ /* 基本のリンク （固定）*/
	color:#666666;text-decoration:underline;}
a:hover {
	color:#789F00;text-decoration:none;}

ul{ /* 基本のリスト （固定）*/
	list-style-type:square;}

ul ul{	list-style-type:none;}

img{ border:0px;}/* イメージボーダー指定 */

form {	padding:0px;display:inline;}

p{ line-height:150%;margin:5px 0px;padding:2px 0px;}

.clear_both { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center;
}

.button1{ /* inputボタン設定 */
	/*cursor:hand;
	font-size:12px;
	color:#FFFFDD;
	background:#333333;
	border:1px solid #999999;
	font-weight:normal;*/
}

.sidebox .text1 {
  border:1px solid #CCCCCC;
  width:100px;
  float:left;
  margin-right:5px;
}
.text1 { /* テキストエリアデザイン設定 */
  border:1px solid #CCCCCC;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
 .text1 { /* テキストエリアデザイン設定 */
  width: 50% !important;
  margin-right:2px !important;
  margin-top:1px !important;
 }
}

.caution{ font-weight:bold;color:#CC0000;}/* エラーメッセージ */

.no2{font-size:110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color:#CC0000;} /* フォント赤 */
.orange{color:#FF9900;} /* フォントオレンジ */
.blue{color:#0000FF;} /* フォント青 */
.green{color:#006600;} /* フォント緑 */
.glay{color:#666666;} /* フォントグレー */

.item img{/* 商品画像枠  */ 
	height:auto;
	padding:5px;
	margin:0px;
	background:#FFFFFF;
	text-align:center;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*border-left:1px solid #333333;
	border-right:1px solid #333333;*/
	background:/* url(../img/container.gif) */ #ffffff;
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:/* url(../img/enter.gif) */ #ffffff;
	border:1px solid #B6A081;
}

/* ヘッダー */
#header{
	width:100%;
	padding-bottom:2px;
	height:85px;
	background:url()  no-repeat;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:85px;
}

#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#header {
	display: inline-block;
}
/*\*/
* html #header {
	height: 1%;
}
#header {
	display: block;
}
.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:15px 5px 5px 0px;
	margin:0px;
	width:100%;
}

.shoplogo img{ /* サイトロゴブロック（表示なし） */
	/*display:none;*/
}

.siteName { /* サイト名 h1 （テキスト） */
	margin:0px;
	padding:20px 10px 3px 0px;
	font-size:150%;
	font-weight:900;
	line-height:1em;
}
.siteName a { color:#5B2E00;text-decoration:none;}
.siteName a:hover {
	color:#FF6600;
	text-decoration:underline;
}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding:5px 10px 2px 0px;
	margin:0px;
	line-height:120%;
	font-weight:normal;
}

.sitecopy a {color:#666666;text-decoration:none;}
.sitecopy a:hover {color:#FF6600;text-decoration:none;}


/* ヘッダーメニュー */
#headMenu {
	width:100%;
	margin:0;
	margin-bottom:4px;
	background-color:#5B2E00;
	/*border-bottom:3px #009193 solid;
	border-top:1px #009193 solid;*/
	margin-bottom:10px;
	color:#FFFFFF;
	clear:both;
}

.headnavi { /* ヘッダーメニューテキスト */
	padding:5px 5px 5px 1px;
	/*color:#C8C8C8;*/
	font-weight:normal;
	text-align:right;
	background-image:url(../img/headnavi_bg.gif);
	color:#FFFFFF;
}

.headnavi a{
	padding:5px 5px 5px 5px ;
	margin:5px 0px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.headnavi a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../img/headnavi_bg_on.gif);
}

.navi01 {/* ヘッダーメニューアイコン */
	color:#333333;
	/*background:url(../img/hnavi01.gif) no-repeat center left;*/
}

/* ヘッダー下装飾ライン */
.hline {
	border:0px solid #B6A081;
	/* background:url(../img/hline.gif) no-repeat #B6A081; */
}

/********************************************************************/

#leftSide {min-width:170px; /* 左サイドtd */
	padding:0px;
	margin:0px;
	background:#ffffff;
	vertical-align:top;
	/* background:url(../img/leftside.gif) ;*/
}

#rightSide {min-width:170px; /* 右サイドtd （3列）*/
	padding:0px;
	margin:0px;
	background:#ffffff;
	vertical-align:top;
	/* background:url(../img/rightside.gif) ;*/
}

#rightSide {min-width:170px; /* 右サイドtd （3列 ブログ）*/
	padding:0px;
	margin:0px;
	vertical-align:top;
	/* background:url(../img/rightside2.gif) ;*/
}

#center1 { /* センター td （2列）*/
	width:690px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#FFFFFF;
	/* background:url(../img/center1.gif) ;*/
}

#center2 {min-width:520px; /* センターtd （3列）*/
	width:auto;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#FFFFFF;
	/* background:url(../img/center2.gif) ;*/
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	
	background:#ffffff;
	width:100%;
	/* background:url(../img/center3.gif) ;*/
}


/* 表組みセンタリング */
#center3 table{
	margin:0 auto;
}
#center3 table table.bordlayoutp3{
	margin:0;
}

.header_area { /* ヘッダのフリーエリア */
	text-align:left;
	margin:0 auto;
	padding:0px;
	width:680px;
}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	margin:0 auto;
	padding:0px;
	width:680px;
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding:1px 0px 5px 0px;
	margin:0px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding:0px　0 0 10px;
	/* background:url(../img/centerbox.gif) ;*/
}


.center{ text-align:center;} /* センター */
.right{ text-align:right;} /* 右 */
.left{ text-align:left;} /* 左 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:bottom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.price{ /* 商品価格 */
	color:#FF0000;
	text-align:left;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:140%;
	font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#333333;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	font-weight:bold;
	font-size:120%;
	color:#333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#5B2E00;text-decoration:none;font-weight:bold;text-decoration:underline;}
h2.goods a:hover{color:#FF6600;text-decoration:underline;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px ;
	padding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#ffffff;
}

.shopCopy { /* サイト説明 */
	font-size:110%;
	line-height:130%;
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#FF6600;
	font-weight:normal;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:8px 0px 8px 7px;
	margin:0px;
	width:auto;
	color:#5B2E00;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
	background:#e6dcbc url(../img/title_bar01.gif) repeat-x;
}

.title1{ /* タイトル2 h1 */
	padding:8px 0px 8px 7px;
	margin:0px;
	width:auto;
	color:#5B2E00;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
	background:#e6dcbc url(../img/title_bar01.gif)  repeat-x;
}
.title1 a{color:#5B2E00;text-decoration:underline;}
.title1 a:hover{
	color:#5B2E00;
	text-decoration:underline;
	font-weight:bold;
}
.title2{ /* タイトル2 h1 */
	padding:10px 0px 10px 7px;
	margin:0px;
	width:auto;
	color:#5B2E00;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background:#e6dcbc url(../img/title_bar01.gif)  repeat-x;
}
.title2 a{color:#5B2E00;text-decoration:underline;}
.title2 a:hover{
	color:#5B2E00;
	text-decoration:underline;
	font-weight:bold;
}
.title3{ /* タイトル2 h1 */
	padding:10px 0px 10px 7px;
	margin:0px;
	width:auto;
	color:#5B2E00;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background:#e6dcbc url(../img/title_bar01.gif)  repeat-x;
}
.title3 a{color:#5B2E00;text-decoration:underline;}
.title3 a:hover{
	color:#5B2E00;
	text-decoration:underline;
	font-weight:bold;
}

.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */

	padding:0 0 0 10px;
	margin:0px;
	width:auto;
	background:#FFFFFF;
	/* background:url(../img/maincont.gif) ;*/
}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	margin:0px;
	width:auto;
}


ul.news{ /* 最新情報リスト設定 */
	text-align:left;
	padding:0px 0px 0px 12px;
	margin:0px;
	list-style-type:none;
	color:#000000;
}

li.p3{padding:3px;}

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#333333;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#333333;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:110%;
	text-align:left;
	padding:0px 20px;
	margin:0px;
	color:#333333;
}
li.sm1 { margin:4px ;display:block;list-style-type:none;}
li.sm2 { margin:0px 0px 0px -35px;display:block;list-style-type:none;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:110%;
	padding:5px 25px;
	color:#333333;
	background:url(../img/icon_sitemap.gif) no-repeat ;
	background-position:left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3 table{text-align:left;width:100%;}
.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #999999;}

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#E7E7D1;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#D7EBF4;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:1px;
	width:99%;
	/* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px;
	background:#FFFFFF;
	/* background:url(../img/layout1.gif) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin:0px;
	padding:3px 15px;
	color:#663300;
	text-align:left;
	background:#FFFFFF;
}
#bread a { color:#603000;}
#bread a:link { 
	text-decoration:underline;
}
#bread a:hover { 
	text-decoration:underline;
	color:#FF6600;
}

h4.title{
	font-size:110%;
	margin:5px 0px;	
	padding:2px 0px;
	color:#663300;
	border-bottom:1px dotted #333333;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:1px;
	/*background:#1587C2;*/
	/*background:url(../img/mainframe.gif) ;*/
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent,.mailmag_cha,.mailmag_can {
	color:#5B2E00;
}

.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */
	padding:3px 5px 0px 17px;
	margin:10px 5px;
	background-image:url(../img/icon_top.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:90%;
	font-weight:bold;
	float:right;
}
.pageTop a{ color:#996633;text-decoration:none;}
.pageTop a:hover{ color:#996633;text-decoration:none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0px;
	width:auto;
	text-align:center;
	
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:100px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding:15px 20px 5px 20px;
	color:#663300;
}
.footnavi a{ 
	color:#663300;
	text-decoration:underline;
	font-weight:normal;
}
.footnavi a:hover { color:#FF6600;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0px;
	padding-bottom:40px;
	width:auto;
	height:20px;
	color:#663300;
	text-align:center;
	/* background:url(../img/copyright.gif) ;*/
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:0px;
	width:auto;
	background:#E7E7D1;
}
#search form{width:157px;}
#search label{
	padding:7px 0px 0px 7px;
	margin:0px;
	color:#5B2E00;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:12px;
	font-weight:bold;
}


.fieldarea{padding:5px 0px 5px 0px;vertical-align:middle;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0px 0px;	
	display:block;
	line-height:130%;
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0px;
}

ul.free_listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

li.ca1 {
	margin:0px;
	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;
}

li.ca2 {
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}
li.ca1 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#E7E7D1;*/
	color:#663300;
}

li.ca1 a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#663300;
}

li.ca2 a{ padding:1px 3px 1px 15px;
	display:block;
	color:#603000;
	font-weight:normal;
	text-decoration:none;
	
}
li.ca2 a:hover{
	color:#331A00;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #E7E7D1;
}

li.ca3 {
	margin:0px;
	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;	
}

li.ca3 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#E7E7D1;*/
	color:#663300;
}

li.ca3 a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#663300;
}

li.ca4 {
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}

li.ca4 a{ padding:3px 3px 3px 25px;
	display:block;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #EBEBEB;
}

li.ca4 a:hover{
	color:#547D2B;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #EBFFAC;
}

.sline1 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px ;
	padding:5px;
	background: #FFFFFF;
}

.sidemain1 p {
	padding:3px 0px 3px 0px;
	margin:0px;
	line-height:120%;
}

.sidemain1 ul { /* リスト設定 */
	margin:0px;
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display:block;
	padding:2px 0px 2px 10px;
	color:#0E577E;
	/* background:url(../img/icon_eye03.gif) no-repeat; */
}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight:bold;
	 text-align:center;
	 padding:3px;
	 color:#333333;
}
caption a{ color:#333333;text-decoration:underline;}
caption a:hover{ color:#333333;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse:collapse;
	 padding:5px 0px;
	 margin:0 auto;
	 text-align:center;
	 background-color:#FFFFFF;
}

div#calendar_div table{
	margin:0 auto;
	text-align:center;
	width:150px;
}

.carender td {
	padding:2px;
	border-collapse:collapse;
	text-align:center;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

.carender th {
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

th.day { /* ヘッダ平日 */
	font-weight:bold;
	color:#5B2E00;
	background:#E7E7D1;
	text-align:center;
}

th.sun { /* ヘッダ日曜 */
	color:#FFFFFF;
	background:#5B2E00;
	text-align:center;
}

th.sat { /* ヘッダ土曜 */
	color:#FFFFFF;
	background:#FF6600;
	text-align:center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	padding:0px 0px 0px 5px;
	border:2px solid #FFFFFF;
}

.line01{
	/*border:#DEDBBE 1px dotted;*/
	vertical-align:bottom;
} 

/* RSS設定 */
#rss{
	margin:0 0 20px 0;
	padding:0;
}

#count{ /* カウンター */
	margin:0px;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /*コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/*background:url(../img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 5px 0px;
	display:block;
	font-size:110%;
/*color:#FFFFFF;*/
	color:#333333;
	height:19px;
/*	background:url(../img/entry_title.gif);*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#333333;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:1px solid #ded9c5;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#547D2B;
	background:url(../img/subtitle.gif);
	height:19px;
}

 p.label { /* ブログコメントタイトル */
	font-weight:bold;
}

.tb_url{ /* トラックバックurl */
	font-weight:bold;margin-bottom:10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:#FFFFFF;font-weight:900;padding:3px;background-color:#663300;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat;
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
	background-repeat:no-repeat;
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
	background-repeat:no-repeat;
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
	background-repeat:no-repeat;
}

/* ご利用案内 */
table.layout_left_shoppinguide{
	width:100%;
}

/********************************************************************/
/*** 商品詳細ページの在庫の直接表示用 ***/
#itemStocklist table {
	border-collapse:collapse;
	margin:5px 0;
	padding:0;
}

#itemStocklist th,
#itemStocklist td {
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}

#itemStocklist th {
	white-space:normal;
	width:auto;
	border:1px solid #999;
	vertical-align:middle;;
}

#itemStocklist td {
	white-space:normal;
	width:auto;
	border:1px solid #999;
}

#itemStocklist th p,
#itemStocklist td p {
	padding:1px 4px;
	line-height:1.2;
}

#itemStocklist td input,
#itemStocklist td img {
	width:80px;
	height:24px;
	margin:2px;
}

/* バリエーションなしorまとめて管理 */
#itemStocklist table.contType {width:auto;}

#itemStocklist table.contType th,
#itemStocklist table.contType td {
	padding:0 10px;
	vertical-align:middle;
	font-size:0.9em;
}

/* バリエーションごとに管理 */
#itemStocklist table.listType {width:100%;}

#itemStocklist table.listType th,
#itemStocklist table.listType td {font-size:0.8em;}

#itemStocklist table.listType td.stk {
	width:5em;
	text-align:center;
}

#itemStocklist table.listType td.btn {
	width:84px;
	vertical-align:middle;
	text-align:center;
}


/*************************************************/
/*** 複数カテゴリ（サブメニュー用） ***/

/*サブメニュー準備*/
#sps-itemCategoryBox ul {
	zoom:1;
}

#sps-itemCategoryBox,
#sps-itemCategoryBox ul,
#sps-itemCategoryBox li {
	margin:0;
	padding:0;
}

#sps-itemCategoryBox li {
	list-style:none;
}

#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList {
	position:relative;
}

/*サブメニュー非表示（初期）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	width:100%;
	position:absolute;
	top:0;
	left:100%;
	display:none;
}

/*サブメニュー表示（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList:hover .sps-itemCategorySub {
	display:block;
	z-index:99;
}

/*サブメニューボックス*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	padding: 5px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background:#fff;
}

/*サブメニュー内リンク*/
#sps-itemCategoryBox .sps-itemList .ca2 a {
	color:#00f;
	font-weight:normal;
	text-decoration:underline;
}

/*サブメニュー内リンク（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .ca2 a:hover {
	color:#00f;
	font-weight:normal;
	text-decoration:underline;
}

/*************************************************/
/*** 複数カテゴリ（商品一覧用） ***/

/*商品一覧の選択カテゴリの上位カテゴリ*/
#sps-itemCategoryBox .sps-selList .sps-itemCategoryUp .ca2 a {
	padding-left:0.3em;
	background-image:none;
}

/*商品一覧の表示パターン1（全商品カテゴリを見る非表示）*/
#sps-itemCategoryBox .sps-selList+.sps-itemList {
	margin:2em 0;
}

/*商品一覧の表示パターン2（全商品カテゴリを見る表示）*/
#sps-itemCategoryBox .sps-allList {
	margin:2em 0;
}

#sps-itemCategoryBox .sps-allList .sps-itemCategoryMain .ca2 a {
	padding-left:0;
	padding-right:0;
	background-image:none;
	text-align:center;
}

/*商品一覧表示パターン2（全商品一覧の表示位置調整）*/
#sps-itemCategoryBox .sps-allList+.sps-itemList {
	margin:-2em 0 2em;
}

/*************************************************/
/*** 複数カテゴリ（サイトマップ用） ***/

/*見出し*/
#sps-smItemCategory h5 {
	margin:0 0 0 25px;
	font-size:1em;
}

/*第2階層以下のカテゴリ*/
#sps-smItemCategory li.sm1 ul {
	margin:0;
	padding:0;
}

/*第2階層のカテゴリ*/
#sps-smItemCategory li.sm2 {
	margin:0 0 0 1px;
}

/*************************************************/
/*** キーワードリンク（左サイド用）レイアウト ***/
#sps-leftKeywordBox li {background:none;margin:0 5px 0 0;padding:0;display:inline;line-height:1.6;}
#sps-leftKeywordBox li a {background:none;padding:0;display:inline;text-decoration:underline;}

/*** 商品検索（ヘッダ用）レイアウト ***/
#sps-headSearchBox {text-align:left;}
#sps-headSearchBox form {display:block;padding:5px 10px;}
#sps-headSearchBox form label {padding-right:10px;font-size:1.1em;}
#sps-headSearchBox form input[type=text] {width:40%;padding:0.1em 0.3em;font-size:1.1em;}
#sps-headSearchBox form input[type=submit] {font-size:1.1em;}

/*** 商品検索（ヘッダ用）デザイン ***/
#sps-headSearchBox {
	background:#e7e7d1; /* 背景 */
}

#sps-headSearchBox form {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headSearchBox form {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headSearchBox form label {
	color:#5b2e00; /* 文字色 */
	font-weight:bold; /* 太字 */
}

/*** キーワードリンク（ヘッダ用）レイアウト ***/
#sps-headKeywordBox {text-align:left;}
#sps-headKeywordBox div {padding:5px 10px;line-height:1.6;font-size:0.9em;}
#sps-headKeywordBox ul {margin:0;padding:0;display:inline;}
#sps-headKeywordBox li {list-style:none;display:inline-block;padding-right:0.5em;}

/*** キーワードリンク（ヘッダ用）デザイン ***/
#sps-headKeywordBox {
	background:#fff; /* 背景色 */
}

#sps-headKeywordBox div {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headKeywordBox div {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headKeywordBox span {
	color:#f60; /* 見出し */
}

#sps-headKeywordBox span:after {
	content:" ： "; /* 見出し区切り文字 */
}

/*** ヘッダ区切り線調整 ***/
#sps-headSearchBox + div.hline,
#sps-headKeywordBox + div.hline {margin-bottom:10px;}









@charset "utf-8";

/*
* {
	margin: 0px;
	padding: 0px;
}
*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #232323;
	margin: 0px;
	padding: 0px;
	background-image: url(https://www.budouen.net/pic-labo/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}

img{
	border: 0; /* 1 */
	margin:0px;
	padding:0px;
	vertical-align:bottom;
    -ms-interpolation-mode: bicubic; /* 2 */
}

#header_bg {
	background-image: url(https://www.budouen.net/pic-labo/mainvisual1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height:400px;
	margin:0;
}

#header_bg2 {
	background-image: url(https://www.budouen.net/pic-labo/w_bg.png);
	background-position: center 210px;
	background-repeat: repeat-x;
	background-size: 100% 160px;
	margin:0;
}

#header {
	margin: 0 auto;
	width:980px;
	height:115px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
#container2 {
	margin: 100px auto 0;
	width: 980px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
#side {
	float: left;
	width: 200px;
	margin: 0px 0px 20px 0px;
}

#contents {
	width: 760px;
	float: right;
	margin: 0px 0px 20px;
}

#header h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	margin-right: 22px;
}

/* トップページ メインバナー*/
#top-mainbn-bg {
	width: 980px;
	height: 360px;
	background-image: url(https://www.budouen.net/pic-labo/dot_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 15px;
}

#top-mainbn-bg div.top-mainbn {
	width: 960px;
	margin: 0 auto;
	padding:10px;
}

/****フッター****/
#footer{
	width: 100%;
	background-color: #fcedc8;
	color: 232323;
}

#footer p{
	padding:10px;
}

#footer a{
	color: 232323;
	text-decoration:none;
}

#footer a:hover {
	color: ff9900;
	text-decoration:underline;
}


#footer ul.f_con {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0 15px;
}

#footer_navi {
	margin: 10px auto 0;
	padding: 0;
}

#footer_navi li {
	float:none;
	color: #232323;
	margin: 0px 0px 10px;
	height:30px;
	line-height:30px;
	list-style-image: url(../img/skin/arrow03_off.png);
	list-style-position: inside;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer_navi li a{
	color:#232323;
	text-decoration:none;
}

#footer_navi li a:hover{
	color: #232323;
	text-decoration: underline;
}


#footer address p {
	width: 980px;
	margin: 10px auto 30px;
	padding: 2px 0 0;
	font-size: 0.643em;
	font-style: normal;
	clear: both;
}

.privacy {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	margin-top: 50px;
}


#footer div.Inner_box{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 0px;
}

#footer div.delivery{
	width: 450px;
	float: right;
	margin: 10px 20px;
	text-align: left;
}

#footer div.payment{
	width: 450px;
	float: left;
	margin: 10px 20px;
	text-align: left;
}


#footer div.return{
	width: 450px;
	float: left;
	margin: 10px 20px;
	text-align: left;
}

#footer div.aboutus{
	width: 450px;
	float: right;
	margin: 10px 20px;
	text-align: left;
}


#footer div.foot_navi{
	width: 980px;
	clear:both;
	margin:20px auto;
}

#footer p.copyright {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
	color: ff9900;
	padding-bottom: 20px;
	margin: 0px;
}

#footer ul.footernavi {
	clear: both;
	margin: 20px auto 0;
	text-align: center;
}

#footer ul.footernavi li {
	margin: 0px;
	display: inline;
}


/********font********/
/****10ポイント****/
.font10 {font-size: 10px;line-height: 180%;color: #666666;}
/****11ポイント****/
.font11 {
	font-size: 11px;
	line-height: 160%;
	color: #666666;
}
.item_name {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	font-weight:bold;
	margin-top: 5px;
}
/****12ポイント****/
.font12 {
	font-size: 12px;
	line-height: 160%;
}
.font12b {font-size: 12px;line-height: 17px;color: #665833;}
/****14ポイント****/
.font14 {font-size: 14px;color: #666666;}.ranking{color: #FF0000;}
/****その他****/
.pickup_name {font-size: 14px;color: #CC0000;line-height: 130%;}
.catch {
	font-size: 10px;
	color: #999;
	position: absolute;
	left: 294px;
	top: 87px;
}
.f_pink {font-size: 14px;color: #e86497;line-height: 130%;}

.f_pink2 {color: #e86497;}

.f_red {
	color: #DA1818;
}


/****リンクテキスト****/
.news a:link {
	color: #C00;
	text-decoration: none;
}
.news a:visited {
	text-decoration: none;
	color: #C00;
}
.news a:hover {
	text-decoration: underline;
	color: #D7AE5B;
}
.news a:active {
	text-decoration: none;
	color: #D7AE5B;
}


a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #e8846d;
}
a:active {
	text-decoration: none;
	color: #e8846d;
}

a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}


/****カテゴリー****/
.head_g {
	margin: 0 auto 15px;
	padding: 0px;
	width: 980px;
}

.head_g ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.head_g li {
	margin: 0px 17px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	overflow: hidden;
}

.head_g a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -moz-opacity: 1;
}



.head_navi ul {
	margin: 6px 0px;
	padding: 0;
	list-style:none;
}

.head_navi li {
	margin: 0 15px 0 0;
	background-image:url(https://www.budouen.net/pic-labo/head_list.png);
	background-repeat:no-repeat;
	padding-left:20px;
	float: left;
}

.head_navi li.end {
	margin:0;
}

.head_btn {
	margin: 0px;
	padding: 0px;
}

.head_btn ul {
	margin: 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.head_btn li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.head_search {
	margin: 0 0 0 10px;
	padding: 0px;

	float: left;
}

.head_search ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
	overflow:hidden;
}

.head_search li {
	margin: 0px;
	padding: 0px;
	float: left;
}


#search_c {
	width:980px;
	position: relative;
	overflow:hidden;
	zoom:1;
}

#search_button{
background:url(https://www.budouen.net/pic-labo/search_btn.jpg) no-repeat  ;
margin:2px 10px 0 5px;
border:0px;
width:45px;
height:20px;
float: left;
text-indent:-9999px;
}

#search_box{
border:#A9A9A9 1px solid;
padding:5px;
margin:0px;

font-size:11px;
color: #808080;
width:200px;
float: left;
background: -moz-linear-gradient(top, #eeeeee, #ffffff);
background: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#ffffff));
}



.head_searchword {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0px;
	float: left;
	
}

.esearch_word {
	padding: 0px;
	margin: 0px;
	float:left;
	overflow: hidden;
	display: block;
	color: #666666;
	vertical-align: middle;
	width: 550px;
}

.esearch_word ul {
	clear: both;
}

.esearch_word li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

.main_new {
	background: url(https://www.budouen.net/pic-labo/newarrival_ttl.jpg) no-repeat;
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	height: 30px;
	text-align: right;
}

.main_new img {
	margin-top:3px;
}

.pickup_ttl {
	background: url(https://www.budouen.net/pic-labo/pickup_ttl.jpg) no-repeat;
	margin: 30px 0 10px 0;
	padding: 0px;
	width: 760px;
	height: 30px;
	text-align: right;
}


.coordinate_ttl {
	background: url(https://www.budouen.net/pic-labo/coordinate_ttl.jpg) no-repeat;
	margin: 30px 0 10px 0;
	padding: 0px;
	width: 760px;
	height: 30px;
	text-align: right;
}


.reco_ttl {
	background: url(https://www.budouen.net/pic-labo/reco_ttl.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 0px;
	width: 760px;
	height: 30px;
	text-align: right;
}

.pickup_ttl p, .coordinate_ttl p, .reco_ttl p {
	margin: 0;
	padding: 8px 10px 0 0;
	font-size:11px;
}

.main_new font {
	margin: 0 10px 0 0;
	padding: 0;
	font-size:11px;
	vertical-align:bottom;
}


#pickup_item {
	margin: 0;
	padding: 0;
	width:760px;
	ist-style: none;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#pickup_item li {
	margin: 0 5px 10px 5px;
	padding: 0px;
	list-style: none;
	float:left;
}

/*コーディネート*/

#coordinate_wrap {
	width:760px;
	position: relative;
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}

#coordinate_item {
	width:380px;
	float:left;
}

#coordinate_item div.coord_img {
	width:350px;
	margin:0 15px 5px;
}

#coordinate_box {
	width:350px;
	margin:5px 15px;
	padding:0 0 5px 0;
	list-style:none;
	float:left;
	border-bottom:#C2C2C2 dotted 1px;
}  

#coordinate_box p {
	display:table-cell;
	*display: inline;
	*zoom: 1;
	text-align:left;
	vertical-align: middle;
	margin:0 0 10px 0;
	line-height:240%;
}

#coordinate_box font.cat_ttl {
	background:url(https://www.budouen.net/pic-labo/dot_bg.jpg) repeat;
	padding:3px 5px;
}


#coordinate_box p img {
	margin-right:10px;
	text-align:left;
}


/*for IE6 */  
* html #coordinate_box p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html #coordinate_box p {  
    display: inline;  
    zoom: 1;  
}


/*= 位置固定 =*/
#outside_bn{
	position: fixed;
	top: 60px;
	right: 0px;
	width: 60px;
}



.ca_list {
	padding: 0px;
	width: 180px;
	margin: 10px auto 0px;
	font-size: 12px;
}
.ca_list ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style-type: none;
}
.ca_list ul li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px;
	background-image: url(https://www.budouen.net/pic-labo/left_list.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.ca_list2 {
	padding: 0px;
	width: 200px;
	margin: 0px auto 0px;
	font-size: 12px;
}
.ca_list2 ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style-type: none;
}
.ca_list2 ul li {
	list-style-type: none;
	padding: 0px 0px 6px 25px;
	margin: 5px 0px 6px 5px;
	background-image: url(https://www.budouen.net/pic-labo/left_list.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	border-bottom: #CCCCCC dotted 1px;
}

/*= 商品ページ雛形 =*/

#main_ttl {
	margin:30px 0 5px 0;
}

#item_main_img {
	margin:0;
}

#detail_img {
	margin:0 0 10px 0;
}

 /*アイテムネーム*/
#item_name {
	font-size:12px;
	margin:10px 0 0 0;
}

#item_name p {
	font-size:14px;
	margin:0 0 20px 0;
}


 /*カラー*/
#color_wrap {
	width:760px;
	margin:0 0 20px 0;
	padding:0px;
	text-align:center;
	position: relative;
	overflow:hidden;
	zoom:1;
}

ul#color_wrap li {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:370px;
	margin:0 3px 20px 0;
	padding:0px;
	list-style:none;
}  

ul#color_wrap li p {
	line-height:160%;
}

 /*アイテムガイド*/
#item_g {
	width:760px;
	margin:0 0 20px 0;
	padding:0px;
	text-align:center;
	position: relative;
	overflow:hidden;
	zoom:1;
}


li img,dt img,dd img{
vertical-align:bottom;
}

#item_g li {
	float:left;
	margin:0 0 5px 0;
	padding:0px;
	text-align:left;
	list-style:none;
}  

#item_g li.text {
	float:left;
	width:760px;
	margin:0 0 5px 0;
	padding:0px;
}  

#item_g li.text p {
	display:table-cell;
	*display: inline;
	*zoom: 1;
	text-align:left;
	vertical-align: middle;
	margin:0px;
} 

#item_g li.text p img {
	margin: 0 10px 0 0;
	text-align:left;
}



/*for IE6 */  
* html #item_g li.text p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html #item_g li.text p {  
    display: inline;  
    zoom: 1;  
}


#staff_v {
	width:760px;
	background:url(https://www.budouen.net/pic-labo/staff_v_bg.jpg) no-repeat;
	height:150px;
	display:block;
	position: relative;
	overflow:hidden;
	zoom:1;
}

#staff_v div.svoice {
	position: absolute;
	font-size: 12px;
	left: 130px;
	top: 65px;
	padding-right: 10px;
	line-height: 150%;
}

/****サイズガイド　テーブル****/
table.table021 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 0px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
	border-color: #CFCFCF;
	border-bottom-width: 0px;
}

table.table021 th,
table.table021 td {
	padding: 10px 6px;
}

table.table021 th {
  border-bottom: solid 1px #CFCFCF;
  border-right: solid 1px #CFCFCF;
  background: #e8846d;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  background:url(https://www.budouen.net/pic-labo/dot_bg.jpg) repeat;
}

table.table021 td {
	border-bottom: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	text-align: center;
}

table.table021 td.left_b,
table.table021 th.left_b {
	border-left: solid 1px #CFCFCF;
}



/****サイズについて　テーブル****/
table.table022 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 0px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size:11px;
	border-color: #CFCFCF;
	border-bottom-width: 0px;
}

table.table022 th,
table.table022 td {
	padding: 10px 6px;
}

table.table022 th {
	border-bottom: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	background: #e8846d;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	font-weight:normal;
	background: url(https://www.budouen.net/pic-labo/dot_bg.jpg) repeat;
}

table.table022 td {
	border-bottom: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	text-align: left;
	line-height: 150%;
}

table.table022 td.left_b,
table.table022 th.left_b {
	border-left: solid 1px #CFCFCF;
}

table.table022 th.text_l {
	text-align: left;
}

table.table022 h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0px;
	line-height: 100%;
	display: inline;
}



#size_g {
	width:760px;
	position: relative;
	overflow:hidden;
	zoom:1;
}

#size_g.line {
	border-bottom:#dddddd solid 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}


#size_g div.size_g_img {
	float: left;
	margin: 0 20px 0 0;
	width: 340px;
	text-align: center;
}

#size_g div.size_g_img2 {
	float: left;
	margin: 0 0 20px 10px;
	width:240px;
	text-align: center;
	font-size:12px;
	font-weight:bold;
}


#size_g div.size_g_table {
	float:left;
	margin:0 0 0 0;
	width:400px;
}

#size_g div.size_g_table div.caption {
  margin: 0 3px 0 0;
  text-align: right;
  clear:both;
}

#size_g div.size_g_table div.size_arrow {
	margin-top:10px;
	text-align:right;
	clear:both;
}

#size_g h2 {
	font-size:12px;
	font-weight:bold;
}

#reco_item {
	width:240px;
	float:left;
	margin-right:20px;
	margin-bottom:40px;
}

#reco_item.end {
	width:240px;
	float:left;
	margin-right:0px;
}

#reco_item div.item_arrow {
	margin-top:10px;
}


/****カレンダー****/
table.calendar{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #F;
	empty-cells: show;
	border: 1px solid #CCCCCC;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.calendar th{
	text-align: center;
	font-weight: normal;
	background-color: #e8846d;
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.calendar td{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #7a7a7a;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.calendar_month{
	background-color: #3a3a3a;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.calendar_sun{
	background-color: #e8846d;
	color: #FFF;
	text-align: center;
}
td.calendar_sat{
	background-color: #e8846d;
	color: #FFFFFF;
	text-align: center;
}
td.calendar_week{
	color: #7a7a7a;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.calendar_holiday{background-color: #DF2F2F;color: #FFFFFF;text-align: center;}

#leftnavi{
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#leftnavi div.dot_bg {
	background: url(https://www.budouen.net/pic-labo/dot_bg.jpg) repeat;
	width:200px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

#left_koe {
	margin:10px 0;
	padding:0;
}

#waku_koe {
	width: 200px;
	position:relative;
}

#waku_koe div.waku_koe_bg {
	margin: 0px;
	padding: 0px;
	background-image: url(https://www.budouen.net/pic-labo/left_koe_naka.png);
	background-repeat: repeat-y;
}

#waku_koe p {
	padding: 0 20px;
	margin:0px;
}

#waku_koe img {
	padding: 0;
	display:block;
}



/****メイン****/
#main{
	width: 760px;
	padding: 0px;
	margin: 20px 0px 70px;
}


#waku_760 {
	width: 760px;
	position:relative;
}

#waku_760 div.waku_760_bg {
	margin: 0px;
	padding: 0px;
	background-image: url(https://www.budouen.net/pic-labo/main_waku760_naka.png);
	background-repeat: repeat-y;
}

#waku_760 p {
	padding: 0 20px;
	margin:0px;
}

#waku_760 img {
	padding: 0;
}

#waku_370 {
	width: 370px;
	position:relative;
}

#waku_370 div.waku_370_bg {
	margin:0px;
	padding:0px;
	background-image: url(https://www.budouen.net/pic-labo/main_waku370_naka.png);
	background-repeat: repeat-y;
}

#waku_370 p {
	padding:0 20px;
	margin:0px;
}

#waku_370 img {
	margin: 0 auto;
	padding: 0;
}

.boder_g {
	border-color: #910091;
	border-width: 5px;
	border-style:solid;
}

.boder_n {
	border-color: #d5b053;
	border-width: 5px;
	border-style:solid;
}


/****FAQ****/
#faq_wrap {
	margin: 0;
	font-size:11px;
	color: #666666;
	line-height: 130%;
}

#faq_wrap h3 {
	padding:10px 0 7px 10px;
	font-size: 130%;
	font-weight:bold;
	background: url(https://www.budouen.net/pic-labo/dot_bg2.jpg) repeat;
}

#faq_wrap dt {
	margin: 0 0 0 0;
	padding: 0 0 10px 35px;
	background-repeat: no-repeat;
	background-image: url(https://www.budouen.net/pic-labo/faq_q.jpg);
	background-position: left top;
	border-bottom: #DCDCDC solid 1px;
	line-height: 30px;
}

#faq_wrap dd {
	margin: 0 0 50px 0;
	padding: 0 0 0 35px;
	background-repeat: no-repeat;
	background-image: url(https://www.budouen.net/pic-labo/faq_a.jpg);
	background-position: left top;
}

#faq_mokuji {
	margin: 0 0 50px 0;
}

#faq_mokuji dt {
	margin: 50px 0 10px 0;
	padding:10px;
	font-size: 130%;
	font-weight:bold;
	background: url(https://www.budouen.net/pic-labo/dot_bg.jpg) repeat;
}

#faq_mokuji dd {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
