/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
@charset "UTF-8";

body {
 font-family: Verdana "ＭＳ ゴシック", Osaka,"ヒラギノ角ゴ Pro W3";
 font-size: 12px;
 line-height:170%;
 background-color:#FFFFFF;
 color:#464646;
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 width: 770px;
	}
.xxxx {
}

img {
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style-type: none;
	}

.bold {
	font-weight:bolder;
	}

.cell_mar {
	margin: 0px 5px 0px 5px;
	}

a:link    { color: #660000;text-decoration: none}
a:visited { color: #660000;text-decoration: none}
a:active  { color: #660000;text-decoration: none}
a:hover   { color: #FFCC00;text-decoration: none}




/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

/*（2012.1追加）*/
#header_base {
 margin: 15px auto;
 height: auto;
 width: 770px;
 overflow: hidden;
	}

#header_base h1 {
 margin-top: 10px;
 margin-bottom: 14px;
 height: 99px;
 width: 770px;
 overflow: hidden;
	}

#header_base h2 {
 float: left;
 margin: 0;
 width: 160px;
 height: 42px;
 overflow: hidden;
	}

#header_base ul {
 float: left;
 margin: 14px 0 0 0;
 width: 610px;
 height: 42px;
 list-style: none;
 font-size: 10px;
 display: inline;
 overflow: hidden;
	}

#header_base li {
 float: left;
 padding: 0 15px;
 height: 12px;
 border-left: 1px solid #FF0000;
 line-height: 10px;
 overflow: hidden;
	}

#header_base li.right {
 float: left;
 padding: 0 12px;
 height: 12px;
 border-right: 1px solid #FF0000;
 border-left: 1px solid #FF0000;
 line-height: 10px;
 overflow: hidden;
	}

#header_base li a {
 color: #000000;
	}

#header_base li a:hover {
 color: #666666;
	}

#header_base p {
 clear: both;
 margin: 0;
 font-family: "Times New Roman", Times, serif ;
 color: #666666;
 text-align: left;
 letter-spacing: 4px;
 overflow: hidden;
	}
/* ここまで（2012.1追加）*/


/*（2011.12追加）*/
#header {
 margin: 15px auto;
 height: auto;
 width: 770px;
 overflow: hidden;
	}

#header h1 {
 margin-top: 0px;
 margin-bottom: 14px;
 height: 192px;
 width: 770px;
 overflow: hidden;
	}

#header h2 {
 float: left;
 margin: 0;
 width: 160px;
 height: 42px;
 overflow: hidden;
	}
	
#header ul {
 float: left;
 margin: 14px 0 0 0;
 width: 610px;
 height: 42px;
 list-style: none;
 font-size: 10px;
 display: inline;
 
	}

#header li {
 float: left;
 padding: 0 15px;
 height: 12px;
 border-left: 1px solid #FF0000;
 line-height: 10px;
 overflow: hidden;
	}

#header li.right {
 float: left;
 padding: 0 12px;
 height: 12px;
 border-right: 1px solid #FF0000;
 border-left: 1px solid #FF0000;
 line-height: 10px;
 overflow: hidden;
	}

#header li a {
 color: #000000;
	}

#header li a:hover {
 color: #666666;
	}

#header p {
 clear: both;
 margin: 0;
 font-family: "Times New Roman", Times, serif ;
 color: #666666;
 text-align: left;
 letter-spacing: 4px;
 overflow: hidden;
	}

/* ここまで（2011.12追加）*/


.title {
 width: 770px;
 color: #FFFFFF;
 font-size: 22px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 6px;
 height: auto;
	}

.title a {color: #FFFFFF;}
.title a:link    {color: #FFFFFF;text-decoration: none;}
.title a:visited {color: #FFFFFF;text-decoration: none;}
.title a:active  {color: #FFFFFF;text-decoration: none;}
.title a:hover   {color: #FFFFFF;text-decoration: none;}

/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
 color: #C60008;
 font-size: 10px;
 text-align: right;
 padding-left: 0px;
 padding-right:12px;
	}

.menu_1 a {color: #C60008;}
.menu_1 a:link    {color: #C60008;text-decoration: none;}
.menu_1 a:visited {color: #663333;text-decoration: none;}
.menu_1 a:active  {color: #FF99CC;text-decoration: none;}
.menu_1 a:hover   {color: #FF0033;text-decoration: none;}


/*ショップのキャッチコピー*/
.menu_12 {
	color: #333;
	font-size: 12px;
	text-align: left;
	padding-left: 0px ;
	padding-right:12px;
	}

.menu_12 a {color: #333;}
.menu_12 a:link    {color: #333;text-decoration: none;}
.menu_12 a:visited {color: #333;text-decoration: none;}
.menu_12 a:active  {color: #666;text-decoration: none;}
.menu_12 a:hover   {color: #666;text-decoration: none;}


/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	float: left;/*（2011.12追加）*/
	width:185px;
	color:#464646;
	margin-right: 15px;/*（2011.12追加）*/
	margin-bottom: 15px;
	overflow: hidden;
	}

/*（2011.12追加）*/
.sidemenu_title {
	height: 28px;
	background-color: #C00;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	text-indent: 12px;
	line-height: 28px;
	margin-bottom: 0px;
}

.sidemenu_block {
	width: 183px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
}

.sidemenu_block ul {
	margin: 0 0 12px 12px;
	padding-top: 12px;
}

.sidemenu_block form {
	margin: 0 0 12px 12px;
	padding-top: 12px;
}

.sidemenu_block p {
	margin: 0 0 12px 12px;
	padding-top: 12px;
	line-height: 17px;
}

.sidemenu_block .proviso {
	margin: 0;
	font-size: 10px;
}

/* ---------------------------------------------- 
 *	店舗ご案内カレンダーエリア（2011.12追加）
 * ---------------------------------------------- */
.sidemenu_block iframe {
	margin: 0 0 5px 2px;
	width: 175px;
	height: 340px;
	background-color: #fff;
}

.sidemenu_block .holyday {
	background-color: #FCC;
	padding: 3px;
}

.sidemenu_block .today {
	background-color: #F33;
	color: #FFF;
	padding: 3px;
}
/* ここまで（2011.12追加）*/

.side_title {
	height: 28px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/side_cat_title_bg.gif) no-repeat;
	color: #FFF;
	padding-left:15px;
	}

.side_text {
	border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
	background-color:#FFFFFF;
	padding:12px;
	}

.side_bottom {
	height: 2px;
	background-color:#FFFFFF;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/side_bottom_bg.gif) no-repeat;
	}

/* ------------------------------------- 
 *	バナーエリア（2011.12追加）
 * ------------------------------------- */
.side_banner {
	width: 185px;
	margin: 0;
}

.side_banner ul {
	list-style: none;
	display: inline;
	overflow: hidden;
}

.side_banner li {
	width: 185px;
	height: 78px;
	display: inline;
	overflow: hidden;
}

/* ---------------------------------------------- 
 *	ショッピングカートを見るエリア（2011.12追加）
 * ---------------------------------------------- */
.side_cart {
	width: 185px;
	margin-top: 10px;
}

/* ---------------------------------------------- 
 *	QRコードエリア（2011.12追加）
 * ---------------------------------------------- */
.qr_cord {
	margin-right: 18px;
	margin-left: 17px;
}

/* ------------------------------------- 
 *	商品カテゴリ?ｰエリア背景色
 * ------------------------------------- */
/*（2011.12追加）*/
.side_category {
	width: 183px;
}

.side_category li {
	margin-bottom: 6px;
}

.side_category img {
	margin: 0px 6px 0px 0px;
	vertical-align: middle;
}
/* ここまで（2011.12追加）*/

.side_cat_bg {
	width:185px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/side_cat_bg.gif);
	margin-bottom: 15px;
	}

.side_cat_title {
	height: 28px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/side_cat_title_bg.gif) no-repeat;
	border-bottom:1px #FFF solid;
	color: #FFF;
	padding-left:15px;
	}

.side_cat_text {
	height:29px;
	color: #432A16;
	padding:0px 12px;
	}

.side_cat_bottom {
	height:18px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/side_cat_bottom_bg.gif) no-repeat;
	}

.side_cat_text a {color: #432A16;}
.side_cat_text a:link    {color: #432A16;text-decoration: none;}
.side_cat_text a:visited {color: #432A16;text-decoration: none;}
.side_cat_text a:active  {color: #432A16;text-decoration: none;}
.side_cat_text a:hover   {color: #7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 0px solid #464646;
	border-right: 0px solid #464646;
	margin: 3px 0px 3px 0px;
	padding-left:5px;
	font-size:10px;
	}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	float: left;/*（2011.12追加）*/
	width: 770px;
	height: 79px;
	color: #432A16;
	font-size: 10px;
	text-align: center;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/footer_bg.gif) no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	float: left;/*（2011.12追加）*/
	text-align:left;
	color:#432A16;
	margin-bottom: 20px;
	line-height: 15px;
	display: inline;
	overflow: hidden;

	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width: 570px;
	height: 28px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/main_title_bg.gif) no-repeat;
	color: #C6010A;
	margin-bottom: 15px;
	}



/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/info_bg.gif) repeat-y;
	margin-bottom: 15px;
	}

.info_title {
	height: 28px;
	color: #C6010A;
	}

.info_text {
	color:#464646;
	background: #FFF;
	border-top:#B4BEB4 1px solid;
       border-right:#B4BEB4 1px solid;
	border-left:#B4BEB4 1px solid;
       border-bottom:#B4BEB4 1px solid;
	padding: 20px;
	}

.info_top {
	height:2px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/info_top_bg.gif) no-repeat;
	background-position: top;
	}

.info_text_bottom {
	height: 2px;
	background:#FFF url(http://img03.shop-pro.jp/PA01005/334/etc/info_text_bottom_bg.gif) no-repeat;
	}

.info_bottom {
	height:7px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/info_bottom_bg.gif) no-repeat;
	background-position: bottom;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#464646;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 570px;
	height: 28px;
	color: #330066;
	font-size: 10px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#FF6633;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#FFCC00;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 570px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#26621E;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#568250;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 570px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 20px 0px;
	}


.product_item {
	text-align: center;
	width:175px;
	margin: 0px auto;
	}

.product_item img {
	padding: 4px;
	border-top: 0px #D1D1D1 solid;
	border-right: 0px #989898 solid;
	border-bottom: 0px #989898 solid;
	border-left: 0px #D1D1D1 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px ;
	}

.product_item .price {
	color: #383371;
	}

.product_item .expl {
	color: #999;
	font-size: 10px;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 570px;
	height: 28px;
	background: url(http://img03.shop-pro.jp/PA01005/334/etc/footstamp_bg.gif) no-repeat;
	color: #432A16;
	margin-bottom: 15px;
	}

.footstamp a {color: #432A16;}
.footstamp a:link    {color: #432A16;text-decoration: none;}
.footstamp a:visited {color: #432A16;text-decoration: none;}
.footstamp a:active  {color: #432A16;text-decoration: none;}
.footstamp a:hover   {color: #7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}



/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align: left;
	color:#464646;
	}

#detail .expl {
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 0px;
	border-top: 0px #D1D1D1 solid;
	border-right: 0px #989898 solid;
	border-bottom: 0px #989898 solid;
	border-left: 0px #D1D1D1 solid;
	margin-left: 5px;

	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: 180px;
	padding: 0px;
	border-top: 0px #D1D1D1 solid;
	border-right: 0px #989898 solid;
	border-bottom: 0px #989898 solid;
	border-left: 0px #D1D1D1 solid;
	}

#detail .table {
	width: 200px;
	text-align:left;
	margin-top: 6px;
	}

#detail .table .cell_1 {
	width: 90px;
	height: 28px;
	padding: 0px 0px 0px 5px;
	color: #000;
	border-right: 1px #FFF solid;
	}

#detail .table .cell_2 {
	width: 110px;
	height: 28px;
	color: #432A16;
	}

#detail .table .cell_mar {
	margin: 0px 0px 0px 0px;
	}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border-top: 0px #D1D1D1 solid;
	border-right: 0px #989898 solid;
	border-bottom: 0px #989898 solid;
	border-left: 0px #D1D1D1 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 570px;
	margin-bottom:15px;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}


/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#464646;
	margin-bottom: 15px;
	}


#ShopKeeper th {
	width: 160px;
	height: 28px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}


/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#464646;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	contentsエリア（2011.12追加）
 * ************************************************ */
.contents {
	width: 570px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* ************************************************ 
 *	トップページバナーエリア（2012.1追加）
 * ************************************************ */

.top_banner {
	clear: both;
	width: 550px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.top_banner_2column {
	width: 550px;
	margin-left: 20px;
	}

.top_banner_2column ul {
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

.top_banner_2column li {
	float: left;
	width: 270px;
	margin-right: 10px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	display: inline;
}

.top_banner_2column li.right {
	float: left;
	width: 270px;
	margin: 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

.top_banner_2column li a {
	display: block;
	text-decoration: none;
}

/* ************************************************ 
 *	トップページインフォメーションエリア（2012.1追加）
 * ************************************************ */

.top_info {
	clear: both;
	width: 550px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.top_info ul {
	list-style-type: disc;
	text-align: left;
	display: inline;
	overflow: hidden;
}

.top_info li {
	margin-left: 20px;
	text-align: left;
	list-style-type: disc;
	text-decoration: underline;
}

/* ************************************************ 
 *	トップページfacebookエリア（2012.1追加）
 * ************************************************ */

.top_facebook {
	clear: both;
	width: 550px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.top_facebook iframe {
	margin: 0;
	width: 550px;
	height: 80px;
	background-color: #fff;
}

/* ************************************************ 
 *	トップページfacebook02エリア（2012.1追加）
 * ************************************************ */

.top_facebook02 {
	clear: both;
	width: 550px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: 1px solid #999;
}

.top_facebook02 h3 {
	margin: 5px 0;
	font-size: 14px;
	text-align: left;
}

/* ************************************************ 
 *	トップページコンセプトエリア（2012.1追加）
 * ************************************************ */

.top_concept {
	clear: both;
	width: 550px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.top_concept ul {
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

.top_concept li {
	float: left;
	width: 270px;
	margin-right: 10px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	display: inline;
}

.top_concept li.right {
	float: left;
	width: 270px;
	margin: 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

/* ************************************************ 
 *	トップページ人気商品エリア（2012.1追加）
 * ************************************************ */

.top_popularity {
	clear: both;
	width: 550px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: 1px solid #999;
}

.top_popularity h3 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	text-align: left;
}

.top_popularity h4 {
	margin: 5px 0;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
}

.top_popularity p {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin: 0;
}

.top_popularity ul {
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

.top_popularity li {
	float: left;
	width: 170px;
	margin-right: 20px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	display: inline;
}

.top_popularity li.right {
	float: left;
	width: 170px;
	margin: 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

/* ************************************************ 
 *	トップページおすすめサイトエリア（2012.1追加）
 * ************************************************ */

.top_recommend {
	clear: both;
	width: 550px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: 1px solid #999;
}

.top_recommend h3 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	text-align: left;
}

.top_recommend h4 {
	margin: 0 0 6px 0;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

.top_recommend p {
	margin: 0;
	font-size: 12px;
	line-height: 19px;
}

.top_recommend img {
	float: left;
	margin: 0 12px 0 0;
}

.top_recommend ul {
	margin: 0;
	text-align: left;
	overflow: hidden;
	list-style: none;
}

.top_recommend li {
	width: 550px;
	height: 81px;
	margin: 0 0 10px 0;
	text-align: left;
	overflow: hidden;
}


/* ************************************************ 
 *	商品一覧エリア（2011.12追加）
 * ************************************************ */

#list_box_index_header {
	clear: both;
	width: 550px;
	margin-left: 20px;
	}

#list_box_index_header h2 {
	margin: 10px 0 28px 0;
	padding: 0px;
	/*height: 30px;*/
	font-size: 28px;
	font-weight: normal;
	text-align: left;
}

#list_box_index_2column {
	width: 550px;
	margin-bottom: 40px;
	margin-left: 20px;
	}

#list_box_index_2column h3 {
	float: left;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	margin: 24px 13px;
}

#list_box_index_2column img {
	float: left;
	vertical-align: middle;
}

#list_box_index_2column ul {
	display: block;
	margin-bottom: 20px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

#list_box_index_2column li {
	float: left;
	width: 263px;
	height: 98px;
	margin-right: 20px;
	background: #FFF;
	text-align: left;
	border: 1px solid #999;
	overflow: hidden;
	display: inline;
}

#list_box_index_2column li.right {
	float: left;
	width: 263px;
	height: 98px;
	margin: 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box_index_2column li a {
	display: block;
	text-decoration: none;
}

/* ************************************************ 
 *	カテゴリー一覧（2011.12追加）
 * ************************************************ */

#list_box_header {
	clear: both;
	width: 550px;
	margin-left: 20px;
	}

#list_box_header h2 {
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
	/*height: 30px;*/
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #000;
}

#list_box_header p.read {
	height: auto;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 28px;
}

#list_box {
	width: 550px;
	margin-left: 20px;
	}

#list_box h3 {
	height: auto;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	/*text-align: left;*/
	margin: 4px 3px 0px 3px;
}

#list_box p {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	margin: 0px 3px 4px 3px;
}

#list_box p.price {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #383371;
	}

#list_box ul {
	display: block;
	margin-bottom: 20px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

#list_box li {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 35px;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box li.right {
	float: left;
	width: 160px;
	height: auto;
	margin: 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box li a {
	display: block;
	text-decoration: none;
}

/* ************************************************ 
 *	机の組合せ一覧
 * ************************************************ */

#list_box_muku-desk_header {
	clear: both;
	width: 550px;
	margin-left: 20px;
	}

#list_box_muku-desk_header h2 {
	margin: 10px 0;
	padding: 0px;
	/*height: 30px;*/
	font-size: 28px;
	font-weight: normal;
	text-align: left;
}

#list_box_muku-desk_header h3 {
	clear: both;
	margin: 10px 0;
	padding: 8px 0 0 0;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #000;
	background-color:#eee;
}

#list_box_muku-desk_header p.read {
	height: auto;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 14px;
}

#list_box_muku-desk_2column {
	width: 550px;
	margin-bottom: 40px;
	margin-left: 20px;
	}

#list_box_muku-desk_2column h3 {
	clear: both;
	margin: 10px 0;
	padding: 8px 0 0 0;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	text-indent: 10px;
	border: 1px solid #000;
	background-color:#eee;
}

#list_box_muku-desk_2column h5 {
	height: auto;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	/*text-align: left;*/
	margin: 4px 4px 0px 4px;
}

#list_box_muku-desk_2column p {
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	/*text-align: left;*/
	margin: 0px 8px 4px 8px;
}

#list_box_muku-desk_2column p.price {
	color: #383371;
	}

#list_box_muku-desk_2column ul {
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

#list_box_muku-desk_2column li {
	float: left;
	width: 260px;
	height: 385px;
	margin: 0 30px 10px 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box_muku-desk_2column li.right {
	float: left;
	width: 260px;
	height: 385px;
	margin: 0 0px 10px 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box_muku-desk_2column li a {
	display: block;
	text-decoration: none;
}

#list_box_muku-desk {
	width: 550px;
	margin-left: 20px;
	}

#list_box_muku-desk h4 {
	clear: both;
	margin: 10px 0;
	padding: 8px 0 0 0;
	height: 30px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#list_box_muku-desk h5 {
	height: auto;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	/*text-align: left;*/
	margin: 4px 4px 0px 4px;
}

#list_box_muku-desk p {
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	/*text-align: left;*/
	margin: 0px 8px 4px 8px;
}

#list_box_muku-desk p.price {
	color: #383371;
	}

#list_box_muku-desk ul {
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
	overflow: hidden;
}

#list_box_muku-desk li {
	float: left;
	width: 130px;
	height: 215px;
	margin: 0 10px 10px 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box_muku-desk li.right {
	float: left;
	width: 130px;
	height: 215px;
	margin: 0 0px 10px 0;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	display: inline;
}

#list_box_muku-desk li a {
	display: block;
	text-decoration: none;
}
