/* -----------------------------

	コーディネートページTOP

	----------------------------- */
div#coordinateTop{
	width:644px;
	margin:auto;
	}


/* サムネイル一覧 */
table#coordinateThumbList{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:15px;
	}

table#coordinateThumbList td,
table#coordinateThumbList th{
	border:none;
	text-align:center;
	}

table#coordinateThumbList td{
	padding:10px 0;
	border-bottom:#C8C8C8 1px solid;
	vertical-align:top;
	}

table#coordinateThumbList td dl{:;}

/* サムネイルにボーダーをつける */
table#coordinateThumbList td dt img{
	padding:2px;
	border:#C8C8C8 1px solid;
	}

table#coordinateThumbList td dt img:hover{
	border:#FF3366 1px solid;
	}

table#coordinateThumbList span.listTotalPrice{
	color:#FF0000;
	font-weight:bold;
	font-size:1.1em;
	}



/* -----------------------------

	コーディネートページ詳細

	----------------------------- */

div#setBuy{
	width:644px;
	margin:auto;
	overflow:hidden;
	}

#price_no_tax,
#price_with_tax{
	font-weight:bold;
	color:#F00;
	font-size:1.5em;
	}



/* セット名と価格
 -----------------------*/
div#setTitle{
	margin-bottom:20px;
	background:#e1a6e9 url("../img/common/item/set/bg_setTitle.gif") top no-repeat;
	position:relative;
	}

div#setTitle table{
	width:100%;
	border:none;
	border-collapse:collapse;
	height:90px;
	}


div#setTitle h2{
	width:300px;
	margin:10px;
	font-size:10.5pt;
	color:#c719f2;
	text-align:left;
	}

div#setTitle ul,
div#setTitle ul li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.0;
	}


/* 数字の桁・位置調整 */
div#setTitle ul li#first{
	position:absolute;
	top:37px;
	left: 420px;
	}

div#setTitle ul li#second{
	position:absolute;
	top:41px;
	left: 465px;
	}

div#setTitle ul li#third{
	position:absolute;
	top:33px;
	left: 511px;
	}

div#setTitle ul li#fourth{
	position:absolute;
	top:40px;
	left: 553px;
	}

div#setTitle ul li#fifth{
	position:absolute;
	top:33px;
	left: 600px;
	}




/* メイン画像
 -----------------------*/

div#mainImg{
	width:642px;
	margin:auto;
	border:#C8C8C8 1px solid;
	margin-bottom:15px;
	text-align:center;
	}

div#mainImg p#setPrice{
	margin:0 auto;
	padding:10px 0;
	line-height:1.5;
	background:url("../img/common/item/set/bg_setPrice.gif");
	}

div#mainImg p#setPrice span{
	font-weight:bold;
	color:#F00;
	font-size:1.5em;
	}


/* 左側
 -----------------------*/
div#setLeftBox{
	width:320px;
	float:left;
	text-align:left;
	margin-left:5px;
	display:inline;
	}


/* 個別のアイテム購入フォーム */
div.individualItem{
	margin:auto 0 10px auto;
	background:#f6e3f8 url("../img/common/item/set/bg_individualItem.gif") top no-repeat;
	}

div.individualItem dl{
	padding-top:15px;
	overflow:hidden;
	}

div.individualItem dt{
	width:60px;
	float:left;
	}

div.individualItem dd{
	padding:0 0 0 60px;
	margin:0;
	}

div.individualItem dd a{
	font-weight:bold;
	display:block;
	padding:10px 0 5px 0;
	}




/* 色、サイズ選択 */
div#setLeftBox div.checkAddCart{
	padding:10px;
	overflow:hidden;
	}

/* サムネイル */
p.itemThumb{
 	width:60px;
	float:left;
	margin:0;
	padding:2px;
	border:#C8C8C8 1px solid;
	background:#FFF;
	}

/* 色＆サイズリスト */
div#setLeftBox div.checkAddCart table{
	width:230px;
	float:right;
	border-collapse:collapse;
	background:#fef1ff;
	table-layout:auto;
	}

div#setLeftBox div.checkAddCart table th,
div#setLeftBox div.checkAddCart table td{
	border:#C8C8C8 1px solid;
	text-align:center;
	padding:1px 2px;
	font-size:smaller;
	}


/* メイン画像で使用中アイテム */

div#setLeftBox div.checkAddCart table td.useItem{
	background:url("../img/common/item/set/bg_useItem.gif") 5px no-repeat;
	}


/* 在庫なし */
p.noStock{
	padding-left:20px;
	color:#F00;
	text-align:right;
	}

span.noStock{
	color:#999;
	}

/*div#setRightBox form select{
	width:140px;
	}

div#setRightBox form label{
	background:#ff7800;
	color:#FFF;
	text-align:right;
	display:block;
	width:12em;
	float:right;
	}

div#setRightBox p{
	width:260px;
	padding:10px 10px 10px 50px;
	}*/


/* まとめてカートへ */
div#setBuyTotal{
	text-align:center;
	padding:30px 0 0 0;
	margin:15px 0;
	background:url("../img/common/item/set/bg_setBuyTotal.gif") top repeat-x;
	clear:both;
	overflow:hidden;
	}

div#setBuyTotal dl{
	width:340px;
	float:left;
	}

div#setBuyTotal dl dt{
	width:8em;
	display:inline;
	}

div#setBuyTotal dd{
	color:#F00;
	padding-top:10px;
	}



div#setBuyTotal p{
	width:300px;
	margin:0;
	float:right;
	padding:10px 0 30px 0;
	}





/* 右側
 -----------------------*/
div#setRightBox{
	width:309px;
	float:right;
	margin-right:5px;
	display:inline;
	}



/* スタッフからのコメント */
div#setRightBox div#setComment p{
	margin:10px;
	text-align:left;
	}


div#setRightBox div#setComment p#commentTtl{
	height:55px;
	margin:0 0 -20px 0;
	background:url("../img/common/item/set/ttl_point.gif") top center no-repeat;
	text-indent:-9999px;
	}


/* EOF */

