@charset "utf-8";

/* ------------------------------------------------------------

	colection style

------------------------------------------------------------ */


/* -----メインビジュアル----- */

#main_visual {
	margin-bottom: 34px;
}


/* -----商品一覧----- */

/* レイアウト */

.colection_list .box_left {
	float: left;
	width: 265px;
	margin-bottom: 2em;
}

.colection_list .box_right {
	float: right;
	width: 265px;
	margin-bottom: 2em;
}

/* 商品画像 */

.colection_list .photo {
	margin-bottom: 1px;
}

.colection_list .photo img {
	border: 2px solid #666666;
}

/* 商品コード */

.tb_code {
	margin-bottom: 0.5em;
}

.tb_code th {
	width: 7em;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 0.625em;
	font-weight: bold;
	text-align: center;
}

.tb_code td {
	background-color: #9A317D;
	padding: 0.25em 0.5em;
	color: #FFFFFF;
	font-size: 1.125em;
	line-height: normal;
	text-align: right;
}

.type1 {
	width: 254px;
}

.type2 {
	width: 214px;
}

.type3 {
	width: 205px;
}

.type4 {
	width: 191px;
}


/* 商品名 */

.colection_list h3 {
	margin-bottom: 0.5em;
}

.colection_list h3 a {
	color: #000000;
}

/* 商品価格 */

.colection_list .price strong {
	font-size: 1.34em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* 商品補足 */

.colection_list .hosoku {
	font-size: 0.625em;
	color: #666666;
	margin-top: 4px;
	line-height: 1.75em;
	background-color: #F3F3F3;
	padding: 2px;
	width: 254px;
}
.colection_list .hosoku strong{
	color: #ffffff;
	background-color: #9A317D;
	padding: 2px;
	margin-right: 5px;
	font-weight: normal;
}
