@charset "utf-8";

/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 168px;
	min-width: 1000px;
}
header ul {
	padding-top: 30px;
}
header ul li {
	width: 200px;
	float: left;
	padding-top: 75px;
	text-align: center;
}
header ul li.logo {
	padding-top: 0;
}


/* common
---------------------------------------------------- */
.block01 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.img_box img {
	width: 100%;
	height: auto;
	min-width: 1000px;
}
h2 {
	font-size: 42px;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px;
}


/* footer
---------------------------------------------------- */
footer {
	height: auto;
	width: 100%;
	padding: 40px 0;
	min-width: 1000px;
	border-top: 10px solid #FFFFFF;
}
footer .menu {
	float: left;
	width: 730px;
}
footer .menu ul {
	margin-bottom: 40px;
}
footer .menu ul li {
	float: left;
	width: 25%;
	font-size: 18px;
}
footer .store {
	float: right;
	width: 270px;
}
footer .store p {
	float: left;
	font-size: 18px;
	width: 70px;
}
footer .store ul {
	float: left;
	width: 200px;
}
footer .store ul li {
	width: 200px;
	margin-bottom: 10px;
}
footer .store ul li img {
	width: 200px;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	margin: 0;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}


@media only screen and (max-width: 740px) {

.sp{ display: block; }
.pc{ display: none!important; }


/* header
---------------------------------------------------- */
header {
	height: 60px;
	width: 100%;
	position: fixed;  
    top:0;  
    left:0;
	z-index: 10000;
	background-color: #231815;
}
* html header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}
header .logo {
	margin: 8px 0 0 10px;
	float: left;
}
header .logo img {
	height: 44px;
}
.drawer-menu li {
	width: 100%;
}
.drawer-menu .main_menu {
	border-top: 1px solid #999999;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-image: none;
}

.drawer-menu .end {
	border-bottom: 1px solid #999999;
}
.drawer-menu .main_menu a {
	display: block;
	padding: 15px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* common
---------------------------------------------------- */
.block01 {
	width: 95%;
}
.img_box img {
	min-width: inherit;
}
h2 {
	font-size: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}


/* footer
---------------------------------------------------- */
footer {
	height: auto;
	width: 100%;
	padding: 10px 0;
	min-width: inherit;
	background-color: #231815;
	border-top: 1px solid #FFFFFF;
}
footer .menu {
	float: left;
	width: 100%;
}
footer .menu img {
	width: 100%;
}
footer .menu ul {
	margin-bottom: 20px;
}
footer .menu ul li {
	float: left;
	width: 50%;
	font-size: 14px;
}
footer .store {
	float: none;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 14px;
}
footer .store p {
	float: none;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
footer .store ul {
	float: none;
	width: 100%;
}
footer .store ul li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
footer .store ul li:nth-child(odd) {
	clear: both;
}
footer .store ul li img {
	width: 100%;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
}
#page_top a {
	width: 40px;
	height: 40px;
}
#page_top a img {
	width: 40px;
	height: 40px;
}

}