@charset "utf-8";

/* ------------------------------------------------------------

	one_stop/ style

------------------------------------------------------------ */

/* ----------box layout---------- */

.one_stop_box_left {
	float: left;
	width: 255px;
	margin-bottom: 1em;
}

.one_stop_box_right {
	float: right;
	width: 255px;
	margin-bottom: 1em;
}

.one_stop_box1_1 {
	float: left;
	width: 163px;
	margin-bottom: 1em;
	margin-right: 21px;
}

.one_stop_box1_2 {
	float: left;
	width: 163px;
	margin-bottom: 1em;
}

.one_stop_box1_3 {
	float: right;
	width: 163px;
	margin-bottom: 1em;
}

.one_stop_box2_1 {
	float: left;
	width: 195px;
	margin-bottom: 1em;
	margin-right: 21px;
}

.one_stop_box2_2 {
	float: left;
	width: 158px;
	margin-bottom: 1em;
}

.one_stop_box2_3 {
	float: right;
	width: 136px;
	margin-bottom: 1em;
}


/* ------------------------------------------------------------

	one_stop/y-cube.html style

------------------------------------------------------------ */

/* ----------photo area---------- */

#photo_left {
	float: left;
	width: 416px;
}

#photo_right {
	float: right;
	width: 128px;
}

#photo_left p.photo {
	margin-bottom: 1em;
}

#photo_left p.photo img {
	border: 6px solid #E8E8E8;
}

#photo_right ul {
	list-style-type: none;
}

#photo_right ul li {
	width: 60px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1%;
}

#photo_right ul li img {
	border: 3px solid #E8E8E8;
}

#photo_right ul li.thumb_left {
	float: left;
	margin-bottom: 8px;
}

#photo_right ul li.thumb_right {
	float: right;
	margin-bottom: 8px;
}


/* ----------head---------- */

#contents_area h4.detail_head1 {
	background-image: none;
	border-bottom: 1px solid #E8E8E8;
	font-weight: normal;
}


/* ----------box---------- */

#detail_box_profile1 {
	float: left;
	width: 243px;
}

#detail_box_profile2 {
	float: right;
	width: 270px;
}


/* ----------list---------- */

.list_profile dt {
	float: left;
	width: 4em;
}

.list_profile dt.comment {
	float: none;
}

.list_profile dd {
	margin-bottom: 0.5em;
	margin-left: 4em;
}

.list_profile dd.comment {
	margin-left: 0;
}

