@charset "utf-8";

/* basic_pc.css：PC
 * ======================================
 * Body
 * Header
 * Global navigation
 * Content
 * Common Element
 * Page Top
 * Footer
 * ======================================
 */

 /* Body
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 960px;
}

 /* Header
-------------------------------------------------- */

#header {
	background-color: #000000;
	height: 90px;
	margin: 0;
	width: auto;
}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#header .logo {
	position: relative; top: 20px; left: -45px;
}
#header .lead {
	position: absolute; top: 42px; left: 346px;
}
#header #assistNavi {
	position: absolute; top: 34px; right: 0;
}

/* MENU */
#header .menuBtn {
	display: none;
}

/* Global navigation
-------------------------------------------------- */

#globalNavi {
	background-color: #f7f7f7;
	text-align: center;
	width: auto;
}
#globalNavi:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#globalNavi ul.menu {
	list-style: none;
	margin: 0 auto;
	width: 960px;
}
#globalNavi ul.menu li {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
	float: left;
	position: relative;
	width: 150px;
}
#globalNavi ul.menu li:first-child {
	border-left: 1px solid #cccccc;
	width: 48px;
}
#globalNavi ul.menu li:nth-child(6) {
	width: 170px;
}
#globalNavi ul.menu li:last-child {
	width: 138px;
}
#globalNavi ul.menu li:hover,
#globalNavi ul.menu li.active {
	background-color: #dcdddd;
}
#globalNavi ul.menu a {
	display: block;
}

/* Content
-------------------------------------------------- */

#content {
	margin: 40px auto 60px;
	width: 960px;
}
#home #content {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Common Element
-------------------------------------------------- */


/* Page Top
-------------------------------------------------- */

#pageTop {
	clear: both;
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
}
#pageTop a {
	border-radius: 38px;
	display: block;
	height: 38px;
	margin-left: 96.2%;
	outline: none;
	overflow: hidden;
	position: fixed;
	bottom: 20px; left: auto;
	width: 38px;
	z-index: 9999;
}
@media only screen and (max-width: 1024px) {
	#pageTop a {
	     margin-left: 94.3%;
	}
}

/* Footer
-------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
}

/* footerNav */
#footer .footerNav .inner {
	margin: 0 auto;
	width: 960px;
}
#footer .footerNav ul {
	list-style: none;
	margin: 0 -1.18% 0 0;
	overflow: hidden;
}
#footer .footerNav ul li {
	float: left;
	margin: 2.3em 1.18% 0 0;
	width: 18.53%;
}
@media only screen and (max-width: 1024px) {
	#footer .footerNav ul li {
	     width: 23.16%;
	}
}
#footer .footerNav ul li li {
	float: none;
	margin: 0.6em 0 0 0;
	padding: 0 0 0 1.2em;
	width: 100%;
}

/* copyRight */
#footer .copyRight {
	clear: both;
	margin: 2.3em 0 0 0;
	padding: 2.6em 0 2.4em;
	text-align: center;
	width: 100%;
}
