@charset 'UTF-8';

/**
 * 商品詳細
 */

@import url("/css/import/default.css");
@import url("/css/import/menu_for_shopping.css");


/* メイン枠 */

.main {
	float: left;
	width: 410px;
	margin: 0px 15px 30px 0px;
}

.main h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.main .submenu {
	margin-bottom: 15px;
}

.main .concept dt {
	background-color: #dddddd;
	width: 130px;
	padding: 2px;
	text-align: center;
}

.main .concept dd {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

.main .aboutPrint {
	color: #CC0000;
}

.main h3 {
	clear: both;
	width: 400px;
	background-color: #dddddd;
	padding: 2px 5px;
	margin: 30px 0px 10px;
}

.main .aboutBody {
	margin-bottom: 10px;
}

.main .thumbnail img {
	cursor: pointer;
	border: 1px solid #000000;
}

.main .zoom {
	text-align: center;
}

.main .zoom img {
	cursor: pointer;
}

.main .cart {
	float: left;
	width: 195px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.main .cart .price {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.main .cart table {
	margin-bottom: 5px;
}

.main .cart table th {
	font-weight: normal;
	text-align: left;
	width: 40px;
	padding: 3px 3px 3px 0px;
}

.main .cart table td {
	width: 149px;
}

.main .cart table td img {
	cursor: pointer;
}

.main .size {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.main .size .chart {
	margin-bottom: 3px;
}


/* サブ枠 */

.sub {
	float: left;
	width: 180px;
}

.sub h3 {
	margin-bottom: 15px;
}

.sub .name {
	width: 150px;
	margin: 10px auto 20px;
}

.sub .mboard {
	background: url("/img/goods/detail_mboard_background.gif") no-repeat;
	width: 150px;
	height: 72px;
	padding: 15px;
	margin: 15px 0px 10px;
}

.sub .mboard li{
	height: 18px;
}

.sub .mboard .byUser {
	background: url("/img/mboard/by_user.gif") no-repeat left center;
	padding-left: 22px;
}

.sub .mboard .byDesigner {
	background: url("/img/mboard/by_designer.gif") no-repeat left center;
	padding-left: 22px;
}

.sub .mboardHelp {
	margin: 10px 0px;
}

.sub .favorite {
	margin-bottom: 20px;
}

.sub .created li {
	text-align: center;
	float: left;
	width: 90px;
}

.sub .created li img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}



