@charset 'utf-8';

#contentsArea{
	overflow:hidden;
}

/*メニュー部分共通************************************/
/*左メニュー*/
.menu_bg{
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-y;
}
.menu_bot{
	background-image:url(../img/menu_bot.jpg);
	background-repeat:no-repeat;
	height:19px;
	clear:both;
	
}

/*右メニュー*/
.menu_bg_r{
	background-image:url(../img/menu_bg_r.jpg);
	background-repeat:repeat-y;
}
.menu_bot_r{
	background-image:url(../img/menu_bot_r.jpg);
	background-repeat:no-repeat;
	height:19px;
	clear:both;
	
}

/*金額単位*/
.unit{
	font-weight:bold;
	font-size:10px;
	color:#666666;
	padding-left:3px;
}

/*数量入力ボックス*/
.numberBox{
	font-family:'ＭＳ Ｐゴシック', Osaka;
	font-size:10px;
	width:30px;
	height:13px;
	vertical-align:top;
	margin-top:-3px;
}

/*テキストボタンデザイン******/
.textBtBox{
	background-image:url(../img/list_bt_l.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding: 6px 0px 6px 0px;


	width:160px;
	height:23px;
	display:inline-block;
}

.textBtBox a{
	color:#FFFFFF;
}
.textBtBox a:hover{
	color:#FFFF00;
	text-decoration:none;
}
/*短い版*/
.shortBg{
	background-image:url(../img/list_bt_s.jpg);
	padding: 6px 0px 6px 0px;
	width:95px;
	height:23px;
	display:inline-block;

}


/*アイテムメニュー部分************************************/

#itemMenuArea .acc li{
list-style-image:url(../img/menu_icon_arrow_close.jpg);
}

/*ガイド部分************************************/

#guideArea{
	text-align:center;
}

#guideArea ul{
	margin:0px;
	padding: 10px 18px 5px 18px;
}
#guideArea li{
list-style-type:none;
	text-align:left;
	border-bottom: 1px #BBBBBB dotted;
	margin:5px 0 5px 0px;
	padding:0px;
}
#guideArea ul.guideBannerArea{
	padding: 5px 15px 5px 14px;
}

#guideArea ul.guideBannerArea li{
	margin-bottom:2px;
}

#guideArea ul li.more{
	font-size:10px;
	text-align:right;
	border-bottom:none;
	padding-top:3px;
}

/*アイテムリスト部分************************************/

#itemListArea{
	float:left;
	width:443px;
}
#itemListArea h3{
	background-image:url(../img/subt_contents_s.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding:6px 0px 15px 23px;
}
#itemListArea dl.itemdetailall {
		padding:5px 5px 0 5px !important;
		margin-bottom:5px !important;
        border: #BBBBBB solid 1px;	
       	overflow:hidden;
		width:428px;
}

#itemListArea dl.itemdetailall dt.Leftimg {
        float: left;
        width: 84px;
        height:78px;
        padding:0 !important;
        margin:0 0 5px 0 !important;
}

#itemListArea dl dd {
		width:328px;
		padding:0 5px;
		float: right;
}

#itemListArea dd .itemDetail{
        padding: 3px 0px 3px 0px;
		width:340px;
}

#itemListArea .itemName{
	float:left;
    margin-left:0px;
	font-weight:bold;
	color:#cc3300;
	padding-top:10px;
}
#itemListArea .itemPrice{
	float:right;
	font-weight:bold;
	color:#FF9900;
	padding-top:10px;
	padding-right:10px;
}

#itemListArea .itemPrice_pt{
	float:right;
	font-weight:bold;
	color:#009900;
	margin:10px 5px auto 0;

}

#itemListArea .itemPrice_BC{
	float:right;
	font-weight:bold;
	color:#CC0000;
	margin:10px 5px auto 0;
	
}

#itemListArea .itemPrice_LC{
	float:right;
	font-weight:bold;
	color:#FF9900;
	margin:10px 5px auto 0;
	
}

#itemListArea .itemDetail{
	margin-top: 2px;
	border-top: 1px #BBBBBB dotted;
	line-height:1.3;
	padding:5px 10px 6px 0;
	margin-right:5px;
}
#itemListArea .itemDetail strong{
	display:inline-block;
	padding:0 0 5px 0 !important;
	}

#itemListArea dd.itembt{
	text-align:right;
	padding-top:6px;
	cursor:pointer;
}

#itemListArea .pickup{
	margin: -97px 0px 0px 0px;
}


/*ウォレット部分************************************/

#walletMenuArea{
	float:right;
	width:150px;
}

.walletMenuArea_cb_g{
	margin:0 auto 20px auto;
	}

/*myWallet(ログインボックス)*/

#myWalletArea ul{
	margin:0px;
	padding: 0px 14px 0px 13px;
	list-style-type:none;
	text-align:center;
}
#myWalletArea li{
	line-height:120%;
	margin-bottom:5px;
}

#myWalletArea li.name{
	font-weight:bold;
	border-bottom:dotted 1px #666666;
}

#myWalletArea li.tit{
	float:left;
	width:30px;
	font-size:10px;
	padding-top:4px;
}

#myWalletArea li.caution{
	color:#FF3300;
	font-size:10px;
	text-align:left;
	clear:both;
}

#myWalletArea li.tit_in{
	width:40px;
	float:left;
}
#myWalletArea li.amount{
	text-align:right;
	float:right;
	padding-right:5px;
}


/*カート部分************************************/

#cartArea .cart_bg{
	background-image:url(../img/cart_bg.jpg);
	background-repeat:no-repeat;
	padding:0px 14px 5px 15px
}

#cartArea dl{
	padding:0px 0px 5px 0px;
	font-size:10px;
	margin-top:0px;
}

#cartArea dd{
	border-bottom:#666666 1px dotted;
	padding-bottom:3px;
}

#cartArea .amount{
	float:right;
	text-align:right;
}

#cartArea ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#cartArea ul li.payment{
	float:right;
	color:#3366FF;
	font-weight:bold;
}


/*便利ツール部分************************************/

#toolsArea dl{
	padding:0px 0px 5px 0px;
	font-size:10px;
	margin-top:0px;
	padding:5px 14px 5px 15px
}

#toolsArea dt{
	float:left;
}

#toolsArea dd{
	border-bottom:#666666 1px dotted;
	padding: 3px 0px 7px 23px;
	margin-bottom:3px;
}


/**/

