@charset "utf-8";

/* ------------------------------------------------------------

	chair, meeting, sofa product style

------------------------------------------------------------ */


/* -----カテゴリータイトル----- */

#item_cate_head {
	background-color: #666666;
	padding: 30px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 1.375em;
	font-weight: bold;
}

/* -----メインビジュアル----- */

#main_visual {
	margin-bottom: 20px;
}

/* -----商品一覧----- */

/* 商品名 */

.item_head {
	background-color: #666666;
	padding: 10px;
	color: #FFFFFF;
	font-size: 0.875em;
}

.item_head span {
	font-size: 0.86em;
	font-weight: normal;
}


/* 商品レイアウト */

.item_box {
	width: 580px;
	margin-bottom: 20px;
}


.item_box .box_left {
	float: left;
	width: 299px;
	background-color: #FFFFFF;
}

.item_box .box_right {
	float: right;
	width: 281px;
	background-color: #CCCCCC;
}

.item_box2 {
	width: 580px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	padding-top: 10px;
}


.item_box2 .box_left {
	float: left;
	width: 294px;
	background-color: #CCCCCC;
	padding-left: 5px;
}

.item_box2 .box_right {
	float: right;
	width: 281px;
	background-color: #CCCCCC;
}



/* 商品データ */

.tb_item_data {
	width: 281px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.tb_item_data th,
.tb_item_data td {
	padding: 0.5em;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.tb_item_data td p,
.tb_item_data td ul,
.tb_item_data td ol,
.tb_item_data td dt {
	font-size: 1em;
	line-height: normal;
}

.tb_item_data th {
	width: 6em;
	color: #666666;
	border-right: 1px dotted #999999;
}

* html body .tb_item_data th {
	width: 7em;
}

*+html body .tb_item_data th {
	width: 7em;
}

.tb_item_data tr.cell_colored th,
.tb_item_data tr.cell_colored td {
	background-color: #E0E0E0;
}

.tb_item_data td.cell_price strong {
	font-size: 1.34em;
	font-weight: bold;
}


/* カートボタン */

.item_btn_cart {
	margin-left: 18px;
}

/* 価格 */

.item_box .price1,
.item_box .price2 {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 2em;
}

.item_box .price1 strong,
.item_box .price2 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}

.item_box .price1 strong {
	color: #000000;
}

.item_box .price2 strong {
	color: #333333;
}

.item_box .price1 .small,
.item_box .price2 .small {
	color: #666666;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.72em;
}

.price_box1 {
	padding: 0px 15px;
}
.price_box1 form {
	padding-bottom: 12px;
	margin-bottom: 12px;
	background-image: url(../images/cart_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.price_box2 {
	padding: 0px 15px;
}
.price_box2 form {
	padding-bottom: 12px;
	margin-bottom: 12px;
	background-image: url(../images/cart_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.mg20 {
	margin-top: 20px;
}

.mg10 {
	margin-bottom: 10px;
}

.cart_line {
	margin-bottom: 10px;
	margin-top: 10px;
}


/* カラー選択 */

.select_color {
	margin-bottom: 10px;
}
.select_color select{
	background-color: #F7EFFE;
}


/* イメージ切替 */

dl.image_change {
	margin-top: 10px;
}

dl.image_change dt {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

dl.image_change dd {
	float: left;
}

dl.image_change ul {
	list-style-type: none;
	font-size: 1px;
	line-height: 1%;
}

dl.image_change li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}


/* おすすめ商品 */

.recommend_box {
	width: 580px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #999999;
}

.recommend_box .box_left {
	float: left;
	width: 315px;
}

.recommend_box .box_right {
	float: right;
	width: 265px;
	background-color: #EEEEEE;
}



/* おすすめ商品データ */

.tb_recommend_data {
	width: 265px;
	border-collapse: collapse;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.tb_recommend_data th,
.tb_recommend_data td {
	border-bottom: 1px dotted #999999;
	padding: 0.5em;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.tb_recommend_data td p,
.tb_recommend_data td ul,
.tb_recommend_data td ol,
.tb_recommend_data td dt {
	font-size: 1em;
	line-height: normal;
}

.tb_recommend_data th {
	width: 5em;
	color: #666666;
	border-right: 1px dotted #999999;
}

* html body .tb_recommend_data th {
	width: 6em;
}

*+html body .tb_recommend_data th {
	width: 6em;
}

.tb_recommend_data th em{
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
}
.tb_recommend_data th em.kumitate0{
	color: #0066CC;
}
.tb_recommend_data th em.kumitate1{
	color: #CC6666;
}

.tb_recommend_data td.cell_price {
	padding-top: 12px;
}
.tb_recommend_data td.cell_price strong {
	font-size: 1.34em;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
}
.tb_recommend_data td.cell_price form {
	margin: 8px 0px;
}





#area_contents .return_navi {
	background-color: #333333;
	padding: 3px;
	text-align: right;
	margin-bottom: 35px;
}
#area_contents .return_navi a{
	color: #FFFFFF;
}

