 body
{
    -webkit-text-size-adjust: 100%; /* 2 */
        -ms-text-size-adjust: 100%; /* 2 */
}

a
{
    text-decoration: none;

    outline: none;
}

a:hover
{
    text-decoration: underline;
}

#trace
{
    position: absolute;
    /* opacity: 0; */
    z-index: 5;
    top: 2px;
    left: 0;
    width: auto;
    height: auto;
    opacity: .5;
    opacity: 0;
}

#trace img
{
    width: 100%;
    height: auto;
}

.serif
{
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラ ギノ角ゴ Pro W3", Arial, Helvetica, "MS PGothic", "MS Pゴシック", sans-serif;
}

.backtotop-btn
{
    display: block;

    width: 40px;
    height: 40px;
    margin: 20px auto;
    padding-top: 8px;

    text-align: center;

    border: #bcbcbc 1px solid;
    border-radius: 50%;
    background-color: rgba(255,255,255,.6);
}

.backtotop-btn img
{
    width: 7px;
    height: 23px;
}



.clearfix:before,
.clearfix:after
{
    display: table;

    content: ' ';
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}

.pankuzu
{
    font-size: 11px;
    padding: 10px 20px 0 20px;
    list-style: none;
    letter-spacing: 0.1px;
    /* line-height: 1; */
}

.pankuzu ul{
    
}

.pankuzu li
{
    float: left;
    /* display: block; */
    margin: 0 6px 11px 0;
    font-size: 11px;
}

.pankuzu a
{
    margin-right: 6px;

    color: #000;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.modal-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px;
    width: 54px;
    height: 15px;
    background: url(../images/common/close.png) no-repeat left top;
    -webkit-background-size: 54px 15px;
    background-size: 54px 15px;
}

.modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.9);
}

.modal-inner {
    width: 81%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-top: 56%;
}

.modal-inner iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;

}

.ie8-alert{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.ie8-alert-inner {
    width: 672px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -336px;
    margin-top: -282px;
}

.ie8-alert-text
{
    margin-bottom: 39px;
}

.ie8-alert-links {
    overflow: hidden;
    margin-bottom: 81px;
}

.ie8-alert-links-item
{
    float: left;
    margin-bottom: 13px;
}

.ie8-chrome,
.ie8-safari {
    float: right;
}

.ie8-alert-more {
    cursor: pointer;
}

@media screen and (min-width: 768px)
{
    .backtotop-btn
    {
        float: right;

        width: 55px;
        height: 55px;
        margin: 20px;
        padding-top: 10px;
    }
    .backtotop-btn img
    {
        width: 12px;
        height: 30px;
    }

    .pankuzu
    {
        padding: 20px 20px 0 20px;
    }

    .pankuzu li
    {
        font-size: 11px;

        margin: 0 3px 11px 0;
    }

    .pankuzu a
    {
        margin-right: 4px;
    }

    .modal-inner {
        width: 672px;
        height: 377px;
        margin-left: -336px;
        margin-top: -189px;
    }
    
    .modal-inner:after
    {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
}

@media screen and (min-width: 1024px){
    .modal-inner {
        width: 672px;
        margin-left: -336px;
        margin-top: -189px;
    }



}