@charset "euc-jp";
/* =======================================================
	Title : service_list.css
	Description : 用途から選ぶ スタイル
	Created : 2010-03-23
	Author : takimoto

	Last Up Date: 2010-03-23(takimoto)
======================================================= */
/* =======================================================
	目次
		1. 用途から選ぶ一覧 #c_purpose
		2. float解除 .fc
		
======================================================= */

/* =======================================================
1. 用途から選ぶ一覧 #c_purpose (10/3/23 takimoto)
======================================================= */
#c_purpose .c_purpose_box {
	height: 100%;
	border: 1px solid #999;
	margin-top:10px;
}
#c_purpose .c_purpose_box h3{
	height:20px;
	font-size: 12px;
	padding-left:10px;
	margin-top: 0;
	margin-bottom: 0;
	background:url(/person/image/preson_h3_bg.gif) 0 0 no-repeat;
	border-bottom: 1px solid #999;
	border-top:none;
	border-left:none;
	border-right:none;
}
#c_purpose .c_purpose_box ul {
	margin	:	6px 0;
}
#c_purpose .c_purpose_box ul li {
	display	:	inline;
	width	:	342px;
	float	:	left;
	margin	:	0 0 0 10px;
}
#c_purpose .c_purpose_box ul.more_lines li {
	border-bottom	:	1px dashed #777;
	padding	:	0 0 10px;
	margin	:	0 0 20px 10px;
}
#c_purpose .c_purpose_box ul.more_lines li dl {
	
}
#c_purpose .c_purpose_box dl {
	display	:	block;
	margin	:	0 0 0 112px;
}
#c_purpose .c_purpose_box dl dt{
	margin	:	0;
	padding	:	0;
	font-size	:	82%;
}
#c_purpose .c_purpose_box dl dt a {
	font-size	:	123%;
	font-weight	:	bold;
	color	:	#253495;
	line-height	:	1.2;
}
#c_purpose .c_purpose_box dl dd{
	line-height	:	1.2;
	margin	:	0;
	padding	:	6px 0 0;
}

#c_purpose .c_purpose_box li p {
	margin-top	:	7px;
}

#c_purpose dl.kanrenshouhinbox{
	width	:	auto;
	margin	:	10px;
	border	:	1px solid #999;
	float	:	none;
	padding	:	0;
}
#c_purpose dl.kanrenshouhinbox dt{
	width	:	5.5em;
	float	:	left;
	background-color	:	#fae4ac;
	padding	:	0 0 0 10px;
	font-size	:	100%;
}
#c_purpose dl.kanrenshouhinbox dd{
	float	:	left;
	margin	:	0;
	padding	:	0 0 0 20px;
	line-height	:	1;
}

#c_purpose .c_purpose_box ul li.column_1 {
	display	:	block;
	width	:	auto;
	float	:	none;
	margin	:	0 0 0 10px;
}



/* =======================================================
2.float解除 .fc 09/5/15 takimoto
======================================================= */

.fc:after {
	content:	".";
	display:	block;
	clear:	both;
	height:	0;
	visibility:	hidden;
}
.fc{
	zoom:	100%;
	/*\*//*/
	display:	inline-table;
	/**/
}
/* =================== */