/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
font-size:14px;
font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body{
	background:url("../img/entrance-bg-grad.png")no-repeat center top,#000;
}
header{
	text-align:center;
	margin:70px 0 40px;
}
#entrance .container{
	max-width:490px;
	margin:0 auto;
}
.col-6{
	padding:0 30px;
}
.col-6 img{
	width:100%;
	opacity:.8;
}
.col-6 img:hover{
	opacity:1;
}
footer{
	margin:30px 0;
	color:#f1f1f1;text-align:center
}

@media (max-width: 767px){
.col-6{padding:0px;}
}