@charset "UTF-8";
/*-----------------------------------------
ECCUBE メイン CSS
更新日：2010年7月25日
-------------------------------------------
目次：
・メイン画像
・トップページ
・メイン共通
・商品一覧メイン
・商品詳細メイン
・サイドバー
------------------------------------------*/

/* メイン画像 */
#shop-image01 {
	margin-bottom: 10px;
}

/* h2 */
.shop-main-h2 {
    clear: both;
}

/*-------------------------------------
　　　・トップページ
-------------------------------------*/
/* 新着情報 */
.newsarea {
	font-size: 1em;
	line-height: 1.8em;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

.newsarea-inner {
	height: 150px;
	overflow: auto;
}

/* ---------------------------
　TOPオススメ商品・新入荷商品
----------------------------- */
/* 大枠 */
.recommendarea {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	padding-top: 15px;
	clear: both;
}

.recommendarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .recommendarea {
    height: 1em;
    overflow: visible;
}

/* 一列枠 */
.recommendblock {
	padding-bottom: 5px;
	clear: both;
	background-image: url(/images/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.recommendblock:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .recommendblock {
    height: 1em;
    overflow: visible;
}

/* 左1 */
.recommend-01 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

/* 左2 */
.recommend-02 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

/* 左3 */
.recommend-03 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

/* 左4 */
.recommend-04 {
	float: left;
	width: 150px;
}

/* 商品写真 */
.recommend-photo {
	text-align: center;
}

.recommend-photo img {

}

/* 商品タイトル */
.rec-h3 a {
	font-size: 1em!important;
	font-size: 0.8em;
	line-height: 1.8em;
}

/* テキスト枠 */
.rec-text-wrap {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/* 商品下テキスト */
.rec-text-wrap p {
	font-size: 1em;
}

.rec-text-wrap .mini {
}

.rec-text-wrap .price {
	line-height: 1em;
}

/*-------------------------------------
　　　・メインコンテンツ
-------------------------------------*/

/*-------------------------------------
　　　・商品一覧メイン
-------------------------------------*/
.list-main {
}

/* h2以下枠 */
.list-main-inner {
}

/* 商品表示大枠 */
.listarea {
	padding-top: 15px;
}

/* 横1列 */
.listblock {
	margin-bottom: 10px;
	clear: both;
	margin-left: 25px;
	background-image: url(/images/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.listblock:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .listblock {
    height: 1em;
    overflow: visible;
}

/* 検索結果 */
.pagecondarea {
	font-size: 1.2em;
    height: 1.5em;
	margin:0px 30px 0px 30px;
}

.pagecondarea li {
	margin-right:20px;
	display: inline;
}

.search-zero {
	font-size: 2em;
}

/* ページナビ */
.list-page-navi {
	background-color: #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1em;
	clear: both;
}

.list-page-navi li {
	display: inline;
	list-style-type: none;
	color: #333333;
}

.list-page-navi li a {
	color: #333333;
}

.list-page-navi .left {
	padding-right: 10px;
}

.list-page-navi .center {
	text-align: center;
}

.list-page-navi .right {
	text-align: right;
	padding-right: 25px;
	padding-left: 10px;
}

/* 左1 */
.list-01 {
	float: left;
	width: 110px;
	padding-right: 20px;
}

/* 左2 */
.list-02 {
	float: left;
	width: 110px;
	padding-right: 20px;
}

/* 左3 */
.list-03 {
	float: left;
	width: 110px;
	padding-right: 20px;
}

/* 左4 */
.list-04 {
	float: left;
	width: 110px;
	padding-right: 20px;
}

/* 左5 */
.list-05 {
	float: left;
	width: 110px;
}

/* 商品写真 */
.list-photo {
	text-align: center;
}

.list-photo img {

}

/* 商品タイトル */
.list-h3 a {
	font-size: 1em!important;
	font-size: 0.8em;
	line-height: 1.8em;
}

/* テキスト枠 */
.list-text-wrap {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 0.9em;
}

/* アイコン */
.status-icon {
	margin-top: 5px;
	text-align: center;
}

.status-icon li {
	margin-bottom: 3px;
}


/* 商品下テキスト */
.list-text-wrap p {
	font-size: 1.2em;
}
.listarea .mini {
}

.listarea .price {
	line-height: 1.1em;
}

/* ボタン */
.listarea .btn {
	text-align: center;
	margin-top: 5px;
}

/*-------------------------------------
　　　・詳細表示メイン
-------------------------------------*/
/* 大枠 */
.detail-main {
}

/* h2以下枠 */
.detail-main-inner {
}

/* メイン枠（関連商品除く） */
.detail-area {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.detail-area:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .detail-area {
    height: 1em;
    overflow: visible;
}

/* ---左カラム（画像）--- */
#detail-photoblock {
}

.detail-photo {
	float: left;
	width: 390px;
}

.sub-area-wrap {
	float: left;
}

.sub-area {
	float: left;
	width: 110px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

.sub-photo {

}

/* ---右カラム（説明文）--- */
#detail-rightblock {
	font-size: 1.2em;
	line-height: 1.8em;
	clear: both;
}

.detail-photo-sub {
}

/* アイコン */
.detail-icon {
	margin-bottom: 10px;
}

.detail-icon li {
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* コメント */
.detail-comment {
	margin-bottom: 10px;
}

/* 商品コード */
.detail-code {
}

/* 価格 */
.detail-price {
}

.detail-price .price03 {
	font-size: 1.4em;
}

/* ポイント */
.detail-point .point {
	color: #FF0000;
}

/* カテゴリー */
.detail-cat {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 購入ボタン */
.detail-btn {
	margin-top: 5px;
}

/* お問合せ */
.detail-mail {
	margin-top: 15px;
}

/* ---関連商品--- */
#detail-main-h2 {
	margin: 0px;
	clear: both;
}

/* 関連商品 大枠 */
.detail-recommendarea {
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

.detail-recommendarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .detail-recommendarea {
    height: 1em;
    overflow: visible;
}

/* 関連商品 一列枠 */
.detail-recommendblock {
	padding-bottom: 5px;
	clear: both;
	background-image: url(/images/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.detail-recommendblock:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .detail-recommendblock {
    height: 1em;
    overflow: visible;
}

/* サイズ表テーブル */
.tb-size {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.tb-size th {
	line-height:1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-weight: normal;
}

.tb-size td {
	line-height:1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

/*-------------------------------------
　　　・サイドバー
-------------------------------------*/
/* サイドナビ共通 */
.shop-navi01 {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* 共通ボタン */
.shop-navi01 .btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* -------------
　　カテゴリー
--------------- */
#categoryarea {
}

.shop-nav01 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* 親 */
.level1 a {
	display: block;
	padding-left: 20px;
	padding-bottom: 10px!important;
	padding-bottom: 5px;
	background-image: url(/images/icon01.jpg);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	height: 15px!important;
	height: 25px;
}

/* 子 */
.level2 a {
	display: block;
	padding-left: 25px;
	padding-bottom: 10px!important;
	padding-bottom: 5px;
	height: 15px!important;
	height: 25px;
}

/* 孫 */
.level3 a {
	display: block;
	padding-left: 30px;
	padding-bottom: 10px!important;
	padding-bottom: 5px;
	height: 15px!important;
	height: 25px;
}

/* -------------
　　買い物カゴ
--------------- */
#cartarea {
	font-size: 1em;
	padding-right: 15px;
	padding-left: 15px;
}

.side-item {
	margin-bottom: 5px;
}

.side-price {
	font-weight: bold;
	font-size: 1em;
}

/* -------------
　　ログイン
--------------- */
#loginarea {
	padding-left: 5px;
}

#login {
	margin-bottom: 5px;
}

/* -------------
　　リンク
--------------- */
#guidearea li a {
	display: block;
	padding-left: 20px;
	padding-bottom: 10px!important;
	padding-bottom: 5px;
	background-image: url(/images/icon01.jpg);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	height: 15px!important;
	height: 25px;
}

/* -------------
　　検索
--------------- */
#searcharea {
	padding-right: 15px;
	padding-left: 15px;
}

.search-img {
	margin-bottom: 5px;
}

#search-box01 {
	margin-bottom: 10px;
}

/* -------------
　　カレンダー
--------------- */
#block-calendar {
	margin-top: 15px;
}

#block-calendar table {
	border-collapse: collapse;
	text-align:center;
	width: 220px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#block-calendar caption {
	color: #666666;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
}

#block-calendar th, #block-calendar td {
	border: 1px solid #999999;
	padding: 5px;
}

#block-calendar th {
	color: #FFFFFF;
	background-color: #666666;
}

#block-calendar td {
}

#block-calendar .off {
	color: #FFFFFF;
	background-color: #FF0000;
}

.calendar-text {
	text-align: center;
	margin-bottom: 10px;
}
