@charset "UTF-8";


/* BODY
---------------------------------------------------- */
body {
	color:#000;
	font-family: 'Roboto','Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:15px;
	line-height:23px;
	font-weight:normal;
	-webkit-text-size-adjust: none;

   background:#4a94b5 url(../images/footer.jpg) bottom center no-repeat;
	}

/* LINK
---------------------------------------------------- */
a:link		{ color:#1082ce; 	text-decoration:none; }
a:visited	{ color:#1082ce; 	text-decoration:none; }
a:hover		{ color:#3da8ef; text-decoration:none;}
a:active	{ color:#ddd; 	text-decoration:none; }


#container{
	width:980px;
	margin:0 auto;
	padding-bottom:150px;
}
#container div{
	line-height:0;
	margin:0;
	}
#special01{
	padding:0 20px;
}
.backBtn{
	width:555px;
	height:92px;
	display:block;
	text-indent:-9999px;
	margin:50px auto;
	background:#002a40 url(../images/back.png) center center no-repeat;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}
	.backBtn:hover{
		filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}
	.backBtn:active{
		filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	}