@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :pcbrain
 style info :共通（ヘッダー、フッター）
=================================================================== */
body {
}

h2{
    font-size:14px;
    color:#8f809d;
    border-bottom:solid 1px #ccc;
    padding:0 0 5px 15px;
    background:url(../img/common/bg_h2.png) no-repeat left 3px;
    position: relative;
    margin-bottom:15px;
}

h2 a.btn_p{
    position: absolute;
    right:0;
    top:2px;
    background-color:#8f809d;
    color:#fff;
    text-decoration: none;
    font-size:11px;
    padding:1px 10px;
    border-radius: 5px;
}

h2 a.btn_p:link,
h2 a.btn_p:visited{
    color:#fff;
    text-decoration: none;
}

h2 a.btn_p:hover{
    opacity: 0.7;
}
