@charset "UTF-8";
body{
	overflow-x: hidden;
}
main #main .mv {
	height: 80px;
	background-image: url(img/mv.png);
	font-size: 14px;
	padding-top: 120px;
	background-position: center 0%;
	background-repeat: no-repeat;
	max-width: 1200px;
	min-width: 1024px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}
#top main .main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: none !important;
	max-width: 1120px;
	/*min-width: 1000px;*/
}
#main .main h2 {
	background-image: url(img/bg_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	line-height: 40px;
	color: #64646E;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.main .item dl {
	border: 1px solid #B3B3BE;
	width: 20.2%;
	margin-right: 2%;
	float: left;
	min-width: 212px;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 0.5%;
}
.main .item dl.end {
	margin-right:0%;
}
.main .item dl dt{
	height: 45px;
	font-size: 16px;
	color: #64646e;
	font-weight: bold;
	margin-bottom: 10px;
	}
.main .item dl dt a {
	color: #64646e;
	text-decoration: none;
	font-size: 16px;
}
.main .item dl dt a:hover{
	text-decoration: underline;
	color: #50aadc;
}
dl dd img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
dl dd.more{
	text-align: right;
	margin-top: 15px;
	}
dl dd.more img {
	width: 52px;
	height: auto;
}
.item dl .ttl {
	color: #0071bc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.item dl dd {
	font-size: 11px;
	color: #64646e;
}
.main h3 {
	margin-bottom: 24px;
}
#main .main .item {
	margin-bottom:20px;
}
.item.clearfix dl .link {
	background-image: url(img/ic_01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.main .ttl_02 {
	margin-top: 60px;
}
.item.clearfix.height dl {
	height: 270px;
}
.item.clearfix.height dd.txt {
	height: 50px;
}
@media screen and (max-width: 1084px) {
	.main .item dl {
	border: 1px solid #B3B3BE;
	margin-right: 8px;
	float: left;
	width: 212px;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 0.5%;
}
#top main .main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
}