@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: #f00;*/
	color:#FF3399;
    /*text-decoration: underline;*/
}
a.onlink:visited {
    /*color: #f00;*/
	color:#FF3399;
}
a.onlink:hover {
    /*color: #f00;*/
	color:#FF3399;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#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;
}

/* マージン　*/
.bloc_m10 {margin-top:10px; padding-bottom:10px;}
.bloc_m20 {margin-top:20px; padding-bottom:20px;}


/* サイドカラム用 */
.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: 750px;
		height: 225px;
		overflow: hidden;
	}

		#top_main .move {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
		}

			#top_main .move li {
				float: left;
				width: 750px;
				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: #f39; }

/* 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;*/
		background:url("../img/background/top_info_bg.jpg")top left no-repeat;
	}

		#info_block dl dt {
		margin:0 0 5px 10px;
		padding-top:10px;
		}

			#info_block dl dt strong {
				float: left;
				display: block;
				width: 10em;
				font-weight:normal;
				color:#242413;
			}

			#info_block dl dt span {
				display: block;
				padding-left: 10em;
				word-break: break-all;
				font-size:110%;
				font-weight:bold;
			}

		#info_block dl dd {
			/*margin: .5em 0 1em;*/
			margin: 0 0 15px 10px;
			color:#242413;
		}

/* info_block
----------------------------------------------- */


/* aside
----------------------------------------------- */
.aside {
	margin-bottom: 20px;
}

	.aside h3 {
		padding: .2em .4em;
		background: #000;
		font-size: 100%;
		font-size:120%;
		color: #fff;
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	}
		.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 { border:1px solid #000;
		padding-bottom: 15px;
}

#side_login h3 { text-align:center;}
	#side_login dl {
		/*margin-top: 10px;*/
		margin: 10px;
		font-size: 100%;
	}

		#side_login dl dt {
		margin-bottom: 3px;
		}

		#side_login dl dd {
			/*margin-bottom: 5px;*/
			margin-bottom:10px;
		}

			#side_login dl dd input {
				padding: 2px;
				/*width: 120px;*/
				width: 95%;
				height: 16px;
			}

	#side_login .memory {
		font-size: 90%;
		margin-left:10px;
	}

	#side_login .forget {
		margin-top: 5px;
		font-size: 90%;
		margin-left:10px;
	}

	#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 h3 {
	background: url("../img/background/side_cate_h3_bg.jpg") no-repeat left top;
	padding-top:15px;
	padding-bottom: 15px;
	}
	#side_category h3 a:hover {
	text-decoration:none;
	}
		#side_category h3 a:hover:after {content: url(../img/common/icon_after_sideh3.png); }
		#side_category h3 a.onlink:link:after {content: url(../img/common/icon_after_sideh3.png); }
		#side_category h3 a.onlink:visited:after {content: url(../img/common/icon_after_sideh3.png); }
		#side_category h3 a.onlink:hover:after {content: url(../img/common/icon_after_sideh3.png); }

	#side_category ul {
		margin: 5px 0 20px;
	}

		#side_category ul li {
		}

			#side_category ul li a {
				display: block;
			}
			#side_category ul li a:hover {
				text-decoration:none;
			}
			/*#side_category ul li a:hover,*/
			#side_category ul li a.onlink:link,
			#side_category ul li a.onlink:visited,
			#side_category ul li a.onlink:hover{
				text-decoration:none;
				color:#FF3399;
			}
			#side_category ul li a:hover:after {
			content: url(../img/common/icon_after.png);
			}
			a.onlink:link:after {content: url(../img/common/icon_after_side.png); }
			a.onlink:visited:after {content: url(../img/common/icon_after_side.png); }
			a.onlink:hover:after {content: url(../img/common/icon_afte_sider.png); }

			#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;
			}

/* side_banner
----------------------------------------------- */
#side_category2 h3 {
	background: url("../img/background/side_category2_bg.gif") no-repeat left #FF3399;
	padding-left: 30px;
	}
	#side_category2 h3#coordinate_banr a:hover { text-decoration:none;}
	#side_category2 h3#coordinate_banr a:hover:after {content: url(../img/background/side_category2_bg.gif);}

#side_category_bnr h3 { background:none; padding:0; margin-bottom:5px;}


/* side-shop
----------------------------------------------- */
#side-shop h3 {
	background:none;
	color:#000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center; font-size:120%;
	}
	
	#side-shop address { font-size:85%; font-style:normal;margin:5px 0;}


/* 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: #FFC1F0; }


/* BOX
----------------------------------------------- */

.box:after, .box div:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.box2_1						{ width:49%; float:left; }
.box2_2						{ width:49%; float:right; }
.box3_1						{ width:32.5%; float:left; margin-right:0.8% !important; }
.box3_2						{ width:32.5%; float:left;  }
.box3_3						{ width:32.5%; float:right; }
.box4_1						{ width:24%; float:left; margin-right:1.3% !important; }
.box4_2						{ width:24%; float:left; margin-right:1.3% !important; }
.box4_3						{ width:24%; float:left; }
.box4_4						{ width:24%; float:right; }
.box5_1						{ width:19%; float:left; margin-right:1.2% !important; }
.box5_2						{ width:19%; float:left; margin-right:1.2% !important; }
.box5_3						{ width:19%; float:left; margin-right:1.2% !important; }
.box5_4						{ width:19%; float:left; }
.box5_5						{ width:19%; float:right; }
.box2a_1					{ width:66.5%; float:left; }
.box2a_2					{ width:32.5%; float:right; }
.box2b_1					{ width:32.5%; float:left; }
.box2b_2					{ width:66.5%; float:right; }

.box a:hover				{ text-decoration: none;}

div.box:after, .box div:after	{ content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}	


/* トップページブロック
----------------------------------------------- */
#brand_category .box3_2 img, #top_banner .box3_2 img {
margin-left:5px;
	}

/* blog-------------------------------- */
#top_sns dl.bulbubu_blog { width:365px; height:600px; background:#FAFAF4;}
/*#top_sns dl.bulbubu_blog dd { background:#FAFAF4;}*/
#top_sns dl.bulbubu_blog dd div.rssFeed {
	padding-top:10px;
	padding-right: 5px;
	}
#top_sns dl.bulbubu_blog dd div.rssFeed ul li.rssRow div {
	background:url("../img/background/top_blog_day_bg.jpg") no-repeat top left;
	padding-left:10px;
	font-size:85%;
	color:#353526;
	}
#top_sns dl.bulbubu_blog dd div.rssFeed ul li h4 {
	padding-left:10px;
	margin-bottom: 5px;
	}
	#top_sns dl.bulbubu_blog dd div.rssFeed ul li h4 a:hover:after {
	content: url(../img/common/icon_after.png);
	}
#top_sns dl.bulbubu_blog dd div.rssFeed ul li p {
	padding-left:10px;
	margin-top:5px;
	margin-bottom:20px;
	}

/* recommend-------------------------------- */
#recommend_itme ul {margin:0; padding:0;}
#recommend_itme li {margin:0; padding:0;}
#recommend_itme h2 {margin-bottom:10px;}

/* ranking-------------------------------- */
#top_ranking ul {margin:0; padding:0;}
#top_ranking li {margin:0; padding:0;}
#top_ranking h2 {margin-bottom:10px;}
#top_ranking li .ranking { background-color:#F0F0E1; width:180px; padding:2px 0; color:#575748; margin:0 auto 5px;}

/* top_banner-------------------------------- */
#top_banner .box {margin-bottom:10px;}
#top_banner .box .box2_1,#top_banner .box .box2_2 {
}

