/*===============================================
about.css
v1.0.0
Last Updated: 2017-10-02
Author: SAY Computer Inc.

当センターについて ページの設定
------------------------------------------------
【履歴】
v1.0.0 新規作成
------------------------------------------------
【メモ】
基本色：#339933
===============================================*/

/* -----------------------
 沿革
 ------------------------*/

 /* 沿革リスト */
 ul.history_lst {
   width: 100%;
 }
 ul.history_lst .left {
   width: 10em;
 }
 ul.history_lst .right {
   width: auto;
 }

 /* -----------------------
  アクセス
  ------------------------*/
/* アクセスレイアウト */
.access {
  margin-bottom: 2em;
}
.access .left {
  vertical-align: top;
  width: 40em;
}
.access .right {
  vertical-align: top;
  width: auto;
}

/* アクセス見出し */
.acs_title {
  color: #339933;
}
