@charset "UTF-8";
/* body_bg 
--------------------------------- */
/* 全体背景 */
/* 全体背景の上に乗せる文字（メニュー・コピーライト）*/
/* header
--------------------------------- */
/* ヘッダー背景 */
/* ヘッダー文字 */
/* container
--------------------------------- */
/* コンテンツ枠影（全体背景より少し濃い色） */
/* コンテンツ枠線 */
/* 基本文字 */
/* 注釈文字 */
/* link
--------------------------------- */
/* リンク */
/* トピックパス */
/* point_color
--------------------------------- */
/* basic color */
/* light color */
/* dark color */
/* calender_color
--------------------------------- */
/* button
--------------------------------- */
/* 基本ボタン */
/* 戻る・キャンセル */
/* 初めての方はこちら */
/* table・line
--------------------------------- */
/* テーブルレフトボーダー */
/* 背景色 */
/* レコード区切り線、影付き枠線・影 */
@charset "UTF-8";
/* announce
----------------------------- */
.announce_list {
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 0.2em;
  background-color: #eeeebb;
}
.announce_title {
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: dotted #00338e 1px;
  color: #333333;
}
.announce_date {
  font-size: 12px;
  font-weight: normal;
  float: right;
}
.announce_tx {
  padding: 8px;
}
/* list
----------------------------- */
.clinicname {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #00338e;
}
/* googlemap */
.g_map {
  float: left;
  margin: 0 20px 10px 0;
  width: 280px;
  height: 210px;
}
.g_map small {
  text-align: left;
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
/* list */
.address_box {
  float: left;
}
.address_dl {
  border-top: none;
  float: left;
  width: 500px;
}
.address_dl dt {
  width: 90px;
  margin: 0 0 5px 0;
  padding: 6px 0 4px;
  float: left;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #111111;
  background-color: #d6d657;
  font-size: 0.8em;
}
.address_dl dd {
  margin: 0 0 5px 100px;
  padding: 5px 0;
  font-size: 1em;
}
/* comment */
.comment_tx {
  clear: both;
  padding: 20px 0 ;
  line-height: 1.4em;
}
/* button */
.btn_area_rb {
  clear: both;
  text-align: right;
  margin: 0 0 10px 0;
  border-bottom: dotted #cfcfcf 1px;
}
.submit_btn {
  margin: -1em 0 10px 0;
}
