@charset "euc-jp";

/*********以下このページ独自のスタイル*********/

/*__商品詳細
-------------------------------------------------------------- */
/* 商品詳細レイアウト */
div.itemArea{
	width:100%;
        margin-top: 10px;
}

div.itemArea h2{
    font-size:1.5em;
    font-weight:bold;
    line-height:1.2;
}

div.imgArea{
	float:left;
	width:240px;
}

div.detailArea{
	float:right;
	width:330px;
}

div.classArea{
        margin-top: 15px;
        margin-bottom: 15px;
}

/* 商品詳細写真 */
div.thumbArea{
	margin:5px auto;
}

div.thumb{
	margin-right:5px;
	float:left;
	width:74px;
}

div.thumb p{
	font-size:11px;
}

p.subText{
	font-size:0.834em;/* 10px */
	line-height:1.5;
        padding-bottom:15px;
}

/* 商品詳細データ */
ul.statusicon{}


div.price{
	margin:10px 0;
	padding:10px 0;
	border-top: solid #CCC 1px;
	border-bottom:solid #CCC 1px;
}

div.price p span{
	padding:0 5px;
	color:#C00;
	font-weight:bold;
}

div.spec{
	padding:15px;
        margin-bottom: 15px;
	background-color:#ededed;
}

div.allergy{
	padding:15px;
        margin-bottom: 15px;
	background-color:#ffffe0;
        border: 1px solid #FCD148;
}

/* table */
table.select{
	border:2px solid #cccccc;
        border-collapse:collapse;
        border-spacing:0;
        margin-bottom: 10px;
}

table.select td,th{
	padding:1em 0.8em;
	border:1px solid #cccccc;
}

table.select th{
	background-color:#ededed;
	text-align:center;
	font-weight:bold;
}

td.addcart{
	background-color:#ededed;
	text-align:center;
}

.center{
	margin:auto;
	text-align:center;
}

#mainArea h2.itemCategory {
        font-size:120%;
        line-height:1;
        background:url(/img/products/itemh2_back.gif) #f2f2f2 repeat-x;
        padding:7px 12px 5px 12px;
        border-bottom:solid 1px #737373;
        margin-bottom:10px;
}

#mainArea .detailArea ul.itemIco {
        display:block;
        width:330px;
        margin: 0;
}
#mainArea .detailArea ul.itemIco li{
        width:52px;
        height:20px;
        float:left;
        margin:0 2px 2px 0;
}

#mainArea .detailArea ul.NoshiIco {
        display:block;
        width:330px;
        margin: 5px 0 0 0;
}
#mainArea .detailArea ul.NoshiIco li{
        height:20px;
        float:left;
        margin:0 2px 2px 0;
}

#mainArea div.spComment {
        font-size:80%;
        line-height:1.5;
        background-color:#f2f2f2;
        border:solid 1px #e0e0e0;
        padding:10px;
        margin-bottom:10px;
}

#mainArea .voiceArea {
	margin-bottom:10px;
}
#mainArea .voiceArea h3 {
        background:url(/img/products/ttl_voice.gif) no-repeat;
        height:23px;
        text-indent:-9999px;
        overflow:hidden;
}
#mainArea .voiceArea .voice {
        padding-bottom:10px;
        background:url(/img/products/line_dot.gif) repeat-x bottom;
}
#mainArea .voiceArea .last {
        background:none;
}
#mainArea .voice dl {
        display:block;
        width:106px;
        height:42px;
        float:left;
        background-repeat: no-repeat;
        background-position:top;
        text-indent:-9999px;
        overflow:hidden;
}
#mainArea .voice dl.voiceLevel1 { background-image:url(/img/products/voice_level1.gif);}
#mainArea .voice dl.voiceLevel2 { background-image:url(/img/products/voice_level2.gif);}
#mainArea .voice dl.voiceLevel3 { background-image:url(/img/products/voice_level3.gif);}
#mainArea .voice dl.voiceLevel4 { background-image:url(/img/products/voice_level4.gif);}
#mainArea .voice dl.voiceLevel5 { background-image:url(/img/products/voice_level5.gif);}
#mainArea .voice p {
        line-height:1.3
}
#mainArea .voice p.comment {
        padding-top:10px;
}
#mainArea .voice p.voiceAuthor {
        font-weight:bold;
        display:inline;
        margin:0 10px 0 0;
}
#mainArea .voice p.voiceDate {
        font-size:80%;
        display:inline;
}

#mainArea .pickupArea{
	clear:both;
}
#mainArea .pickupArea h2{
        background:url(/img/products/h2_pickup.gif) no-repeat;
        height:26px;
        text-indent:-9999px;
        overflow:hidden;
        margin-bottom:10px;
}


/* goodsArea *******************/

#mainArea .goodsArea {
}
#mainArea .goodsGroup{
        padding:10px 0 11px 10px;
        background:url(/img/global_images/line.gif) repeat-x bottom;
}
#mainArea .goodsGroupLast{
        background:none;
        padding:10px 0 15px 10px;
}
#mainArea .goodsItem{
        float:left;
        width:181px;
}
.goodsItem h4 {
        /*商品写真のラインをそろえるため最小高さを指定*/
        min-height:4.2em;
        overflow:visible;
        padding-right:5px;
        line-height:1.3;
        font-weight:bold;
}
/*for ie6*/
*html .goodsItem h4 {
        height:4.2em;
}
.goodsItem .itemPhoto {
        float:left;
}
.goodsItem .itemIco {
        float:right;
        margin-bottom:18px;
        padding-right:5px;
}
.goodsItem .itemIco li {
        width:52px;
        height:20px;
        float:left;
        padding-left:2px;
}

.goodsItem .itemPrice {
        color:#ff710b;
        font-weight:bold;
        text-align:right;
        padding-right:8px;
        padding-bottom:2px;
}
.goodsItem .itemPriceSub{
        font-weight:bold;
        font-size:80%;
}
.goodsItem .itemBtn{
        float:right;
        padding-right:8px;
}
#mainArea .goodsItem a.btnItemdetail{
}
/*商品詳細*/
.spc3{
padding:3px 0;
}
.dt_img{
padding:5px;
}
.mn_tit{
font-size:18px;
color:#FF0000;
text-align:left;
padding:5px 10px;
font-weight:bolder;
}
.mn_tit2{
font-size:26px;
color:#FF0000;
text-align:left;
padding:5px;
font-weight:bolder;
}
.order_kotira{
text-align:center;
padding:15px;
}
.pd{
padding:5px 10px;
}
.attention{
color:#FF3300;
}
.detail_tit{
color:#FF7D05;
font-weight:bolder;
}
.sale_price{
color:#FF7D05;
font-weight:bolder;
font-size:14px;
}

/* スーツケース商品拡充用設定 20090917更新
-------------------------------------------------------------- */

.midashi {
	margin:10px 0;
  	border-left-color: #FF6600;
  	padding-left:10px;
  	border-style: solid;
  	border-width: 0px 0px 0px 5px;
	font-size:1.167em;/* 14px */
	line-height:1.2;
	font-weight:bold;
}

/* ページトップへ */
p.ptop{
	padding-left:20px;
	float:right;
	background: url(/img/goods/common/ico_ptop.gif) left no-repeat;
}

div.g01{
	margin:15px 0;
	padding:5px 0;
	border-bottom:#d6d3c3 1px dotted;
	}

div.col_04{
	margin:15px 0;
	padding:5px 0;
}



.detail_img02_l{
	width:300px;
	float:left;
}

.detail_img02_r{
	padding:0 0 10px 0;
	width:256px;
	float:right;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;}
.clearfix{display:block;}

/* End Hides from IE-mac \*/


/* スーツケース商品拡充用設定 ここまで

-------------------------------------------------------------- */

/*商品拡充テキスト*/
.itemDetailTit01{
	font-weight:bolder;
	color:#F36;
	margin:10px 0 0 0;
	}
.itemDetailTit02{
	font-weight:bolder;
	color:#390;
	margin:10px 0 0 0;
	}
.itemDetailTit03{
	font-weight:bolder;
	color:#F90;	
	margin:10px 0 0 0;
	}
