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

.clearfix{
	zoom:1;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

a{
	color:black;
	text-decoration:none;
	display:block;
}

h1,h2,h3,h4{
	font-weight:normal;
}

body{
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Arial, Helvetica;
	font-size:12px;
}

.inner{
	width:290px;
	margin:0 auto;
}

header{
	position:relative;
	border-top:3px solid #e71f19;
	padding:5px 0 5px;
}

header h1{
	float:left;
	margin:5px 0 0;
}

header #menu{
	float:right;
}

header nav{
	width:100%;
	position:absolute;
	top:33px;
	left:0;
	display:none;
	background:rgba(0,0,0,0.9);
	padding:10px 0 18px;
	border-top:3px solid #a70401;
	z-index:100;
}

header nav ul li{
	width:48%;
	float:left;
	list-style:none;
	font-size:14px;
}

header nav ul li:nth-child(even){
	margin:0 0 0 2%;
}

header nav ul li:nth-child(odd){
	margin:0 2% 0 0;
}

header nav ul li a{
	color:white;
	width:100%;
	border-bottom:1px solid #666;
	padding:20px 0 10px 0;
}

footer{
	background:url(../../images/common/bg_footer.png) no-repeat center bottom;
	background-size:100%;
	padding:0 0 60px;
}

footer ul li{
	float:left;
	margin:0 0 10px;
	list-style:none;
}

footer ul li:nth-child(odd){
	margin:0 10px 10px 0;
}

footer p{
	margin:5px 0 0;
	text-align:center;
	line-height:1.4;
}

footer p small{
	font-size:10px;
}

footer ul.sns{
	width:270px;
	margin:0 auto;
}
footer ul.sns li{
	float:left;
	margin:0 5px 10px;
	list-style:none;
}
