@charset "UTF-8";

/*------------ body ------------*/
.box550 {
	width: 55%;
	margin: 0 auto;
}

.boxhead {
	width: 100%;
	margin: 0 auto;
}
.boxhead dl {
width: 245px;
margin: 80px auto 0;
}
.boxhead dt {
	float: left;
	width: 35px;
	margin: 5px 20px 70px 0;
}
.boxhead dd {
	float: left;
	font-size: 250%;
}
/*----
.boxhead_s {
	width: 100%;
	margin: 0 auto;
	padding: 270px 0 25px;
	border-bottom: 1px solid #e6e6e6;
}
.boxhead_s p {
	width: 160px;
	height: auto;
	float: left;
}
.boxhead_s dl {
	width: 90px;
	margin: 25px auto 0;
}
.boxhead_s dt {
	float: left;
	width: 20px;
	margin: 0px 8px 0 0;
}
.boxhead_s dd {
	float: left;
	font-size: 118.75%;
}
----*/

.text {
	line-height: 1.5em;
	text-align: center;
}
.text dt {
	font-weight: bold;
	font-size: 100%;
	line-height: 2.5em;
}
.text dd {
	font-size: 81.25%;
	margin-bottom: 50px;
}

/*------------ menu_lock ------------*/
#fixedmenu {
margin-bottom: 150px
}
#top-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.0);
	height: 70px;
}
.boxtop_close {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
.boxtop_l {
	float: left;
	width: 30%;
}
.boxtop_r {
	float: right;
	width: 65%;
	margin-top: 15px;
}
#top-logo {
	width: 250px;
	padding: 12px 0;
}

#global-nav {
	width: 555px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.0);
	padding: 7px 5px 30px;
	border-radius: 5px;
}
#global-nav ul li {
	float: left;
	text-align: center;
}
#global-nav ul li:nth-child(odd) {
	width: 70px;
	padding: 0 3px;
}
#global-nav ul li:nth-child(even) {
	font-size: 118.75%;
	margin-top: 3px;
}
#global-nav ul li a {
	font-size: 100%;
	color: #000;
	padding: 5px 0;
	display: block;
	position: relative;
}
#global-nav ul li a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#global-nav ul li a:hover::after {
	transform: scale(1, 1);
}
/* transition */
#top-head, #top-head:after, #top-head .logo, #global-nav ul li, #global-nav ul li a {
	transition: all 0.02s ease;
	-webkit-transition: all 0.02s ease;
	-moz-transition: all 0.02s ease;
	-o-transition: all 0.02s ease;
}


/*--------------- Fixed ---------------*/
#top-head.fixed {
	height: 50px;
	background-color: rgba(0,0,0,.01);
}
#top-head.fixed .boxtop_close {
	max-width: 800px;
	margin: 0 auto;
}
#top-head.fixed .boxtop_l {
	float: left;
	width: 30%;
}
#top-head.fixed .boxtop_r {
	float: right;
	width: 65%;
}
#top-head.fixed #top-logo {
	width: 150px;
	float: left;
	margin: 0 70px 0 0;
	padding: 12px 0;
}
#top-head.fixed .boxtop_r {
	margin-top: 11px;
}
#top-head.fixed #global-nav ul li:nth-child(odd) {
	width: 62px;
	padding: 0 3px;
}
#top-head.fixed #global-nav {
	width: 505px;
	padding: 4px 5px 25px;
}
#top-head.fixed #global-nav ul li a {
	font-size: 81.25%;
}
