@charset "euc-jp";
/* テーマ：ホワイト×ピンク */

body {
	/*font-family: "ＭＳ Ｐゴシック", Osaka, monospace;*/
       font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
	margin: 0 ;
	padding: 0;
	font-size:15px;
	color: #000;
background:#fff;
	margin-left:auto;
	margin-right:auto;
	line-height:150%;
	 /*letter-spacing:0.1em;*/
}

table { /* 基本テーブル設定（固定）*/
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0 none;
	border-collapse: collapse;
}

th {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0 none;
	border-collapse: collapse;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0 none;
	border-collapse: collapse;
}

h1, h2, h3, h4 { /* 基本タイトル（固定）*/
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

a { /* 基本のリンク （固定）*/
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*
ul { /* 基本のリスト （固定）*/
	list-style-type: square;
}

ul ul{
	list-style-type: none;
}
*/

img { /* イメージボーダー指定 */
	border: 0;
        border-style:none; 
}
a img { /* イメージボーダー指定 */
	border: 0;
        border-style:none; 
}

form {
	padding: 0;
	display: inline;
}

p {
	line-height: 150%;
	margin: 5px 0;
	padding: 0px 0;
}

.clear_both { /* 画像の周り込み解除 */
	clear: both;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	text-align: center
}

.button1 { /* inputボタン設定 */
	margin:5px 0 0 0;
	font-weight: bold;
	color: #fff;
	background:#b5b5b5;
	border: 1px solid #dedede;
	cursor: pointer;
}

.text1 {/* テキストエリアデザイン設定 */
	margin: 0;
	border: 1px solid #000000;
}

.caution {/* エラーメッセージ */
	font-weight: bold;
	color: #FF0000;
}

.no2 { /* フォントズーム */
	font-size: 110%;
        color: #421400;
}

.strong{ font-weight: bold;}/* フォントボールド */

.red	{ color: #CC0000; } /* フォント赤 */
.orange	{ color: #FF9900; } /* フォントオレンジ */
.blue	{ color: #0000FF; } /* フォント青 */
.green	{ color: #006600; } /* フォント緑 */
.glay	{ color: #666666; } /* フォントグレー */
.italic	{ font-weight: oblique;} /* フォントグレー */

.item img {/* 商品画像枠  */ 
	height: auto;
	padding: 0px;
	margin: 0;
	text-align: center;
	border:0px solid #c8c8c8;
}
#rightSide .item img { }


.spacebox{/* スペース設定  */ 
	height: 50px;
}

.whitestechbox {
padding: 0.2em 0.5em; 
margin: 20px 30px 30px 30px;
background: #efefef;
box-shadow: 0px 0px 0px 10px #efefef;
border: dashed 2px white;text-align:left;
}

.whitestechbox p{
font-size: 11pt; 
font-family:'Meiryo'; 
color:#5c98d4;
}

.font14 {
    font-size:14px;
    line-height:22px;
}

.box2title {
    margin-left:15px;
    font-weight:bold;
    font-size:16px;
    color:#6B4834;
}

.box2 {
    padding: 0.5em 1em;
    margin: 10px 10px 30px 10px;
    background: #FFF;
    border: solid 2px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/

}

.box2 p {
    margin: 0; 
    padding: 0;
}

.box2 span{
    font-weight: bold;
    color: #6091d3;/*文字色*/
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width: 1030px;
	/*
        width: 910px;
        margin: 0 auto;
        */
	text-align: left;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*border-left:1px solid #B49C70;
	border-right:1px solid #B49C70;*/

}

/* マイページ、ポップアップ画面 */
#enter {
	width: 100%;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #4A7A2A;
}



/********************************************************************/

#leftSide { /* 左サイドtd */
	width: 250px;
	font-size:13px;
	margin: 0;
	padding: 0 0 0 0px;
	vertical-align: top;
	/* background:#F6F6F6;*/
	background:#FFFFFF;
}

#rightSide { /* 右サイドtd （3列）*/
	width: 150px;
	font-size:11px;
	margin: 0;
	padding: 0 0px 0 0px;
	vertical-align: top;
	background:#FFFFFF;
}
#rightSide2 { /* 右サイドtd （3列 ブログ）*/
	width: 150px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#center1 { /* センター td （2列）*/
	width: 755px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size:13px;

}

#center2 { /* センターtd （3列）*/
	width: 520px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#center3 { /* センターtd （装飾用）*/
	width: auto;
	vertical-align: top;
	padding-right:10px;
}

/* 表組みセンタリング */
#center3 table {
	margin: 0 auto;
}
#center3 table table.bordlayoutp3 {
	margin: 0;
}

.header_area { /* ヘッダのフリーエリア */
	width: 100%;
	margin: 0 auto;
	padding: 0 7px 0 7px;
	text-align:left;
}

.footer_area { /* フッタのフリーエリア */
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 0px 0 7px;
	}

.sidebox { /* サイド用ブロック（幅設定） */
	margin: -20px 0 0 7px;
	padding: 0 0px 0 0px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin: 6px 10px;
	background:#fff;
}

.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: 125%;
	font-weight: bold;
}

.expl { /* 商品説明文 */
	text-align: left;
	padding-top: 5px;
}

.expl a {
	color: #3A3A3A;
	text-decoration: none;
}

.expl a:hover {
	color: #3A3A3A;
	text-decoration: underline;
}

.fixed{ /* 商品定価 */
	color: #808080;
	/* color: #4A7A2A;*/
	text-align: left;
}

/* 商品名 （商品一覧）*/
h2.goods a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h2.goods a:hover {
	color: #AC0242;
	text-decoration: underline;
}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 10px;
}

.topIMG td {
	margin: 0;
	padding: 0;
}

.shopCopy { /* サイト説明 */
	margin: 0;
	padding: 3px 0;
	text-align: left;
}


/* タイトルデザイン */
.free_title { /* タイトル1 h3 */
	min-height: 14px;
	height: auto !important;
	height: 14px;
	margin: 0;
	padding: 6px 2px 6px 10px;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight:normal;
	background:#B5B5B5;
}

.title1 { /* タイトル1 h3 */
	min-height: 14px;
	height: auto !important;
	height: 14px;
	margin: 0;
	padding: 6px 2px 6px 10px;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight:normal;
	/*background:#B5B5B5;*/
	/*background:#80552B;*/
	background:#6B4834;
}
.title1 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.title1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#center1 .title1, #center2 .title1, #center3 .title1 {
	padding: 5px 0px 5px 5px; font-weight:bold; color:#000;
} 
#center1 .title1 {background:url(../img/center2_title1.jpg) 0 bottom repeat-x;  }
#center2 .title1 {background:url(../img/center2_title1.jpg) 0 bottom repeat-x;  }
#center3 .title1 {background:url(../img/center2_title1.jpg) 0 bottom repeat-x;  }

#center1 #rightSide .title1 {background:#B5B5B5; padding: 6px 2px 6px 10px; color:#fff; font-weight:normal; }


.title2 { /* タイトル2 h3 */
	min-height: 14px;
	height: auto !important;
	height: 14px;
	margin: 0;
	padding: 6px 2px 6px 10px;
	color: #fff;
	font-weight:normal;
	line-height: 100%;
	vertical-align: middle;
	background:#707070;
	/*background:#6B4834;*/
}

.title2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.title2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#center2 .title2, #center3 .title2 {
	padding: 5px 0px 5px 30px; font-weight:bold; color:#000;
}
#center2 .title2 { background:url(../img/center2_title1.jpg) 0 bottom repeat-x;}
#center3 .title2 { background:url(../img/center2_title1.jpg) 0 bottom repeat-x; }

.title3 { /* タイトル3 h3 */
	min-height: 14px;
	height: auto !important;
	height: 14px;
	margin: 0 0 0px;
	padding: 6px 2px 6px 10px;
	line-height: 100%;
	color: #fff;
	font-weight:normal;
	vertical-align: middle;
	background: #707070;
}
#center2 .title3, #center3 .title3 {
	padding: 5px 0px 5px 30px; font-weight:bold; color:#000;
}
#center2 .title3 { background:url(../img/center2_title1.jpg) 0 bottom repeat-x;}
#center3 .title3 { background:url(../img/center2_title1.jpg) 0 bottom repeat-x; }

.rank{/* ランキングアイコン */
	text-align: left;
}

.mainCont { /* メインコンテンツ */
	margin: 0;
	padding: 5px 0 0 15px;
}
#center2 .mainCont {
	 /*width: 430px;*/
	width: 480px;
}
#center3 .mainCont {
}
.contbox { /* メインコンテンツ内項目ボックス*/
	padding: 10px 0;
	margin: 0;
	width: auto;
}


ul.news{ /* 最新情報リスト設定 */
	text-align: left;
	padding: 10px 10px 10px 20px;
	margin: 0;
	width:100%;
	list-style: disc;
	color:#808080;
}
li.p3 {
	padding: 3px 0;
}
li.p3 a {
	color: #000;
}

.free_list{ /* リスト設定 */
	padding: 5px 10px;
	margin: 0;
}

ul.list{ /* リスト設定 */
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	list-style: square;
	color: #F59300;
}

ul.map{ /* サイトマップリスト設定 */
	text-align: left;
	padding: 0 20px;
	margin: 0;
	color: #006600;
}
li.sm1 { margin: 4px ;display: block;list-style-type: none;}
li.sm2 { margin: 0 0 0 -35px;display: block;list-style-type: none;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding: 5px 25px;
	background: url(../img/icon_sitemap.gif) no-repeat left center;
	color: #000;
}
.sitemap a{	color: #000;
	text-decoration:underline;
}

.table1 {
	border-collapse:collapse;
	width:480px;
	padding:0px;
	color:#333333;
	margin-left:10px;
}
.table1 th {
	margin:0;
	padding:5px;
	color: #000;
	font-weight:normal;
	border:1px solid #400207; background-color: #999;
	}
.table1 td {
	margin:0;
	padding:5px;
	border:1px solid #400207;
	background-color: #fff;
	color: #000000;
	}

/* テーブル余白設定  （固定） */
.layoutp5  { padding: 5px 0;}/* 余白5px */
.layoutp5 th { padding: 5px;}
.layoutp5 td { padding: 5px;}
.layoutp5 .border { border: 1px solid #CCCCCC;}

.layoutp3  {
	padding: 5px 0;
}/* 余白3px */
.layoutp3 table{text-align: left;}
.layoutp3 th { padding: 3px;}
.layoutp3 td { padding: 3px;}
.layoutp3 .border { border: 1px solid #999999;}

.bordlayoutp3  { padding: 5px 0;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding: 3px;border: 1px solid #999999;}
.bordlayoutp3 td { padding: 3px;border: 1px solid #999999;}
.bordlayoutp3 .side { padding: 10px 15px;}/* 横余白10px */

.bordlayoutp21 table{text-align:left;width:90%;margin-left:0;}
.bordlayoutp21  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp21 th { padding:3px;border:0px; }
.bordlayoutp21 td { padding:3px;border:0px; }
.bordlayoutp21 .side { padding:10px 15px;}/* 横余白10px */

.bordlayoutp22 table{text-align:left;width:90%;margin-left:0;}
.bordlayoutp22  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp22 th { padding:3px;border:1px solid #999999;}
.bordlayoutp22 td { padding:3px;border:1px solid #999999;}
.bordlayoutp22 .side { padding:10px 15px;}/* 横余白10px */

.bordlayoutp23 table{text-align:left;width:100%;margin-left:0;}
.bordlayoutp23  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp23 th { padding:15px;border:0px; }
.bordlayoutp23 td { padding:15px;border:0px; }
.bordlayoutp23 .side { padding:10px 15px;}/* 横余白10px */


.backcolor1 {/* background: #ddd;*/
                   background: #FFFFFF;
} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background: #FFFFFF;vertical-align: middle} /* コンテンツ内 */
.backcolor3 { background: url(../img/leftside.gif);padding: 10px 0;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin: 10px 0 0 0;
	/* background: url(../img/layoutframe.gif) ;*/
}
.layoutFrame td{
	text-align: left;
	margin: 0;
	padding: 1px;
	vertical-align: top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding: 6px 3px 4px;
	background:#fff;
	}
	
#rightSide .layout1{
	margin: 0 0 10px;
	padding-bottom:10px;
}
.layout1 td {
	margin: 0;
	padding: 3px;
	text-align: center;
}
.layout1 td a {
	color: #000000;
	font-weight:normal;
}
.layout1 td a:hover {
	/*color: #CA0065;*/
	color: #AC0242;
	text-decoration:underline;
}
.layout1 td div.price {
	/*color: #6B4834; */
        color: #FF0000;
}

#rightSide .layout1 td a {
	color: #000000;
}
#rightSide .layout1 td a:hover {
	color: #CA0065;
	text-decoration:underline;
}

/* 第二階層 */

#bread { /* パンクズ */
	margin: 0 0 0 10px;
	padding: 3px 10px;
	text-align: left;
	border-bottom: 1px dotted #4A7A2A;
	font-size:12px;
}

h4.title{
	margin: 5px 0;	
	padding: 2px 0;
	color: #000;
	font-weight:normal;
	border-bottom: 1px solid #0F006A;
}

.mainFrame{ /* メイン大枠 */
	margin: 0;
	padding: 0;
	/* background: url(../img/mainframe.gif) ;*/
	font-size:14px;
}

p.title	{ margin: 3px 0;	
	padding: 2px 0;
	color: #669933;
	border-bottom: 1px dotted;
	font-weight: bold;
}

/* メールマガジンアイコン設定 */
.mailmag_ent{ /* 新規登録 h4 */
	color: #006600;
	background: url(../img/icon_mailmag_ent.gif) no-repeat;
	height: 34px;
	padding-left: 70px;
	padding-top: 10px;
}

.mailmag_cha{ /* アドレス変更 h4 */
	color: #006600;
	background: url(../img/icon_mailmag_cha.gif) no-repeat;
	height: 34px;
	padding-left: 70px;
	padding-top: 10px;
}

.mailmag_can{ /* 配信解除 h4 */
	color: #006600;
	background: url(../img/icon_mailmag_can.gif) no-repeat;
	height: 34px;
	padding-left: 70px;
	padding-top: 10px;
}

#sortList{ /* ソート */
	margin: 0;
	padding: 10px 3px 5px 3px;
	width: auto;
	color: #333333;
	float: right;
}

.pageTop { /* ページトップ */
	margin: 10px 5px;
	background: url(../img/icon_top.gif) no-repeat left center;
	font-size: 84%;
	font-weight: bold;
	float: right;
	padding-left: 13px;
}

.pageTop a {
	color: #000;
	text-decoration: none;
}

.pageTop a:hover {
	color: #000;
	text-decoration: none;
}




/********************************************************************/
/* サイド設定 */


#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:0px;
	width:auto;
	background:#FFFFFF;
}
#search form{width:155px;}
#search label{
	padding:7px 0px 0px 7px;
	margin:0px;
	color:#414141;
	line-height:100%;
	font-size:12px;
	font-weight:bold;
}

.fieldarea {
	padding: 5px 0 5px 0;
	vertical-align: middle;
}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding: 0px;
	display: block;
}

.list h3 { /* タイトル */
	padding: 5px 5px;
	margin: 0;
}

ul.free_listbox{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.listbox{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
li.ca1 { margin:0; 
         /*padding:5px 0 5px;*/
	border-top:1px solid #4F442F;	
	border-bottom:1px solid #FFFFFF;
} 

li.ca1 a{
	min-height: 14px;
	height: auto !important;
	height: 14px;
	line-height:100%;
	font-weight: bold;
	color: #000000;
	zoom: 1;
	display: block;
	/*padding: 4px 2px 3px 20px;*/
        padding: 8px 3px 5px 10px;
	text-decoration: none;
        background-color:#FFFFFF;
        /*background-color:#CC9966 CFBDAF;*/
}
li.ca1 a:hover{
	color: #6B4834;
	text-decoration: underline;
        background-color:#FFFFFF;
       /* background-color:#707070;*/
}

li.ca2 a{
	zoom: 1;
	display: block;
	padding: 7px 2px 7px 22px;
	margin:0px 0;
	line-height: 100%;
	color:#000;
	text-decoration: none;
	 background:url(../img/left_ca2.gif) 10px center no-repeat;
        /*background: url(/USERTHEMEIMG/vol1/bt-kai.rh.shopserve.jp//arrow.gif) 10px  no-repeat;*/
}
li.ca2 a:hover{
	color: #6B4834;
	text-decoration: underline;
}

li.ca3 a{
	zoom: 1;
	display: block;
	list-style: none;
	margin:0;
	padding: 5px 2px 5px 20px;
	background: url(../img/left_ca2.gif)  10px center no-repeat;
	color:#000;
	text-decoration:none;
}
li.ca3 a:hover{
	text-decoration: underline;
}

li.ca4 a{
	zoom: 1;
	display: block;
	list-style: none;
	margin:0;
	padding: 5px 2px 5px 20px;
	background: url(../img/left_ca2.gif)  10px center no-repeat;
	color:#000;
	text-decoration:none;
}
li.ca4 a:hover{
	text-decoration: underline;
}

.sline1 { /* サイドバー下ライン */
	display: none;
	padding: 0;
	margin: 0;
	height: 5px;
	background: #FFFFFF;
	/* background: url(../img/sline1.gif) ;*/
}

.sline2 { /* サイドバー下ライン */
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin: 0;
	padding: 0px;
	background:#fff;
}
#rightSide .sidemain1 {
	padding-bottom: 1px;
}
.sidemain1 p {
	padding: 0;
	margin: 0;
	line-height: 130%;
}

.sidemain1 ul { /* リスト設定 */
	margin: 0;
	padding: 0px;
	list-style: none;
} 
/*
.sidemain1 li a {
	zoom: 1;
	display: block;
	list-style: none;
	margin:0;
	padding: 0;
	color:#000;
	text-decoration:none;}

.sidemain1 li a:hover {text-decoration: underline;}
*/

/* カレンダー */
caption { /* 年月タイトル */
	text-align: center;
	padding: 3px;
}

caption a {
	color: #333333;
	text-decoration: underline;
}

caption a:hover {
	color: #666666;
	text-decoration: underline;
}

div.carender { /* カレンダー テーブル*/
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 10px;
}

/* カレンダー センタリング*/
div.carender table {
	margin: 0 auto;
	text-align: center;
	width: 140px;
}
.carender td {
	padding: 2px;
	border-collapse: collapse;
	text-align: right;
	border: 1px solid #4d4d4d;	
}

.carender th {
	padding: 2px;
	border-collapse: collapse;
	border: 1px solid #4d4d4d;	
}

th.day { /* ヘッダ平日 */
	font-weight: normal;
	color: #000;
	background: none;
	text-align: center;
}

th.sun { /* ヘッダ日曜 */
	font-weight: normal;
	color: #CA0065;
	background: none;
	text-align: center;
}

th.sat { /* ヘッダ土曜 */
	font-weight: normal;
	color: #b5b5b5;
	background: none;
	text-align: center;
}
td.other { background:#fff;}
td.existdata { background:#000; color:#fff;}
td.nodata { background:#fff;}


.chert { /* 表示色説明枠  */
	font-size: 10px;
	padding: 0 0 0 15px;
}

.chert td {
	border-collapse: separate;
	padding: 0 0 0 5px;
	border: 1px solid #dedede;
}

.line01{
	border: 1px solid #4A7A2A;
	vertical-align: bottom;
}
#rightSide .line01{
	border: none;
}

#rss{ /* RSS設定 */
	margin: 0;
	padding: 5px;
}

#count{ /* カウンター */
	margin: 0;
	padding: 5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding: 5px;
	margin: 2px 0;
	width: auto;
	/* background: url(../img/blogbox.gif) ;*/
}


.entry_title { /* ブログエントリータイトル h2 */
	min-height: 14px;
	height: auto !important;
	height: 14px;
	margin: 0;
	line-height: 100%;
	vertical-align: middle;
	padding: 5px 0px 5px 10px; font-weight:bold; color:#000;
	background:url(../img/center2_title1.jpg) 0 bottom repeat-x;
}
.entry_title a {
	display: block;
	color: #000;
	text-decoration: none;
}
.entry_title a:hover {
	color: #000;
	text-decoration: underline;
}



.entry_date{
	display: block;
	padding: 10px 0 3px 0;
	color: #444;
	text-align: right;
}

.state{ /* ブログステータス */
	padding: 2px 0;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding: 2px 0;
	margin: 10px 0 10px 0;
	text-align: left;
	font-size: 110%;
	color: #CC6600;
	border-bottom: 3px double #CA0065;
	/* background: url(../img/subtitle.gif) ;*/
}

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%;
	font-weight: 900;
	padding: 3px;
	background: #ddd;
}



/* ナビゲーション （固定）*/
.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);
}

.step_navi03 {
	background-image: url(../img/navi03.gif);
}

.step_navi04 {
	background-image: url(../img/navi04.gif);
}

/* ご利用案内 */
table.layout_left_shoppinguide{
	width: 100%;
}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding: 0px 0px 30px;
	margin: 20px 0 0 0;
	width: auto;
	text-align: center;	
	/*background: url(/USERTHEMEIMG/vol1/bt-kai.rh.shopserve.jp//foot.png)  repeat-x;*/
}

#footer .footnavi { /*フッターメニューテキスト設定*/
	padding: 0px 20px 10px 20px;
	margin:0;
	_background:#000; 
}

.footnavi a{ text-decoration: none; color:#000; }
.footnavi a:hover { text-decoration: underline; color:#000;}

#footer #copyright { /* コピーライト */
	padding: 3px 0 0;
	_padding: 3px 0 20px;
	margin: 0;
	width: auto;
	height: 20px;
	display:block;
	*font-family:"ＭＳ Ｐゴシック", Osaka, monospace;
	*border-top:none;
	text-align: center;
}


/* IE7 Safari Firefox 用 */

/********************************************************************/
td>#footer { 
	padding: 0px 0px 30px;
	margin: 20px 0 0 0;
	/*background: #fff url(../img/footer.gif) 0px bottom repeat-x ;
	*/
}
td>#footer>.footnavi{ 
	height: auto;
	min-height: 10px;
	padding: 0px 20px 10px 20px;
	margin:0;
}
td>#footer>.footnavi a{ text-decoration: none; color:#000;}
td>#footer>.footnavi a:hover { text-decoration: underline;  color:#000;}

#footer>#copyright { 
	height: auto;
	min-height: 20px;
	text-align: center;
	padding:3px 0 0 ;
}


#footer a{ *color: #000; _font-weight:bold; *text-decoration: none;}
#footer a:hover { *color: #000;*text-decoration: underline;}

#footer #copyright a{ _color: #000; _font-weight:bold; *text-decoration: none;}
#footer #copyright a:hover { *color: #000;*text-decoration: underline;}

/* お客様の声（コメント）投稿画面用 */
div.comment_box table { /*テーブル枠線の表示形式*/
	border-collapse:collapse;
}

div.comment_box td { /*テーブル枠線の指定*/
	border:1px solid #999;
}

div.comment_box td.backcolor1 { /*項目名欄*/
/*	background:#333;color:#fff; */
}

div.comment_box td.backcolor2 { /*入力欄*/
/*	background:#fff;color:#333; */
}

div.comment_box div.item_name a { /*ご購入商品名*/
/*	color:#00c; */
}

div.comment_box div.item_name a:hover { /*ご購入商品名マウスオーバー*/
/*	color:#c00; */
}

div.comment_box div.write_comment input { /*コメントを書くボタン*/
/*	color:#333;*/
}

div.comment_box div.write_comment a { /*コメントを書く*/
/*	color:#00c; */
}

div.comment_box div.write_comment a:hover { /*コメントを書くマウスオーバー*/
/*	color:#c00; */
}

div.comment_box div.mainFrame { /*まだコメントはありません*/
/*	background:#333;color:#fff; */
}

div.comment_box td.backcolor2 td { /*会員IDとパスワード*/
/*	color:#333; */
}

/********************************************************************/
/*** 商品詳細ページの在庫の直接表示用 ***/
#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:30%;
	vertical-align:middle;
	text-align:center;
}

/*** 商品詳細ページの在庫の直接表示用 ***/
#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; 
}



/*枠線ありテーブル　20140202*/ 
.table3 {
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #6B4834 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
text-align: left;
font-size:13px;
}

.table3 th {
border: 1px #6B4834 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
text-align: center;
}

.table3 td {
border: 1px #6B4834 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

/*************
/* ヘッダー
*************/
#hedback {
position: relative;
clear:both;
background: #fff;
z-index:99;
}

#header{
margin: 0 auto 20px;
width: 1030px;
position: relative;
border-bottom: 1px solid #121313;
height: 135px;
}

#header h1{
color: #6a4733;
top: 13px;
position: absolute;
font-size: 13px;
letter-spacing: 0.2em;
}

#header h2{
top: 50px;
left: 20px;
position: absolute;
}

#header h3{
top: 13px;
right:3px;
font-size:15px;
position: absolute;
color: #2f3030;
}

#header .cart{
top: 48px;
right:3px;
font-size:12px;
position: absolute;
}

#header #top {
height: 98px;
position: relative;
}

#header #gnavi{
top: 89px;
right:3px;
position: absolute;
}

#header #gnavi li {
z-index: 999;
list-style:none;
}

#header #gnavi li {
float: left;
position: relative;
padding-left: 40px;
text-align:right;
font-size: 13px;
}

#header #gnavi li a {
display: block;
height: 42px;
background-repeat: no-repeat;
background-position: 50% 0;
color: #4f4f4f;
text-decoration: none;
}
#header #gnavi li a.active, #header #gnavi li a:hover {
text-decoration: underline;
color: #4f4f4f;
}

table.auto{
width:165px;
}

/*************
/* フッター
*************/

	
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 15px;
	z-index: 9999;
}

#page-top a {
	color: #633101;
	display: block;
padding: 5px ;
text-decoration: underline;

}

#page-top a:hover {
	text-decoration: none;
	background: #633101;
color: #fff;
	padding: 5px ;
	text-align: center;
	display: block;
	border-radius: 5px;
	text-shadow: none;
}	

	
#footer{
	position:relative;
	z-index: 998;
}

#footcontent{
width:1030px;
padding:10px 0 0 0;
margin:0px auto 0;
display:block;
overflow:hidden;
text-align:left;
color:#2e1500;
}

#footcontent h2 img{
display: block;
margin:60px auto 10px;
}

#footcontent h3{
font-size:16px;
margin:0 16px;
}

#footcontent p{
margin-left:20px;
margin-top: 13px;
}

/*
#footcontent ul{
margin-left: 40px;
}
*/

#footcontent ul li{
list-style: disc;
}

#footcontent a{
text-decoration: underline;
color: #2e1500;
}

#footcontent a:hover{
text-decoration: underline;
color: #B3011A;
}

hr.hr1{
border:2px solid #dbdbdc;
}

hr.hr2{
border:1px solid #dbdbdc;
margin-bottom: 10px;
}

.footleft{
float:left;
width:500px;
margin:33px 0px;
}

.footleft ul{
margin-bottom: 40px;
}

.footright{
float:right;
width:500px;
margin:33px 0px;
}

.footleft2{
float:left;
width:350px;
margin:5px 0px;
}

.footright2{
float:right;
width:650px;
margin:20px 0px;
}

ul.footlink{
margin-left: 0px !important;
}

ul.footlink li{
list-style: none !important;
float: left;
margin-left: 0px;
margin-right:80px;
margin-bottom: 10px;
}

ul.footlink li.lastli{
margin-right:30px;
}

ul.footlink li a{
text-decoration: none !important;
}


.copy{
	text-align:center;
	color:#401e00;
	font-size:12px;
	text-shadow: none;
margin-top:20px;
padding-bottom:1px;
font-style:oblique;
}

.clear{
clear:both;
}

.mrg20{
margin-top: 20px;
}

.mrg50{
margin-top: 50px;
}

/*************
/* サイドコンテンツ
*************/
#subcontent{
width: 250px;
padding-top:5px;
float: left;
}

.sidebanner{
margin-bottom:10px;
}

.sidemenu{
width:250px;
}

.sideDot{
padding:10px 0;
background: url(https://www.brindle-k.com/images/sideLineDot.png) no-repeat center;
background-size: 250px;
}

.menubox{
display: block;
}

.clearul{
clear:both;
height:1px;
}


.menuimg{
float: left;
width: 115px;
}

.menuimg2{
float: left;
width: 106px;
}

.menuimg3{
float: left;
width: 106px;
}

.menuimg img, .menuimg2 img{
display: block;
margin: 0 auto;
}

.menuimg3 img{
display: block;
margin: 25px auto 0;
}

.menulist{
margin-top: 8px;
margin-left: 8px;
float: left;
}

.menulist2{
margin-top: 20px;
margin-left: 8px;
float: left;
text-align: right;
}

.menulist3{
margin-top: 5px;
margin-left: 3px;
float: left;
text-align: right;
}

.menutitle{
padding-left: 0px;
}

.menutext a{
padding-left: 25px;
color:#484848;
text-decoration:none;
}

.menutext a:hover{
color:#B3011A;
}

.caltitle{
font-size: 14px;
text-align: center;
font-weight: bold;
}

.sidecal { /* メイン枠 */
	margin: 5px 0 0 0;
	padding: 5 0 0 0px;
	background:#fff;
}
#rightSide .sidecal {
	padding-bottom: 1px;
}
.sidecal p {
	padding: 10px 0 0 10px;
	margin: 0;
	line-height: 130%;
}

.sidecal ul { /* リスト設定 */
	margin: 0;
	padding: 0px;
	list-style: none;
} 

.sidecal li a {
	zoom: 1;
	display: block;
	list-style: none;
	margin:0;
	padding: 5px 2px 5px 20px;
	background: url(../img/left_ca2.gif)  10px center no-repeat;
	color:#000;
	text-decoration:none;}

.sidecal li a:hover {text-decoration: underline;}

/* カレンダー */
caption { /* 年月タイトル */
	text-align: center;
	padding: 3px;
}

caption a {
	color: #333333;
	text-decoration: underline;
}

caption a:hover {
	color: #666666;
	text-decoration: underline;
}

div.carender { /* カレンダー テーブル*/
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 13px;
}

/* カレンダー センタリング*/
div.carender table {
	margin: 0 auto;
	text-align: center;
	width: 240px;
}
.carender td {
	padding: 1px;
	border-collapse: collapse;
}

.carender th {
	padding: 2px;
	border-collapse: collapse;
	font-weight: normal;
}

th.sun { /* ヘッダ休日 */
	font-weight: normal;
	color: #e60012;
	text-align: center;
}

td.sun { /* 休日 */
	font-weight: normal;
	color: #e60012;
	text-align: center;
	background-color: #afbb9a;
}

.cal_txt span{
font-size: 18px;
}

.cal_txt span.dayoff{
color: #afbb9a;
}

.header_area img{
display:block;
margin:0 auto;
}

.footer_area img{
display:block;
margin:0 auto;
}


.clear{
clear:both;
}

ul.fivepoints li{
float: left;
margin-right: 6px;
list-style: none;
}

ul.fivepoints li:last-child{
float: left;
margin-right: 0;
}

.bbpointsbox{
position:relative;
}

.topimg{
margin:21px auto;
display: block;
}

.bbfriends{
position: absolute;
top:650px;
right:32px;
}

.bbfriends45{
position: absolute;
top:750px;
right:10px;
}

.instagrambrindle{
position: absolute;
top:838px;
right:90px;
}

.textpink{
color:#e4007f;
}

.textbrown{
color:#421400;
}

.font14 {
    font-size: 14px;
}

.font16{
font-size: 16px;
}

.font24{
font-size: 24px;
}

.fontunder
{
text-decoration: underline;
}


/*************
/* brindleのお友だち
*************/
table.bbfriendsmenu{
	margin: 20px 0 !important;
}

table.bbfriendsmenu td{
       padding-top:15px !important;

}

table.bbfriendstable{
	margin: 30px 0;
	font-size: 13px;
}

.bbfriendstable tr.bbfriendspic td{
	width: 370px;
	text-align: center;
}

.bbfriendssize{
	padding: 0 0 35px 30px;
}

.bbfriendssize p{
	padding-top: 8px;
	
}
