@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
.select{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000000000;
	position:fixed;
	background:rgba(0,0,0,.95);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	padding-top:100px;
	box-sizing:border-box;
	}
.select>a{
	width:200px;
	height:50px;
	background:#FFFFFF;
	font-size:bold;
	color:#000000;
	line-height:50px;
	display:block;
	margin:30px auto 10px;
	text-align:center;
	border-radius:4px;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	}
	

