@charset "utf-8";

/*
    * 名前: after_graduation.css
    * 説明: after_graduationページ用CSS
    * バージョン: 1.0
    * 最終更新日: 2009.08.19
    * 制作者: Hiromi Yoshioka

    * 目次:
      - 01. 初期設定 - 基本設定 -
        - 01-05. 初期設定 - テーブル -
      - 02. 領域設定 - ブロック -
        - 02-09. 領域設定 - メイン -
*/

/* Stylesheet Document */

@media all {

    /* ========================================
       * 01-05. 初期設定 - テーブル -
    ======================================== */

    table {
        margin-bottom: 0;
    }

    table tbody tr th {
        background-color: #36418F;
        border-bottom: 1px solid #1A1F44;
        color: #FFFFFF;
        width: 28%;
    }


    /* ========================================
       * 02-09. 領域設定 - メイン -
    ======================================== */

    #main h3 span {
        font-size: 80%;
        font-weight: normal;
    }

    #main div.photo_left br,
        #main div.photo_right br,
            #main div.photo_center br {
                display: none;
    }

    #main div.photo_left span,
        #main div.photo_right span,
            #main div.photo_center span {
                display: block;
                margin: 4px 4px 0 4px;
                text-align: right;
    }

    #main div.photo_left {
        float: left;
        margin: 0 20px 20px 0;
        padding: 0;
    }

    #main div.photo_right {
        width: 200px;
        float: right;
        margin: 0 0 20px 20px;
        padding: 0;
    }

    #main div.photo_center br {
        margin: 0 20px 20px 0;
        padding: 0;
    }

    #main div.photo_center span {
        text-align: center;
    }

    strong {
        color: #405568;
    }

}