#header {
	width: 100%;
	height: 47px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f5a100;
	background-color: #FFF;
}
#header .logo {
	background-image: url(../images/common/logo.png);
	background-size: 145px 47px;
	height: 47px;
	width: 145px;
	float: left;
	text-indent: -9999px;
}
#header .logo a {
	height: 46px;
	width: 145px;
	display: block;
}
.header_btn {
	float: right;
	height: 40px;
	width: 47px;
	margin-right: 18px;
	background-color: #9b8675;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.header_btn img {
	display: block;
	height: 26px;
	width: 33px;
	margin-top: 7px;
	margin-left: 7px;
}

.menu {
	width: 100%;
	margin-bottom: 20px;
	background-image: url(../images/common/menu_bg.jpg);
	background-position: center top;
	background-size: 100% 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	overflow: hidden;
	height: auto;
}
.menu li {
	width: 33.3%;
	float: left;
}
.menu li img {
	width: 100%;
}


.h2_box {
	height: 38px;
	width: 100%;
	background-color: #F5A100;
}
.h2_box h2 {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	width: 200px;
	padding-top: 13px;
	color: #ffffff;
	padding-left: 13px;
	float: left;
}
h2.p_title {
	font-size: 22px;
	color: #736357;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.p_title span {
	font-size: 10px;
	color: #736357;
}

.pc_menu {
	height: auto;
	overflow: hidden;
}
.pc_menu li {
	height: 34px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	cursor: pointer;
	background-image: url(../images/common/pc_menu_li_bg.png);
	background-size: 41px 49px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
}
.pc_menu li a {
	padding-left: 15px;
	color: #736357;
}
.to_facebook {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6b99e;
}
.to_facebook a {
	display: block;
	margin-right: 60px;
	margin-left: 60px;
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
.to_facebook a img {
	height: 30px;
	width: 164px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.shop_tel {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #FCF8ED;
	font-size: 13px;
	color: #736357;
	line-height: 1.5;
}
.shop_tel a {
	font-size: 13px;
	line-height: 1.5;
	color: #736357;
}


.copy {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F5A100;
	background-color: #FFF;
}
.copy p {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 10px;
	color: #999999;
	width: 100%;
	text-align: center;
}
