@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
 */


/* ==============================================
ブロック共通
/* ============================================= */
/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#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;
}

/* タイトルの背景 オレンジ */
#recommend_area h2,
#news_area h2 {
    padding: 5px 0 8px 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: url('../img/background/bg_btn_bloc_02.jpg') repeat-x left bottom #fef3d8;
}


/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin: 0px;
    clear: both;
}
div#bottomcolumn {
    margin: 0px;
    clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area .block_body {
    padding: 10px;
}
#news_area .news_contents {
    padding-right: 10px;
    max-height: 260px;
    height: auto !important;
    height: 260px;
    overflow: auto;
    overflow-y: scroll;
}

#news_area dl.newslist {
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#news_area dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#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;
}


/* ===============================================
▼カテゴリ
=============================================== */
#category_area .block_body {
    background-color: #fffaf0;
}

#category_area li {
    padding-left: 5px;
}
#category_area li.level1 {
    border-bottom: solid 1px #ccc;
}
#category_area li.level1 p {
    padding-left: 20px;
    margin: 7px 3px;
}
#category_area li.level1 p {
    background: url("../img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
#category_area li a {
    display: block;
    padding: 0;
}
a.onlink:link {
    color: #000;
    text-decoration: none;
}
a.onlink:visited {
    color: #000;
}
a.onlink:hover {
    color: #000;
    text-decoration: underline;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    margin-top: 1em;
    border: none;
}
#guide_area li {
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用は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 dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#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-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#search_area .block_body {
    padding: 10px;
}
div#search_area .block_body .btn {
    text-align: center;
}

/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .block_body,
#whobought_area .product_item {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
.main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}
/* サイドカラム用 */
.side_column #recommend_area .block_body .productImage {
    float: none;
    text-align: center;
    width: auto;
}


/* 左右の振り分け
----------------------------------------------- */
.main_column #recommend_area .product_item,
#whobought_area .product_item {
    float: left;
    width: 47.5%;
    padding-left: 1%;
    padding-right: 1%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recommend_area .block_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recommend_area .block_body .productContents,
#two_maincolumn_left #recommend_area .block_body .productContents,
#two_maincolumn_right #whobought_area .productContents,
#two_maincolumn_left #whobought_area .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recommend_area .block_body .productContents,
#three_maincolumn #whobought_area .productContents {
    float: right;
    width: 67%;
}

/* サイドカラム用 */
.side_column #recommend_area .block_body .productContents {
    clear: both;
}

/* top_main
----------------------------------------------- */
#top_main {
	position: relative;
}

	#top_main .frame {
		position: relative;
		width: 960px;
		height: 345px;
		overflow: hidden;
	}

		#top_main .move {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
		}

			#top_main .move li {
				float: left;
				width: 960px;
				height: 100%;
			}

	#top_main .thumb {
		padding: 10px 10px 0 0;
		text-align: right;
	}

		#top_main .thumb a {
			display: inline-block;
			*display: inline;
			margin-left: 6px;
			width: 10px;
			height: 10px;
			background: #ccc;
			border-radius: 60px;
			-webkit-border-radius: 60px;
			-moz-border-radius: 60px;
			-ms-border-radius: 60px;
			-o-border-radius: 60px;
			*zoom: 1;
		}
		#top_main .thumb a.on,
		#top_main .thumb a:hover { background: #666; text-decoration: none; }

/* item_list
----------------------------------------------- */
.item_list {
	margin-left: -23px;
}

	.item_list li {
		float: left;
		padding: 0 0 23px 23px;
		width: 185px;
		text-align: center;
	}

		.item_list li .photo {}
		.item_list li .icon { margin-top: 5px; text-align: center; }
			.item_list li .icon img { padding: 0 3px; }
		.item_list li .comment { margin-top: 5px; }
		.item_list li .price { margin-top: 5px; color: #c5a76c; }

/* info_block
----------------------------------------------- */
#info_block {
	margin: 20px 0;
	padding-top: 20px;
	border-top: dotted #B2B2B2 1px;
}

	#info_block dl {
		margin-top: 10px;
		padding-right: 30px;
		height: 190px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

		#info_block dl dt {
		}

			#info_block dl dt strong {
				float: left;
				display: block;
				width: 10em;
			}

			#info_block dl dt span {
				display: block;
				padding-left: 10em;
				word-break: break-all;
			}

		#info_block dl dd {
			margin: .5em 0 1em;
		}

/* aside
----------------------------------------------- */
.aside {
	margin-bottom: 20px;
}

	.aside h3 {
		padding: .2em .4em;
		background: #333;
		font-size: 100%;
		font-weight: bold;
		color: #fff;
	}
		.aside h3 a,
		.aside h3 a:hover { display: block; color: #fff; }

/* side_banner
----------------------------------------------- */
.side_banner {
	margin-bottom: 20px;
}

	.side_banner li {
		margin-bottom: 10px;
	}

	.side_banner .double {
		margin-left: -6px;
	}

		.side_banner .double a {
			float: left;
			padding-left: 6px;
		}

/* side_login
----------------------------------------------- */
#side_login {
}

	#side_login dl {
		margin-top: 10px;
		font-size: 90%;
	}

		#side_login dl dt {
		}

		#side_login dl dd {
			margin-bottom: 5px;
		}

			#side_login dl dd input {
				padding: 2px;
				width: 120px;
				height: 16px;
			}

	#side_login .memory {
		font-size: 90%;
	}

	#side_login .forget {
		margin-top: 5px;
		font-size: 90%;
	}

	#side_login .btn {
		margin-top: 10px;
		text-align: center;
	}

/* side_cart
----------------------------------------------- */
#side_cart {
}

	#side_cart dl {
		margin-top: 10px;
		padding: 0 5px;
		font-size: 90%;
	}

		#side_cart dl dt {
			clear: both;
			float: left;
			padding-bottom: 5px;
			width: 50%;
		}

		#side_cart dl dd {
			padding: 0 0 5px 50%;
			text-align: right;
		}

	#side_cart .btn {
		margin-top: 5px;
		text-align: center;
	}

/* side_category
----------------------------------------------- */
#side_category {
}

	#side_category ul {
		margin: 5px 0 5px;
		padding-left: 10px;
	}

		#side_category ul li {
		}

			#side_category ul li a {
				display: block;
			}

			#side_category ul li ul {
				padding-left: 1em;
			}

/* side_shopping_guide
----------------------------------------------- */
#side_shopping_guide {
}

	#side_shopping_guide ul {
		margin: 5px 0 20px;
	}

		#side_shopping_guide ul li {
		}

			#side_shopping_guide ul li a {
				display: block;
			}

/* calendar
----------------------------------------------- */
#calendar {
}

	#calendar table {
		border: none;
	}

		#calendar table caption {
			text-align: center;
		}

		#calendar table th,
		#calendar table td {
			padding: .2em 0;
			border: none;
			text-align: center;
		}

		#calendar table th { background: #E1E1E1; }
		#calendar table .rest { background: #FCBDB2; }