@charset "utf-8";

body{
	margin: 0px; padding: 0px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/bg_top.jpg);
	background-attachment: scroll;
	font-family: Arial, Helvetica, Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.background-hack {
	z-index: -1;
	background-color: #000000;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1300px;
	position: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a:link {color: #fff700; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline;}

img {margin: 0px; padding:0px; vertical-align:bottom;}

/*テキスト*/
.txt {font-size: 12px;color: #ffffff;line-height: 120%;vertical-align: top;}
.txts {font-size: 10px;color: #ffffff;line-height: 120%;vertical-align: top;}

.twitter-win {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	width:190px; height:319px; overflow: hidden;
	font-size: 85%;}
.news-win {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	width:190px; height:319px; overflow: hidden;
	font-size: 85%;}
.facebook-bt {margin:0px; padding:0px;
	width:70px; height:20px; overflow: hidden;}

@media screen and (max-device-width: 480px) {
body{
	margin:0; padding:0;
	text-align: center;
	background-color: #000000;
	-webkit-text-size-adjust: 100%;
	}
