@charset "utf-8";

@import "reset.css";
@import "board.css";
@import "main.css";
@import "sub.css";
@import "sub1.css";



body.fixed {position:fixed;top:0;left:0;bottom:0;right:0;width:100%;}

#wrap {width:100%;min-width:320px;min-height:500px;}
#wrap .dim_bg {position:absolute;top:0;left:0;right:0;bottom:0;background:url(../images/common/dim_bg.png) repeat;z-index:10;display:none;}


/* header */
#header {width:100%;height:57px;}
#header h1 {width:100%;height:43px;padding:7px 0;line-height:0;text-align:center;}
#header h1 img {height:43px;}
#header a.allmenu {display:block;position:absolute;top:0;left:0;line-height:0;}
#header a.allmenu img {height:57px;}

/* allmenu */
#allmenu {position:absolute;top:0;left:-270px;bottom:0;width:270px;z-index:999;background:#fff;overflow-y:auto;}
#allmenu .side_top {position:relative;width:100%;height:57px;line-height:57px;background:#33373b;}
#allmenu .side_top h1 {padding-left:10px;color:#fff;}
#allmenu .side_top span.home_bt {display:block;position:absolute;top:13px;right:10px;width:78px;height:30px;line-height:30px;border-radius:15px;text-align:center;background:#5b3367;}
#allmenu .side_top span.home_bt a {color:#fff;}
#allmenu .side_btn {height:21px;padding:13px 0;text-align:center;border:1px solid #8c8c8c;background:#f1f1f1;}
#allmenu .side_btn img {height:21px;}
#allmenu .side_nav {position:absolute;top:106px;left:0;right:0;border:1px solid #8c8c8c;border-top:0;background:#f1f1f1;}
#allmenu .side_nav dl dt {height:52px;line-height:52px;color:#333;font-size:1.3em;border-bottom:1px solid #d0d0d0;}
#allmenu .side_nav dl dt span {display:block;height:52px;padding:0 10px;background:url(../images/common/arrow1.png) no-repeat 90% center;background-size:10px;cursor:pointer;}
#allmenu .side_nav dl dt.on {background:#f35878;}
#allmenu .side_nav dl dt.on span {background:url(../images/common/arrow1_on.png) no-repeat 90% center;background-size:10px;color:#fff;}
#allmenu .side_nav dl dd {padding:10px 0 0 0;border-bottom:1px solid #d0d0d0;background:#fff;display:none;}
#allmenu .side_nav dl dd ul {width:100%;overflow:hidden;}
#allmenu .side_nav dl dd ul li {float:left;width:43%;padding:0 0 10px 3%;}
#allmenu .side_nav dl dd ul li a {letter-spacing:-0.05em;}


#container {padding-bottom:165px;}



/* footer */
#footer {position:fixed;bottom:0;left:0;width:100%;height:165px;z-index:99;}
#footer ul li {float:left;width:25%;background:#33373b;}
#footer ul li a {display:block;line-height:84px;text-align:center;}
#footer ul li img {height:60px;vertical-align:middle;}
#footer .copy{text-align: center;font-size: 12px;    color: #4b5259;    padding: 91px 0;    background-color: #e6e6e6;}
