.gmnoprint a,
.gmnoprint span,
.gm-style-cc,
.gm-style-mtc,
a[href^="https://www.google.com/maps"],
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .topics {
    padding-bottom: 80px;
  }
  .topics .top {
    padding: 50px 0;
  }
  .topics .top ul.category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 25px;
    margin: 0 auto 10px;
    width: 700px;
  }
  .topics .top ul.category li {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    margin-right: 23px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .topics .top ul.category li.items_01 span {
    padding-left: 0;
  }
  .topics .top ul.category li.items_01 span::before {
    content: none;
  }
  .topics .top ul.category li.items_02 span::before {
    background-image: url("../images/ic_events.png");
  }
  .topics .top ul.category li.items_03 span::before {
    background-image: url("../images/ic_people.png");
  }
  .topics .top ul.category li.items_04 {
    margin-right: 0;
  }
  .topics .top ul.category li.items_04 span::before {
    background-image: url("../images/ic_where.png");
  }
  .topics .top ul.category li.items_04 span::after {
    content: none;
  }
  .topics .top ul.category li.items_05 span::before {
    background-image: url("../images/ic_chat.png");
  }
  .topics .top ul.category li.items_06 span::before {
    background-image: url("../images/ic_information.png");
  }
  .topics .top ul.category li.items_07 span::before {
    background-image: url("../images/ic_eat.png");
  }
  .topics .top ul.category li.items_08 span::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics .top ul.category li:last-of-type span::after {
    content: none;
  }
  .topics .top ul.category li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -3px;
    background: #e36d3a;
    height: 2px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .topics .top ul.category li.active::after, .topics .top ul.category li:hover::after {
    right: 0;
  }
  .topics .top ul.category li span {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 30px;
  }
  .topics .top ul.category li span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .topics .top ul.category li span::after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #c6c6c6;
    position: absolute;
    right: -13px;
    top: 7px;
  }
  .topics .top .map {
    width: 100%;
    height: 450px;
  }
  .topics ul.list_topics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 40px;
  }
  .topics ul.list_topics li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .topics ul.list_topics li.events a:hover {
    border-color: #ad9600;
  }
  .topics ul.list_topics li.events a span.icon {
    background-image: url("../images/ic_events.png");
  }
  .topics ul.list_topics li.events a small {
    color: #ad9600;
  }
  .topics ul.list_topics li.people a:hover {
    border-color: #775c35;
  }
  .topics ul.list_topics li.people a span.icon {
    background-image: url("../images/ic_people.png");
  }
  .topics ul.list_topics li.people a small {
    color: #775c35;
  }
  .topics ul.list_topics li.where a:hover {
    border-color: #4da9aa;
  }
  .topics ul.list_topics li.where a span.icon {
    background-image: url("../images/ic_where.png");
  }
  .topics ul.list_topics li.where a small {
    color: #4da9aa;
  }
  .topics ul.list_topics li.chat a:hover {
    border-color: #d68686;
  }
  .topics ul.list_topics li.chat a span.icon {
    background-image: url("../images/ic_chat.png");
  }
  .topics ul.list_topics li.chat a small {
    color: #d68686;
  }
  .topics ul.list_topics li.information a:hover {
    border-color: #275177;
  }
  .topics ul.list_topics li.information a span.icon {
    background-image: url("../images/ic_information.png");
  }
  .topics ul.list_topics li.information a small {
    color: #275177;
  }
  .topics ul.list_topics li.eat a:hover {
    border-color: #d66fae;
  }
  .topics ul.list_topics li.eat a span.icon {
    background-image: url("../images/ic_eat.png");
  }
  .topics ul.list_topics li.eat a small {
    color: #d66fae;
  }
  .topics ul.list_topics li.foodstall a:hover {
    border-color: #7b6fd6;
  }
  .topics ul.list_topics li.foodstall a span.icon {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics ul.list_topics li.foodstall a small {
    color: #7b6fd6;
  }
  .topics ul.list_topics li a {
    display: block;
    width: 285px;
    height: 100%;
    padding: 17px 18px 22px;
    border: 1px solid #b9b9b9;
    text-decoration: none;
    position: relative;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s;
  }
  .topics ul.list_topics li a:hover figure {
    opacity: 0.8;
  }
  .topics ul.list_topics li a:hover span.more::after {
    right: -2px;
  }
  .topics ul.list_topics li a figure {
    width: 100%;
    height: 233px;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .topics ul.list_topics li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topics ul.list_topics li a time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 20px;
    color: #5f5f5f;
    letter-spacing: 2.3px;
    margin: 17px 0 10px;
  }
  .topics ul.list_topics li a small {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: 1px;
    word-break: break-all;
  }
  .topics ul.list_topics li a p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: justify;
    margin: 12px 0 11px;
    word-break: break-all;
  }
  .topics ul.list_topics li a span {
    display: block;
  }
  .topics ul.list_topics li a span.icon {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 1;
  }
  .topics ul.list_topics li a span.more {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 20px;
    color: #5f5f5f;
    letter-spacing: 2.3px;
    position: relative;
    padding-right: 20px;
  }
  .topics ul.list_topics li a span.more::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url("../images/ic_more.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 8px;
    right: 3px;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    transition: right .3s;
  }
  .detail {
    padding: 53px 150px 0;
    word-break: break-all;
  }
  .detail .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9px;
  }
  .detail .time span {
    display: block;
    position: relative;
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 33px;
    margin-right: 16px;
  }
  .detail .time span.ic_events::before {
    background-image: url("../images/ic_events.png");
  }
  .detail .time span.ic_people::before {
    background-image: url("../images/ic_people.png");
    left: -2px;
  }
  .detail .time span.ic_where::before {
    background-image: url("../images/ic_where.png");
  }
  .detail .time span.ic_chat::before {
    background-image: url("../images/ic_chat.png");
  }
  .detail .time span.ic_information::before {
    background-image: url("../images/ic_information.png");
  }
  .detail .time span.ic_eat::before {
    background-image: url("../images/ic_eat.png");
  }
  .detail .time span.ic_foodstall::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .detail .time span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .detail .time time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .detail h3 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 41px;
  }
  .detail figure {
    margin-bottom: 59px;
  }
  .detail figure img {
    display: block;
    margin: 0 auto 10px;
  }
  .detail figure figcaption {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 36px;
    letter-spacing: 0.7px;
  }
  .detail .wysiwyg {
    overflow: hidden;
  }
  .detail .wysiwyg figure {
    clear: both;
    margin: 0 10px 10px 0 !important;
  }
  .detail .map_dt {
    padding: 10px 0 60px;
  }
  .detail .map_dt iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
    margin: 0 0 9px;
    padding: 0;
  }
  .detail .map_dt p {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .detail .map_dt p span {
    letter-spacing: 2px;
    margin-right: 17px;
  }
  .detail .dl_area {
    margin-bottom: 74px;
  }
  .detail .dl_area a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-decoration: none;
    position: relative;
    margin-left: 28px;
    margin-bottom: 10px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .detail .dl_area a:hover {
    opacity: 0.7;
  }
  .detail .dl_area a:hover::after {
    left: 50%;
    right: 50%;
  }
  .detail .dl_area a::before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    position: absolute;
    top: -2px;
    left: -28px;
  }
  .detail .dl_area a::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .detail .dl_area .pdf {
    color: #c8161d;
  }
  .detail .dl_area .pdf::before {
    background: url("../images/pdf.png") no-repeat;
  }
  .detail .dl_area .pdf::after {
    background: #c8161d;
  }
  .detail .dl_area .xls,
  .detail .dl_area .xlsx {
    color: #2b6e43;
  }
  .detail .dl_area .xls::before,
  .detail .dl_area .xlsx::before {
    background: url("../images/xlsx.png") no-repeat;
  }
  .detail .dl_area .xls::after,
  .detail .dl_area .xlsx::after {
    background: #2b6e43;
  }
  .detail .dl_area .doc,
  .detail .dl_area .docx {
    color: #275192;
  }
  .detail .dl_area .doc::before,
  .detail .dl_area .docx::before {
    background: url("../images/docs.png") no-repeat;
  }
  .detail .dl_area .doc::after,
  .detail .dl_area .docx::after {
    background: #275192;
  }
}

@media screen and (max-width: 768px) {
  .ttl picture img {
    width: 29.29688vw;
  }
  .topics {
    padding-bottom: 10.41667vw;
  }
  .topics .top {
    padding-bottom: 6.51042vw;
  }
  .topics .top ul.category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.30208vw;
    padding-bottom: 2.60417vw;
  }
  .topics .top ul.category li {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    margin-right: 5.20833vw;
    margin-bottom: 4.03646vw;
  }
  .topics .top ul.category li.items_01 span {
    padding-left: 0;
  }
  .topics .top ul.category li.items_01 span::before {
    content: none;
  }
  .topics .top ul.category li.items_02 span::before {
    background-image: url("../images/ic_events.png");
  }
  .topics .top ul.category li.items_03 span::before {
    background-image: url("../images/ic_people.png");
  }
  .topics .top ul.category li.items_03 span::after {
    content: none;
  }
  .topics .top ul.category li.items_04 span::before {
    background-image: url("../images/ic_where.png");
  }
  .topics .top ul.category li.items_05 span::before {
    background-image: url("../images/ic_chat.png");
  }
  .topics .top ul.category li.items_05 span::after {
    content: none;
  }
  .topics .top ul.category li.items_06 span::before {
    background-image: url("../images/ic_information.png");
  }
  .topics .top ul.category li.items_07 span::before {
    background-image: url("../images/ic_eat.png");
  }
  .topics .top ul.category li.items_08 span::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics .top ul.category li.items_08 span::after {
    content: none;
  }
  .topics .top ul.category li:last-of-type span::after {
    content: none;
  }
  .topics .top ul.category li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -0.91146vw;
    background: #e36d3a;
    height: 1px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .topics .top ul.category li.active::after, .topics .top ul.category li:hover::after {
    right: 0;
  }
  .topics .top ul.category li span {
    display: block;
    font-weight: 400;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 0.26042vw;
    position: relative;
    padding-left: 7.16146vw;
  }
  .topics .top ul.category li span::before {
    content: "";
    display: block;
    width: 4.81771vw;
    height: 4.81771vw;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -0.39062vw;
  }
  .topics .top ul.category li span::after {
    content: "";
    display: block;
    width: 0.39062vw;
    height: 3.64583vw;
    background: #c6c6c6;
    position: absolute;
    right: -1.95312vw;
    top: 0.52083vw;
  }
  .topics .top .map {
    height: 65.10417vw;
    margin: 0 -3.90625vw;
  }
  .topics ul.list_topics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.90625vw;
  }
  .topics ul.list_topics li {
    margin-bottom: 3.90625vw;
  }
  .topics ul.list_topics li.events a span.icon {
    background-image: url("../images/ic_events.png");
  }
  .topics ul.list_topics li.events a small {
    color: #ad9600;
  }
  .topics ul.list_topics li.people a span.icon {
    background-image: url("../images/ic_people.png");
  }
  .topics ul.list_topics li.people a small {
    color: #775c35;
  }
  .topics ul.list_topics li.where a span.icon {
    background-image: url("../images/ic_where.png");
  }
  .topics ul.list_topics li.where a small {
    color: #4da9aa;
  }
  .topics ul.list_topics li.chat a span.icon {
    background-image: url("../images/ic_chat.png");
  }
  .topics ul.list_topics li.chat a small {
    color: #d68686;
  }
  .topics ul.list_topics li.information a span.icon {
    background-image: url("../images/ic_information.png");
  }
  .topics ul.list_topics li.information a small {
    color: #275177;
  }
  .topics ul.list_topics li.eat a span.icon {
    background-image: url("../images/ic_eat.png");
  }
  .topics ul.list_topics li.eat a small {
    color: #d66fae;
  }
  .topics ul.list_topics li.foodstall a span.icon {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics ul.list_topics li.foodstall a small {
    color: #7b6fd6;
  }
  .topics ul.list_topics li a {
    display: block;
    width: 44.01042vw;
    height: 100%;
    padding: 2.60417vw 2.60417vw 3.25521vw 2.86458vw;
    border: 1px solid #b9b9b9;
    text-decoration: none;
    position: relative;
  }
  .topics ul.list_topics li a figure {
    width: 100%;
    height: 36.19792vw;
    overflow: hidden;
  }
  .topics ul.list_topics li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topics ul.list_topics li a time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.64583vw;
    line-height: 1;
    color: #5f5f5f;
    letter-spacing: 0.52083vw;
    margin: 3.25521vw 0 3.125vw;
  }
  .topics ul.list_topics li a small {
    display: block;
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 3.72266vw;
    letter-spacing: 0.13021vw;
    word-break: break-all;
  }
  .topics ul.list_topics li a p {
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 4.94792vw;
    letter-spacing: -0.26042vw;
    text-align: justify;
    margin: 1.30208vw 0 1.69271vw;
    word-break: break-all;
  }
  .topics ul.list_topics li a span {
    display: block;
  }
  .topics ul.list_topics li a span.icon {
    width: 6.51042vw;
    height: 6.51042vw;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 1.17188vw;
    left: 1.30208vw;
    z-index: 1;
  }
  .topics ul.list_topics li a span.more {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.16797vw;
    line-height: 1;
    color: #5f5f5f;
    letter-spacing: 0.13021vw;
    position: relative;
    padding-right: 3.64583vw;
  }
  .topics ul.list_topics li a span.more::after {
    content: "";
    display: block;
    width: 0.91146vw;
    height: 1.69271vw;
    background: url("../images/ic_more.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0.91146vw;
    right: 0;
  }
  .detail {
    word-break: break-all;
  }
  .detail .time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.60417vw;
  }
  .detail .time span {
    display: block;
    font-weight: 400;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 0.52083vw;
    position: relative;
    padding-left: 7.16146vw;
    margin-right: 3.90625vw;
  }
  .detail .time span.ic_events::before {
    background-image: url("../images/ic_events.png");
  }
  .detail .time span.ic_people::before {
    background-image: url("../images/ic_people.png");
    left: -2px;
  }
  .detail .time span.ic_where::before {
    background-image: url("../images/ic_where.png");
  }
  .detail .time span.ic_chat::before {
    background-image: url("../images/ic_chat.png");
  }
  .detail .time span.ic_information::before {
    background-image: url("../images/ic_information.png");
  }
  .detail .time span.ic_eat::before {
    background-image: url("../images/ic_eat.png");
  }
  .detail .time span.ic_foodstall::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .detail .time span::before {
    content: "";
    display: block;
    width: 4.81771vw;
    height: 4.81771vw;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -0.39062vw;
  }
  .detail .time time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 0.52083vw;
  }
  .detail h3 {
    font-weight: 400;
    font-size: 4.55729vw;
    line-height: 6.51042vw;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.60417vw;
    margin-bottom: 7.8125vw;
  }
  .detail figure {
    margin-bottom: 9.11458vw;
  }
  .detail figure img {
    display: block;
    margin: 0 auto 2.60417vw;
  }
  .detail figure figcaption {
    display: block;
    font-weight: 400;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
  }
  .detail .wysiwyg {
    overflow: hidden;
  }
  .detail .wysiwyg figure {
    clear: both;
  }
  .detail .map_dt {
    padding: 0 0 10.41667vw;
  }
  .detail .map_dt iframe {
    display: block;
    width: 100%;
    height: 65.10417vw;
    border: none;
    margin: 0 0 1.95312vw;
    padding: 0;
  }
  .detail .map_dt p {
    font-weight: 600;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.13021vw;
  }
  .detail .map_dt p span {
    letter-spacing: 0.26042vw;
    margin-right: 1.95312vw;
  }
  .detail .dl_area {
    margin-bottom: 13.02083vw;
  }
  .detail .dl_area a {
    display: inline-block;
    font-weight: bold;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.19531vw;
    text-decoration: none;
    position: relative;
    margin-left: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
  .detail .dl_area a::before {
    content: "";
    display: block;
    width: 3.64583vw;
    height: 4.16667vw;
    position: absolute;
    top: -0.52083vw;
    left: -5.20833vw;
  }
  .detail .dl_area .pdf {
    color: #c8161d;
    border-bottom: 1px solid #c8161d;
  }
  .detail .dl_area .pdf::before {
    background: url("../images/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .dl_area .xls,
  .detail .dl_area .xlsx {
    color: #2b6e43;
    border-bottom: 1px solid #2b6e43;
  }
  .detail .dl_area .xls::before,
  .detail .dl_area .xlsx::before {
    background: url("../images/xlsx.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .dl_area .doc,
  .detail .dl_area .docx {
    color: #275192;
    border-bottom: 1px solid #275192;
  }
  .detail .dl_area .doc::before,
  .detail .dl_area .docx::before {
    background: url("../images/docs.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}
