@charset "utf-8";
/* カートの中身レイアウト */

/* 商品の項目
item_name：商品名
item_supplement ：商品キャッチコピー
item_id ：商品番号
item_baseprise：表示価格
item_prise：販売価格

------------------------*/
#item_info {
	color: #666666;
	padding: 5px 10px 10px;
	border-bottom: 1px solid #EEEEEE;
}
#item_info .item_name {
	font-weight: bold;
	color: #333333;
}

#item_info .item_supplement {

}

#item_info .item_id {

}

#item_info .item_baseprise {

}

#item_info .item_prise {

}

/* 所属カテゴリーの部分
------------------------*/
#cate {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cate img {
	margin-right: 5px;
	vertical-align: middle;
}

#cate a {
	font-weight: bold;
	color: #FFFFFF;
}
#cate a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* サイズを選ぶ
------------------------*/
#select {
	margin: 5px 7px;
}
#select img {
	position: relative;
	top: 3px;
}

#select table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 2px;
}
#select th,td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* カートとお問い合わせ
------------------------*/
#cart_in {
	margin: 7px 7px 5px;
	width: 700px;
}
#cart_in img {
	margin-right: 5px;
}
#cart_in a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

/* 画像
------------------------*/
#item_pic {
	margin: 0px auto;
	text-align: center;
}
#item_subpic {
	margin: 0px auto;
	text-align: center;
}

/* 共通説明文の枠
------------------------*/
#comment_head {
	background-color: #CCCCCC;
}
#comment_foot{
	background-color: #CCCCCC;
}
#comment_sale{
	background-color: #CCCCCC;
}

/* ＰＣ用商品説明文・販売期間
------------------------*/
.explain {
	margin: 0px 7px;
	clear: left;
}

/* キーワード部分
------------------------*/
#key {
	margin: 5px 7px;
	padding: 5px 10px;
	border: 1px solid #999999;
}
#key a {
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}
#key a:hover {
	color: #990000;
}

/* レイアウト
------------------------*/
#items {
	padding: 10px;
	float: none;
	clear: both;
}
#search2 {
	clear: both;
}
#search2 p {
	padding-top: 5px;
	font-size: 11px;
}

/* test関連
------------------------*/
.text_price {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

/* 商品詳細の枠
------------------------*/
.text_bar {
	border: 1px solid #CCCCCC;
	margin: 5px 7px;
	padding: 5px 10px;
	width: 684px;
	color: #CCCCCC;
	background-color: #333333;
}

/* 追加ー商品説明
------------------------*/
.box_base{
margin-bottom: 10px;
}

.text_spec{
text-align: left;
line-height: 1.5em;
font-size: 12px;
padding: 20px 20px; 
}

.box_base ul li {
margin-left: 20px;
}


