@charset "UTF-8";

#header{
	width:836px;
/*	height:200px;*/
	position:relative;
	/*background-image:url(../images/common/content-bg.png);*/
}

#header-bg{
	display:block;
	margin:0 auto;
}

#bt-stores{
	position:absolute;
	top:56%;
	right:-11%;
	width:60%;
	display:none;
}

#bt-stores #bt-appstore{
	width:38.5%;
}

#bt-stores #bt-googleplay{
	width:33%;
}

.section .aside{
	background-color:rgba(255,255,200,0.7);
	border-radius:5px;
	padding:10px;
	font-size:90%;
	color:#111;
}

.end{
	color:#777;
}

.alert:before{
	content:"本キャンペーンは終了しました";
	display:block;
	background-color:#F00;
	color:#EEE;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	padding:5px;
	border-radius:3px;
	margin:10px auto;
}

.end span{
	color:#999 !important;
}

.end img{
	opacity:0.5;
}

.end a img{
	opacity:1;
}


@media screen and (max-width:835px){
	#header{
		width:100%;
	}

	#header-bg{
		width:100%;
	}
}
