@charset "utf-8";
/* 商品一覧ページ */
#item_list{
	clear: both;
}

#item_list table {
	border: none;
	border-collapse: collapse;
}

#item_list .frame_r {
	border-right: 1px solid #DD6688;
	display: block;
}

#item_list .frame_top {
	border-right: 1px solid #DD6688;
	display: block;
}

#item_list .item_block {
	width: 360px;
	height: 185px;
	float: left;
}

#item_list .item_img {
	width: 170px;
	height: 170px;
	float: left;
}

#item_list .item_img_right {
	width: 175px;
	height: 170px;
	float: right;
}

h2{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px 0px 5px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}


/* 商品詳細ページ
#item_detail {
}

#item_detail .itemimg {
	border:1px solid #DD6688;
	width: 250px;
	height: 250px;
	float: left;
}

#item_detail .dashline {
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('../images/screen/layout_ss_dashline2.png');
	background-repeat: repeat-x;
}

#item_detail .serise_bg_top {
	clear: both;
	height: 40px;
	background-image: url('../images/screen/layout_m_decoline1.png');
	background-repeat: no-repeat;
}

#item_detail .serise_bg_bottom {
	clear: both;
	height: 10px;
	background-image: url('../images/screen/layout_m_decoline2.png');
	background-repeat: no-repeat;
}

#item_detail .explan {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#item_detail .explan_ttl_icon {
	position: relative;
	top: 5px;
	left: 5px;
	background-image: url('../images/screen/layout_m_square.png');
	background-repeat: no-repeat;
}

#item_detail .explan_ttl {
	padding-left: 10px;
	position: relative;
	top: -2px;
	left: 15px;
	font-size: 14px;
}

#item_detail .serise_block {
	float:left;
	width: 230px;
	height: 150px;
	margin-left:10px;
}

#item_detail .comment {
	margin-top: 20px;
	background-image: url('../images/screen/layout_s_zebraline.png');
	background-repeat: repeat-x;
}

#item_detail .comment_block {
	float:left;
	width: 232px;
	height: 130px;
	margin-left:10px;
	background-color: #FFEEEE;
	font-size: 12px;
}

#item_detail .comment_ttl {
	background-color: #FFDDDD;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
}
 */



