@charset "utf-8";

/*************************************
 * Block
 *************************************/
/*
* メインカラム用 1カラム時 [one_maincolumn]
* メインカラム用 2カラム時 [two_maincolumn_left] [two_maincolumn_right]
* メインカラム用 3カラム時 [three_maincolumn]
* サイドカラム用           [side_column]
* 商品詳細のオススメ商品   [whobought_area]
*/


/*************************************
 * Common style
 *************************************/
#container .block_body {
    background-color: #fff;
}
.side_column {
    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .block_outer {

}
.side_column .block_body,
.main_column .block_body {
    border: solid 1px #ccc;
    border-top: none;
}
.side_column .block_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .block_outer {
    margin-bottom: 20px;
}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
    font-size: 14px;
}
#category_area h2 {
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom;
    padding: 5px 0 8px 10px;
    font-size: 14px;
}


/*************************************
 * ヘッダー上、フッター下のブロックエリア
 *************************************/
div#topcolumn {
    margin: 0px;
	padding: 0;
    clear: both;
}
div#bottomcolumn {
    margin: 0px;
    clear: both;
}




/*************************************
 * Categories
 *************************************/
#TopPage .category-section {
	margin: 0 0 36px 0;
}
#TopPage .category-section:after,
#TopPage .category-section ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
#TopPage .category-section h2 {
	padding: 0 4px 3px 4px;
	background: url("../images/heading/top-h2-categories.png") no-repeat center 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 85px;
	height: 20px;
	border-bottom: #231815 3px solid;
}
#TopPage .category-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Helvetica", "Arial", sans-serif !important;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}
#TopPage .category-section .level1 ul {
	border: none;
}
#TopPage .category-section li {
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
}
#TopPage .category-section li a {
	padding: 20px 10px;
	display: block;
}
#TopPage .category-section li.level2,
#TopPage .category-section li.level3 {
	display: none;
}
#TopPage .category-section li .count {
	padding: 0 0 0 5px;
	font-size: .8em;
	color: #888;
}

/*************************************
 * Brand list
 *************************************/
#TopPage .brands-list-section {
	margin: 0 0 36px 0;
}
#TopPage .brands-list-section h2 {
	padding: 0 4px 5px 4px;
	background: url("../images/heading/top-h2-brands.png") no-repeat center 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 57px;
	height: 16px;
	border-bottom: #231815 3px solid;
}
#TopPage .brands-list-section ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	position: relative;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}
#TopPage .brands-list-section li {
	float: left;
	position: relative;
	height: 40px;
}
#TopPage .brands-list-section li a {
	padding: 0 11px;
	display: block;
	width: auto;
	height: 40px;
	position: relative;
}
#TopPage .brands-list-section:after,
#TopPage .brands-list-section ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}

/*************************************
 * News TopPage
 *************************************/
.information-section {
	margin: 35px 0;
	padding: 0 20px;
	position: relative;
}
.information-section h2 {
	padding: 0 4px 5px 4px;
	background: url("../images/heading/top-h2-news.png") no-repeat center 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 46px;
	height: 15px;
	border-bottom: #231815 3px solid;
}
.information-section .rss {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#TopPage .information-section .news-list .title {
	width: 860px;
}

#category_area ul:after,
.information-section:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}


/*************************************
 * Cart
 *************************************/
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
    padding: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #f7f7e6;
    text-align: center;
}


/*************************************
 * Nav - Category
 *************************************/
.nav-category {
	margin: 0 0 27px 0;
	padding: 0;
	position: relative;
	background: #fff;
	font-family: "Helvetica", "Arial", sans-serif !important;
	letter-spacing: 0;
	clear: both;
}
#TopPage .nav-category {
	margin: 0;
}
.nav-category .title {
	display: none;
}
.nav-category-wrap {
	margin: 0 auto;
	padding: 12px 0;
	width: 1000px;
	border-bottom: #ececec 1px solid;
}
.nav-category-wrap:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
#category_area ul {
	margin: 0;
	padding: 0 3px;
	float: left;
	list-style: none;
	width: 810px;
}
#category_area li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.search-section{
	margin: 0;
	padding: 0;
	float: right;
	width: 170px;
}
#category_area li.level1 {
]}
#category_area li.level1 > ul {
	padding: 0 0 10px 14px;
}
#category_area li a {
	padding: 10px 7px;
	display: block;
	color: #000;
}
#category_area li.level2 a {
	padding: 1px;
}
#category_area li .count {
	padding: 0 0 0 4px;
	font-size: .86em;
	color: #999;
	display: none;
}

#TopPage .nav-category {
}
#TopPage .nav-category .title {
	background: none;
	border: none;
	text-indent: 0;
	width: auto;
	height: auto;
}


/*************************************
 * Nav local
 *************************************/
.nav-local {
	margin: 0 0 27px 0;
	padding: 0;
	position: relative;
	border-bottom: #231815 1px solid;
	font-family: "Helvetica", "Arial", sans-serif !important;
	letter-spacing: 0;
	clear: both;
}
.nav-local .title {
	margin: 0;
	padding: 15px 0;
	font-size: .96em;
	font-weight: bold;
	color: #000;
	border-top: #231815 3px solid;
}
.nav-local ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-local li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #e5e5e5;
}
.nav-local a {
	padding: 7px 4px;
	display: block;
	color: #000;
}


/*************************************
 * Nav Brands
 *************************************/
.nav-brands .title {
	margin: 0;
	padding: 18px 0;
	background: url("../images/nav/local-nav-brands.png") no-repeat 0 center;
	width: 210px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}


/*************************************
 * Guide section
 *************************************/
#guide_area {
	margin: 5px 0 60px 0;
	border: none;
}
#guide_area h2{
	margin-bottom: 10px;
	padding: 10px 0 40px;
	border-bottom: #e8380d 1px solid;
}
#guide_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#guide_area li {
	margin: 0;
	border-bottom: #ececec 1px dotted;
}
#guide_area li a{
	padding: 10px 0 10px 10px;
	display: block;
}
#guide_area li a:hover{
	box-shadow: 0 0 0 4px #e8380d inset;
	text-decoration: none;
}
/*************************************
 * Login （サイド）
 * ヘッダー用は bloc_alpha.css
 *************************************/
#container div#login_area .block_body {
	padding: 10px;
}
#container div#login_area .block_body p {
	margin-bottom: 5px;
}
#container div#login_area .block_body .btn {
	text-align: center;
}
#container .login_area{
	margin: 0 0 50px;
}
#container .login_area dl.formlist {
	margin: 0 auto 8px auto;
	width: 600px;
}
#container .login_area dl.formlist dt {
	margin-bottom: 3px;
	padding-left: 15px;
	color: #333;
	background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
	width: 90px;
	float: left;
	font-size: 90%;
}
#container .login_area dl.formlist dd {
	margin: 0 0 2px 10px;
	float: left;
	width: 300px;
	text-align: left;
}
#container div#login_area .block_body .mini {
	margin-top: 5px;
	letter-spacing: -0.01em;
}


/*************************************
 * Search
 *************************************/
div#search_area .block_body {
	padding: 10px;
}
div#search_area .block_body .btn {
	text-align: center;
}


/*************************************
 * Calendar
 *************************************/
#calender_area {
	background-color: transparent;
	border: none;
}
#calender_area .block_body {
	padding: 10px 0;
	background-color: #f1f9fc;
}
#calender_area table {
	background: #fff;
	border: none;
	width: 150px;
	margin: 0 auto 5px;
	font-size: 90%;
}
#calender_area table td {
	padding: 1px 3px;
	border-top: 1px solid #ccc;
	border-right: none;
	text-align: center;
}
#calender_area th {
	padding: 1px 3px;
	background: #fff;
	border: none;
	text-align: center;
}
#calender_area table .month {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
	font-size: 120%;
}
#calender_area .off {
	color: #f00;
}
#calender_area .today {
	background-color: #FFF99D;
	font-weight: bold;
}
#calender_area .information {
	margin-left: 10px;
	font-size: 90%;
}


/*************************************
 * Reccomend おすすめ商品
 *************************************/
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */

.product-list {
	margin: 0 auto;
	width: 997px;
	position: relative;
}
.product-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ececec;
}
.product-list:after,
.product-list ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
.product-list li {
	margin: -1px 0 0 0px;
	padding: 0;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-collapse: collapse;
	float: left;
	width: 247px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.product-list a.btn-product {
	padding: 10px;
	display: block;
	height: auto;
	min-height: 240px;
	overflow: hidden;
	position: relative;
}
.product-list a.btn-product:hover {
	background: none;
	text-decoration: none;
	box-shadow: 0 0 0 5px #E8380D inset;
	-webkit-box-shadow: 0 0 0 5px #E8380D inset;
	-moz-box-shadow: 0 0 0 5px #E8380D inset;
}
.item-list-section .product-list a.btn-product,
#whobought_area .product-list a.btn-product {
	height: 200px;
}


/* サイドカラム用 */
.side_column .item-list-section .product_item {
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
.main_column .item-list-section .block_body .productImage,
#whobought_area .product_item .productImage {
	margin: 10px 0;
	width: 220px;
	overflow: hidden;
	text-align: center;
}
/* サイドカラム用 */
.side_column .item-list-section .block_body .productImage {
}


/* 左右の振り分け
----------------------------------------------- */
.main_column .item-list-section .product_item,
#whobought_area .product_item {
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn .item-list-section .block_body .productContents {
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right .item-list-section .block_body .productContents,
#two_maincolumn_left .item-list-section .block_body .productContents,
#two_maincolumn_right #whobought_area .productContents,
#two_maincolumn_left #whobought_area .productContents {
}

/* メインカラム用 3カラム時*/
#three_maincolumn .item-list-section .block_body .productContents,
#three_maincolumn #whobought_area .productContents {
}

/* サイドカラム用 */
.side_column .item-list-section .block_body .productContents {
}
