@charset "utf-8";

#wrapper{
    background: #888;
}
#wrapper.sub > header .upper{
    background: url(../img/h_logo_bg.png) no-repeat center center;
}

input,select{
    -webkit-appearance: none;
}

#wrapper.sub > header .back_label{
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    position: absolute;
    top: -70px;
    transition: all 0.4s;
}

#wrapper.sub > header.show_label_anc .back_label{
    top: 0;
}

#wrapper.sub > header.show_label_anc .back_label:hover{
    opacity: 0.7;
}

#wrapper.sub > header hgroup{
    height: 70px;
    position: relative;
    top: 0;
    transition: all 0.4s;
}

#wrapper.sub > header.show_label_anc hgroup{
    top: 70px;
}

#wrapper.sub > header h1{
    padding-top: 13px;
    padding-left: 20px;
    float: left;
}

#wrapper.sub > header h2{
    font-size: 10px;
    line-height: 18px;
    padding-top: 28px;
    padding-left: 12px;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    float: left;
    letter-spacing: 0.2em;
}

#wrapper.sub > header hgroup+a{
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 27px;
    right: 0;
    text-indent: -9999px;
}

#wrapper.sub > header hgroup+a:before,
#wrapper.sub > header hgroup+a:after,
#wrapper.sub > header hgroup+a span{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #ea7cab;
}

#wrapper.sub > header hgroup+a:before{
    top: 0;
}

#wrapper.sub > header hgroup+a:after{
    top: 7px;
}

#wrapper.sub > header hgroup+a span{
    top: 14px;
}

#wrapper.sub > section.subpage > header{
    height: 120px;
    background: url(../img/s_header_bg.jpg) repeat 0 0;
}

#wrapper.sub > section.subpage > header .title > p{
    float: left;
    margin-left: 20px;
    margin-top: 33px;
}

#wrapper.sub > section.subpage > header .title a{
    display: block;
    transition: all 0.2s;
}

#wrapper.sub > section.subpage > header .title a:hover{
    opacity: 0.5;
}

#wrapper.sub > section.subpage > header .title h2{
    float: left;
    margin-left: 48px;
    margin-top: 40px;
}

#wrapper.sub > section.subpage > header .search_box{
    position: absolute;
    top: 40px;
    right: 20px;
}

/* TOP
======================================== */

#top_loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #a9e9ea;
}

#top_loading p{
    width: 385px;
    height: 53px;
    position: absolute;
    left: 50%;
    margin-left: -194.5px;
    top: 50%;
    margin-top: -53px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: transparent;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #FFF;
}

#wrapper.top > header{
    position: relative;
    z-index: 3;
    height: 600px;
    overflow: hidden;
    background: #a9e9ea;
}

#wrapper.top > header .bg_1,
#wrapper.top > header .bg_2,
#wrapper.top > header .bg_3{
    position: absolute;
    left: 0;
    right: 0;
}

#wrapper.top > header .bg_1{
    top: 0;
    bottom: 0;
    background: url(../img/t_bg_2.png) no-repeat center top;
    background-size: 100%;
}

#wrapper.top > header .bg_2{
    height: 68%;
    bottom: 153px;
    background: url(../img/t_bg_1.png) repeat-x center bottom;
    background-size: auto 100%;
}

#wrapper.top > header .bg_3{
    height: 70%;
    left: 0;
    right: 0;
    bottom: 153px;
    background: url(../img/t_bg_3.png) no-repeat center bottom;
    background-size: contain;
}

#wrapper.top > header > .con{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/t_dot.png) repeat 0 0;
    
}

#wrapper.top > header .bottom{
    position: absolute;
    height: 153px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    box-shadow: 0 0 30px 4px rgba(112, 112, 133, 0.35);
}

#wrapper.top > header .bottom:before,
#wrapper.top > header .bottom:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}

#wrapper.top > header .bottom:before{
    width: 148px;
    height: 148px;
    background: url(../img/t_wave.png) no-repeat 0 0;
    margin-left: 441px;
    top: -12px;
    z-index: 2;
}

#wrapper.top > header .bottom.wave1:before{
        background-position: 0 0;
}
#wrapper.top > header .bottom.wave2:before{
        background-position: 0 -148px;
}
#wrapper.top > header .bottom.wave3:before{
        background-position: 0 -296px;
}
#wrapper.top > header .bottom.wave4:before{
        background-position: 0 -444px;
}
#wrapper.top > header .bottom.wave5:before{
        background-position: 0 -592px;
}
#wrapper.top > header .bottom.wave6:before{
        background-position: 0 -740px;
}
#wrapper.top > header .bottom.wave7:before{
        background-position: 0 -888px;
}
#wrapper.top > header .bottom.wave8:before{
        background-position: 0 -1036px;
}

#wrapper.top > header .bottom:after{
    width: 128px;
    height: 149px;
    top: -12px;
    margin-left: 450px;
    background: url(../img/t_circle.png) no-repeat 0 0;
    z-index: 1;
}

#wrapper.top > header .bottom hgroup{
    height: 105px;
    background: #1d2961;
    border-top: 8px solid #f0f0f0;
    box-shadow: 0 2px 5px rgba(8, 1, 3, 0.25) inset;
}

#wrapper.top > header .bottom hgroup h1{
    line-height: 105px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/h_logo_bg.png) no-repeat center center;
}

#wrapper.top > header .bottom hgroup h1 img{
    vertical-align: middle;
}

#wrapper.top > header .bottom hgroup h2{
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -510px;
    height: 66px;
    color: #FFF;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    letter-spacing: 0.1em;
    background: url(../img/t_kkk.png) no-repeat left bottom;
    width: 0;
    height: 66px;
    overflow: hidden;
    transition: all 0.6s;
}

#wrapper.top > header .bottom hgroup h2.show{
    width: 220px;
}

#wrapper.top > header .bottom hgroup h2 span{
    display: block;
    width: 220px;
    height: 66px;
    letter-spacing: 0.12em;
}

#wrapper.top > header .bottom nav{
    text-align: center;
    letter-spacing: 0.1em;
}

#top_nav{
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(112, 112, 133, 0.3);
    z-index: 10;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.2s;
}

#top_nav.show{
    top: 0;
}

#wrapper.top > header .bottom nav li,
#top_nav li{
    display: inline-block;
    padding-left: 10px;
    background: url(../img/t_menu_sep.png) no-repeat left center;
    position: relative;
}

#wrapper.top > header .bottom nav li a,
#top_nav li a{
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #283a75;
    padding: 0 40px 0 40px;
    position: relative;
}

#wrapper.top > header .bottom nav li a:before,
#top_nav li a:before{
    content: "";
    display: block;
    width: 7px;
    height: 9px;
    background: url(../img/t_nav_arr.png) no-repeat 0 0;
    position: absolute;
    left: 20px;
    top: 15px;
    opacity: 0;
    transition: all 0.2s;
}

#wrapper.top > header .bottom nav li a:hover:before,
#top_nav li a:hover:before{
    left: 25px;
    opacity: 1;
}

#wrapper.top > header .bottom nav ul li:first-child,
#top_nav li:first-child{
    background: none;
}

#wrapper.top > header > .con > h2{
    position: absolute;
    top: 5%;
    left: 6%;
    width: 18%;
}

#wrapper.top > header > .con > h2 span{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
    opacity: 0;
}

#wrapper.top > header > .con > h2 span:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom:5px;
    height: 2px;
    background: #266da9;
    transition: all 0.8s;
    width: 0;
}

#wrapper.top > header > .con > h2 span.show._1{
    margin-left: 1px;
}

#wrapper.top > header > .con > h2 span.show._1:after{
    width: 88%;
}

#wrapper.top > header > .con > h2 span.show._2:after{
    width: 100%;
}

#wrapper.top > header > .con > h2 img{
    width: 100%;
    height: auto;
}

#wrapper.top > header .upper{
    position: absolute;
    top: 0;
    right: 6%;
    width: 404px;
    height: 208px;
}

#wrapper.top > header .upper .share{
    position: absolute;
    top: 15px;
    right: 29px;
    width: 124px;
    height: 63px;
    text-align: center;
    z-index: 3;
}

#wrapper.top > header .upper .share h2{
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 0;
    background: url(../img/t_social_title.png) no-repeat 0 0;
    text-indent: -9999px;
    transition: all 0.5s;
}

#wrapper.top > header .upper.show .share h2{
    height: 5px;
}

#wrapper.top > header .upper .share ul{
    height: 54px;
    background: url(../img/t_social_bg.png) no-repeat center top;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: all 1s;
}

#wrapper.top > header .upper.show .share ul{
    top: 0;
    opacity: 1;
}

#wrapper.top > header .upper .share li{
    display: inline-block;
    padding: 7px 10px;
}

#wrapper.top > header .upper .share li a{
    display: block;
    width: 40px;
    height: 40px;
}

#wrapper.top > header .upper .share li a img{
    opacity: 0;
    transition: all 0.2s;
}

#wrapper.top > header .upper .share li a:hover img{
    opacity: 1;
}

#wrapper.top > header .upper .share li.tw a{
    background: url(../img/t_tw_bg.png) no-repeat 0 0;
}
#wrapper.top > header .upper .share li.fb a{
    background: url(../img/t_fb_bg.png) no-repeat 0 0;
}

#wrapper.top > header .upper:before,
#wrapper.top > header .upper:after,
#wrapper.top > header .upper .news:after,
#wrapper.top > header .upper .news:before{
    content: "";
    display: block;
    position: absolute;
}

#wrapper.top > header .upper:before{
    right: 0;
    top: 0;
/*     width: 100%; */
    opacity: 0;
    height: 44px;
    height: 91px;
    background: url(../img/t_news_bg_2.png) no-repeat right top;
    transition: all 1s;
}

#wrapper.top > header .upper:after{
    width: 181px;
    height: 0;
    right: 0;
    top: 0;
    transition: all 0.8s;
    background: url(../img/t_news_bg_3.png) no-repeat 0 0;
}

#wrapper.top > header .upper.show:after{
   height: 29px;
}

#wrapper.top > header .upper.show:before{
    opacity: 1;
    width: 100%;
}

#wrapper.top > header .upper.show._2:before{
    height: 91px;
}


#wrapper.top > header .upper .news{
    padding: 40px;
    color: #FFF;
    opacity: 0;
    background: url(../img/t_news_bg_1.png) no-repeat center center;
    transition: all 0.8s;
    position: relative;
    z-index: 2;
}

#wrapper.top > header .upper .news:after{
    width: 22px;
    height: 0;
    background: url(../img/t_news_bg_4.png) no-repeat 0 0;
    right: 372px;
    top: 188px;
    transition: all 0.8s;
}

#wrapper.top > header .upper.show .news:after{
    height: 15px;
}

#wrapper.top > header .upper .news:before{
    width: 0;
    width: 404px;
    height: 20px;
    right: 0;
    top: 188px;
    transition: all 0.8s;
    background: url(../img/t_news_bg_5.png) no-repeat right center;
}

#wrapper.top > header .upper.show .news:before{
/*     width: 404px; */
}


#wrapper.top > header .upper .news .show_all{
    display: block;
    position: absolute;
    width: 20px;
    height: 7px;
    right: 52px;
    bottom: 56px;
    transition: all 1s;
}

#wrapper.top > header .upper.show .news .show_all{
    right: 42px;
}


#wrapper.top > header .upper.show .news .show_all:hover{
    transition: all 0.5s;
    opacity: 0.5;
}


#wrapper.top > header .upper .news .con{
    height: 130px;
    padding-left: 20px;
    width: 0;
    overflow: hidden;
    transition: all 1.2s;
}

#wrapper.top > header .upper.show .news .con{
    width: 304px;
}

#wrapper.top > header .upper.show .news{
    opacity: 1;
}

#wrapper.top > header .upper .news h2{
    font-size: 10px;
    padding: 22px 0 12px 0;
    letter-spacing: 0.1em;
    width: 304px;
    position: relative;
}

#wrapper.top > header .upper .news h2:after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #98d0da;
    position: absolute;
    left: 0;
    bottom: 0;
}

#wrapper.top > header .upper .news > .con .display{
    width: 260px;
    height: 90px;
    overflow: hidden;
}

#wrapper.top > header .upper .news > .con .display .articles{
    height: 90px;
    width: 780px;
}

#wrapper.top > header .upper .news > .con .articles > a{
    display: block;
    padding: 0 0 20px 0;
    height: 70px;
    width: 260px;
    float: left;
}

#wrapper.top > header .upper .news .date{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    padding: 10px 0 15px;
    letter-spacing: 0.2em;
}

#wrapper.top > header .upper .news h3{
    font-size: 11px;
    line-height: 160%;
    width: 304px;
}

#wrapper.top > header .upper .news a:hover h3{
    text-decoration: underline;
}

#wrapper.top > section.about{
    position: relative;
    z-index: 1;
    height: 629px;
    background: url(../img/t_about_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

#wrapper.top > section.about h2{
    width: 560px;
    height: 280px;
    padding-top: 110px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    -webkit-perspective: 2200;
    perspective: 2200;
    -webkit-perspective-origin: center top;
    perspective-origin: center top;
}

#wrapper.top > section.about h2:before,
#wrapper.top > section.about h2:after{
    content: "";
    display: block;
    width: 9px;
    background: url(../img/t_about_chain.png) repeat-y 0 0;
    position: absolute;
    top: 0;
    bottom: 80px;
}

#wrapper.top > section.about h2:before{
    left: 30px;
}

#wrapper.top > section.about h2:after{
    right: 30px;
}

#wrapper.top > section.about h2 span{
    display: block;
    padding: 20px;
    background: #cecdcd;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#wrapper.top > section.about h2 span.show{
    -webkit-animation: anime1 1s 1;
    animation: anime1 1s 1;
}

#wrapper.top > section.about h2 span.hover{
    -webkit-animation: anime2 1s 1;
    animation: anime2 1s 1;
}

@keyframes anime1 {
    0% {
        transform: rotateX(0deg);
    } 10% {
        transform: rotateX(-20deg);
    } 30% {
        transform: rotateX(20deg);
    } 45% {
        transform: rotateX(-10deg);
    } 60% {
        transform: rotateX(10deg);
    } 70% {
        transform: rotateX(-5deg);
    } 80% {
        transform: rotateX(5deg);
    } 90% {
        transform: rotateX(-2deg);
    } 100% {
        transform: rotateX(0);
    }

}

@keyframes anime2 {
    0% {
        transform: rotateX(0deg);
    } 10% {
        transform: rotateX(-8deg);
    } 30% {
        transform: rotateX(8deg);
    } 45% {
        transform: rotateX(-4deg);
    } 60% {
        transform: rotateX(4deg);
    } 70% {
        transform: rotateX(-2deg);
    } 80% {
        transform: rotateX(2deg);
    } 100% {
        transform: rotateX(0);
    }
}

@-webkit-keyframes anime1 {
    0% {
        -webkit-transform: rotateX(0deg);
    } 10% {
        -webkit-transform: rotateX(-20deg);
    } 30% {
        -webkit-transform: rotateX(20deg);
    } 45% {
        -webkit-transform: rotateX(-10deg);
    } 60% {
        -webkit-transform: rotateX(10deg);
    } 70% {
        -webkit-transform: rotateX(-5deg);
    } 80% {
        -webkit-transform: rotateX(5deg);
    } 90% {
        -webkit-transform: rotateX(-2deg);
    } 100% {
        -webkit-transform: rotateX(0);
    }

}

@-webkit-keyframes anime2 {
    0% {
        -webkit-transform: rotateX(0deg);
    } 10% {
        -webkit-transform: rotateX(-8deg);
    } 30% {
        -webkit-transform: rotateX(8deg);
    } 45% {
        -webkit-transform: rotateX(-4deg);
    } 60% {
        -webkit-transform: rotateX(4deg);
    } 70% {
        -webkit-transform: rotateX(-2deg);
    } 80% {
        -webkit-transform: rotateX(2deg);
    } 100% {
        -webkit-transform: rotateX(0);
    }
}

#wrapper.top > section.about > a{
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -55px;
    top: 50%;
    margin-top: 124px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    background: url(../img/t_about_anc.png) no-repeat left center;
    opacity: 0;
    letter-spacing: 0.1em;
}

#wrapper.top > section.about > a:hover{
    text-decoration: underline;
}

#wrapper.top > section.about .content{
    position: absolute;
    left: 54%;
    margin-left: 40px;
    top: 50%;
    margin-top: -210px;
    width: 500px;
    height: 420px;
    color: #FFF;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.15em;
    text-align: justify;
    -webkit-transform: rotateZ(0);
}

#wrapper.top > section.about .content > *{
    opacity: 0;
    width: 100%;
}

#wrapper.top > section.about .content h3{
    margin-bottom: 36px;
}

#wrapper.top > section.about .content p{
    margin-bottom: 1em;
}

#wrapper.top > section.label{
    background: url(../img/t_label_bg.jpg) repeat 0 0;
}

#wrapper.top > section.label nav{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wrapper.top > section.label nav li{
    width: 33.3%;
    float: left;
    text-align: center;
    position: relative;
}

#wrapper.top > section.label nav li:before{
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: url(../img/t_label_arr.png) no-repeat center center;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5.5px;
    transition: all 0.3s linear;
    opacity: 0;
}

#wrapper.top > section.label nav.show li:before{
    top: 0;
    opacity: 1;
}

#wrapper.top > section.label nav li._2{
    width: 33.4%;
}

#wrapper.top > section.label nav li h2{
    position: relative;
    height: 103px;
    overflow-x: hidden;
}

#wrapper.top > section.label nav li .shut_upper,
#wrapper.top > section.label nav li .shut_bottom{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s linear;
}

#wrapper.top > section.label nav li .shut_upper{
    top: 0;
    height: 60%;
    z-index: 3;
    background: #1c265f;
}

#wrapper.top > section.label nav li .shut_upper:before,
#wrapper.top > section.label nav li .shut_upper:after,
#wrapper.top > section.label nav li .shut_upper p{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 27px;
}

#wrapper.top > section.label nav li .shut_upper p{
    width: 198px;
    left: 50%;
    margin-left: -99px;
}

#wrapper.top > section.label nav li .shut_upper:before{
    width: 50%;
    right: 50%;
    margin-right: 99px;
    background: #1c265f;
}
#wrapper.top > section.label nav li .shut_upper:after{
    width: 50%;
    left: 50%;
    margin-left: 99px;
    background: #1c265f;
}

#wrapper.top > section.label nav li .shut_bottom{
    bottom: 0;
    height: 40%;
    z-index: 2;
}

#wrapper.top > section.label nav li .shut_bottom:before,
#wrapper.top > section.label nav li .shut_bottom:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}


#wrapper.top > section.label nav li.show .shut_upper{
    height: 0;
    top: -27px;
}
#wrapper.top > section.label nav li.show .shut_bottom{
    height: 0;
}

#wrapper.top > section.label nav li .shut_bottom:before{
    top: 0;
    height: 27px;
    background: url(../img/t_label_shut_bottom.png) no-repeat center top;
}

#wrapper.top > section.label nav li .shut_bottom:after{
    top: 27px;
    bottom: 0;
    background: #111944;
}

#wrapper.top > section.label nav h2 span{
    display: block;
    position: relative;
    z-index: 2;
    height: 93px;
    padding-top: 10px;
    line-height: 90px;
}

#wrapper.top > section.label nav h2:before,
#wrapper.top > section.label nav h2:after{
    content: "";
    display: block;
    height: 100px;
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#wrapper.top > section.label nav ul{
    overflow: hidden;
    padding-top: 40px;
}

#wrapper.top > section.label nav h2:before{
    right: 50%;
    margin-right: 42px;
}

#wrapper.top > section.label nav h2:after{
    left: 50%;
    margin-left: 42px;
}

#wrapper.top > section.label nav li h2 img{
    opacity: 0;
    transition: all 0.5s linear;
}

#wrapper.top > section.label nav.show li h2 img{
    opacity: 1;
}

#wrapper.top > section.label nav li._1 h2:before,
#wrapper.top > section.label nav li._1 h2:after{
    background: #1b3599;
}

#wrapper.top > section.label nav li._1 h2{
    background: url(../img/t_label_1_bg.png) no-repeat center 0;
}

#wrapper.top > section.label nav li._1 h2 span{
    background: url(../img/t_label_1_title_bg.png) no-repeat center 26px;
}

#wrapper.top > section.label nav li._1 .shut_upper p{
    background: url(../img/t_label_shut_top_1.png) no-repeat center bottom !important;
}

#wrapper.top > section.label nav li._2 h2:before,
#wrapper.top > section.label nav li._2 h2:after{
    background: #2ce09d;
}

#wrapper.top > section.label nav li._2 h2{
    background: url(../img/t_label_2_bg.png) no-repeat center 0;
}

#wrapper.top > section.label nav li._2 h2 span{
    background: url(../img/t_label_2_title_bg.png) no-repeat center 26px;
}

#wrapper.top > section.label nav li._2 .shut_upper p{
    background: url(../img/t_label_shut_top_2.png) no-repeat center bottom !important;
}

#wrapper.top > section.label nav li._3 h2:before,
#wrapper.top > section.label nav li._3 h2:after{
    background: #ffb22d;
}

#wrapper.top > section.label nav li._3 h2{
    background: url(../img/t_label_3_bg.png) no-repeat center 0;
}

#wrapper.top > section.label nav li._3 h2 span{
    background: url(../img/t_label_3_title_bg.png) no-repeat center 26px;
}

#wrapper.top > section.label nav li._3 .shut_upper p{
    background: url(../img/t_label_shut_top_3.png) no-repeat center bottom !important;
}

#wrapper.top > section.label nav li a > div{
    min-height: 160px;
    overflow: hidden;
    position: relative;
}

#wrapper.top > section.label nav li a > div p{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.3s linear;
}

#wrapper.top > section.label nav li a:hover > div p{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#wrapper.top > section.label nav li._1 a > div p{
    background-image: url(../img/t_label_1_img.jpg);
}

#wrapper.top > section.label nav li._2 a > div p{
    background-image: url(../img/t_label_2_img.jpg);
}

#wrapper.top > section.label nav li._3 a > div p{
    background-image: url(../img/t_label_3_img.jpg);
}

#wrapper.top > section.label nav > h2{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    background: url(../img/t_label_4_bg.png) no-repeat center top;
}

#wrapper.top > section.label nav > h2 a{
    display: block;
    position: relative;
}

#wrapper.top > section.label nav > h2 a:before{
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(../img/t_label_arr_2.png) no-repeat 0 0;
    left: 50%;
    margin-left: -5.5px;
    bottom: -13px;
    opacity: 0;
    transition: all 0.3s linear;
}

#wrapper.top > section.label nav.show > h2 a:before{
    bottom: -3px;
    opacity: 1;
}

#wrapper.top > section.label nav > h2:before,
#wrapper.top > section.label nav > h2:after{
    top: 0;
    height: 220px;
    background: #e771a1;
}

#wrapper.top > section.label nav > h2 span{
    height: 210px;
    line-height: 200px;
    position: relative;
    background: url(../img/t_label_4_title_bg.png) no-repeat center 81px;
}

#wrapper.top > section.label nav > h2 span:before,
#wrapper.top > section.label nav > h2 span:after{
    content: "";
    display: block;
    width: 850px;
    height: 125px;
    border: 2px solid #e16198;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: 45px;
}

#wrapper.top > section.label nav > h2 span:before{
    transition: all 0.5s linear;
    transition-delay: 0.3s;
}

#wrapper.top > section.label nav > h2 span:after{
    border-color: transparent;
    transition-delay: 0;
    transition: all 0.2s linear;
}

#wrapper.top > section.label nav > h2 a:hover span:after{
    background: rgba(255,255,255,0.25)
}

#wrapper.top > section.label nav.show > h2 span:before{
    border-color: #FFF;
}

#wrapper.top > section.label nav > h2 img{
    opacity: 0;
    transition: all 0.5s linear;
    transition-delay: 0.3s;
}

#wrapper.top > section.label nav.show > h2 img{
    opacity: 1;
}

#wrapper.top > section.updates{
    overflow: hidden;
    position: relative;
    background: #fdf5a4;
}

#wrapper.top > section.updates:before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: 32px;
    background: #f6f4e0;
}

#wrapper.top > section.updates .page_width{
    max-width: 1024px;
}


#wrapper.top > section.updates section{
    padding: 50px 0 120px;
}

#wrapper.top > section.updates section h2{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 80px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
}

#wrapper.top > section.updates section h2 span{
    font-size: 10px;
    display: inline-block;
    font-weight: normal;
    margin-left: 6px;
}

#wrapper.top > section.updates section h2 span:before,
#wrapper.top > section.updates section h2 span:after{
    content: "/";
    display: inline-block;
    padding: 0 4px;
}

#wrapper.top > section.updates article{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 160px;
    border-bottom: 1px solid #000;
    position: relative;
}

#wrapper.top > section.updates .news{
    width: 480px;
    float: left;
}

#wrapper.top > section.updates .news h2{
    background: url(../img/t_news_icon.png) no-repeat 7px -2px;
}

#wrapper.top > section.updates .books h2{
    background: url(../img/t_books_icon.png) no-repeat -17px center;
    padding-left: 42px;
}

#wrapper.top > section.updates .books{
    width: 500px;
    float: left;
    padding-left: 40px;
}

#wrapper.top > section.updates .news .articles{
    padding-left: 80px;
    margin-bottom: 40px;
}

#wrapper.top > section.updates .news article .date{
    padding-top: 10px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    vertical-align: bottom;
    letter-spacing: 0.08em;
}

#wrapper.top > section.updates .news article.new .date:after{
    content: "NEW";
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    background: #d1111b;
    color: #FFF;
    font-size: 11px;
    margin-left: 15px;
}

#wrapper.top > section.updates .news article h3{
    padding: 20px 30px 20px 0;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#wrapper.top > section.updates .news article a:hover h3{
    text-decoration: underline;
}

#wrapper.top > section.updates .news article .content{
    line-height: 20px;
    margin-right: 20px;
    font-size: 12px;
}

#wrapper.top > section.updates section > p{
    padding-left: 15px;
    background: url(../img/t_update_arr.png) no-repeat left 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#wrapper.top > section.updates section.news > p{
    margin-left: 80px;
}

#wrapper.top > section.updates section > p a{
    display: inline-block;
    line-height: 18px;
    border-bottom: 2px solid #000;
    transition: all 0.2s;
    opacity: 1;
}

#wrapper.top > section.updates section > p a:hover{
    opacity: 0.5;
}

#wrapper.top > section.updates .books .img{
    position: absolute;
    left: 0;
    top: 20px;
    width: 107px;
    height: 158px;
}

#wrapper.top > section.updates .books .img span{
    display: table-cell;
    width: 107px;
    height: 158px;
    vertical-align: middle;
    text-align: center;
}

#wrapper.top > section.updates .books .img img{
    max-width: 107px;
    max-height: 158px;
    vertical-align: middle;
}

#wrapper.top > section.updates .books .articles{
    margin-bottom: 40px;
}


#wrapper.top > section.updates .books article{
    padding-left: 135px;
}

#wrapper.top > section.updates .books article .meta{
    padding-top: 40px;
    margin-bottom: 20px;
}

#wrapper.top > section.updates .books article .meta *{
    display: inline-block;
    line-height: 17px;
}

#wrapper.top > section.updates .books article h3{
    font-size: 17px;
}

#wrapper.top > section.updates .books article a:hover h3{
    text-decoration: underline;
}

#wrapper.top > section.updates .books article .credit{
    font-size: 12px;
    color: #808080;
    padding-left: 10px;
    letter-spacing: 0.1em;
}

#wrapper.top > section.updates .books article .credit span{
    padding-left: 10px;
}

#wrapper.top > section.updates .books article .content{
    width: 370px;
    font-size: 12px;
    line-height: 23px;
}

#wrapper.top > section.updates > .toTop{
    position: absolute;
    bottom: -44px;
    right: 20px;
    z-index: 2;
    transition: all 0.4s;
}

#wrapper.top > section.updates > .toTop.show{
    bottom: 0;
}

/* NEWS
======================================== */

#news{
    background: #FFF;
    padding-top: 100px;
}

#news > .main{
    max-width: 1040px;
    padding:40px 20px 80px 60px;
    margin: 0 auto;
    overflow: hidden;
}

#news .articles{
    width: 660px;
    float: left;
}

#news .pager{
    clear: both;
}

#news article{
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

#news article a:hover{
    text-decoration: underline;
}

#news article header{
    padding-bottom: 10px;
    border-bottom: 1px solid #1d2961;
    margin-bottom: 3px;
    position: relative;
}

#news article header:after{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    top: 20px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#news article.secretary header:after{
    background-image: url(../img/n_secretary.png);
}

#news article.scholar header:after{
    background-image: url(../img/n_scholar.png);
}

#news article.head header:after{
    background-image: url(../img/n_head.png);
}

#news article.dokuhon header:after{
    background-color: #1e3ca3;
}

#news article.kodomo header:after{
    background-color: #32e4a7;
}

#news article.web header:after{
    background-color: #ffbb33;
}

#news article.library header:after{
    background-color: #ea7cab;
}

#news article.other header:after{
    background-color: #8c8c8c;
}


#news article .date{
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    padding-left: 20px;
    background: url(../img/n_date_bg.png) no-repeat left center;
    margin-bottom: 7px;
    letter-spacing: 0.1em;
}

#news article.new .date:after{
    content: "NEW!";
    padding-left: 8px;
    color: #fa0000;
}

#news article h3{
    width: 558px;
    margin-left: -8px;
    line-height: 20px;
    padding: 20px;
    font-size: 19px;
    background: #f7f7f6;
    border-radius: 5px;
}

#news article .content{
    padding: 35px 0;
    border-top: 1px solid #1d2961;
    border-bottom: 1px solid #b9b9b9;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}

#news article .content a{
    color: #e4629a;
    text-decoration: underline;
}

#news article .cat{
    text-align: left;
    float: right;
    padding-left: 240px;
    overflow: hidden;
}

#news article .cat ul{
    letter-spacing: 0.1em;
    display: inline-block;
}

#news article .cat *{
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
}

#news article .cat h4{
    font-family: 'Lato', sans-serif;
}

#news article .cat li{
    margin-left: 15px;
}

#news article .cat li:before{
    content: "・";
}

#news .sidebar{
    width: 260px;
    float: right;
    padding-bottom: 280px;
    letter-spacing: 0.06em;
}

#news .sidebar a{
    opacity: 1;
    transition: all 0.3s;
}

#news .sidebar a:hover{
    opacity: 0.5;
}

#news .sidebar .archives{
    border-radius: 5px;
    width: 220px;
    padding: 40px 20px 0;
    background: url(../img/s_header_bg.jpg) repeat 0 0;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05) inset;
}

#news .sidebar aside{
    padding-bottom: 32px;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}

#news .sidebar aside h3{
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: #FFF;
    text-align: center;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

#news .sidebar aside li{
    margin-bottom: 18px;
    padding-left: 25px;
    margin-left: 10px;
    position: relative;
}

#news .sidebar aside.label li{
    background-repeat: no-repeat;
    background-position: 0 0;
}

#news .sidebar aside.label ._1{
    background-image: url(../img/n_archives_arr_1.png);
}
#news .sidebar aside.label ._2{
    background-image: url(../img/n_archives_arr_2.png);
}
#news .sidebar aside.label ._3{
    background-image: url(../img/n_archives_arr_3.png);
}
#news .sidebar aside.label ._4{
    background-image: url(../img/n_archives_arr_4.png);
}
#news .sidebar aside.label ._5{
    background-image: url(../img/n_archives_arr_5.png);
}

#news .sidebar aside.author li{
    background-repeat: no-repeat;
    background-position: left top;
    background: url(../img/n_archives_arr_5.png) no-repeat 0 0;
}

#news .sidebar aside.monthly li:before{
    content: "";
    display: block;
    height: 2px;
    width: 4px;
    background: #656565;
    position: absolute;
    top: 5px;
    left: 5px;
}

#news .sidebar > ul li{
    margin-top: 20px;
}

#news.single article .content .img{
    padding: 0 20px 20px 20px;
}

#news.single article .content .right{
    float: right;
}

#news article .content p{
    margin-bottom: 1em;
}

#news.single article .share{
    position: absolute;
    left: 0;
    bottom: 5px;
    padding-top: 10px;
}

#news.single article .share li{
    float: left;
    width: 120px;
    height: 20px;
}

#news.single .wp-pagenavi{
    width: 100%;
    font-size: 100;
    font-size: 13px;
}

#news.single .wp-pagenavi p{
    width: auto;
    text-indent: 0;
    position: absolute;
}

#news.single .wp-pagenavi a{
    display: block;
}

#news.single .wp-pagenavi .previouspostslink{
    left: 0;
}

#news.single .wp-pagenavi .nextpostslink{
    right: 0;
}

#news.single .wp-pagenavi .previouspostslink a{
    padding-left: 30px;
    background: url(../img/n_pager_prev.png) no-repeat left center;
}

#news.single .wp-pagenavi .nextpostslink a{
    padding-right: 30px;
    background: url(../img/n_pager_next.png) no-repeat right center;
}


/* NEWS
======================================== */

#books{
    background: #FFF;
    padding-top: 100px;
}

#books .main > header{
    width: 880px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    border-radius: 5px;
    margin: -20px auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) inset;
    position: relative;
}

#books .main > header h3{
    padding: 0 70px 0 20px;
    float: left;
}

#books .main > header li{
    margin-right: 15px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

#books .main > header li a{
    display: block;
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    padding: 0 30px;
    border-radius: 10px;
    transition: all 0.3s;
}

#books .main > header li.current a{
    background: #FFF;
}

#books .main > header li a:hover{
    background: #FAFAFA;
}

#books .articles{
    width: 990px;
    margin: 0 auto;
    padding: 10px 0 50px;
    overflow: hidden;
}

#books article{
    border: 1px solid #dcdcdc;
    margin: 30px 15px 0;
    float: left;
    letter-spacing: 0.1em;
    position: relative;
}

#books article > a{
    display: block;
    position: absolute;
    width: 258px;
    height: 488px;
    padding: 0 20px;
    position: relative;
    transition: all 0.4s;
}

#books article > a:hover{
    background: #F8F8F8;
}

#books article.new:before{
    content: "NEW";
    display: block;
    width: 38px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background: #d1111b;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

#books article .img{
    padding: 30px 0;
    text-align: center;
}

#books article .img span{
    width: 258px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;

}

#books article .img img{
    max-width: 258px;
    max-height: 220px;
    vertical-align: middle;
}

#books article h3{
    font-size: 18px;
    margin-bottom: 10px;
}

#books article .author{
    font-size: 12px;
    color: #808080;
    height: 44px;
}

#books article .author span{
    display: inline-block;
    line-height: 18px;
}

#books article .author span:first-child{
    padding-right: 10px;
}

#books article .content{
    font-size: 12px;
    line-height: 19px;
}

#books article .date{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 10px;
    letter-spacing: 0;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    padding-top: 6px;
    border-top: 1px solid #000;
    width: 113px;
    text-align: right;
}

#books .pager{
    padding-bottom: 100px;
}

#books.single .articles{
    width: 960px;
    padding: 60px 0 120px;
}

#books.single article{
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

#books.single article.new:before{
    display: none;
}

#books.single article .left{
    width: 560px;
    float: left;
}

#books.single article .right{
    width: 298px;
    height: 498px;
    float: left;
    margin-left: 80px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

#books.single article h3{
    font-size: 28px;
    margin-bottom: 30px;
}

#books.single article .author{
    font-size: 16px;
    margin-bottom: 30px;
    height: auto;
}

#books.single article .author span{
    padding-left: 35px;
}

#books.single article .author span:first-child{
    padding: 0;
}

#books.single article .date{
    height: 20px;
    line-height: 20px;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: left;
    margin-left: 0;
    letter-spacing: 0.1em;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
}

#books.single article .date span{
    display: inline-block;
    border-top: 1px solid #000;
}

#books.single article .content{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: justify;
}

#books.single article .content p{
    margin-bottom: 1em;
}

#books.single article .img{
    padding: 40px 0;
}

#books.single article .img span{
    width: 298px;
    height: 332px;
}

#books.single article .img img{
    max-width: 298px;
    max-height: 332px;
}

#books.single article .right a{
    width: 193px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url(../img/bs_amazon_bg.png) no-repeat 0 0;
}

#books.single article .right a img{
    opacity: 0;
    transition: all 0.4s;
}
#books.single article .right a:hover img{
    opacity: 1;
}

/* NEWS
======================================== */

#about{
    background: url(../img/a_bg.jpg) repeat 0 0;
    position: relative;
    padding-top: 100px;
}

#about:before{
    content: "";
    display: block;
    height: 425px;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    background: url(../img/a_bg_2.jpg) repeat-x center center;
}

#about .main{
    padding: 40px 0 100px;
}

#about .main .mv img{
    max-width: 100%;
    height: !important;
}

#about .main section{
    width: 1000px;
    margin: 0 auto;
}

#about .main section.about{
    color: #FFF;
    padding-bottom: 100px;
    overflow: hidden;
}

#about .main section.about hgroup{
    padding: 35px 0 65px;
    text-align: center;
    position: relative;
}

#about .main section.about hgroup:before,
#about .main section.about hgroup:after{
    content: "";
    display: block;
    width: 281px;
    height: 5px;
    position: absolute;
    top: 75px;
    background: url(../img/a_dot.png) repeat-x 0 0;
}

#about .main section.about hgroup:before{
    left: 0;
}

#about .main section.about hgroup:after{
    right: 0;
}

#about .main section.about hgroup p{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#about .main section.about .left,
#about .main section.about .right{
    width: 460px;
    float: left;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
}

#about .main section.about .left{
    margin-right: 80px;
}

#about .main section.scholar{
    background: #f7f7f6;
    border-radius: 5px;
    position: relative;
}

#about .main section.scholar:before{
    content: "";
    display: block;
    width: 91px;
    height: 45px;
    background: url(../img/a_circle.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -30px;
}

#about .main section.scholar .img{
    position: absolute;
    top: 40px;
    left: 80px;
    width: 160px;
    height: 230px;
    padding: 10px 0;
    background: #1d2961;
    border-radius: 5px;
}

#about .main section.scholar .right{
    margin-left: 280px;
    margin-right: 80px;
    color: #1d2961;
}

#about .main section.scholar .right > p{
    padding: 20px 0 14px;
    text-align: right;
    border-bottom: 2px solid #1d2961;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 2px;
}

#about .main section.scholar .right hgroup{
    border-top: 2px solid #1d2961;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 4px solid #1d2961;
}

#about .main section.scholar .right hgroup p{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}

#about .main section.scholar .right hgroup h3{
    font-size: 34px;
}

#about .main section.scholar .right hgroup h3 span{
    font-size: 13px;
    font-weight: 100px;
    padding-left: 14px;
}

#about .main section.scholar .right hgroup h3 span:before,
#about .main section.scholar .right hgroup h3 span:after{
    content: "/";
}

#about .main section.scholar .right .content{
    padding: 50px 0;
    font-size: 14px;
    line-height: 25px;
}

#about .main section.scholar .right .content p{
    margin-bottom: 25px;
}

#privacy{
    padding-top: 100px;
    background: #FFF;
}

#privacy .content{
    width: 1000px;
    margin: 0 auto;
}

#privacy h3{
    font-size: 24px;
    padding-top: 76px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1d2961;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

#privacy .content > section{
    border-top: 1px solid  #1d2961;
    font-size: 15px;
}

#privacy section._1{
    line-height: 25px;
}

#privacy section._1 .top{
    padding: 40px 0 25px;
}

#privacy section._1 h4{
    margin-bottom: 5px;
}

#privacy section._1 p{
    margin-bottom: 15px;
    padding-left: 20px;
}

#privacy section._1 .credit{
    padding: 25px 0 45px;
    text-align: center;
}

#privacy section._1 .credit a{
    color: #ff009c;
    text-decoration: underline;
}

#privacy section._1 .credit dl{
    display: inline-block;
    text-align: left;
    line-height: 20px;
    position: relative;
}

#privacy section._1 .credit dl.left{
    font-weight: bold;
    width: 340px;
}

#privacy section._1 .credit dl dt{
    position: absolute;
    left: 0;
}

#privacy section._1 .credit dl.left dt:after{
    content: ":" ;
    display: inline-block;
    width: 21px;
    text-align: center;
}

#privacy section._1 .credit dl.left dd{
    padding-left: 70px;
}

#privacy section._1 .credit dl.right dd{
    padding-left: 60px;
}

#privacy section._2{
    padding: 0 0 50px;
}

#privacy section._2 h4,
#privacy section._3 h4{
    line-height: 40px;
    font-size: 19px;
    padding: 20px 0;
}

#privacy section._2 h5{
    line-height: 40px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

#privacy section._2 h5:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 16px;
    left: 0;
}

#privacy section._2 p{
    padding-left: 20px;
    margin-bottom: 12px;
}

#privacy section._2 table,
#privacy section._3 table{
    margin-left: 20px;
    font-size: 14px;
    line-height: 19px;
}

#privacy section._2 th,
#privacy section._3 th{
    background: #ebebeb;
    font-weight: 100;
    text-align: center;
}

#privacy section._2 table{
    width: 528px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

#privacy section._2 th,
#privacy section._2 td{
    height: 39px;
    vertical-align: middle;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

#privacy section._2 th{
    width: 159px;
}

#privacy section._2 td{
    padding-left: 40px;
}

#privacy section._3 table{
    width: 960px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;

}

#privacy section._3 th,
#privacy section._3 td{
    height: 59px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    vertical-align: middle;
}

#privacy section._3 td{
    text-align: center;
}

#privacy section._3 ._l3_2{
    padding: 20px 0;
}

#privacy section._3 > p{
    font-size: 14px;
    padding: 20px 0px 100px 20px;
}

#contact{
    padding-top: 100px;
    background: #f0f0f0;
}

#contact .text{
    background: #FFF;
    margin-bottom: 25px;
}

#contact .text p{
    width: 780px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 180%;
    padding: 54px 0;
}

#contact .plugin_form form > ul{
    padding-top: 25px;
}

#contact .plugin_form form > ul li.postal_code ul{
    padding-left: 40px;
}

#contact .plugin_form form > ul li.postal_code ul:before{
    content: "〒";
    position: absolute;
    font-size: 14px;
    left: 14px;
    top: 0;
    bottom: 0;
    line-height: 60px;
    font-weight: bold;
}

#contact .plugin_form form > ul li.name ul{
    padding-left: 0;
}

#contact .plugin_form form > ul li.name ul li{
    width: 210px;
    padding-left: 40px;
}

#contact .plugin_form form > ul li.name ul li input{
    width: 180px;
}

#contact .plugin_form form > ul li.name ul li:after{
    display: none;
}

#contact .plugin_form form > ul li.name ul li:before{
    content: "名";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    line-height: 60px;
    font-weight: bold;
}

#contact .plugin_form form > ul li.name ul li:first-child:before{
    content: "姓";
}

#contact .plugin_form form > ul li.textarea label{
    background: #1d2961;
}

#contact .plugin_form input[type=submit]{
    background: #1d2961;
    border-right: 2px solid #020927;
    border-bottom: 2px solid #020927;
}

#contact .plugin_form input[type=submit]:hover{
    border-color: #020927;
}

#contact .plugin_form{
    padding-bottom: 136px;
}

#contact .plugin_form form > p{
    margin-bottom: 20px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#search{
    background: #FFF;
    padding-top: 100px;
}

#search .main{
    width: 980px;
    margin: 0 auto;
}

#search .main h3{
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
}

#search .main .articles{
    overflow: hidden;
}

#search article{
    width: 468px;
    height: 256px;
    border: 1px solid #dcdcdc;
    float: left;
    margin: 0 10px 20px;
    position: relative;
}

#search article a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8px 20px 20px;
    transition: all 0.4s;
}

#search article a:hover{
    background: #F8F8F8;
}

#search .pager{
    padding: 45px 0 120px;
}

#search article .date{
    padding-left: 106px;
    font-size: 12px;
    padding-top: 2px;
    height: 24px;
    line-height: 24px;
    color: #808080;
    position: relative;
}

#search article .date:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 2px;
    bottom: 0;
    line-height: 22px;
    font-size: 12px;
    padding-left: 36px;
    color: #333;
}

#search article.kodomo .date:before{
    content: "元ネタ辞典";
    background: url(../img/se_icon_3.png) no-repeat 4px 0;
}

#search article.news .date:before{
    content: "お知らせ";
    background: url(../img/se_icon_1.png) no-repeat 0 1px;
}

#search article.books .date:before{
    content: "既刊情報";
    background: url(../img/se_icon_2.png) no-repeat 6px 1px;
}

#search article h4{
    height: 96px;
    display: table-cell;
    width: 428px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #010101;
}

#search article .content{
    font-size: 13px;
    line-height: 21px;
    color: #808080;
    padding: 16px 0;
}

#search article .content *{
    display: inline;
}

#search article.books .detail{
    width: 260px;
}

#search article.books .img{
    position: absolute;
    width: 151px;
    height: 221px;
    top: 20px;
    right: 20px;
}

#search article.books .img span{
    display: table-cell;
    width: 151px;
    height: 221px;
    vertical-align: middle;
}

#search article.books .img span img{
    max-height: 221px;
    max-width: 151px;
    vertical-align: middle;
}