@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 12px;
}

#main h3 {
	margin-bottom: 10px;
	text-align: center;
}

#main h4 {
	margin-bottom: 28px;
	padding-top: 12px;
}

#main dl {
	margin: 0 18px 30px;
}

#main dl dt {
	margin-bottom: 5px;
	padding: 16px 0 7px;
	border-bottom: 1px solid #535353;
}

#main dl dd {
	padding-left: 10px;
	line-height: 1.8;
	background: url(../img/common/icon03.gif) no-repeat left 7px;
	background-size: 4px 7px;
}

#main .inner {
	margin: 0 15px;
}

#main .inner .photoBox {
	margin: 0 55px 20px;
}

#main .inner .textBox p {
	font-size: 11px;
	line-height: 1.8;
}

#main .inner .textBox p a {
	color: #333;
}

#main .inner .textBox p:nth-child(2) {
	margin: 10px 0;
}