@charset "utf-8";
/* CSS Document */


#overlay {
	display: none;
}


/* 1~960 */
@media only screen and (min-width: 1px) and (max-width: 960px) {
	
.mobileMode {
	display: block;
}

.pcMode {
	display: none;
}

#tool {
	top: 20px;
}

#wrapper #index_header {
	height: 70px;
	float: left;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #FFF;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.3);
}

#wrapper #index_header_mid {
	height: 70px;
	width: 100%;
}

#headerLogo  {
}

#headerLogo h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-size: contain;
	float: left;
	color: #000;
	position: absolute;
	left: 50%;
	margin-left: -142px;
	margin-top: 20px;
}

#headerLogo h2 {
	display: none;
}





#headerNavBox {
	transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	height: 100%;
	background-color: #FFFFFF;
}

#toggleBox {
	float: left;
	width: 25px;
	display: block;
	height: 25px;
	z-index: 2;
	position: fixed;
	top: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#main {
	transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
}

#headerNavBox {
	position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-moz-transition: translateX(-250px);
	-o-transition: translateX(-250px);
	z-index: 99997;
}

#headerNavBox .headerNav {
	text-align: left;
	list-style-type: none;
	width: 100%;
	margin: 0%;
	padding: 0px;
}

#headerNavBox .headerNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: pointer;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	text-indent: 30px;
}

#headerNavBox .headerNav li a {
	display: block;
	color: #666;
	font-size: 1.1em;
	height: 50px;
	line-height: 50px;
	display: block;
	width: 100%;
	text-indent: 30;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}





 /* level 2 */
#headerNavBox ul li ul {
	display: none;
	position: static;
	width: 100%;
}

#headerNavBox ul li:hover > ul {
	display: none;
}

#headerNavBox ul li.open > a {
	background-color: rgba(243,243,243,0.8);
}

#headerNavBox ul li.open > ul {
	display: block;
	background-color: rgba(243,243,243,0.8);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#headerNavBox ul li.open > ul li {
	border-bottom-width: 0px;
	font-size: 0.9em;
	color: #999;
	
}





#overlay {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
    z-index: 99998;
    opacity: 0;
	cursor: pointer;
}

html.open-menu {
	overflow: hidden;
}

html.open-menu div#overlay {
    visibility: visible;
    opacity: 1;
    left: 200px;
}

html.open-menu nav#headerNavBox {
    transform: translateX(0);
	-moz-transition: translateX(0);
	-webkit-transform: translateX(0px);
	-o-transition: translateX(0);
}

}





/*961~*/
@media only screen and (min-width: 961px)  {
	
.mobileMode a {
	display: none;
}

.pcMode {
	display: block;
}
	
#tool {
	top: 10px;
}

#toggleBox {
	display: none;
}	

#wrapper #index_header {
	height: 150px;
	float: left;
	width: 100%;
}

#wrapper #index_header_mid {
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

#headerLogo  {
	float: left;
	height: 94px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

#headerLogo h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 322px;
	display: block;
	text-indent: -9999px;
	background-size: contain;
	margin-top: 25px;
	margin-left: 20px;
	float: left;
	color: #000;
}

#headerLogo h2 {
	background-image: url(../images/slogon.png);
	float: right;
	height: 20px;
	width: 335px;
	text-indent: -9999px;
	margin-top: 65px;
}

#headerNavBox  {
	position : absolute;
	float: left;
	height: 45px;
	width: 830px;
	padding-right: 65px;
	padding-left: 65px;
	top: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#headerNavBox ul  {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 45px;
	width: auto;
	position: absolute;
	z-index: 2;
}

#headerNavBox ul li {
	float: left;
	display: block;
	margin-right: 17px;
	margin-left: 17px;
	height: 45px;
	width: 70px;
}

#headerNavBox ul li a {
	cursor: pointer;
	float: left;
	color: #000;
	text-decoration: none;
}

#headerNavBox ul li a p {
	text-indent: -9999px;
	color: #000;
	text-decoration: none;
}

#headerNavBox ul #headerNavNormal_product a p {
	width: 70px;
	background-image: url(../images/nav1.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_product a:hover p ,#headerNavBox ul #headerNavNormal_product a .current {
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav1.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_paper a p {
	width: 70px;
	background-image: url(../images/nav2.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_paper a:hover p ,#headerNavBox ul #headerNavNormal_paper a .current {
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav2.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_appraise  a p {
	width: 70px;
	background-image: url(../images/nav3.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_appraise a:hover p ,#headerNavBox ul #headerNavNormal_appraise a .current {
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav3.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_news a p {
	width: 70px;
	background-image: url(../images/nav4.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_news a:hover p ,#headerNavBox ul #headerNavNormal_news a .current{
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav4.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_knowledge a p {
	width: 70px;
	background-image: url(../images/nav5.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_knowledge a:hover p ,#headerNavBox ul #headerNavNormal_knowledge a .current{
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav5.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_about a p {
	width: 70px;
	background-image: url(../images/nav6.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_about a:hover p ,#headerNavBox ul #headerNavNormal_about a .current{
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav6.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_contact a p {
	width: 70px;
	background-image: url(../images/nav7.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_contact a:hover p ,#headerNavBox ul #headerNavNormal_contact a .current{
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav7.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}

#headerNavBox ul #headerNavNormal_package a p {
	width: 70px;
	background-image: url(../images/nav8.png);
	height: 45px;
	background-size: contain;
	background-position: 0px;
	float: left;
	background-repeat: no-repeat;
}

#headerNavBox ul #headerNavNormal_package a:hover p ,#headerNavBox ul #headerNavNormal_package a .current{
	width: 70px;
	height: 45px;
	float: left;
	background: url('../images/nav8.png'), url('../images/underline.jpg');
	background-position: center, 0px 35px;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}





 /* level 2 */
#mobile-menu li {
	position: relative;
}

#mobile-menu .sub-menu {
	display: none;
	left: 0px;
	top: 45px;
	position: absolute;
	z-index: 9999;
	width: 130px;
	float: left;
	margin: 0px;
	height: auto;
	background-image: url(../images/bg_submenu.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	padding-right: 20px;
}

#mobile-menu .sub-menu li {
	width: 130px;
	float: left;
	margin: 0px;
	display: block;
	height: 50px;
	background-image: url(../images/bg_submenu.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	padding-right: 20px;
}

#mobile-menu .sub-menu li a {
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-indent: 20px;
	font-size: 0.85em;
	color: #484848;
	text-shadow: 1px 0px 0px #B7B7B7;
}

#mobile-menu li:hover > ul.sub-menu {
	display: block;
}

}




