
body{
    background-color:#222426;
    color:#FFF;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    height: 100%;
}

a:link    { color: #88FFFF; outline: none; }
a:visited { color: #88FFFF; outline: none; }
a:active  { color: #88FFFF; outline: none; }
a:hover   { color: #00EEEE; outline: none; }
a img{
    outline : none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


ul.bar{
    margin:0;
    padding: 0;
}

ul.bar>li{
    list-style: none;
    display: inline-block;
    margin:0;
}

section, div{
    margin:0;
    padding:0;
}

/***************************************
 *  #wrapper
 */

#wrapper{
    font-size:12px;
    padding-top: 35px;
    background:url(../img/common/body_bg.png) repeat-x left 35px;
    background-size: auto 20px;
}


/***************************************
 *  #main_menu
 */

#main_menu{
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    background: #000;
    height: 35px;
    width:100%;
}


#main_menu h1{
    width:74px;
    height: 35px;
    padding:0 10px;
    margin: 0;

}

#main_menu h1 a{
    line-height: 0em;
    display: block;
    position: relative;
    z-index: 3;
}


#main_menu .menu_btn{
    width:35px;
    height: 35px;
    display: block;
    float:left;
    z-index: 3;
}

#main_menu .current_page{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size:12px;
    color:#999;
}

#main_menu .menu_btn{
    width: 35px;
    height: 35px;
    position: absolute;
    right:0;
    top:0;
    z-index: 3;
    background:url("../img/common/menu_icon.png") top left;
    background-size:100% auto;
}


#main_menu .close{
    background-color: #FFF;
    background-position: bottom left;
}

.menu_float{
    display: none;
    position: fixed;
    z-index:99;
    top:35px;
    left:0;

    margin: 0;
    padding:0;
    width:100%;
}


.menu_float.visible{
    display: block;
}

.menu_float li{
    height:46px;
    border-top:1px solid #DDD;
    line-height:45px;
    font-size:15px;
    text-align: center;
    vertical-align: middle;
    box-sizing:border-box;
    list-style: none;
}
.menu_float li.lang-wrap {
    border-top: 0;
}

.menu_float li a {
    display: block;
    background: #FFF;
    width:100%;
    height:100%;
    color:#000;
    text-decoration: none;
    -ms-user-select : none;
    -moz-user-select : none;
    -webkit-user-select : none;
    user-select : none;
    /*font-weight: bold;*/
}

.menu_float li a .small{
    font-size: 12px;
}

.lang-btns,
.lang-btns * {
    box-sizing: border-box;
}
.lang-btns {
    background-color: #fff;
    float: right;
    width: 140px;
    height: 36px;
    margin-top: 1px;
}

.menu_float li a.lang-btn,
.lang-btn {
    vertical-align: top;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 36px;
    background-color: transparent;
    color: #989898;
    position: relative;
}
.lang-btn + .lang-btn {
    margin-left: -6px;
}
.lang-btn.lang-btn--active {
    color: #000000;
}
.lang-btn.lang-btn--active:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #989898;
}
#link_area_frame {
  margin-top: 20px;
  text-align: center;
}
#link_area_frame a {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-right: 8px;
}
#link_area_frame a img {
  width: 135px;
}

.sns-btns,
.sns-btns * {
    box-sizing: border-box;
}
.sns-btns {
    background-color: #fff;
    float: left;
    width: 234px;
    height: 36px;
    margin-top: 1px;
    padding-top: 2px;
}

.menu_float li a.sns-btn,
.sns-btn {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: relative;
}
.menu_float li img.rollover {
    width: 20px;
    padding-bottom: 11px;
}
#main_menu li.yt a img{
    padding-bottom: 11px;
}



/***************************************
 *  #footer
 */

 .scroll_top {
    display: block;
    width:25px;
    height:25px;
    margin:10px auto;
}
#footer{
    text-align: center;
    padding-bottom: 10px;
}
#footer ul{
    width:auto;
    margin:auto;
    padding: 4px 0 3px 12px;
}
#footer ul li:first-child{
    margin-left:0;
}
#footer p{
    font-size:10px;
    color:#888;
    line-height: 1.5em;
}
#footer a{
    color:#888;
    text-decoration: none;
}

/* menu sns */
#footer .menu_sns {
    list-style: none;
    display: inline-block;
    width: 100%;
}
#footer .menu_sns ul li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    }
#footer .svg_icon{
     fill: #888;
    stroke-width: 0px;
}
#footer .menu_sns svg.ig {
     width: 20px;
}
#footer .menu_sns svg.yt{
   width: 28px;
   padding-top: 2px;
}
#footer .menu_sns svg.x_logo{
   width: 20px;
   padding-top: 1px;
}
#footer .menu_sns svg.fb{
   width: 20px;
}
#footer .menu_sns svg.li{
   width: 20px;
}
#footer .menu_sns svg.am{
width: 20px;
}
#footer .menu_sns svg.sp{
width: 20px;
}
/* menu_float menu sns */
#menu_float .menu_sns {
    list-style: none;
    display: inline-block;
    /* width: 100%; */
}
#menu_float .menu_sns ul {
    padding-left: 0;
    font-size: 0;
}
#menu_float .menu_sns ul li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    border: none;
}
#menu_float .menu_sns ul li:last-child {
    padding-right: 0;
}
.menu_float li .menu_sns a {
    height: 33px;
}
#menu_float .svg_icon{
     fill: #888;
    stroke-width: 0px;
}
#menu_float .menu_sns svg.am {
    width: 21px;
}
#menu_float .menu_sns svg.sp {
    width: 20px;
}
#menu_float .menu_sns svg.ig {
     width: 20px;
}
#menu_float .menu_sns svg.yt{
   width: 28px;
   padding-bottom: 3px;
}
#menu_float .menu_sns svg.x_logo{
   width: 20px;
   padding-top: 1px;
}
#menu_float .menu_sns svg.fb{
   width: 20px;
}
#menu_float .menu_sns svg.li{
   width: 20px;
}
