@charset 'utf-8';
@import url("common.css");

/* ----------------------------------------
	Category Summary
---------------------------------------- */

#category_summary {
	margin-bottom	: 30px;
}

#category_summary_text {
	line-height	: 160%;
	width		: 440px;
	float		: left;
}

#category_summary_text h4 {
	margin-bottom	: 20px;
}


#category_summary_thumb {
	width		: 290px;
	float		: right;
}

/* ----------------------------------------
	Details
---------------------------------------- */

#details h3 {
	margin-bottom	: 10px;
}

/* ----------------------------------------
	Details Box
---------------------------------------- */

.detail_box {
	background-image	: url("../img/dot_x.gif");
	background-position	: left bottom;
	background-repeat	: repeat-x;
	height		: 85px;
	min-height	: 85px;
	width		: 364px;
	margin-bottom	: 25px;
	padding-bottom	: 10px;
}

.detail_box.lbox {
	float		: left;
}

.detail_box.rbox {
	float		: right;
}

.detail_box_summary {
	width		: 285px;
	float		: right;
}

.detail_box_summary h4 {
	font-family	: "ＭＳ 明朝", serif;
	font-size	: 14px;
	padding-bottom	: 3px;
	border-bottom	: 1px solid #C0D3E4;
}

.detail_box_text, .detail_box_btns li {
	margin-top	: 5px;
}

.detail_box_text {
	font-size	: 10px;
	line-height	: 120%;
	width		: 190px;
	float		: left;
	height		: 50px;
}

.detail_box_btns {
	width		: 79px;
	float		: right;
}

.detail_box_btns ul {
	list-style-type	: none;
}

.detail_box_thumb {
	width		: 64px;
	padding		: 2px;
	border		: 1px solid #C0D3E4;
}

#allrequest, #allrequest a{
	margin		: 10px auto;
	text-align	: center
}
