@charset "utf-8";

@media print, screen and ( min-width:1151px ) {

body{
	background-color:#F3F3F5;
	background-image:url(../img/common/body-bg.png);
	background-repeat: no-repeat;
	background-position: 120px bottom;
	background-size: 1095px 293px;
	border-bottom:#3C3C37 17px solid;
	-webkit-text-size-adjust:none;
	color:#333333;
	font-size:14px;
	line-height:1.7;
}

/* ----------------------------------------
	common
---------------------------------------- */

.mOnly{display:none;}
.nOnly{display:none;}
.mnOnly{display:none;}


/* ----------------------------------------
	header
---------------------------------------- */

div.headerBox{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	padding: 0 0 17px;
	box-sizing: border-box;
	background-color: #ffffff;
}
	
.logo{
	padding: 0 0 10px;
	background-color: #E2E2E2;
}
.logo a{
	display: block;
	width: 200px;
	height: 200px;
}

	
/* ----------------------------------------
	nav
---------------------------------------- */

ul.navMenu{
	padding: 15px 0 0;
}

ul.navMenu li{
	line-height: 1;
}
	
ul.navMenu li a{
	display: block;
	height: 49px;
	padding: 10px 0 0 18px;
	box-sizing: border-box;
}
ul.navMenu li a:hover{
	background-color: #E3E6F1;
}
ul.navMenu li a img{
	width: 151px;
}
	

/* ----------------------------------------
	copyright
---------------------------------------- */

div.copyright{
	z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 17px;
	background-color: #3C3C37;
	line-height: 1;
	text-align: center;
}
div.copyright small{
	color: #ffffff;
	font-size: 8px;
	line-height: 1;
}

	
/* ----------------------------------------
	footerBox
---------------------------------------- */

div.footerBox{
	max-width: 950px;
	padding: 0 0 190px 200px;
}
	
div.footerBox h2{
	max-width: 810px;
	margin: 0 auto;
	background:url(../img/common/h2-bg-line.gif) repeat-x left center;
	background-size: 1px 1px;
	text-align: center;
}
	
	
div.footerBox h2 span{
	position: relative;
	display: inline-block;
	padding: 3px 85px;
	background-color:#F3F3F5;
	color: #2F4791;
	font-size: 27px;
}
div.footerBox h2 span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-left.png) no-repeat center center;
	background-size: 30px 31px;
}
div.footerBox h2 span:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-right.png) no-repeat center center;
	background-size: 30px 31px;
}

div.footerBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
	margin: 0 auto;
	padding: 30px 0 0;
}
	
div.footerBox ul li{
	width: 250px;
	padding: 0 15px 40px;
}
div.footerBox ul li a{
}
div.footerBox ul li a img{
	width: 250px;
	height: 82px;
}
div.footerBox ul li a:hover img{
	opacity: 0.7;
}

div.footerBox ul li a span{
	display: block;
	padding: 10px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}
	

/* ----------------------------------------
	bt_page_top
---------------------------------------- */

div#pageTop{
	position:fixed;
	bottom:40px;
	right:50px;
	width:53px;
	height:56px;
	background:url(../img/common/pageup.png) no-repeat center center;
	background-size:53px 56px;
	z-index:9999;
	cursor:pointer;
}
div#pageTop:hover{opacity: 0.7;}


}

