@charset "utf-8";
/* CSS Document */

/*clearfix*/
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }


* html body { text-align:center; }

html, body {height: 100%;} 

body{
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 851px;  /*中央配置するボックスの横幅*/
	min-height: 484px;  /*中央配置するボックス縦幅*/
	background-image: url(../images/m_bg.jpg);
	background-repeat: no-repeat;
	background-color: #36575C;

}

.contenier {
	margin: -187px 0 0 -210px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 45%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 420px;  /*横幅*/
	height: 375px;
}  

img {
border:none;
vertical-align:bottom;
vertical-align: top;

}



.contents-twitter {
	height: 375px;
	width: 420px;
	position: relative;
	
}

.main-box {
	height: 375px;
	width: 420px;
}
.url-zone {
	position: absolute;
	top: 315px;
	left: 187px;
}
.tointro_btn {
	position:absolute;
	left:155px;
	bottom:0px;
}
.intro_btn {
	position:absolute;
	right:33px;
	bottom:31px;
}

#footer {
	left:0;
}
