/*
 * map.css
 * アクセスマップページ固有スタイル
 * 共通スタイル: /_css/import.css, /_css/corporate/style.css
 */

/* -----------------------------------------------
   アクセスマップ コンテンツ中央配置
----------------------------------------------- */


.corporate_h2 {
    width: 100%;
    text-align: center;
}

.corprate_lm {
    margin-left: auto;
    margin-right: auto;
}


/* -----------------------------------------------
   地図テーブル内の地図リンク
   （元: style="color:#0000FF;text-align:left" をインラインから外出し）
----------------------------------------------- */
.map-link {
    color: #0000FF;
    text-align: left;
}

/* -----------------------------------------------
   地図テーブル下部の余白
   （元: <div style="clear:both; height:30px;"> をクラス化）
----------------------------------------------- */
.map-spacer {
    clear: both;
    height: 30px;
}