@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 601px){
	
body{
	margin:0px;
	background-color:#262135;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#ccc;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

#spheader{
	display:none;
}

#contents_wrapper{
	width:80%;
	margin:0 auto;
	padding-bottom:40px;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#main{
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
}

#btnline{
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
}

.btn{
	width:48%;
	float:left;
	margin:1%;
}

#snsbtnline{
	width:231px;
	margin:0 auto;
}

.tweet{
	width:71px;
	float:left;
}

.like{
	width:150px;
	float:right;
}


}