@charset "UTF-8";

a {
	color:#000;
	text-decoration: none;
}

#header, #footer{
	height: 80px;
	width: 100%;
	background:#FFF;
	z-index:9;
	color: #000;
}

#category a li:hover{
	 border-bottom: 1px dashed #333;
}

#logo img{
	float:left;
	width:180px;
	margin-left:10px;
}
#category{
	float:right;
}
#category li{
	display: inline;
	letter-spacing: 0.1em;
}

.flaot_clear{
	clear: both;
}

#footer{
	margin:80px 0px;
	font-size:10px;
	color: #7F7F7F;
	line-height: 150%;
}

#copyright{
	margin-top:30px;

}

#footer p{
	color: #000;
	letter-spacing: 0.5em;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

#sns img{
	margin-top:30px;
	width:30px;
}

#triggerbutton{
	cursor: pointer;
}
