@charset "utf-8";
/*------------------------------------------------------------------

	base.css
 
------------------------------------------------------------------*/

body {
	color: #59493f;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	font-size: 14px;
	background: url(../../img/common/head_bg.png) repeat-x top;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
header {
	width: 1000px;
	margin: 0 auto;
	height: 155px;
	padding-top: 10px;
}
header h1 {
	width: 270px;
	text-align: left;
	float:left;
	padding-top: 50px;
}
header h1 a img {
}
#gnav {
	padding-top: 65px;
	float: right;
}
#gnav li {
	float: left;
	margin-right: 0px;
}
#gnav li a{
	display: block;
	padding: 5px 12px;
}
#gnav_sp {
	display: none;
}
 @media screen and (max-width: 640px) {
body {
	min-width: 320px;
	width: 100%;
	position: relative;
	min-height: 500px;
	
	/*overflow:hidden;*/
	
}
header {
	width: 100%;
	height: auto;
	z-index: 1000;
	margin: auto;
	padding: 50px 0 0 0;
	text-align: center;
}
header #gnav {
	display: none;
}
header h1 {
	width: 100px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	float: none;
	text-align: center;
}
header h1 img{ width:100px; height:auto;}
header h2 {
}
#gnav_sp {
	display: block;
}
.btn {
	background: #000 url(../img/sp-menu_btn.png) no-repeat 0 0;
	background-size: 90px 45px;
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30px;
	left: 5px;
	cursor: pointer;
	z-index: 900;
}
.peke {
	background-position: -45px 0;
}
.drawr {
	display: none;
	background-color: #222728;
	position: absolute;
	top: 0px;
	left: 0;
	max-width: 350px;
	min-width: 320px;
	padding: 90px 0 20px 0px;
	z-index: 99;
	color: #FFF;
}
#spmenu li {
	max-width: 350px;
	min-width: 320px;
	text-align: left;
	border-top: solid 1px #434343;
}
#spmenu li:last-child {
	border-bottom: solid 1px #434343;
}
#spmenu li a {
	color: #fff;
	display: block;
	padding: 15px 20px;
}
#spmenu li a.yel {
	color: #fff100;
}
.backbg {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 300%;
	overflow: hidden;
	display: none;
	top: 0px;
	position: fixed;
	z-index:10;
}
}
#contents {
	width: 100%;
	position: relative;
	background: #ffffff;
	padding-top: 20px;
}




 @media screen and (max-width: 640px) {
#contents {
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 1;
}

iframe{ width:100%;}
}
/*footer*/
footer {
	position: relative;
	padding-top:30px;
	color: #fff;
	text-align: center;
	background: url(../img/footBG.png);
	margin-top: 130px;
}
footer a {
	color: #fff;
}
.footnav{
	width: 1000px;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	
}
.footnav li{ float:left; padding:0 20px; border-right:1px solid #fff; font-size:12px; line-height:14px;}
.footnav li:first-child{ border-left:1px solid #fff;}
#copyright {
	width: 100%;
	max-width: 1000px;
	font-size: 12px;
	margin: auto;
	padding-top:10px;
	text-align:left;
}
#copyright .btmlink {
	width: 100%;
}
#copyright p {
	font-size: 12px !important;
	line-height: 22px !important;
}
#copyright p a {
	color: #fff;
}
#copyright_inner {
	width: 100%;
	padding: 5px 0;
	color: #fff;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 77%;
	
	display: none;
	z-index: 5000;
}
#page-top a {
	background-color: rgba(255,255,255,0.7);
	text-decoration: none;
	color: #000;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: block;
	border-radius: 50px;
	border: 1px solid #CCC;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	color: #f19149;
}
#copyright strong{ font-size:18px !important; font-weight:normal;}
@media screen and (min-width: 641px) {
.sp {
	display: none;
}
.pc {
	display: inline-block;
}
.pcBlk {
	display: block;
}
#sp_foot_btn {
	display: none;
}
}



@media screen and (max-width: 640px) {

.sp {
	display: inline-block;
}
.pc,.pcBlk {
	display: none;
}
#page-top {
	display: none;
}
#copyright {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
footer {
	position: relative;
	padding-top: 0px;
	padding:5px 15px;
	margin-top:20px;
}
footer p {
	font-size: 13px !important;
	line-height: 18px !important;
	padding-top:5px;
}
footer strong{ font-size:14px; font-weight:normal;}
#copyright_inner {
	width: 100%;
	text-align: left;
	padding: 5px 0;
	line-height: 1.2;
	margin-top: 0px;
}


}
