@charset "utf-8";

/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
/* 分岐 */
#goods #contenter {
}

#goods .itemsList {
	padding-bottom: 0;
}

#goods .itemsList ul li {
	padding-bottom: 40px;
}

/*----------------------------------------------------
	商品詳細
----------------------------------------------------*/
#detail #contenter #main {
}

/* 前に戻る */
#detail #contenter #main p.backPage {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
}

/* 商品タイトル */
#detail #contenter #main h2 {
	margin: 0 0 20px;
	padding: 7px 0;
	font-size: 20px;
	line-height: 1.3;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
}

#detail #contenter #main h2 strong {
	display: block;
	padding: 8px 0 8px 18px;
	background: url(/images/goods/point_title.gif) no-repeat left center;
}

/*----------------------------------------------------
/*   商品説明
---------------------------------------------------- */
#detail #contenter #main .itemDetail {
	margin: 0 0 30px;
}

#detail #contenter #main .itemDetail .itemDisc {
	float: right;
	width: 270px;
}


/* アイコン */
#detail #contenter #main .itemDetail .itemDisc p.icons {
	margin: 0 0 4px;
}

#detail #contenter #main .itemDetail .itemDisc p.icons img {
	margin: 0 3px 0 0;
}

/* コピー */
#detail #contenter #main .itemDetail .itemDisc h3 {
	margin: 10px 0;
	font-size: 125%;
	color: #2673c9;
}

/* コメント */
#detail #contenter #main .itemDetail .itemDisc p.comment,
#detail #contenter #main .itemDetail .itemImg p.comment {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

#detail #contenter #main .itemDetail .itemDisc p.comment {
	font-size: 114%;
}

/* キャプション */
#detail #contenter #main .itemDetail .itemDisc p.caption {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

/* アレルギー */
#detail #contenter #main .itemDetail .itemDisc dl.allergy {
	margin: 0 0 15px;
}

#detail #contenter #main .itemDetail .itemDisc dl.allergy dt {
	margin: 0 0 5px;
	font-weight: bold;
	color: #666;
}

#detail #contenter #main .itemDetail .itemDisc dl.allergy dt span {
	color: #ad8d51;
}

#detail #contenter #main .itemDetail .itemDisc dl.allergy dd {
}

#detail #contenter #main .itemDetail .itemDisc dl.allergy dd img {
	margin: 0 3px 0 0;
}

/* 決済 */
#detail #contenter #main .itemDetail .itemDisc .pay {
	padding: 15px 14px;
	background: #f7f4e6;
	border: 1px solid #ded0b4;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.aboutpay {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #aaa;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.aboutpay dt {
	float: left;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.aboutpay dd {
	margin-left: 5em;
	width: 160px;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.aboutpay dd img {
	margin: 0 3px 2px 0;
	vertical-align: middle;
}

/* 価格 */
#detail #contenter #main .itemDetail .itemDisc p.price {
	font-size: 125%;
	font-weight: bold;
}

#detail #contenter #main .itemDetail .itemDisc p.priceMember {
	font-size: 114%;
	color: #d62727;
}

#detail #contenter #main .itemDetail .itemDisc p.price em,
#detail #contenter #main .itemDetail .itemDisc p.priceMember em {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

/* 規格 */
#detail #contenter #main .itemDetail .itemDisc .pay dl.standard {
	margin: 10px 0;
	padding: 10px 0 0;
	border-top: 1px dotted #aaa;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.standard select {
	margin: 2px 0 0;
	width: 240px;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.standard dt {
	margin: 8px 0 2px;
	width: 240px;
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.standard dd {
}

#detail #contenter #main .itemDetail .itemDisc .pay dl.standard dd input {
	width: 232px;
	padding: 2px;
}

/* お気に入りに追加 */
#detail #contenter #main .itemDetail .itemDisc .pay p.favorite {
	margin: 8px 0 0;
	padding: 2px 0;
	text-align: center;
}

#detail #contenter #main .itemDetail .itemDisc .pay p.favorite a {
	padding: 0 0 0 18px;
	background: url(/images/common/point_star.gif) no-repeat left center;
}

/* SOLD OUT */
#detail #contenter #main .itemDetail .itemDisc .pay p.soldout {
	margin: 10px 0 0;
	padding: 15px 0 0;
	border-top: 1px dotted #aaa;
}

/* オプション */
#detail #contenter #main .itemDetail .itemDisc .option {
	margin: 10px 0 0;
	padding: 10px 14px;
	background: #fff1ed;
	border: 1px solid #f7c0c7;
}

#detail #contenter #main .itemDetail .itemDisc .option h4 {
	margin: 0 0 5px;
	font-size: 114%;
}

#detail #contenter #main .itemDetail .itemDisc .option dl {
	padding: 10px;
	background: #fff;
	line-height: 1.3;
}

#detail #contenter #main .itemDetail .itemDisc .option dl dt {
	float: left;
	width: 60px;
}

#detail #contenter #main .itemDetail .itemDisc .option dl dt img {
	border: 1px solid #e6e6e6;
}

#detail #contenter #main .itemDetail .itemDisc .option dl dd {
	float: right;
	width: 150px;
}

#detail #contenter #main .itemDetail .itemDisc .option dl dd.comment {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #888;
}

#detail #contenter #main .itemDetail .itemDisc .option dl dd input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/*----------------------------------------------------
/*   画像エリア
---------------------------------------------------- */
#detail #contenter #main .itemDetail .itemImg {
	float: left;
	width: 405px;
}

/* flash */
#detail #contenter #main .itemDetail .itemImg .flash {
	margin: 0 0 20px;
}

#detail #contenter #main .itemDetail .itemImg p {
	margin: 5px 0 0;
}

/*----------------------------------------------------
/*   商品詳細
---------------------------------------------------- */
#detail #contenter #main .moreDetail {
	margin: 0 0 40px;
}

/*----------------------------------------------------
/*   商品在庫状況
---------------------------------------------------- */
#detail #contenter #main .stock {
	margin: 0 0 40px;
}

#detail #contenter #main .material {
	margin: 0 0 10px;
}

#detail #contenter #main .moreDetail .btn {
	margin: 0 0;
}

/* テーブル */
#detail #contenter #main .stock table {
	width: 100%;
	border: 1px solid #ccc;
}

#detail #contenter #main .stock table th {
	padding: 5px 10px;
	background: #ededed;
	border: 1px solid #ccc;
	text-align: center;
	color: #777;
}

#detail #contenter #main .stock table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-align: center;
}

#detail #contenter #main .stock table td.nowrap {
	white-space: nowrap;
}

#detail #contenter #main .stock table td.mes {
	text-align: left;
}

/*----------------------------------------------------
/*   東武からのオススメ
---------------------------------------------------- */
#detail #contenter #main .reccomend {
}

#detail #contenter #main .reccomend h3 {
	margin-bottom: 0;
	border: 1px solid #f7c0c7;
}

#detail #contenter #main .reccomend .reccomendCont {
	padding: 15px 8px;
	background: #fff1ed;
	border: 1px solid #f7c0c7;
	border-top: none;
}

#detail #contenter #main .reccomend .reccomendCont ul {
	margin-left: -17px;
	/margin-left: 0;
}

#detail #contenter #main .reccomend .reccomendCont ul li {
	margin-left: 17px;
	/margin-left: 0;
	/padding-right: 7px;
	/padding-left: 7px;
}

/*----------------------------------------------------
/*   お気に入り
---------------------------------------------------- */
#detail #contenter #main .favorite {
	position: relative;
	_zoom: 1;
}

#detail #contenter #main .favorite p.goList {
	position: absolute;
	top: 9px;
	right: 10px;
}

#detail #contenter #main .favorite p.prev {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -8px 0 0;
}

#detail #contenter #main .favorite p.next {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -8px 0 0;
}

/* jquery制御：リスト */
#detail #contenter #main .favorite .itemList {
	min-height: 50px;
	height: auto !important;
	overflow: hidden;
	width: 580px;
	margin-left: 48px;
}

#detail #contenter #main .favorite td {
	vertical-align: top;
	padding: 0 0 0 25px;
	width: 120px;
}

#detail #contenter #main .favorite td dl dd {
	margin: 0 0 3px;
}

#detail #contenter #main .favorite td dl dt {
	margin: 0 0 10px;
}

#detail #contenter #main .favorite td dl dt img {
	border: 1px solid #e6e6e6;
}

#detail #contenter #main .favorite td dl dd.icon {
}

#detail #contenter #main .favorite td dl dd.icon img {
	margin: 0 1px;
}

#detail #contenter #main .favorite td dl dd.sale {
	color: #f94c00;
	margin: 5px 0 0;
}

#detail #contenter #main .favorite td dl dd.sale img {
	margin: 1px 0 3px;
}

#detail #contenter #main .favorite td dl dd.sale em {
	margin: 2px 0 0;
	color: #c00;
	font-weight: bold;
}

#detail #contenter #main .favorite td dl dd.soldout {
	text-align: center;
	margin: 5px 0 0;
}

#detail #contenter #main .favorite td dl dd em {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#detail #contenter #main .favorite td dl dd.priceDownComment {
	margin: 0;
	color: #f47300;
}

#detail #contenter #main .favorite td dl dd.member {
	margin: 0;
	color: #e60011;
}

#detail #contenter #main .favorite td dl dd.member img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}


#detail #contenter #main .favorite td dl dd.add {
	margin-top: 10px;
}

#detail #contenter #main .favorite ul {
}

#detail #contenter #main .favorite ul li {
	height: auto ! important;
}

/*----------------------------------------------------
/*   あしあと
---------------------------------------------------- */
#detail #contenter #main .footeStump {
	position: relative;
	_zoom: 1;
}

#detail #contenter #main .footeStump p.goList {
	position: absolute;
	top: 9px;
	right: 10px;
}

/*----------------------------------------------------
/*   RECOMMEND
---------------------------------------------------- */
#detail #contenter #side {
}

#detail #contenter #side #logrecom_placeholder {
	background: #fff1ed;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results {
	margin: 0;
	padding: 0 0 15px;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results .item {
	float: none;
	margin: 0 27px 15px;
	padding: 15px 28px;
	background: #fff;
}

#detail #contenter #side #logrecom_placeholder .logrecom_title {
	background: url("/images/common/bg_hl_sidepink.gif") repeat-x scroll left top transparent;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 9px 6px;
	height: 33px;
}

#detail #contenter #side #logrecom_placeholder .logrecom_title img {
    vertical-align: top;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results .lastitem {
	float: none;
	margin: 0 27px 0;
	padding: 15px 28px;
	background: #fff;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results ul.otherlink {
	margin: 7px 6px 10px;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results ul.otherlink li {
	background: url("/images/common/arrow_red.gif") no-repeat scroll left 0.4em transparent;
	padding-left: 12px;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results .otherlink a {
	line-height: 1.3;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results li.product_image {
	margin: 0 0 10px;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results li.product_image img {
	width: 120px;
	height: 120px;
	border: 1px solid #E6E6E6;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results li.name,
#detail #contenter #side #logrecom_placeholder #logrecom_results li.spec1 {
	margin: 0 0 3px;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results li.name a {
	line-height: 1.3;
}

#detail #contenter #side #logrecom_placeholder #logrecom_results li.spec1 img,
#detail #contenter #side #logrecom_placeholder #logrecom_results li.spec2 img {
	margin: 1px;
}

/*----------------------------------------------------
	年齢認証
----------------------------------------------------*/
#restrict {
}

#restrict h2 {
	font-size: 125%;
	color: #D62727;
	margin: 0 0 5px;
}

p.configMsg {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px dotted #ccc;
	text-align: center;
}

#restrict .transitionCenter {
	margin-top: 10px;
}

/* 注文状況確認 */
#detail #contenter #main .itemDetail .itemDisc .pay p.orderstatus {
	margin: 4px 0 8px 0;
	padding: 2px 0;
	text-align: center;
}

/*----------------------------------------------------
	商品詳細画像
----------------------------------------------------*/
#detail #contenter #main .smallImage {
	width : 60px;
	height : 60px;
	margin:15px 5px 5px 0;
	border:solid 1px #e6e6e6;
}

#detail #contenter #main .middleImage {
	width : 400px;
	height : 400px;
	border:solid 2px #e6e6e6;
}
