@charset "utf-8";
/*
Theme Name: Q-X Design 年齢確認
Theme URI: -
Author: magicalcraft
Author URI: http://www.magicalcraft.net/
Description: QX 年齢確認ページ
Version: 1.0
*/


img { border:none;}
html { overflow-y:scroll;}
body {
	background-color: #fafafa;
	background-image: url(age_verification_bg.jpg);
	background-repeat: repeat-x;
	font-family: "MS PGothic", "Osaka", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
}
#container{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#main{
	height: 450px;
}

#leftside{
	float: left;
	width: 450px;
}
#rightside{
	float: right;
	width: 400px;
	text-align: right;
}
header{
	padding-top: 20px;
	padding-bottom: 10px;
}
article{
	padding-left: 10px;
}
article p{
	margin: 10px;
}
#enterbtn{
	text-align: center;
	padding-top: 10px;
}
#enterbtn p{
	margin: 5px;
}
#enterbtn a{
	display:block;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(age_verification_button.jpg);
	height: 100px;
	width: 250px;
	margin: 0 auto;
}
#enterbtn a:hover{	background-position: bottom;}
#enterbtn a span{text-indent: -9999px; display:none;}

footer{
	text-align: center;
	padding: 20px;
	font-size: 12px;
	color: #333333;
	clear: both;
}
footer a{
	color: #333333;
	text-decoration: none;
}


/* ソーシャルボタン非表示 */
div.wp_social_bookmarking_light{text-indent: -9999px; display:none;}