/* @override http://www.voodoochild.jp/css/item.css */

/* @override http://www.voodoochild.jp/css/item.css */

/* @override http://www.wonderwall.net/blog/voodoochild/css/item.css */

@charset "utf-8";

.clearfix:after{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}

#main {
	margin: 0;
	display: block;
	width: 760px;
	float: right;
}

#itemArea {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#itemArea .leftColumn {
	display: block;
	width: 350px;
	float: left;
}

#itemArea .leftColumn .PCitemDescription {
	font-size: 120%;
	margin-bottom: 20px;
}


#itemArea .leftColumn .itemName {
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 20px;
	border-top: 2px dotted silver;
	border-bottom: 2px dotted silver;
	font-weight: bold;
	line-height: 1.6em;
}

#itemArea .leftColumn .price {
	font-size: 120%;
	margin-bottom: 10px;
}

#itemArea .leftColumn .price .red {
	font-size: 130%;
	margin-right: 5px;
}

#itemArea .leftColumn .price .proper {
	color: #630000;
	text-decoration: line-through;
}

#itemArea .leftColumn table {
	font-size: 10px;
}

#itemArea .leftColumn  tbody font {
	font-size: 10px;
}

#itemArea .rightColumn {
	display: block;
	width: 370px;
	float: right;
}

#selectArea img {
	display: block;
	width: 50px;
}

#switch01 {
	width: 370px;
	display: block;
}

#contentArea {
	display: block;
	width: 370px;
	padding: 0;
	text-align: center;
	margin: 0;
	max-height: 600px;
}

#contentArea .contents {
	margin: 0;
	background-color: white;
	width: 370px;
}

#contentArea .contents.active {
	width: 370px;
	margin: 0;
	padding: 0;
}

#contentArea .contents img.itemPhoto {
	width: 370px;
}

#switch01 .selectBox {
	height: 68px;
	margin-bottom: 20px;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 370px;
	text-align: center;
	display: block;
	background: url(../images/itemThumbnail_370x80.gif) no-repeat;
}

#selectArea {
	display: inline-block;
	display: -moz-inline-box;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	height: 62px;
	width: 240px;
	overflow: hidden;
}

#selectArea li.select {
	background-image: none;
	display: block;
	padding: 3px;
	border: 1px solid white;
	float: left;
	width: 60px;
	height: 54px;
	margin-right: 10px;
}

#selectArea li.select.active {
	border: 1px solid orange;
}

#selectArea .select img.itemPhoto {
	display: block;
	margin: 0 0 0 2px;
	width: 50px;
}

#itemListArea {
	display: block;
	width: 350px;
	overflow: auto;
}

#itemListName {
	display: block;
	margin: 0;
	width: 350px;
	color: #505050;
	height: 25px;
	background: url(../images/itemBG_350x25.gif) no-repeat;
	padding-right: 0;
	padding-left: 0;
	font-size: 90%;
}

#itemListName span.selectID {
	display: none;
	margin-left: 25px;
	float: left;
}

#itemListName span.goodsID {
	display: none;
	margin-left: 125px;
	float: left;
}

#itemListName span.size {
	display: block;
	float: left;
	color: white;
	margin-top: 6px;
	width: 120px;
	margin-left: 8px;
}

#itemListName span.color {
	display: block;
	float: left;
	margin-top: 6px;
	color: white;
	width: 130px;
}

#itemListName span.stock {
	display: block;
	float: left;
	margin-top: 6px;
	color: white;
}

#itemList {
	display: block;
	margin: 0 0 20px;
	width: 350px;
	max-height: 260px;
	font: 10px メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	overflow: auto;
}

#itemList .items {
	border-bottom: 1px dotted gray;
	padding-bottom: 3px;
	padding-left: 7px;
	color: silver;
	padding-top: 5px;
	display: none;
	width: 340px;
}

#itemList .items a {
	display: inline-block;
	text-decoration: none;
	color: #505050;
	font-weight: bold;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: -10px;
	margin-bottom: -3px;
	width: 340px;
}

#itemList .items a:hover{
	background-color: #d2f7b5;
}

/* My Comment */

#itemList li span.selectID,
#itemList li span.goodsID {
	display: none;
	width: 150px;
	margin-right: 20px;
	float: left;
}

#itemList li span.size {
	display: block;
	text-align: left;
	float: left;
	width: 110px;
	margin-right: 10px;
}

#itemList li span.color {
	display: block;
	width: 120px;
	float: left;
	margin-right: 10px;
}

#itemDetail {
	display: block;
	padding: 30px;
}

#itemDetail img {
	display: block;
	width: 340px;
	margin: 3px;
}

#itemArea .leftColumn p.badge {
	width: 140px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 30px;
	margin-bottom: 10px;
}

#itemArea .leftColumn p.badge a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -999px;
}

#itemArea .leftColumn a.tweetThis {
	display: block;
	clear: left;
	padding-left: 70px;
	color: #3ca6fa;
	background: url(http://www.wonderwall.net/blog/keng/images/icon_tweetthis.gif) no-repeat;
	height: 27px;
	padding-top: 7px;
	width: 144px;
}


#itemArea .leftColumn p.badge.size-chart {
	background: url(../images/badge_size-chart_140x30.gif) no-repeat;
}
#itemArea .leftColumn p.badge.wrapping {
	background: url(../images/badge_wrapping_140x30.gif) no-repeat;
	margin-right: 0;
}
#itemArea .leftColumn p.badge.kuromail {
	background: url(../images/badge_kuromail_140x30.gif) no-repeat;
}
#itemArea .leftColumn p.badge.rakuten {
	background: url(../images/badge_rakuten_140x30.gif) no-repeat;
	margin-right: 0;
}

/* @group FireFox 3 */

html>/**/body #bottom, x:-moz-any-link, x:default {
	margin-top:-16px;
}

/* @end */

/* @group IE 7 Hack */

*:first-child+html #itemList .items {
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 7px;
}

*:first-child+html #itemList .items a {
	margin-bottom: -5px;
	margin-left: -10px;
	margin-top: -7px;
}


/* @end */

/* @group IE 6 Hack */

* html #itemList .items {
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 7px;
	display: block;
}

* html #itemList .items a {
	margin: 0;
	padding: 0;
	display: block;
}

* html #itemList .items a:hover {
	background: white no-repeat;
}

* html #itemListName span.size {
	margin-left: 5px;
	width: 125px;
}

* html #itemList li span.size {
	margin-right: 0px;
}

/* @end */