@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    line-height: 1.8;
    color: #231815;

}

p, dt, dd {
    text-align: inherit;
}

a img, img {
/*     vertical-align: inherit; */
}

.pnj .btn:not(.btn-mid) {
    text-align: center;
    display: block;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    cursor: auto;
    border-radius: inherit;
    vertical-align: inherit;
}

.pnj .btn:hover, .pnj .btn:active, .pnj .btn.active, .pnj .btn.disabled, .pnj .btn[disabled] {
    opacity: 1;
    background: none;
}

a.btn:hover {
	text-decoration: none;
}

/********** [マウスオーバー]**********/

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
