@charset 'UTF-8';
#primary-gallery
{
    position: relative;

    width: 960px;
    height: 580px;
    margin: 0 auto 25px;
    padding: 13px 0;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery
    {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
        padding: 7px 0;
    }
}
#primary-gallery:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 15px;

    content: '';

    background: url('../../images/common/bg_primary_gallery.png?1415684316') 0 0 repeat-x;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery:before
    {
        height: 8px;
    }
}
#primary-gallery:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 15px;

    content: '';

    background: url('../../images/common/bg_primary_gallery.png?1415684316') 0 0 repeat-x;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery:after
    {
        height: 8px;
    }
}
#primary-gallery .primary-gallery-images
{
    overflow: hidden;

    width: 960px;
    height: 580px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-images
    {
        width: 100%;
        height: auto;
    }
}
#primary-gallery .primary-gallery-images ul li
{
    float: left;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-images ul li img
    {
        width: 100%;
        height: auto;
    }
}
#primary-gallery .primary-gallery-images a img
{
    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
#primary-gallery .primary-gallery-images a:hover img, #primary-gallery .primary-gallery-images a:active img
{
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.lt-ie9 #primary-gallery .primary-gallery-images a:hover img
{
    width: 110%;
    height: 110%;
    margin-top: -5%;
    margin-left: -5%;
}
#primary-gallery .primary-gallery-pagination
{
    position: absolute;

    width: 100%;

    text-align: center;
}
#primary-gallery .primary-gallery-pagination ol
{
    position: relative;
    bottom: 50px;

    display: inline-block;

    *zoom: 1;
}
#primary-gallery .primary-gallery-pagination ol:after
{
    display: block;
    clear: both;

    content: '';
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-pagination ol
    {
        bottom: 23px;
    }
}
#primary-gallery .primary-gallery-pagination ol li
{
    position: relative;
    z-index: 3;

    float: left;

    width: 11px;
    height: 11px;
    margin: 0 9px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-pagination ol li
    {
        width: 8px;
        height: 8px;
    }
}
#primary-gallery .primary-gallery-pagination ol li a
{
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;

    display: inline-block;

    width: 11px;
    height: 11px;
    margin: auto;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);

    border-radius: 6px;
    background-color: #51a9c7;
    background-color: rgba(81, 169, 199, .7);
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-pagination ol li a
    {
        width: 8px;
        height: 8px;
    }
}
#primary-gallery .primary-gallery-pagination ol li a:hover, #primary-gallery .primary-gallery-pagination ol li a:active
{
    -webkit-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
}
#primary-gallery .primary-gallery-pagination ol li a.active
{
    border: 4px solid #51a9c7;
    border-radius: 100%;
    background-color: #fff;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-pagination ol li a.active
    {
        border-width: 2px;
    }
}
#primary-gallery .primary-gallery-pagination ol li a.active:hover, #primary-gallery .primary-gallery-pagination ol li a.active:active
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
#primary-gallery .primary-gallery-controls .control-prev a, #primary-gallery .primary-gallery-controls .control-next a, #primary-gallery .primary-gallery-controls .home-events #home-event-slides .event-slides-controls .control-prev a, .home-events #home-event-slides .event-slides-controls .control-prev #primary-gallery .primary-gallery-controls a, #primary-gallery .primary-gallery-controls .home-events #home-event-slides .event-slides-controls .control-next a, .home-events #home-event-slides .event-slides-controls .control-next #primary-gallery .primary-gallery-controls a
{
    display: block;
    overflow: hidden;

    -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
    text-indent: -9999em;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev a, #primary-gallery .primary-gallery-controls .control-next a, #primary-gallery .primary-gallery-controls .home-events #home-event-slides .event-slides-controls .control-prev a, .home-events #home-event-slides .event-slides-controls .control-prev #primary-gallery .primary-gallery-controls a, #primary-gallery .primary-gallery-controls .home-events #home-event-slides .event-slides-controls .control-next a, .home-events #home-event-slides .event-slides-controls .control-next #primary-gallery .primary-gallery-controls a
    {
        -webkit-transition: none;
                transition: none;
    }
}
#primary-gallery .primary-gallery-controls .control-prev
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 27px;

    margin-top: -16px;
}
#primary-gallery .primary-gallery-controls .control-prev a
{
    width: 30px;
    height: 32px;
}
.dpr1 #primary-gallery .primary-gallery-controls .control-prev a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -218px;
}
.dpr2 #primary-gallery .primary-gallery-controls .control-prev a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -218px;
    background-size: 30px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev a
    {
        width: 20px;
        width: 20px;
        height: 21px;
    }
    .dpr1 #primary-gallery .primary-gallery-controls .control-prev a
    {
        background-image: url('../../images/sprites/1x-scd5dc34527.png');
        background-position: 0 -197px;
    }
    .dpr2 #primary-gallery .primary-gallery-controls .control-prev a
    {
        background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
        background-position: 0 -197px;
        background-size: 30px;
    }
}
#primary-gallery .primary-gallery-controls .control-prev a:hover, #primary-gallery .primary-gallery-controls .control-prev a:active
{
    margin-left: -5px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev a:hover, #primary-gallery .primary-gallery-controls .control-prev a:active
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev
    {
        left: 10px;
    }
}
#primary-gallery .primary-gallery-controls .control-next
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 27px;

    margin-top: -16px;
}
#primary-gallery .primary-gallery-controls .control-next a
{
    width: 30px;
    height: 32px;
}
.dpr1 #primary-gallery .primary-gallery-controls .control-next a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -250px;
}
.dpr2 #primary-gallery .primary-gallery-controls .control-next a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -250px;
    background-size: 30px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-next a
    {
        width: 20px;
        width: 20px;
        height: 21px;
    }
    .dpr1 #primary-gallery .primary-gallery-controls .control-next a
    {
        background-image: url('../../images/sprites/1x-scd5dc34527.png');
        background-position: 0 -176px;
    }
    .dpr2 #primary-gallery .primary-gallery-controls .control-next a
    {
        background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
        background-position: 0 -176px;
        background-size: 30px;
    }
}
#primary-gallery .primary-gallery-controls .control-next a:hover, #primary-gallery .primary-gallery-controls .control-next a:active
{
    margin-right: -5px;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-next a:hover, #primary-gallery .primary-gallery-controls .control-next a:active
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-next
    {
        right: 10px;
    }
}

/*
*	ใAใใณใ&#65533;
*/
.home-events
{
    margin: 30px 0;
    padding: 26px 0 20px;

    background-color: #e3f1f6;
}
@media only screen and (max-width: 480px)
{
    .home-events
    {
        margin: 15px -10px 0;
    }
}
.home-family + .home-events
{
    margin: -30px 0 30px;
}
.home-events header
{
    width: 960px;
    margin: 0 auto;
}
@media only screen and (max-width: 480px)
{
    .home-events header
    {
        width: auto;
        padding: 0 10px;
    }
}
.home-events header .heading
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;

    margin: 0 0 20px;

    text-align: center;

    color: #333;
}
@media only screen and (max-width: 480px)
{
    .home-events header .heading
    {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;

        margin: 0 10px 10px;
    }
}
.home-events header .heading span
{
    display: inline-block;

    padding: 0 0 13px;

    background: url('../../images/common/bg_heading_02.png?1415715065') 50% 100% repeat-x;
}
@media only screen and (max-width: 480px)
{
    .home-events header .heading span
    {
        padding: 0 15px 15px;
    }
}
.home-events header .lead
{
    font-size: 14px;
    font-size: 1.4rem;

    margin: 0 0 30px;

    text-align: center;
}
.home-events header .lead p
{
    margin: 0 0 1em;
}
.home-events #home-event-slides
{
    position: relative;

    padding: 0 10px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides
    {
        padding: 0 40px;
    }
}
#primary-gallery .primary-gallery-controls .control-prev .home-events #home-event-slides .event-slides-controls a, #primary-gallery .primary-gallery-controls .control-next .home-events #home-event-slides .event-slides-controls a, .home-events #home-event-slides .event-slides-controls .control-prev a, .home-events #home-event-slides .event-slides-controls .control-next a
{
    display: block;
    overflow: hidden;

    -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
    text-indent: -9999em;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev .home-events #home-event-slides .event-slides-controls a, #primary-gallery .primary-gallery-controls .control-next .home-events #home-event-slides .event-slides-controls a, .home-events #home-event-slides .event-slides-controls .control-prev a, .home-events #home-event-slides .event-slides-controls .control-next a
    {
        -webkit-transition: none;
                transition: none;
    }
}
.home-events #home-event-slides .event-slides-controls .control-prev
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 27px;

    margin-top: -16px;
}
.home-events #home-event-slides .event-slides-controls .control-prev a
{
    width: 20px;
    height: 21px;
}
.dpr1 .home-events #home-event-slides .event-slides-controls .control-prev a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -155px;
}
.dpr2 .home-events #home-event-slides .event-slides-controls .control-prev a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -155px;
    background-size: 30px;
}
.home-events #home-event-slides .event-slides-controls .control-prev a:hover, .home-events #home-event-slides .event-slides-controls .control-prev a:active
{
    margin-left: -5px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides .event-slides-controls .control-prev a:hover, .home-events #home-event-slides .event-slides-controls .control-prev a:active
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides .event-slides-controls .control-prev
    {
        left: 10px;
    }
}
.home-events #home-event-slides .event-slides-controls .control-next
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 27px;

    margin-top: -16px;
}
.home-events #home-event-slides .event-slides-controls .control-next a
{
    width: 20px;
    height: 21px;
}
.dpr1 .home-events #home-event-slides .event-slides-controls .control-next a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -134px;
}
.dpr2 .home-events #home-event-slides .event-slides-controls .control-next a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -134px;
    background-size: 30px;
}
.home-events #home-event-slides .event-slides-controls .control-next a:hover, .home-events #home-event-slides .event-slides-controls .control-next a:active
{
    margin-right: -5px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides .event-slides-controls .control-next a:hover, .home-events #home-event-slides .event-slides-controls .control-next a:active
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides .event-slides-controls .control-next
    {
        right: 10px;
    }
}
.home-events .events
{
    width: 960px;
    margin: 0 auto;

    *zoom: 1;
}
.home-events .events:after
{
    display: block;
    clear: both;

    content: '';
}
@media only screen and (max-width: 480px)
{
    .home-events .events
    {
        width: 280px;
    }
}
.home-events .events .event
{
    font-size: 13px;
    font-size: 1.3rem;

    float: left;

    width: 280px;
    min-width: 280px;
    margin: 0 0 30px 30px;
    padding: 8px 8px 21px;

    border-radius: 10px;
    background-color: #fff;
}
.home-events .events .event:first-child
{
    margin: 0;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event:first-child
    {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event
    {
        float: none;

        box-sizing: border-box;
        width: 60%;
        min-width: 240px;
        margin: 0 auto;
        padding: 15px 0;
    }
}
.home-events .events .event a
{
    display: block;

    -webkit-transition: opacity .25s ease-out;
            transition: opacity .25s ease-out;
    text-decoration: none;

    opacity: 1;
    color: #333;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event a
    {
        -webkit-transition: none;
                transition: none;
    }
}
.home-events .events .event a:hover, .home-events .events .event a:active
{
    opacity: .5;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event a:hover, .home-events .events .event a:active
    {
        opacity: 1;
    }
}
.home-events .events .event a .pic
{
    margin: 0 0 20px;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event a .pic
    {
        margin: 0 0 10px;

        text-align: center;
    }
}
.home-events .events .event a .pic img
{
    border-radius: 5px;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event a .pic img
    {
        width: 190px;
        height: 137px;
    }
}
.home-events .events .event a dl dt
{
    margin: 0 0 22px;

    text-align: center;
}
@media only screen and (max-width: 480px)
{
    .home-events .events .event a dl dt
    {
        margin: 0 0 10px;
    }
}
.home-events .events .event a dl dd
{
    padding: 0 23px;
}
.home-events .events .event.event-album-cafe
{
    border: 2px solid #0173ba;
}
.home-events .events .event.event-photo-school
{
    border: 2px solid #ff9999;
}
.home-events .events .event.event-special-event
{
    border: 2px solid #ff9814;
}

/*
*	ๅฐใฏใJ
*/
.home-techniques
{
    width: 960px;
    margin: 0 auto 10px;
}
@media only screen and (max-width: 480px)
{
    .home-techniques
    {
        width: 100%;
    }
}
.home-techniques .technique
{
    font-size: 13px;
    font-size: 1.3rem;
}
@media only screen and (max-width: 480px)
{
    .home-techniques .technique
    {
        display: none;
    }
    .home-techniques .technique:first-child
    {
        display: block;
    }
}
.home-techniques .technique .vine-embeded
{
    position: relative;
}
.home-techniques .technique .vine-embeded:hover
{
    cursor: pointer;
}
.home-techniques .technique .vine-embeded:hover .vine-title a
{
    opacity: .55;
}
.home-techniques .technique .vine-embeded:hover .vine-title a span:after
{
    right: 8px;
}
.home-techniques .technique .vine-embeded .btn
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 300px;

    background: url('../../images/common/transparent.png?1416226387') 0 0 no-repeat;
}
.home-techniques .technique .vine-embeded .vine
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 300px;
    height: 300px;
}
.home-techniques .technique .vine-embeded .vine .vine-embed
{
    position: absolute;
    z-index: 0;

    vertical-align: top;
}
.lt-ie9 .home-techniques .technique .vine-embeded .vine .vine-embed
{
    display: none;
}
.home-techniques .technique .vine-embeded .pause-placeholder
{
    position: relative;
    z-index: 2;

    width: 300px;
    height: 300px;
}
.home-techniques .technique .vine-title
{
    height: 65px;
}
.home-techniques .technique .vine-title a
{
    display: table-cell;

    width: 300px;
    height: 65px;

    -webkit-transition: opacity .25s ease-out;
            transition: opacity .25s ease-out;
    vertical-align: middle;
    text-decoration: none;

    opacity: 1.0;
    color: #333;
    background-color: #e5f8f2;
}
.home-techniques .technique .vine-title a span
{
    position: relative;

    display: inline-block;

    width: 234px;
    padding: 0 33px;
}
.home-techniques .technique .vine-title a span:after
{
    position: absolute;
    top: 50%;
    right: 12px;

    display: inline-block;

    width: 10px;
    height: 11px;
    margin-top: -6px;

    content: '';
    -webkit-transition: right .2s ease-out;
            transition: right .2s ease-out;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
.dpr1 .home-techniques .technique .vine-title a span:after
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: -19px -14px;
}
.dpr2 .home-techniques .technique .vine-title a span:after
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: -19px -14px;
    background-size: 30px;
}

/*
*	่ฆFๅญใ&#65533;ไปใใๅRใงใใใ&#65533;ใ@ใใซใ\ใใซๆฎใใ&#65533;
*/
.home-family
{
    width: 100%;
    margin: 30px 0;

    background-color: #e9e6df;
}
@media only screen and (max-width: 480px)
{
    .home-family
    {
        width: auto;
        margin: 30px -10px;
    }
}
.home-events + .home-family
{
    /*margin: -30px 0 30px;*/
}
.lt-ie9 .home-family
{
    background: #e9e6df url('../../images/common/bg_home_family.jpg?1415964817') -100px 50% no-repeat;
}
.home-family .home-family-inner
{
    width: 960px;
    margin: 0 auto;

    background: url('../../images/common/bg_home_family.jpg?1415964817') 0 50% no-repeat;
    background-size: auto 100%;

    *zoom: 1;
}
.home-family .home-family-inner:after
{
    display: block;
    clear: both;

    content: '';
}
.lt-ie9 .home-family .home-family-inner
{
    background: none;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner
    {
        width: auto;
        padding: 180px 0 0;

        background: url('../../images/common/bg_home_family.jpg?1415964817') 0 0 no-repeat;
        background-size: auto 180px;
    }
}
.home-family .home-family-inner .home-family-content-wrapper
{
    float: right;

    padding: 26px 0 20px;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper
    {
        float: none;

        padding: 0 10px 20px;
    }
}
.home-family .home-family-inner .home-family-content-wrapper header
{
    margin: 0 0 17px;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper header
    {
        width: auto;
        margin: 15px 0 12px;
        padding: 0 10px;
    }
}
.home-family .home-family-inner .home-family-content-wrapper header .heading
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;

    padding: 0 0 12px;

    text-align: center;
    letter-spacing: -1px;

    background: url('../../images/common/bg_heading_03.png?1415788216') 0 100% repeat-x;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper header .heading
    {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;

        margin: 0 0 10px;
    }
}
.home-family .home-family-inner .home-family-content-wrapper .service-list
{
    font-size: 13px;
    font-size: 1.3rem;

    width: 470px;
    margin: 0 auto;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list
    {
        width: auto;
    }
}
.home-family .home-family-inner .home-family-content-wrapper .service-list ul
{
    width: 480px;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list ul
    {
        width: auto;
    }
}
.home-family .home-family-inner .home-family-content-wrapper .service-list ul > li
{
    float: left;

    width: 200px;
    margin: 0 10px 10px 0;
    padding: 12px 15px 15px;

    background-color: #f4f3ef;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list ul > li
    {
        float: none;

        width: auto;
        margin: 0 0 5px;
        padding: 10px;
    }
}
.home-family .home-family-inner .home-family-content-wrapper .service-list ul > li dl
{
    width: 100%;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list ul > li dl
    {
        display: table;

        table-layout: fixed;
    }
}
.home-family .home-family-inner .home-family-content-wrapper .service-list ul > li dl dt
{
    margin: 0 0 12px;
    padding: 0 15px 0 0;
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list ul > li dl dt
    {
        display: table-cell;

        margin: 0;

        vertical-align: top;
    }
}
@media only screen and (max-width: 480px)
{
    .home-family .home-family-inner .home-family-content-wrapper .service-list ul > li dl dd
    {
        display: table-cell;

        width: 145px;

        vertical-align: middle;
    }
}

/*
*	ใEใAใ&#65533;ซใBใDใๆๅฝAใIใVใใน
*/
.home-services
{
    width: 960px;
    margin: -10px auto 0;
}
@media only screen and (max-width: 480px)
{
    .home-services
    {
        width: auto;
        margin: 0 auto;
    }
}
.home-services .home-services-header
{
    margin: 0 0 22px;
}
.home-services .home-services-header .heading
{
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: normal;

    text-align: center;

    background: url('../../images/common/bg_heading_3line.gif?1415967516') 0 50% repeat-x;
    background-size: auto 7px;
}
.lt-ie9 .home-services .home-services-header .heading
{
    background: url('../../images/common/bg_heading_3line@2x.gif?1415793645') 0 50% repeat-x;
}
.home-services .home-services-header .heading span
{
    display: inline-block;

    padding: 0 4px;

    background-color: #fff;
}
.home-services .service-list
{
    margin: 0 0 15px;
}
.home-services .service
{
    font-size: 13px;
    font-size: 1.3rem;
}
.home-services .service .title
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;

    display: table-cell;

    width: 185px;
    height: 48px;
    padding: 0 20px 25px;

    text-align: center;
    vertical-align: middle;
}
.home-services .service .title a
{
    color: #333;
}
@media only screen and (max-width: 480px)
{
    .home-services .service .title
    {
        font-size: 14px;
        font-size: 1.4rem;

        position: relative;

        display: block;

        width: auto;
        height: auto;
        margin: 0 3px;
        padding: 0;

        border: 1px solid #ccc;
        background-color: #bdfffd;
    }
    .home-services .service .title a
    {
        display: block;

        padding: 10px;
    }
    .home-services .service .title a:hover, .home-services .service .title a:active
    {
        text-decoration: none;
    }
    .home-services .service .title:before
    {
        position: absolute;
        z-index: 2;
        top: -5px;
        left: -4px;

        display: inline-block;

        width: 22px;
        height: 22px;

        content: '';

        background: url('../../images/common/bg_home_services_tit_tl.png?1416837423') 0 0 no-repeat;
        background-size: contain;
    }
    .home-services .service .title:after
    {
        position: absolute;
        z-index: 2;
        right: -5px;
        bottom: -5px;

        display: inline-block;

        width: 22px;
        height: 22px;

        content: '';

        background: url('../../images/common/bg_home_services_tit_br.png?1416837374') 0 0 no-repeat;
        background-size: contain;
    }
}
.home-services .service .pic
{
    position: relative;

    margin: 0 0 15px;
    padding: 6px 6px 5px;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 480px)
{
    .home-services .service .pic
    {
        display: none;
    }
}
.home-services .service .pic a
{
    -webkit-transition: opacity .5s ease-out;
            transition: opacity .5s ease-out;
}
.home-services .service .pic a:hover, .home-services .service .pic a:active
{
    opacity: .5;
}
.home-services .service .pic:before
{
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -4px;

    display: inline-block;

    width: 39px;
    height: 39px;

    content: '';

    background: url('../../images/common/bg_home_services_thumb_tl.png?1415794122') 0 0 no-repeat;
}
.home-services .service .pic:after
{
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: -5px;

    display: inline-block;

    width: 39px;
    height: 39px;

    content: '';

    background: url('../../images/common/bg_home_services_thumb_br.png?1415794078') 0 0 no-repeat;
}
@media only screen and (max-width: 480px)
{
    .home-services .service > p
    {
        display: none;
    }
}
.home-services .btn-detail
{
    text-align: center;
}

.home-digital-services
{
    width: 960px;
    margin: -10px auto 0;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services
    {
        width: auto;
    }
}
.home-digital-services section
{
    margin: 15px 0 0;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section
    {
        margin: 0;
    }
    .home-digital-services section:first-child
    {
        border-top: 1px solid #e7e7e7;
    }
    .home-digital-services section.is-open header:after
    {
        font-family: 'koideicon';
        font-size: 9px;

        position: absolute;
        top: 50%;
        right: 2px;

        margin-top: -7px;

        content: '\e600';
    }
    .home-digital-services section.is-close header:after
    {
        font-family: 'koideicon';
        font-size: 9px;

        position: absolute;
        top: 50%;
        right: 2px;

        margin-top: -7px;

        content: '\e602';
    }
}
.home-digital-services section header
{
    font-size: 16px;
    font-size: 1.6rem;

    margin: 0 0 15px;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section header
    {
        font-size: 14px;
        font-size: 1.4rem;

        position: relative;

        margin: 0;
        padding: 11px 15px 11px 0;

        border-bottom: 1px solid #e7e7e7;
    }
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .bd
    {
        display: none;
    }
}
.home-digital-services section .service-list
{
    width: 975px;

    *zoom: 1;
}
.home-digital-services section .service-list:after
{
    display: block;
    clear: both;

    content: '';
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list
    {
        width: auto;

        border-bottom: 1px solid #e7e7e7;
    }
}
.home-digital-services section .service-list li
{
    float: left;

    width: 310px;
    margin: 0 15px 15px 0;

    background-color: #f0f0f0;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li
    {
        float: none;

        width: auto;
        margin: 0 0 0 15px;

        border-top: 1px solid #e7e7e7;
        background-color: #fff;
    }
    .home-digital-services section .service-list li:first-child
    {
        border-top: none;
    }
}
.home-digital-services section .service-list li a
{
    display: block;

    padding: 10px;

    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
    text-decoration: none;

    background-color: #f0f0f0;

    *zoom: 1;
}
.home-digital-services section .service-list li a:after
{
    display: block;
    clear: both;

    content: '';
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li a
    {
        position: relative;

        padding: 10px 20px 10px 0;

        -webkit-transition: none;
                transition: none;

        background-color: #fff;
    }
    .home-digital-services section .service-list li a:after
    {
        font-family: 'koideicon';
        font-size: 9px;

        position: absolute;
        top: 50%;
        right: 2px;

        margin-top: -7px;

        content: '\e601';
    }
}
.home-digital-services section .service-list li a .pic
{
    float: left;

    margin: 0 10px 0 0;

    border: 5px solid #fff;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li a .pic
    {
        display: none;
    }
}
.home-digital-services section .service-list li a dl
{
    overflow: hidden;
}
.home-digital-services section .service-list li a dl dt
{
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;

    margin: 0 0 5px;

    color: #0072ba;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li a dl dt
    {
        margin: 0;
    }
}
.home-digital-services section .service-list li a dl dd
{
    font-size: 12px;
    font-size: 1.2rem;

    color: #333;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li a dl dd
    {
        display: none;
    }
}
.home-digital-services section .service-list li a[target='_blank'] dl dt:after
{
    position: relative;
    top: -1px;

    display: inline-block;

    width: 11px;
    height: 8px;
    margin: 0 0 0 4px;

    content: '';
    vertical-align: middle;
}
.dpr1 .home-digital-services section .service-list li a[target='_blank'] dl dt:after
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: -17px 0;
}
.dpr2 .home-digital-services section .service-list li a[target='_blank'] dl dt:after
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: -17px 0;
    background-size: 30px;
}
.home-digital-services section .service-list li a:hover, .home-digital-services section .service-list li a:active
{
    opacity: .6;
}
@media only screen and (max-width: 480px)
{
    .home-digital-services section .service-list li a:hover, .home-digital-services section .service-list li a:active
    {
        opacity: 1;
    }
}

.home-news
{
    width: 960px;
    margin: 25px auto;

    *zoom: 1;
}
.home-news:after
{
    display: block;
    clear: both;

    content: '';
}
@media only screen and (max-width: 480px)
{
    .home-news
    {
        width: auto;
    }
}
.home-news .event-info
{
    float: left;

    width: 460px;
}
@media only screen and (max-width: 480px)
{
    .home-news .event-info
    {
        float: none;

        width: auto;
        margin: 0 0 30px;
    }
}
.home-news .event-info > header
{
    font-size: 16px;
    font-size: 1.6rem;

    min-height: 23px;
    margin: 0 0 30px;
    padding: 0 0 0 26px;

    background: url('../../images/common/icon_flag.png?1415967080') 0 0 no-repeat;
}
@media only screen and (max-width: 480px)
{
    .home-news .event-info > header
    {
        font-size: 14px;
        font-size: 1.4rem;

        margin: 0 0 12px;
    }
}
.home-news .latest-info
{
    float: right;

    width: 460px;
}
@media only screen and (max-width: 480px)
{
    .home-news .latest-info
    {
        float: none;

        width: auto;
        margin: 0 0 30px;
    }
}
.home-news .latest-info > header
{
    font-size: 16px;
    font-size: 1.6rem;

    min-height: 19px;
    margin: 0 0 30px;
    padding: 0 0 0 35px;

    background: url('../../images/common/icon_camera.png?1415967116') 0 .1em no-repeat;
}
@media only screen and (max-width: 480px)
{
    .home-news .latest-info > header
    {
        font-size: 14px;
        font-size: 1.4rem;

        margin: 0 0 12px;
    }
}
.home-news .info-list > ul > li
{
    margin: 0 0 18px;
}
@media only screen and (max-width: 480px)
{
    .home-news .info-list > ul > li
    {
        display: none;
    }
    .home-news .info-list > ul > li:first-child
    {
        display: block;
    }
}
.home-news .info-list > ul > li .info-date
{
    font-size: 14px;
    font-size: 1.4rem;

    margin: 0 0 3px;
}
.home-news .info-list > ul > li .info-ctg
{
    font-size: 0;

    margin: 0 0 5px;
}
.home-news .info-list > ul > li .info-ctg li
{
    display: inline-block;

    margin: 0 4px 0 0;
}
.home-news .info-list > ul > li .info-ctg .ctg
{
    font-size: 11px;
    font-size: 1.1rem;

    display: inline-block;

    padding: 2px 8px;

    text-align: center;
}
.home-news .info-list > ul > li .info-ctg .ctg.ctg-news
{
    min-width: 74px;

    background-color: #ddc9bd;
}
.home-news .info-list > ul > li .info-ctg .ctg.ctg-shop
{
    background-color: #f9e639;
}
.home-news .info-list > ul > li .info-ctg .ctg.ctg-album-cafe
{
    min-width: 86px;

    background-color: #7fb8dc;
}
.home-news .info-list > ul > li .info-ctg .ctg.ctg-photo-school
{
    min-width: 86px;

    background-color: #7fc7a5;
}
.home-news .info-list > ul > li .info-ctg .ctg.ctg-special-event
{
    min-width: 86px;

    background-color: #ffbc66;
}
.home-news .info-list > ul > li .info-title
{
    font-size: 12px;
    font-size: 1.2rem;

    margin: 0 0 15px;
}
.home-news .info-list > ul > li .info-title a
{
    text-decoration: none;

    color: #0072ba;
}
.home-news .info-list > ul > li .info-title a:hover, .home-news .info-list > ul > li .info-title a:active
{
    text-decoration: underline;
}
.home-news .link-list
{
    font-size: 12px;
    font-size: 1.2rem;

    margin-top: 17px;
}
.home-news .link-list li
{
    text-align: right;
}
.home-news .link-list li:after
{
    margin: 0 0 0 5px;

    content: '>';
}
/*home-events-slidos*/
.home-events #home-event-slides01
{
    position: relative;

    padding: 0 10px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides01
    {
        padding: 0 40px;
    }
}
#primary-gallery .primary-gallery-controls .control-prev .home-events #home-event-slides01 .event-slides-controls a, #primary-gallery .primary-gallery-controls .control-next .home-events #home-event-slides01 .event-slides-controls a, .home-events #home-event-slides01 .event-slides-controls .control-prev a, .home-events #home-event-slides01 .event-slides-controls .control-next a
{
    display: block;
    overflow: hidden;

    -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
    text-indent: -9999em;
}
@media only screen and (max-width: 480px)
{
    #primary-gallery .primary-gallery-controls .control-prev .home-events #home-event-slides01 .event-slides-controls a, #primary-gallery .primary-gallery-controls .control-next .home-events #home-event-slides01 .event-slides-controls a, .home-events #home-event-slides01 .event-slides-controls .control-prev a, .home-events #home-event-slides01 .event-slides-controls .control-next a
    {
        -webkit-transition: none;
                transition: none;
    }
}
.home-events #home-event-slides01 .event-slides-controls .control-prev
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 27px;

    margin-top: -16px;
}
.home-events #home-event-slides01 .event-slides-controls .control-prev a
{
    width: 20px;
    height: 21px;
}
.dpr1 .home-events #home-event-slides01 .event-slides-controls .control-prev a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -155px;
}
.dpr2 .home-events #home-event-slides01 .event-slides-controls .control-prev a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -155px;
    background-size: 30px;
}
.home-events #home-event-slides01 .event-slides-controls .control-prev a:hover, .home-events #home-event-slides01 .event-slides-controls .control-prev a:active
{
    margin-left: -5px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides01 .event-slides-controls .control-prev a:hover, .home-events #home-event-slides01 .event-slides-controls .control-prev a:active
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides01 .event-slides-controls .control-prev
    {
        left: 10px;
    }
}
.home-events #home-event-slides01 .event-slides-controls .control-next
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 27px;

    margin-top: -16px;
}
.home-events #home-event-slides01 .event-slides-controls .control-next a
{
    width: 20px;
    height: 21px;
}
.dpr1 .home-events #home-event-slides01 .event-slides-controls .control-next a
{
    background-image: url('../../images/sprites/1x-scd5dc34527.png');
    background-position: 0 -134px;
}
.dpr2 .home-events #home-event-slides01 .event-slides-controls .control-next a
{
    background-image: url('../../images/sprites/2x-sa5fc8bf0de.png');
    background-position: 0 -134px;
    background-size: 30px;
}
.home-events #home-event-slides01 .event-slides-controls .control-next a:hover, .home-events #home-event-slides01 .event-slides-controls .control-next a:active
{
    margin-right: -5px;
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides01 .event-slides-controls .control-next a:hover, .home-events #home-event-slides01 .event-slides-controls .control-next a:active
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px)
{
    .home-events #home-event-slides01 .event-slides-controls .control-next
    {
        right: 10px;
    }
}
