@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 .main h3 {
	color: #50AADC;
	font-size: 20px;
	margin-bottom: 10px;
}
.article{
	margin-bottom:30px;
	}

.sky{
	color: #50AADC;
	display: block;
}
table {
	border-collapse: collapse;
	margin-bottom: 40px;
	margin-top: 20px;
	border: 0px;
}
table th{
	width: 160px;
	text-align: center;
}
table th,
table td{
  border:1px solid #b3b3be;
}
table td{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	
}
table td a{
  color:#50aadc;
}
table th{
	vertical-align:middle;
	}
strong, b {
    font-weight: bold;
}
