@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#FFF;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#FFF;
	height:100%;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

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;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 180%;
	text-align: justify;
	word-break: break-all;
}

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

#menu_wrapper{
	width:100%;
	position: fixed;
	top:0;
	left: 0;
}

#menu{
	width:98%;
	padding:1% 1% 0 1%;
	background-color: rgba(0,0,0,1.00);
	overflow: hidden; /* heightを戻す */
}

#menu_left{
	width:520px;
	float: left;
}

.menubtn{
	width:250px;
	float: left;
	margin-right: 10px;
}

#menubottom{
	width:100%;
}

#main{
	width:100%;
	margin-bottom: 20px;
}

#sns_wrapper{
	width:258px;
	float: right;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
}

.like{
	width:90px;
	float:left;
	margin-right:5px;
}

.line{
	width:83px;
	float: right;
}



@media screen and (max-width:600px){

#menu_wrapper{
	width:100%;
	position:inherit;
	top:0;
	left: 0;
}

#menu{
	width:96%;
	padding:2%;
	background-color: rgba(0,0,0,1.00);
	overflow: hidden; /* heightを戻す */
}

#menu_left{
	width:100%;
	float: none;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.menubtn{
	width:49%;
	float: left;
	margin: 0.5%;
}

#menubottom{
	width:100%;
}

#sns_wrapper{
	width:258px;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
}

.like{
	width:90px;
	float:left;
	margin-right:5px;
}

.line{
	width:83px;
	float: right;
}
}