@charset "shift-jis";
/* CSS Document */

/*----- cssの初期化：ここから-----*/
*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

/*----- cssの初期化：ここまで -----*/

body{
	background:#FFF;
	margin:0;
}

div#container{
	display:block;
	max-width:1000px;
	width: 100%;
	margin:15px auto 0 auto;
	position: relative;
}
div.box01 img{
	display:block;
	width:100%;
	max-width: 1000px;
	height: auto;
}
div.hp_btn{
	display: block;
	width: 110px;
	height: 20px;
	position: absolute;
	top:610px;
	left: 735px;
	background:url(images/btn_hp_r.png) no-repeat;
}
div.hp_btn a{
	display: block;
	width: 110px;
	height: 20px;
}
div.hp_btn a:hover img{
	opacity: 0;
}
div.box02{
	display:none;
}

ul.btn{
	display:block;
	max-width: 705px;
	width: 100%;
	margin: 30px auto;
}
ul.btn li{
	display: block;
	width: 345px;
	float: left;
}
ul.btn li:first-child{
	margin-right: 15px;
}
ul.btn li a img{
	transition:all ease-out 0.3s;
	width: 100%;
	max-width: 345px;
	height: auto;
}
ul.btn a:hover img{
	opacity:0.7;
}
ul.btn:after{
	display: blockb;
	height: 0;
	clear: both;
	content: "";
}
@media(max-width:705px){
	ul.btn{
		max-width: 345px;
	}
	ul.btn li{
		width: 100%;
		max-width: 345px;
		float:none;
	}
	ul.btn li:first-child{
	margin:0 0 10px 0;
}
}
/*footer*/
div#footer{
	display:block;
	clear:both;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	text-align: center;
	padding:15px 0;
}
div#footer span{
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
div#footer address{
	display:block;
	font-style:normal;
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}
div#footer input{
	padding:10px 10px;
	border-radius:5px;
}

