@charset "UTF-8";

/*
-------------------------------------------
商品情報
-------------------------------------------
*/
#item {
	width: 550px;
	margin: 0px auto;
}

.item_img {
	border: 1px solid #CCCCCC;
	float: left;
}
.item_txt {
	float: right;
	width: 280px;
}

.item_nam {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 20px;
}

.item_info {
	padding: 0px 0px 10px;
}

.item_comment {
	margin: 10px auto;
}

.item_block {
	margin: 15px auto;
	border: 1px solid #CCCCCC;
}

.p_title {
	background-color: #FFFFCC;
	color: #FF9900;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
}

.p_sub {
	padding: 10px;
}
.p_name {
	font-size:16px;
	font-weight: bold;
	margin: 10px 0 0;
}
/*
-------------------------------------------
コメント
-------------------------------------------
*/
#commentForm {

}
#item h3,
#commentForm h3,
#commentList h3 {
	background-color: #FF9900;
	width: 100%;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
}
#commentList {
	height:500px;
	overflow:auto;
	scrollbar-3dlight-color:#333333;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FF9900;
	scrollbar-face-color:#FF6600;
	scrollbar-highlight-color:#FF9900;
	scrollbar-shadow-color:#333333;
	scrollbar-track-color:#FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#commentList h3 {
}
#commentList ul {
	margin:0;
	list-style: none;
}
#commentList ul li {
	margin: 0 3px;
	list-style: none;
}
#commentList .cmt_area {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid  #CCC;
}
#commentList .cmt_area div {
	padding: 4px;
}
#commentList .cmt_data {

}
/*
-------------------------------------------

-------------------------------------------
*/
.font_grn {
	color: #00CC00;
}

.font_red {
	color: #FF0000;
}

.font10 {
	font-size: 10px;
}

.font14 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.img_bottom {
	vertical-align: bottom;
	margin: 0px 5px;
}

