@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts #info li {
	min-width: 50px;
	margin-right: 45px;
}
#conts #info li.w200 {
	min-width: 310px;
}

#conts .comLink li {
	margin-right: 24px;
}

#conts h3 {
	margin-bottom: 13px;
}

#conts h4 {
	margin: 0 9px 8px 0px;
	font-weight: Bold;
	font-size: 1.5em;
	border: none;
}

#conts p {
	font-size: 1.4em;
	margin: 0 0 20px 0px;
}

#conts p a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#conts p a:hover {
	text-decoration: none;
}

#conts .text {
	margin-bottom: 40px;
}

#conts .info {
	border: 1px solid #0A0406;
	margin: 0 14px 0 13px;
	padding: 20px 17px 25px 21px;
}

#conts .info p {
	margin: 0 0 5px 0;
}

#conts .info .title {
	font-size: 1.7em;
	font-weight: bold;
}

#conts .info ul {
	border-bottom: 1px solid #070707;
	margin: 0 0 10px 0px;
	padding: 0 0 11px 73px;
}

#conts .info ul li {
	font-size: 1.4em;
	padding-left: 0.6em;
	text-indent: -0.6em;
}

#conts .info a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#conts .info a:hover {
	text-decoration: underline;
}