/* ===============================================
・インデントは、半角ブランク2個。
・プロパティの表記は、アルファベット順。
・ファイル保存時の文字コードは、Shift-JIS。
=============================================== */

@import url('module/SearchForm.css');

/* -----------------------------------------------
  構造
----------------------------------------------- */

/* +++++++++++++++++++++++++++++++++++++++++++++++
  #wrapper
+++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper{
  /* background-color:#fdfdfd;
  border-left:  4px ridge #0000ff;
  border-right: 4px ridge #0000ff;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  width:99%; */
  background-color:#fdfdfd;
  border-left:  1px ridge #0000ff;
  border-right: 1px ridge #0000ff;
  /* margin-left:auto;
  margin-right:auto; */
  text-align: center;
  width:1016px; /* 1024-(8*2) */
}


/* +++++++++++++++++++++++++++++++++++++++++++++++
  #header
+++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++
  #main
+++++++++++++++++++++++++++++++++++++++++++++++ */

#main{
  background-color: #ffffff;
  border: 0px;
  margin: 0 12px 8px 12px;
  padding: 4px 12px 8px 12px;
  min-height:400px;
}

 /* 頁タイトルの微調整 */
#main div.pageTitle {
  margin-top:0;
}

/* 項目名「路線図」の幅確保 */
#main div.inputArea div.line01 div.inputHeader{
  width:5em;
}

/* 吹き出し */
#main div.bubble {
  border-left: 0px solid #fcfccc; /* Yellow */
  float: left;
//  margin: 60px 0 0 80px;
  position: absolute;
}
#main div.bubble div.bubbleBody {
  background: none repeat scroll 0 0 #fcfccc;
  border : 2px solid #3d2109;
  float: left;
  font-size: 10pt;
  margin: 0 0 0 0px;
  padding: 10px 20px;
  text-align: center;
}
#main div.bubble div.bubbleBody div.stopInfo{
  font-weight:bold;
  font-size:14px;
  text-align: center;
}

/* 閉じる リンク */
#main div#b1.bubble a{
  font-size:12px;
}

/* 「お知らせがあります」の枠 */
#main div.bubbleMessage {
  height:24px;
  width:24px;
}

/* 「お知らせがあります」のリンク */
#main div.bubbleMessage a {
  background-image: url(images/info2.png);
  background-position: left center;
  background-repeat: no-repeat;
  height:24px;
  width:24px;
}

#main div.stopInfo {
  text-align: left;
}
#main table.bubble {
  background-color: #ffffff;
  margin-bottom:8px;
  margin-top:4px;
  white-space: nowrap;
}
#main table.bubble tr {
}
#main table.bubble th {
  background-color: #eaeefc; /* 水色 */
  border: 1px solid #0e1f03; /* 濃い緑 */
  padding:2px;
  text-align:center;

}
#main table.bubble td {
  border: 1px solid #0e1f03; /* 濃い緑 */
  text-align: left;
  padding:2px;
}

#main table.bubble td.centerText {
  text-align: center;
}

/* バスアイコン */
img.busIcon
{
    cursor: pointer;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++
  #footer
+++++++++++++++++++++++++++++++++++++++++++++++ */

