@charset "Shift_JIS";

/* コンテンツテーブル（商品ページ） */
/*table.contents {
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
	width: 800px;
	text-align: left;
	font-size: 10px !important;
	font-size: 90%;
	line-height: 120%;
}

table.contents tr td.left {
	width: 170px;
	vertical-align: top;
}

table.contents tr td.right {
	vertical-align: top;
	width: 630px;
}
*/

/* 共通 */

table tr td.contents_item_name {
	width: 630px;
}
.contents_item_name p {
	margin-top: 10px;
	font-size: 13px !important;
	font-size: 110%;
	line-height: 110%;
}
.contents_item_name span {
	padding-left: 8px;
	font-size: 10px !important;
	font-size: 80%;
	line-height: 110%;
}
.item_honmon {
	width: 320px;
}
.item_honmon p {
	width: 320px;
	margin-top: 20px;
	color: #333333;
	font-size: 12px !important;
	font-size: 90%;
	line-height: 150%;
}

/* キット 　右側素材など　*/

table.kit_info {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 17px 0 0 auto;
	width: 260px;
	font-size: 10px !important;
	font-size: 80%;
	line-height: 140%;
}
table.kit_info tr td.left {
	width: 50px;
	padding: 5px 0;
	border-bottom: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.kit_info tr td.right {
	width: 210px;
	padding: 5px 0;
	border-bottom: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.indicator {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 201px;
}
table.indicator tr td {
	vertical-align: top;
}
table.indicator tr td.l{
	width: 67px;
	text-align: left;
	vertical-align: top;
}
table.indicator tr td.c{
	width: 67px;
	text-align: center;
	vertical-align: top;
}
table.indicator tr td.r{
	width: 67px;
	text-align: right;
	vertical-align: top;
}


/* キット 　同じシリーズのセットアイテム　*/

.series_area {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: right;
	font-size: 10px !important;
	font-size: 80%;
}
ul.series {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.series li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 10px !important;
	font-size: 90%;
}
ul.series li a {
	margin-left: 3px;
	padding: 0px 6px;
	border: 1px solid #516666;
	background-color: #F6F2E1;
}


/* キット 　注画像＋テキスト　*/

.tyu_area {
	width: 320px;
	padding: 20px 0 0 0;
	line-height: 140%;
	font-size: 10px !important;
	font-size: 80%;
}
.tyu_area input {
	padding-right: 10px;
	float: left;
}


/* 商品リスト（キット用）1列レイアウト流用部分 */

img.pic_s75 { 
	padding: 0 0 5px 0;
	width: 60px;
	height: 75px;
}

/* 商品リスト（その他用）1列レイアウト流用部分 */

img.pic_s60 { 
	padding: 0 0 5px 0;
	width: 60px;
	height: 60px;
}

/* 商品リスト（完成品用）1列レイアウト流用部分 */

.ProductList1 td.kanseihin {
	padding: 5px 0 0 5px;
	font-size: 10px !important;
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	background-color: #F9E7D7;
}

.ProductList1 tr td.kansei_item_info {
	padding: 5px 0 0 0;
	width: 280px;
	height: 55px;
	background-color: #F9E7D7;
}
/*
.ProductList1 tr td.kansei_item_info div {
	margin:0px 5px 0px 10px;
	background-color: #F9E7D7;
}
*/
.kansei_item_name,
.kansei_item_size {
	margin-bottom: 3px;
	padding: 0;
	background-color: #F9E7D7;
	font-size: 12px !important;
	font-size: 100%;
	line-height: 130%;
}
.kansei_item_cap {
	display: block;
	margin: 5px 0;
	padding: 0;
	background-color: #F9E7D7;
	font-size: 10px !important;
	font-size: 90%;
	line-height: 120%;
}

table.kansei_item_etc {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	width: 270px;
	height: 85px;
}
table.kansei_item_etc tr {
	vertical-align: baseline;
}
table.kansei_item_etc tr td {
	background-color: #F9E7D7;
	font-size: 12px !important;
	font-size: 90%;
	line-height: 140%;
	text-align: right;
	padding: 0 5px;
}
table.kansei_item_etc tr td span {
/*	background-color: #F9E7D7;	*/
}
table.kansei_item_etc tr td.status_icon {
	background-color: #F9E7D7;
	width: 270px;
/*	height: 18px;	*/
	height: 26px;
	text-align: right;
/*	margin-left: auto;
	margin-right: 0; 　右寄せ*/
}
table.kansei_item_etc tr td.price {
	width: 75px;
	height: 50px;
	background-color: #F9E7D7;
	vertical-align: baseline;
}
table.kansei_item_etc tr td strong {
	background-color: #F9E7D7;
}
table.kansei_item_etc tr td.qty {
	width: 55px;
	background-color: #F9E7D7;
	vertical-align: baseline;
}
table.kansei_item_etc tr td.qty input {
	text-align: center;
}
table.kansei_item_etc tr td.irisu {
	width: 45px;
	background-color: #F9E7D7;
	vertical-align: baseline;
}
table.kansei_item_etc tr td.kansei_button_area {
	background-color: #F9E7D7;
	width: 95px;
}

.kansei_cart,
.kansei_wishlist {
	display: block;	
	margin: 0 0 5px 0;
	background-color: #F9E7D7;
}

/*　★★★パーツ、天然石その他★★★ */
/*　画像はセンター揃え、テキストボックスはセンター、行は左揃え　*/

.center {
	width: 630px;
	text-align: center;
}
.center p.honmon {
	margin: 10px auto 40px auto;
	color: #333333;
	font-size: 12px !important;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
}

/* 商品リスト（その他用）1列レイアウト流用部分 */

img.pic_s60 { 
	padding: 0;
	width: 60px;
	height: 60px;
}

.item_info_60 {
	width: 280;
	height: 60px;

