@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;
}
.table1 td {
    padding: 5px;
    border: 0px;
    text-align: left;
    font-size: 80%;
}
.flat {
    clear: both;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.orange{
	color: #FF3F00;	
}