@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html { -webkit-text-size-adjust: 100%;/* 2 */-ms-text-size-adjust: 100%;}
body { width:100%; overflow-x:hidden;}
html, body { width:100%; max-width:100%;}
* { font-family: "Open Sans", 'Noto Sans SC', sans-serif;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
list-style:none;
vertical-align:middle;
background:transparent;
font-weight:normal;
letter-spacing:1px;
font-family: "Open Sans", 'Noto Sans SC', sans-serif;
font-weight: 300;
}
body { line-height:1; background: #dfdfdf;}
img {border-style: none;} 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul, ul, li { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle; color:#833531;}

#mmeennuu {
  display: none;
}

#mmeennuu:checked ~ .menu {
  width: 340px;
  border-radius: 5px;
  background-color: transparent;
  border: 3px solid #000000;
  height: 50px;
}
#mmeennuu:checked ~ .menu > ul {
  display: block;
  opacity: 1;
}
#mmeennuu:checked ~ .menu > .barry {
  display: none;
}

.menu {
  display: block;
  margin: 5px auto;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border: 3px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.menu div.barry {
  width: 40px;
  margin: 5px auto;
}
.menu div.barry .moji {
  display: block;
  width: 100%;
  color:#fff;
  font-size: 26px;
  text-align: center;
}
.menu ul {
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  list-style-type: none;
  padding: 0;
  width: 340px;
  text-align: center;
  margin-bottom: 0;
  background-color: #000000;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 2px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
  border-radius: 5px;
}
.menu ul li a:hover {
  border-color: #000000;
}
.menu ul li a:target {
  border-bottom-color: #000000;
}





#meari {
	background: transparent url(/img/meari_180x180.png) 0 0 no-repeat;
	position: absolute;
	top: 150px;
	left: 65px;
	width: 180px;
	height: 227px;
	z-index: 1000000;
	cursor: pointer;
}



@media screen and (max-width:640px){
 body { height:auto; overflow:hidden;}
}
@media screen and (max-width: 320px){
html, body { min-width:320px;}
}
/*===================
 LINK
=====================*/
a, a * {-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s;}
a:link, a:visited, a:hover, a:active { text-decoration:none;	outline: none; color:#111;}
a:hover, a:hover img { color:#3E9B68; opacity:1; filter: alpha(opacity=100);}
@media screen and (max-width: 800px) {body, html { width:100%; overflow-x:hidden;} body{ max-width:100%; overflow:hidden;}}
a.learnMore{ display: inline-block; padding: 0 50px 0 30px; line-height: 36px; background: url(../img/common/arrow.png) 10px 50% no-repeat #e5e5e5; background-size: 8px auto; border:solid 1px #aaa; margin-top: 20px; font-family:'Times New Roman'; color: #333;}
/*============================
selection
==============================*/
::selection { color:#777; background:#ccc; text-shadow:none; opacity:1;}
::-moz-selection { color:#777; background:#ccc; text-shadow:none; opacity:1;}
/*===================
 FONT
=====================*/
h1,h2,h3,h4,h5,h6 {line-height:1.8em; font-weight:normal; font-size:16px; color:#111;	letter-spacing:1px;	font-weight: normal;}
p,li,dt,dl,span {	font-size:15px;	letter-spacing:1px;	line-height:1.8em; color:#333;}
.green{ color: #105d3d;text-align:center;}
.red{color: #9d0404;}
@media screen and (max-width: 600px){
h1,h2,h3,h4,h5,h6 { font-size: 18px; line-height:1.7em;}
p,li,dt,dl,span{ line-height:1.7em;}
}
@media screen and (max-width: 400px){
h1,h2,h3,h4,h5,h6 { font-size: 16px; line-height:1.7em;}
p,li,dt,dl,span{ font-size: 14px;}
}
/*===================
	CONTENTS
=====================*/
header, article, .cont, footer { width:100%; float:left; position: relative; z-index: 10;}
.wrap{ width: 600px; margin: 0 auto;}
.inner{ width: 96%; float: left; margin: auto 2%;}
@media screen and (max-width: 600px){
.wrap{ width:100%; float:left; position: relative; z-index: 10;}
.inner{ width: 92%; float: left; margin: auto 4%;}
}
/*============================
  clearfix
==============================*/
.cf:before, .cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf { *zoom: 1;}
/*============================
  header
==============================*/
header{ margin-top: 5px;}
header h1{ width: 580px; margin: 0 auto; text-align: right; font-style: italic; font-family:'Times New Roman'; letter-spacing: 0; position: relative; line-height: 40px;}
header h1.w { color: #fff; border-bottom:solid 1px #999;}
header h1.b { color: #000; border-bottom:solid 1px #333;}
header h1 .logo{ width: 130px; height: 32px; display: block; position: absolute; left: 0; top: 2px;}
header h1.w .logo{ background: url(../img/common/logo_w.png) no-repeat; background-size:auto 100%;}
header h1.b .logo{ background: url(../img/common/logo_b.png) no-repeat; background-size:auto 100%;}
@media screen and (max-width: 640px){
header h1{ width: 90%; float: left; margin: 0 5%;}
header h1 .logo{height: 24px; top: 6px;}
}

/*============================
  common layout
==============================*/
#mv{ width:100%; background:#ccc; position:fixed; z-index: 1;}
#mv .mask{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,0); -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.scroll #mv .mask{ background:rgba(0,0,0,0.7); color:#fff;}
/*--main--*/
#mv2{ width:100%; background:#ccc; position:fixed; z-index: 1;}
#mv2 .mask{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,0); -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.scroll #mv2 .mask{ background:rgba(0,0,0,0.7); color:#fff;}
/*--main--*/
#main{ background: #dfdfdf;}
#main .PageTitle{ text-align: center; color: #111;}
/*--subTitle--*/
.subTitle{ width: 100%; float: left; margin: 40px 0 20px; text-align: center;}
.subTitle span{ display: inline-block; position: relative; font-size: 32px; font-family:'Times New Roman'; color: #111; line-height: 1em;}
.subTitle span .line{ width: 0%; height: 5px; left: 0%; bottom: 5px; background: #111; -webkit-transition:0.8s; -moz-transition:0.8s; -o-transition:0.8s; transition:0.8s;}
.subTitle.setView span .line{ width: 100%;}
@media screen and (max-width: 480px){
.subTitle span{ font-size: 24px;}
}
@media screen and (max-width: 360px){
.subTitle span{ font-size: 20px; bottom: 0;}
.subTitle span .line{ height: 4px;}
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}
.footer-menu ul{
    width: 100%;
    text-align: center;
}
li.fm {
display: inline-block;
    width: 21%;
    background: #1c1c1c;
    color:#ffffff;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    padding: 1%;
    margin-right: 2px;
    font-size:0.6em;
}
.footer-menu {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 2px;
    left: 6px;
    opacity: 1!important;
}
.sysFuncText.footermenu {
    max-width: 100%!important;
    margin-left: 1%!important;
}
@media screen and (max-width:480px){
.footer-menu {
    left: 2px;
}
li.fm {
    padding: 5%;
}
}

footer {
    margin-bottom: 10%;
}

.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}