@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中身
-カテゴリー
-お荷物お問い合わせ
-お振り込み先
-お問い合わせ先
-ご利用ガイド
-全国送料無料
-延長保証
-ログイン（サイド用）
-検索
-営業日カレンダー
-おすすめ商品
	*メインカラム用 1カラム時	[one_maincolumn]
	*メインカラム用 2カラム時	[two_maincolumn_left]
								[two_maincolumn_right]
	*メインカラム用 3カラム時	[three_maincolumn]
	*サイドカラム用				[side_column]
	*商品詳細のオススメ商品		[whobought_area]
*/


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {}

.asideRadiusBox {
	float: left;
	width: 156px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	border: 2px solid #d9d9d9;
}

.side_column {
	overflow-x: hidden; /* IE6 表示乱れ防止 */
}

.side_column .bloc_outer {}
.side_column .main_column {}
.side_column .bloc_body .box {}
.main_column .bloc_outer {}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .bloc_body dl.formlist {
	margin-bottom: 8px;
}
#container .bloc_body dl.formlist dd {
	margin-bottom: 5px;
}
#container .bloc_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 .bloc_body dl.formlist span{
	vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 グレー */

#news_area .title_news{
	color:#333;
	margin:0;
	padding:0;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
	background: url('../img/background/bg_tit_bloc_01.jpg') repeat-x left bottom #FFF;
	position:relative;
	clear:both;
}

#news_area h2{
	font-size: 14px;
	font-weight:normal;
	line-height:33px;
	padding-left:10px;
}

.square{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right:8px;
}
/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
	margin:0px;
}
div#bottomcolumn {
	margin:0px;
	clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area{
	clear:both;
}

#news_area .bloc_body {
	padding: 10px;
	color:#666;
}

#news_area .rss a{
	width:48px;
	height:20px;
	position:absolute; 
	display:block;
	top:5px;
	right:5px;
}

:root *> #news_area .title_news {
	min-height:33px;
	height:auto!important;
} 

* html #news_area .title_news h2{
	width:6em;
	line-height:33px;
}

* html #news_area .rss a{
	position:absolute; 
	display:block;
	top:6px;
	right:20px;
}

* html #one_maincolumn #news_area .rss a{
	top:6px;
	right:5px;
}

* html #two_maincolumn_left #news_area .rss a{
	top:6px;
	right:5px;
}

* html #three_maincolumn #news_area .rss a{
	top:6px;
	right:5px;
}

#news_area .news_contents {
	padding-right: 10px;
	max-height:260px;
	height: auto !important;
	height: 260px;
	overflow:auto;
	overflow-y:scroll;
	clear:both;
}

#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;
}


/* ===============================================
▼現在のカゴの中身
=============================================== */
/* 現在のカゴの中身 */
#asideCartInfo {
	float: left;
	background: #068edd;
	color: #fff;
}

#asideCartProductsValue input, #asideCartProductsAmount input {
	width: 67px;
	padding: 4px;
	margin: 2px 2px;
	text-align: right;
	border: 2px solid #808080;
	background-color: #000;
	color: #ffc000;
}

#asideCartInfo h2 {
	width: 125px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/asideCartInfoTitle.png) no-repeat;
}

#asideCartInfoBtn {
	margin: 10px 0px 0px 7px;
	width: 140px;
	height: 30px;
}

/* ===============================================
▼カテゴリー
=============================================== */

#asideCategoryList {
	float: left;
	margin-bottom: 5px;
}

#asideCategoryList hr {
	float: left;
	width: 180px;
	margin: 10px 0px 10px 0px;
	border: 1px dotted #999;
}

ul.asideCategoryList2nd {
	float: left;
	margin-bottom: 10px;
}

#asideCategoryList ul li a {
	float: left;
	padding: 10px;
	width: 156px;
	margin-bottom: 5px;
	display: block;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	border: 2px solid #dcf0f4;
	background: url(../img/arrow15x15blueBox.png) no-repeat;
	background-position: 150px 10px;
	background-color: #068edd;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

#asideCategoryList ul li ul li a {
	float: left;
	padding: 10px;
	width: 156px;
	margin-bottom: 5px;
	display: block;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	border: 2px solid #d9d9d9;
	background: url(../img/arrow5x7gray.png) no-repeat;
	background-position: 155px 13px;
	background-color: #f0f0f0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

#asideCategoryList ul li ul{
	display:none;
}

/* ===============================================
▼お荷物お問い合わせ
=============================================== */
/* お荷物お問い合わせ */
#asideTranceportationSearch {
	float: left;
	background: #f0f0f0;
}

#asideTranceportationSearch h2 {
	width: 150px;
	height: 25px;
	text-indent: -9999px;
	background: url(../img/asideTransportSearchTitle.png) no-repeat;
}

#asideTranceportationSearchYuupack a {
	float: left;
	margin: 10px 0px 5px 4px;
	width: 150px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/asideTransportSearchYuupack.png) no-repeat;
}

#asideTranceportationSearchYamato a {
	float: left;
	margin: 0px 0px 5px 4px;
	width: 150px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/asideTransportSearchYamato.png) no-repeat;
}

#asideTranceportationSearchSagawa a {
	float: left;
	margin: 0px 0px 5px 4px;
	width: 150px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/asideTransportSearchSagawa.png) no-repeat;
}

/* ===============================================
▼お振込み先
=============================================== */
/* お振込み先 */
#asidePaymentBank {
	float: left;
	background: #f0f0f0;
}

#asidePaymentBank h2 {
	width: 151px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../img/asidePaymentBankTitle.png) no-repeat;
}

#asidePaymentBank p {
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #648540;
}


/* ===============================================
▼お問い合わせ先
=============================================== */
/* お問い合わせ先 */
#asideInquiry {
	float: left;
	background: #f0f0f0;
}

#asideInquiry h2 {
	width: 151px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../img/asideInquiryTitle.png) no-repeat;
}

#asideInquiry p {
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #648540;
}

#asideInquiry p > strong {
	font-weight: bold;
}


/* ===============================================
▼全国送料無料
=============================================== */
/* 全国送料無料 */
#asideSippingFree {
	float: left;
	width: 180px;
	height: 60px;
	margin-bottom: 15px;
}


/* ===============================================
▼延長保証
=============================================== */
/* 延長保証 */
#asideWarraty {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}

#asideWarranty01 {
	width: 180px;
	height: 120px;
	margin-bottom: 0px;
}

#asideWarranty02 {
	width: 180px;
	height: 120px;
}


/* ===============================================
▼延長保証キャンペーン 2012/12/01
=============================================== */
/* 延長保証キャンペーン 2012/12/01 */
#asideWarratyCanpain {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}

#asideWarrantyCanpain01 {
	width: 180px;
	height: 261px;
	margin-bottom: 0px;
}


/* ===============================================
▼ご利用ガイド
=============================================== */
/* ご利用ガイド */
#asideUserGuide {
	float: left;
	background: #f0f0f0;
}

#asideUserGuide h2 {
	width: 150px;
	height: 25px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../img/asideUserGuideTitle.png) no-repeat;
}

#asideUserGuide a {
	line-height: 20px;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .bloc_body {
	padding: 10px;
}

#container div#login_area .bloc_body p {
	margin-bottom: 5px;
}

#container div#login_area .bloc_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 .bloc_body .mini {
	margin-top: 5px;
	letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#search_area .bloc_body {}
div#search_area .bloc_body .btn {}

#asideProductsSearch {
	float: left;
	background: #f0f0f0;
}

#asideProductsSearch h2 {
	width: 154px;
	height: 25px;
	text-indent: -9999px;
	background: url(../img/asideProductsSearchTitle.png) no-repeat;
}

#asideProductsSearch h3 {
	background: url(../img/arrow5x7gray.png) no-repeat;
	background-position: 5px 13px;
	padding: 10px 0px 3px 15px;
}

#asideProductsSearchBtn {
	margin: 10px 0px 0px 7px;
	width: 140px;
	height: 30px;
}

/* ===============================================
▼営業日カレンダー
=============================================== */
/* 営業日カレンダー */
#asideCalender {
	float: left;
	background: #f0f0f0;
}

#asideCalender h2 {
	width: 151px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../img/asideCalenderTitle.png) no-repeat;
}

#asideCalender table {
	width: 156px;
	margin-bottom: 20px;
}

#asideCalender caption {
	padding: 4px;
	border-radius: 6px 6px 0px 0px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background-color: #fff;
	border: 1px solid #a0a0a0;
	margin-bottom: 1px;
	font-size: 12px;
/*	font-weight: bold; */
	color: #d49204;
}

#asideCalender td, #asideCalender th {
	border: 1px solid #a0a0a0;
	margin: 1px;
	padding: 2px;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.5em;
}

#asideCalender th {
	background-color: #fff;
}

#asideCalender td {
	background-color: #f8f8f8;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0em;
	line-height: 1.5em;
}

#asideCalender .off {
    color: #f00;
}
#asideCalender .today {
    background-color: #FFF99D;
    font-weight: bold;
}
#asideCalender .information {
    margin-left: 10px;
    font-size: 90%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recomend_area .bloc_body ,
#whobought_area .whobought_bloc {
	color:#666;
	margin-bottom: 10px;
	padding: 10px 0 10px;
	border: none;
	width: 100%;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recomend_area .bloc_body p ,
#whobought_area .whobought_bloc p {
	margin: 0 0 5px 0;
}

#recomend_area .bloc_body img ,
#whobought .whobought_bloc img {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#recomend_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
	font-size: 100%;
	font-weight: normal;
}


/* 画像
----------------------------------------------- */
#recomend_area .bloc_body .productImage ,
#whobought_area .whobought_bloc .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}


/* 左右の振り分け
----------------------------------------------- */
#one_maincolumn #recomend_area .recomendleft ,
#two_maincolumn_right #recomend_area .recomendleft ,
#two_maincolumn_left #recomend_area .recomendleft ,
#three_maincolumn #recomend_area .recomendleft ,
#whobought_area .whobought_bloc .whobought_left {
	float: left;
	width: 47.5%;
}
#one_maincolumn #recomend_area .recomendright ,
#two_maincolumn_right #recomend_area .recomendright ,
#two_maincolumn_left #recomend_area .recomendright ,
#three_maincolumn #recomend_area .recomendright ,
#whobought_area .whobought_bloc .whobought_right {
	float: right;
	width: 47.5%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recomend_area .bloc_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recomend_area .bloc_body .productContents ,
#two_maincolumn_left #recomend_area .bloc_body .productContents ,
#two_maincolumn_right #whobought_area .whobought_bloc .productContents ,
#two_maincolumn_left #whobought_area .whobought_bloc .productContents {
	float: right;
	width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recomend_area .bloc_body .productContents ,
#three_maincolumn #whobought_area .whobought_bloc .productContents {
	float: right;
	width: 67%;
}

/* サイドカラム用 (幅px固定) */
.side_column #recomend_area .bloc_body {
	margin-top: 5px;
	margin-right: 0;
	width: 157px;
	padding: 0;
}
.side_column #recomend_area .bloc_body .productContents {
	padding: 0;
	margin: 0;
	width: 80px;
}
.side_column #recomend_area .recomendleft {
	padding: 0;
	width: 70px;
	float: left;
}
.side_column #recomend_area .recomendright {
	margin: 0;
	padding: 0;
	width: 70px;
	float: right;
}

/* IE6以下*/
* html .side_column #recomend_area .bloc_body {
	width: 180px;
}
