@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
body {
	font-family: "メイリオ", "Meiryo", sans-serif;
	background: url(../img/background.png) no-repeat top center;
	background-size: 1128px 768px;
}
h1 {
	margin:10px 0;
	text-align: center;
}
.wrapper {
}
.main_cont {
	width: 900px;
	margin: 0 auto 10px; /*0 auto 50　から変更20171115*/
}
.btn_area01 {
	margin: 150px 0 0;
}
.btn_area01 li {
	position: relative;
	width: 270px;
	float: left;
	margin: 0 45px 0 0;
	text-align: center;
}
.btn_area01 li:last-child {
	margin: 0;
}
.btn_area01 li dl dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.btn_area01 li dl dt img:hover {
	top: 4px;
	left: 4px;
}
.btn_area01 li dl {
}
.btn_area01 li dl dd {
	margin: 280px 0 0;
	font-size: 1.1em;
	
}
