@charset "utf-8";

/*************
contact
****************/
#mv_under {
    background-image: url(../img/contact/mv.jpg);
    background-position: center center;
}

.inner p a:link,
.inner .inner p a:active,
.inner p a:visited,
.inner dd a:link,
.inner dd a:active,
.inner dd a:visited {
    color: #333;
    text-decoration: underline;
}

p a:hover,
dd a:hover {
    text-decoration: none;
}

p.lead em {
    position: relative;
    display: inline-block;
    width: 30px;
}

p.lead em:before {
    content: "※";
    color:#d9534f;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-weight: bold;
}


/*----------------------------------------
for PC (min-width:641px)
----------------------------------------*/
@media only screen and (min-width: 641px),
print {
    .inner {
        margin: 0 auto;
    }
    p{
        text-align: center;
    }

    /*----------------------------------------
for SP (max-width:640px)
----------------------------------------*/

 @media only screen and (max-width:640px),
    print {
        .inner {
            width: 100%;
            padding: 30px 3%;
        }
    }
