@charset "utf-8";

/* ==================================================
 tablet_header (hidden-lgでPC時は非表示)
================================================== */
#tablet_header header.fixed_header {
	background: #333;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	z-index: 999;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#tablet_header header.fixed_header h1 {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 100%;
	max-width: 200px;
	float: left;
}
#tablet_header header.fixed_header h1 img {
	max-width: 200px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 5px 0 0 !important;
	display: block;
}
#tablet_header header.fixed_header ul {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
#tablet_header header.fixed_header ul li {
	text-align: center;
	position: relative;
	width: 60px;
	list-style: none;
}
#tablet_header header.fixed_header ul li a {
	padding-top: 35px;
	line-height: 25px;
	height: 60px;
	width: 60px;
	display: block;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	letter-spacing: -0.04em;
}
#tablet_header header.fixed_header ul li a:hover {
	color: #fff;
}
#tablet_header header.fixed_header ul li.menu01 a {
	background-color: #e32d2d;
	font-size: 12px;
}
#tablet_header header.fixed_header ul li.menu01 a:hover {
	text-decoration: none;
}
#tablet_header header.fixed_header ul li a::before {
	content: "\f0c9";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	width: 100%;
	top: 12px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
#tablet_header header.fixed_header ul li:nth-child(1) a::before {
	content: "\f0c9";
}