/** CSS Document
 *
 * 実業団ゴルフ
 * 20190616
 * murayama
 *
 */

@charset "utf-8";

/* 大会要項テーブル */

span.bnr_youkou {
    margin: 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    padding: 10px 15px;
    font-family: meiryo;
    font-weight: bold;
    font-size: 26px;
    color: white;
    background-color: #b0bc82;
}

table.outline {
    border-collapse: collapse;
    width: 100%;
    clear: both;
    margin: 10px 0 0;
    list-style: none;
}

table.outline tr th {
    padding: .5em;
    background: #eef7e4;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

table.outline th,
table.outline td {
    border-bottom: 1px solid #cdddbb;
    padding: .5em;
}


/* 登録申込書リンク */

#shagolf_pdf .bnr_anchor {
    text-decoration: none;
}

.bnr_moushikomi {
    margin: 0 0 5px 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
/*    height: 47px;*/
    padding: 10px 15px;
    font-family: meiryo;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background-color: #b0bc82;
}
