@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  /*background:transparent;*/
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* clear */
.clear,
.clearfix {
    zoom: 100%;
}

.clear:after,
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.t-ind {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.b {
    font-weight: bold;
}

.break {
    word-wrap: break-word;
}

.bl {
    display: block;
}

.fs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
    letter-spacing: .05em;
    height: 100%;
}

body {
    background: url(../img/bg.jpg) center 0;
    background-size: 100% auto;
}

.gothic {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}

.ls100 {
    letter-spacing: .1em;
}

.f1b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

svg + .fallback {
    display: none !important;
    background: none !important;
}

#wrapper {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#wrapper #contents {
    padding-bottom: 427px;
}

#wrapper #contents.black {
    background: #000;
}

#wrapper footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ef {
    position: relative;
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.global-nav {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.global-nav .logo {
    display: block;
    width: 249px;
    margin: 0 auto;
}

.global-nav ul {
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}

.global-nav ul.text {
    margin-top: 15px;
}

.global-nav ul.text li {
    font-size: 10px;
}

.global-nav ul.text li a {
    color: #fff;
    letter-spacing: .1em;
}

.global-nav ul.text li a:hover {
    color: #FFBB66;
}

.global-nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.global-nav ul li a {
    display: block;
}

.global-nav ul li.diary {
    position: relative;
    top: 1px;
}

.global-nav ul li.diary a {
    height: 11px;
    width: 106px;
    background: url(../img/menu/hibi.png);
}

.global-nav ul li.diary a:hover {
    background-position: 0 -11px;
}

.global-nav ul li a:hover path,
      .global-nav ul li a.current path {
    fill: #FFBB66;
}

.global-nav ul li.diary-link {
    position: relative;
    -webkit-transform: translate(0, 3%);
    -ms-transform: translate(0, 3%);
    transform: translate(0, 3%);
}

.global-nav ul li.facebook {
    position: relative;
    top: 4px;
}

.global-nav ul li.twitter {
    position: relative;
    top: 2px;
}

.global-nav ul li.youtube {
    position: relative;
    top: 2px;
}

.global-nav ul li.instagram {
    position: relative;
    top: 3px;
}

.global-nav ul li .top {
    width: 31px;
    height: 10px;
    background: url(../img/top.png);
}

.global-nav ul li .news {
    width: 42px;
    height: 10px;
    background: url(../img/menu/news.png);
}

.global-nav ul li .live {
    width: 77px;
    height: 10px;
    background: url(../img/menu/live.png);
}

.global-nav ul li .profile {
    width: 63px;
    height: 10px;
    background: url(../img/menu/profile.png);
}

.global-nav ul li .movie {
    width: 47px;
    height: 10px;
    background: url(../img/menu/movie.png);
}

.global-nav ul li .disco {
    width: 110px;
    height: 10px;
    background: url(../img/menu/disco.png);
}

.global-nav ul li .diary {
    width: 98px;
    height: 12px;
    background: url(../img/menu/diary.png);
}

.global-nav ul li .blog {
    width: 42px;
    height: 10px;
    background: url(../img/menu/blog.png);
}

.global-nav ul li .goods {
    width: 55px;
    height: 10px;
    background: url(../img/menu/goods.png);
}

.global-nav ul li .fb {
    width: 8px;
    height: 17px;
    background: url(../img/menu/facebook.png);
}

.global-nav ul li .tw {
    width: 17px;
    height: 14px;
    background: url(../img/menu/twitter.png);
}

.global-nav ul li .yt {
    width: 22px;
    height: 15px;
    background: url(../img/menu/youtube.png);
}

.global-nav ul li .ig {
    width: 17px;
    height: 17px;
    background: url(../img/menu/instagram.png);
}

.no-svgasimg #global-nav ul li.diary a:hover {
    background-position: 0 0;
}

header {
    padding: 80px 0 60px;
    background: #000;
    position: relative;
}

header #page-global-nav {
    position: relative;
    top: 0;
}

header .header-light {
    position: absolute;
    width: 94px;
    height: auto;
    left: 50%;
    top: 50%;
    margin: -64px 0 0 -47px;
}

footer {
    background: #333;
    padding: 50px 0 25px;
    position: relative;
}

footer #pagetop {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -65px;
    right: 20px;
}

footer #pagetop img {
    display: block;
    width: 100%;
    height: auto;
}

footer #pagetop:hover path {
    fill: #FFBB66;
}

footer #pagetop:hover polyline {
    stroke: #FFBB66;
}

footer #pagetop .fallback {
    width: 45px;
    height: 45px;
    background: url(../img/pagetop.png);
}

footer #footer-nav {
    position: relative;
    top: 0;
}

footer #footer-nav .logo {
    width: 189px;
}

footer #footer-nav ul li {
    margin: 0 12.5px;
}

footer #footer-nav ul li.facebook, footer #footer-nav ul li.twitter, footer #footer-nav ul li.youtube {
    margin-right: 10px;
}

footer #footer-nav ul li.instagram {
    margin-left: 10px;
}

footer .footer-links {
    margin-top: 62px;
    text-align: center;
    font-size: 0;
}

footer .footer-links li {
    display: inline-block;
    margin: 0 15px;
}

footer .footer-links li img {
    display: block;
    height: auto;
}

footer .footer-links li.hip-land-music img {
    width: 141px;
}

footer .footer-links li.toys-factory {
    margin-right: 10px;
}

footer .footer-links li.toys-factory img {
    width: 66px;
}

footer .footer-links li.noframes {
    margin: 0 10px;
}

footer .footer-links li.noframes img {
    width: 78px;
}

footer .copyright {
    text-align: center;
    font-size: 10px;
    color: #999;
    margin-top: 50px;
}

#fix-global-nav {
    background: rgba(37, 37, 37, 0.6);
    top: -125px;
    padding: 0 0 30px;
    transition: all .4s ease-out;
}

#fix-global-nav .logo-link {
    display: none;
}

#fix-global-nav.show {
    -webkit-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    transform: translate(0, 125px);
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    #home-global-nav,
  #fix-global-nav {
        left: 55px;
        height: 100%;
        box-sizing: border-box;
        width: 100%;
        margin-left: -55px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        transition: all .4s ease-out;
        top: 0;
        z-index: 1000;
        padding: 0;
    }

    #home-global-nav.show,
    #fix-global-nav.show {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: 0;
    }

    #home-global-nav #nav-btn,
    #fix-global-nav #nav-btn {
        position: absolute;
        z-index: 1;
        width: 25px;
        height: 25px;
        border-top: solid 5px #fff;
        border-bottom: solid 5px #fff;
        box-sizing: border-box;
        top: 15px;
        left: -40px;
    }

    #home-global-nav #nav-btn:before,
      #fix-global-nav #nav-btn:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #fff;
        content: '';
    }

    #home-global-nav nav,
    #fix-global-nav nav {
        background: #222;
        height: 100%;
        box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.3);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #home-global-nav nav ul,
      #fix-global-nav nav ul {
        margin-top: 0;
        padding: 15px 0 0 35px;
        text-align: left;
    }

    #home-global-nav nav ul li,
        #fix-global-nav nav ul li {
        display: block;
        text-align: left;
        margin: 30px 0 0 0;
    }

    #home-global-nav nav ul li svg,
          #fix-global-nav nav ul li svg {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

    #home-global-nav nav ul li:nth-child(2),
          #fix-global-nav nav ul li:nth-child(2) {
        margin-left: 3px;
    }

    #home-global-nav nav ul li:nth-child(3),
          #fix-global-nav nav ul li:nth-child(3) {
        margin-left: 8px;
    }

    #home-global-nav nav ul li:nth-child(4),
          #fix-global-nav nav ul li:nth-child(4) {
        margin-left: 6px;
    }

    #home-global-nav nav ul li:nth-child(5),
          #fix-global-nav nav ul li:nth-child(5) {
        margin-left: 3px;
    }

    #home-global-nav nav ul li:nth-child(6),
          #fix-global-nav nav ul li:nth-child(6) {
        margin-left: 12px;
    }

    #home-global-nav nav ul li:nth-child(7),
          #fix-global-nav nav ul li:nth-child(7) {
        margin-left: 2px;
    }

    #home-global-nav nav ul li:nth-child(8),
          #fix-global-nav nav ul li:nth-child(8) {
        margin-left: 3px;
    }

    #home-global-nav nav ul li.facebook, #home-global-nav nav ul li.twitter, #home-global-nav nav ul li.youtube, #home-global-nav nav ul li.instagram,
          #fix-global-nav nav ul li.facebook,
          #fix-global-nav nav ul li.twitter,
          #fix-global-nav nav ul li.youtube,
          #fix-global-nav nav ul li.instagram {
        display: inline-block;
        position: relative;
        width: 28px;
        height: 28px;
        vertical-align: top;
        top: 0;
        margin-right: 20px;
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    #home-global-nav nav ul li.facebook:before, #home-global-nav nav ul li.twitter:before, #home-global-nav nav ul li.youtube:before, #home-global-nav nav ul li.instagram:before,
            #fix-global-nav nav ul li.facebook:before,
            #fix-global-nav nav ul li.twitter:before,
            #fix-global-nav nav ul li.youtube:before,
            #fix-global-nav nav ul li.instagram:before {
        width: 28px;
        height: 28px;
        border: solid 1px #fff;
        content: '';
        border-radius: 28px;
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    #home-global-nav nav ul li.facebook svg,
          #fix-global-nav nav ul li.facebook svg {
        position: relative;
        top: 5px;
        left: 9px;
        -webkit-transform: scale(0.98, 0.98);
        -ms-transform: scale(0.98, 0.98);
        transform: scale(0.98, 0.98);
    }

    #home-global-nav nav ul li.twitter svg,
          #fix-global-nav nav ul li.twitter svg {
        position: relative;
        top: 7px;
        left: 6px;
        -webkit-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95);
    }

    #home-global-nav nav ul li.youtube svg,
          #fix-global-nav nav ul li.youtube svg {
        position: relative;
        top: 6px;
        left: 3px;
        -webkit-transform: scale(0.85, 0.85);
        -ms-transform: scale(0.85, 0.85);
        transform: scale(0.85, 0.85);
    }

    #home-global-nav nav ul li.instagram svg,
          #fix-global-nav nav ul li.instagram svg {
        position: relative;
        top: 6px;
        left: 6px;
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    #home-global-nav nav .copyright,
      #fix-global-nav nav .copyright {
        font-size: 10px;
        margin: 30px 0 0 30px;
        line-height: 1.3;
        color: #999;
        padding-bottom: 20px;
    }

    #page-global-nav nav {
        display: none;
    }

    #footer-nav {
        display: none;
    }

    #wrapper header {
        padding: 20px 0;
        background: #222;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    #wrapper header .logo-link {
        display: block;
        width: 139px;
        margin: 0 auto;
    }

    #wrapper header .logo-link img {
        width: 100%;
        height: auto;
    }

    #wrapper #contents {
        padding-bottom: 200px;
    }

    .header-light {
        display: none;
    }

    footer {
        background: #000;
    }

    footer #pagetop {
        top: 0;
        right: auto;
        left: 50%;
        margin-left: -22px;
    }

    footer .copyright {
        line-height: 1.3;
    }
}

.pagination {
    margin-top: 100px;
    position: relative;
}

.pagination span path {
    fill: #444;
}

.pagination span polyline {
    stroke: #444;
}

.pagination span .fallback {
    opacity: .3;
    filter: alpha(opacity=30);
}

.pagination .prev {
    display: block;
    float: left;
}

.pagination .prev .fallback {
    width: 101px;
    height: 45px;
    background: url(../img/prev2.png);
}

.pagination .next {
    display: block;
    float: right;
}

.pagination .next .fallback {
    width: 99px;
    height: 45px;
    background: url(../img/next2.png);
}

.pagination a:hover path {
    fill: #FFBB66;
}

.pagination a:hover polyline {
    stroke: #FFBB66;
}

.pagination .sns {
    width: 112px;
    background: url(../img/share-link.svg) no-repeat center bottom;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -56px;
}

.pagination .sns .fb {
    float: left;
}

.pagination .sns .tw {
    float: right;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    .pagination {
        padding: 0 10% 30px;
    }

    .pagination.sns-in {
        padding-top: 70px;
    }

    .pagination .sns {
        width: 80%;
        left: 10%;
        border-bottom: solid 1px #fff;
        padding-bottom: 50px;
        margin: -70px 0 0 0;
        text-align: center;
        background-position: center 50px;
        font-size: 0;
        letter-spacing: 0;
    }

    .pagination .sns .fb,
      .pagination .sns .tw,
      .pagination .sns .line {
        float: none;
        display: inline-block;
        margin: 0 10px;
        width: 30px;
        height: 30px;
    }

    .pagination .sns .fb svg,
        .pagination .sns .tw svg,
        .pagination .sns .line svg {
        display: none;
    }

    .pagination .sns .fb {
        background: url(../img/facebook2.svg);
        background-size: 100% 100%;
    }

    .pagination .sns .tw {
        background: url(../img/twitter2.svg);
        background-size: 100% 100%;
    }

    .pagination .sns .line {
        background: url(../img/line.svg);
        background-size: 100% 100%;
    }
}

#contents {
    padding-top: 100px;
}

#contents .page-title {
    width: 151px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#contents .page-title.live {
    width: 274px;
}

#contents .page-title.diary {
    width: 389px;
}

#contents .category-title {
    margin-top: 50px;
    text-align: center;
    font-size: 28px;
}

#contents .diary-text {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin-top: 35px;
}

#news {
    width: 920px;
    margin: 50px auto 0;
}

#news.diary {
    margin-top: 55px;
}

#news .main {
    width: 620px;
    float: left;
}

#news .main article {
    margin-top: 40px;
    padding-bottom: 55px;
    background: url(../img/star.svg) no-repeat center bottom;
}

#news .main article:last-of-type {
    padding-bottom: 0;
    background: none;
}

#news .main article a {
    color: #fff;
}

#news .main article .post {
    font-size: 11px;
}

#news .main article h1 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
    color: #FFBB66;
}

#news .main article h1 a {
    color: #FFBB66;
    text-decoration: underline;
}

#news .main article .text {
    font-size: 13px;
    line-height: 23px;
    margin-top: 20px;
    word-break: break-all;
}

#news .main article .text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
}

#news .main article .text a {
    color: #FFBB66;
    text-decoration: underline;
}

#news .main.live article {
    margin-top: 40px;
    padding-bottom: 30px;
    background: url(../img/star.svg) no-repeat center bottom;
}

#news .main.live article:last-of-type {
    padding-bottom: 0;
    background: none;
}

#news .main.live article time {
    font-size: 17px;
}

#news .main.live article h1 {
    font-size: 22px;
    line-height: 24px;
    color: #FFBB66;
    margin-top: 20px;
}

#news .main.live article h1 a {
    color: #FFBB66;
    text-decoration: underline;
}

#news .main.live article .place {
    font-size: 13px;
    margin-top: 15px;
}

#news .main.live article hr {
    display: block;
    width: 34px;
    height: 1px;
    margin: 25px 0 20px;
    padding: 0;
    border: none;
    background: #fff;
}

#news .main.live article .text {
    font-size: 13px;
    line-height: 23px;
}

#news .main.live article .text a {
    color: #FFBB66;
    text-decoration: underline;
}

#news .main.live article .text img,
        #news .main.live article .text iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 22px;
}

#news aside {
    width: 260px;
    float: right;
    margin-top: -40px;
}

#news aside .block {
    margin-top: 80px;
    font-size: 12px;
    line-height: 18px;
}

#news aside .block a {
    color: #FFBB66;
    text-decoration: underline;
}

#news aside .block .block-title {
    margin-bottom: 17px;
}

#news aside .block .block-title.live-index {
    width: 129px;
}

#news aside .block ul {
    margin-top: -11px;
}

#news aside .block ul.monthly {
    font-size: 15px;
    color: #FFBB66;
}

#news aside .block ul.monthly ul {
    padding: 11px 0 0 15px;
    font-size: 12px;
}

#news aside .block ul.monthly div {
    height: 0;
    overflow: hidden;
    transition: height .2s ease-out;
}

#news aside .block ul.monthly p {
    display: inline;
    cursor: pointer;
}

#news aside .block.live ul {
    color: #FFBB66;
}

#news aside .block.live ul time, #news aside .block.live ul p {
    color: #fff;
}

#news aside .block.live ul p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}

#news aside .block li {
    margin-top: 11px;
}

#news aside .block time {
    display: block;
    font-size: 11px;
}

.no-svgasimg #news .main article {
    background-image: url(../img/star.png);
}

.no-svgasimg #news .main article:last-of-type {
    background: none;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    #contents .page-title {
        width: 100px;
        height: auto;
    }

    #contents .category-title {
        font-size: 20px;
    }

    #contents .page-title.live,
  #contents .page-title2.live {
        width: 142px;
        height: auto;
    }

    #news {
        width: 100%;
    }

    #news .main {
        width: 100%;
        float: none;
        padding-bottom: 50px;
    }

    #news .main article {
        padding: 0 10% 50px;
    }

    #news .main.live + aside {
        display: none;
    }

    #news .main.live.single article {
        border-bottom: none;
    }

    #news .main.live.single article h1 {
        text-decoration: none;
    }

    #news .main.live article {
        border-bottom: solid 1px #fff;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        background: none;
    }

    #news .main.live article:last-of-type {
        padding-bottom: 20px;
    }

    #news .main.live article h1 {
        text-decoration: underline;
        font-size: 16px;
        line-height: 20px;
    }

    #news .main.live article hr {
        display: none;
    }

    #news .main.live article.hide .text {
        height: 0;
        overflow: hidden;
    }

    #news aside {
        width: 100%;
        float: none;
        margin: 0;
        background: url(../img/bg.jpg);
        text-align: center;
        padding: 0 0 50px;
    }

    #news aside .block {
        margin-top: 0;
        padding-top: 50px;
        font-size: 15px;
    }

    #news aside .block:nth-of-type(2) {
        display: none;
    }

    #news aside .block .monthly-archives {
        width: 80%;
        display: block;
        border: solid 1px #fff;
        height: 35px;
        margin: 10px auto 0;
        border-radius: 35px;
        position: relative;
    }

    #news aside .block .monthly-archives:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        right: 50px;
        top: 0;
        background: #fff;
    }

    #news aside .block .monthly-archives:after {
        content: '';
        border: solid 10px transparent;
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-color: #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -5px;
    }

    #news aside .block .monthly-archives p {
        height: 35px;
        line-height: 35px;
        color: #fff;
        padding-left: 20px;
        text-align: left;
        font-size: 11px;
    }

    #news aside .block .monthly-archives select {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
