@charset "utf-8";

.wf-merriweather{font-family: 'Merriweather',
		'Lucida Grande',
		'Hiragino Kaku Gothic ProN',
		 Meiryo, sans-serif;}

#container{width:100%;
	min-width:1200px;}

header{width:100%;
	height:60px;
	background:rgba(0,0,0,0.60);
	overflow:hidden;}

.header_logo{height:60px;
	margin-left:10px;
	float:left;}

.header_logo img{height:100%;}

.header_menu{height:60px;
	display:inline-block;
	float:right;
	margin-right:10px;
	overflow:hidden;}
	
.menu_btn_pc{height:60px;
	float:left;}

.menu_btn_pc:hover{opacity:0.7;}

.menu_btn_pc img{height:100%;}

.block1{padding:20px 0;}

footer{width:100%;
	padding:20px 0 10px;
	background:rgba(0,0,0,0.80);}

.sns_link{padding:10px 0 20px;
	text-align:center;}

.sns_link_share{width:135px;
	margin:5px auto;
	font-size:10px;
	color:rgba(255,255,255,1.00);
	padding:1px 0;
	text-align:center;
	border:rgba(255,255,255,1.00) solid 1px;}

.sns_link img{height:30px;}

.sns_link img:hover{opacity:0.7;}
	
.footer_text1{padding-bottom:20px;
	text-align:center;}
	
.footer_text_img{height:20px;
	padding-bottom:5px;}

.footer_text_img img{height:100%;}

.footer_text_text{font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,1.00);}

.copyright{width:100%;
	padding-top:30px;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,1.00);}
	
@media screen and ( max-width:736px )
{
body{overflow-x:hidden;}
	
#container{min-width:320px;}

.header_logo{width:100%
	height:60px;
	margin:0 auto;
	text-align:center;
	float:none;}

}




















