@charset "utf-8";

/* ======================
 * Module CSS
======================= */

@media only screen and (max-width: 640px) {

/* Page
=========================================*/
body {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
#page {
}


/* Header
=========================================*/
#header {
	position: relative;
	width: 100%;
	background: #ffffff;
	border-bottom: solid 1px #dddddd;
}
#header #headerContent {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
#header #headerContent .logoArea {
	float: left;
	width: auto;
	padding: 12px 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header #headerContent .logoArea img {
	width: 170px;
}
#header #headerContent #headerLinks,
#header #headerContent > .langBt,
#header #headerContent > .recBt {
	display: none;
}

#header #headerContent #spMenuBt {
	display: block;
	float: right;
	width: 42px;
}
#header #headerContent #spMenuBt dt {
}
#header #headerContent #spMenuBt dt a {
	display: block;
	width: 42px;
	height: 50px;
	background: #ae9866 url(/common/img/header_bt01.png) no-repeat 50% 50%;
	background-size: 26px 31px;
	text-indent: -9999px;
}
#header #headerContent #spMenuBt dd {
	display: none;
}
#header #headerContent #spMenuBt dd .spMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header #headerContent #spMenuBt dd .spMenu .closeBt {
	width: 100%;
	height: 50px;
	background: #776429;
	text-indent: -9999px;
}
#header #headerContent #spMenuBt dd .spMenu .closeBt a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
}
#header #headerContent #spMenuBt dd .spMenu .closeBt a:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 42px;
	height: 50px;
	background: #776429 url(/common/img/header_bt02.png) no-repeat 50% 50%;
	background-size: 26px 31px;
	content: "";
}
#header #headerContent #spMenuBt dd .spMenu .menuList {
	padding-bottom: 40px;
	background: #ffffff;
}
#header #headerContent #spMenuBt dd .spMenu .menuList ul {
	border-top: solid 1px #ae9866;
}
#header #headerContent #spMenuBt dd .spMenu .menuList ul li {
	border-bottom: solid 1px #ae9866;
	font-size: 13px;
	font-size: 1.3rem;
}
#header #headerContent #spMenuBt dd .spMenu .menuList ul li a {
	display: block;
	padding: 15px 25px 15px 15px;
	background: url(/common/img/com_ic02.png) no-repeat 97% 50%;
	color: #010101;
}
#header #headerContent #spMenuBt dd .spMenu .langBt,
#header #headerContent #spMenuBt dd .spMenu .recBt {
	padding: 20px 47px 0;
}
#header #headerContent #spMenuBt dd .spMenu .langBt a,
#header #headerContent #spMenuBt dd .spMenu .recBt a {
	display: block;
	width: 100%;
	padding: 14px 0;
	background: #ae9866;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
#header #headerContent #spMenuBt dd .spMenu .langBt a span ,
#header #headerContent #spMenuBt dd .spMenu .recBt a span{
	padding-left: 14px;
	background: url(/common/img/com_ic03.png) no-repeat 0 49%;
}

#menuBg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 900;
}





/* breadcrumb
=========================================*/
#breadcrumb {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
#breadcrumb ul {
	padding: 10px 15px;
}
#breadcrumb ul li {
	float: left;
	padding-left: 20px;
	background: url(/common/img/com_ic04.png) no-repeat 8px 0.2em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
#breadcrumb ul li:first-child {
	padding-left: 0;
	background: none;
}
#breadcrumb ul li a {
	color: #666666;
}
#breadcrumb ul li:last-child a {
	cursor: default;
}
#breadcrumb ul li:last-child a:hover {
	text-decoration: none;
}




/* Content
=========================================*/
#content {
	margin-top: 0;
}
#content #main {
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px 40px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.top #content #main {
	width: 100%;
	padding: 0 0 40px 0;
}




/* Footer
=========================================*/
#footer {
	height: auto;
	background: #7a8189 url(/common/img/footer_bg01.png) no-repeat 50% 0;
	border-top: none;
}
#footer #pagetop {
	position: inherit;
	right: auto;
	bottom: auto;
	width: 100%;
	background: #ae9866;
	z-index: 10;
}
#footer #pagetop a {
	display: block;
	width: 100%;
	height: 37px;
	background: url(/common/img/footer_ic01_sp.png) no-repeat 50% 50%;
	background-size: 10px auto;
	text-indent: -9999px;
}
#footer #pagetop a:hover {
	background: url(/common/img/footer_ic01_sp.png) no-repeat 50% 50%;
	background-size: 10px auto;
}
#footer #footerContent {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 35px 15px;
	border-top: solid 2px #4f565c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer #footerContent #footerLInks {
	margin-top: 30px;
	text-align: left;
	letter-spacing: -.40em;
}
#footer #footerContent #footerLInks li {
	display: block;
	margin-top: 20px;
	padding: 0 0 0 19px;
	background: url(/common/img/footer_ic02_sp.png) no-repeat 0 0.2em;
	background-size: 8px auto;
	border-left: none;
	line-height: 1.4;
	letter-spacing: normal;
}
#footer #footerContent #footerLInks li:first-child {
	margin-top: 0;
	padding: 0 0 0 19px;
	border-left: none;
}
#footer #footerContent #footerLInks li:last-child {
	padding: 0 0 0 19px;
}
#footer #footerContent #footerLInks li a {
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4;
}
#footer #footerContent #copyright {
	margin-top: 30px;
	color: #dddddd;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
}









/* ClearFix
=========================================*/
#header #headerContent:after,
#header #headerContent #headerLinks #navGlobal ul:after,
#breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
#header #headerContent,
#header #headerContent #headerLinks #navGlobal ul,
#breadcrumb ul {
	min-height: 1%;
	zoom: 1;
}



}
