@charset "utf-8";

/*下層メインビジュアル
---------------------------------*/
#mvlower {
	background: url("../img/main-bg.jpg") no-repeat top center;
}
#mvlower h2 {
	font-size: 24px;
	padding-top: 90px;
}

/*コンテンツ
---------------------------------*/
#contents {
	width: 100%;
	padding: 70px 0;
}
#contents .inner {
	width: 850px;
	margin: 0 auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	#contents .inner {
		width: 90%;
	}
}
#contents h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eaeaea;
}
#contents p {
	margin-bottom: 40px;
}
#contents p.right {
	text-align: right;
}
#contents p.mail {
	border:solid 1px #666;
	padding: 10px 20px;
}
#contents p.mail a {
	color: #fc7400;
}
#contents p.mail a:hover {
	text-decoration: none;
}
#contents ul {
	margin-bottom: 40px;
}