@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	padding-bottom: 11px;
}

#header .hBox {
	padding-bottom: 0;
}

#conts .service {
	margin-bottom: 19px;
	overflow: hidden;
	width: 600px;
}

#conts .innerBox {
	border-bottom: 1px solid #E6E6E6;
	margin-right: -20px;
	width: 620px;
}

#conts .innerBox a {
	float: left;
	cursor: pointer;
}

#conts .innerBox a:hover {
	text-decoration: none;
}

#conts .inner {
	background: url(../img/common/line01.gif) repeat-x left bottom;
	float: left;
	padding-bottom: 20px;
	margin: 0 20px 20px 0;
	width: 290px;
}

#conts .none {
	background: none;
	margin-bottom: 0;
}

#conts .inner .photoBox {
	border: 1px solid #E6E6E6;
	padding: 4px;
	float: left;
}

#conts .textBox {
	width: 153px;
	float: right;
	margin-top: 8px;
}

#conts .textBox .text {
	font-size: 1.0em;
	line-height: 1.5;
	margin-bottom: 0;
}

#conts .textBox .title {
	display: block;
	margin-bottom: 10px;
}

#conts .link {
	margin-right: -20px;
}

#conts .link li {
	float: left;
	margin-right: 20px;
}

#conts .link li a {
	float: left;
	display: block;
}