@charset "UTF-8";
/* var */
/* browser */
/* font */
/* reset */
/* margin */
/*  */
/* header
------------------------------------------------------*/
header {
  *zoom: 1;
  position: fixed;
  z-index: 700;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 46px;
  min-width: 960px;
  background-color: #f2f2f2;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  background: linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFF2F2F2');
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
header:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
header:not(:target) {
  filter: none;
  -ms-filter: none;
}
header.forLegacyContents {
  position: inherit;
  border-bottom: #ccc solid 2px;
}
header #hdInner {
  *zoom: 1;
  width: 960px;
  height: 46px;
  margin: 0px auto;
}
header #hdInner:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
header #hdInner #hdTitle {
  float: left;
  width: 600px;
}
header #hdInner #hdTitle .logo {
  display: table-cell;
  width: 137px;
}
header #hdInner #hdTitle .logo_padding {
padding-top: 5px;
}
header #hdInner #hdTitle h1 {
  display: table-cell;
  width: 443px;
  height: 46px;
  padding-left: 10px;
  font-size: 86.5%;
  /* 10px */
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
}
header #hdInner #hdMenu {
  float: right;
  max-width: 360px;
}
header #hdInner #hdMenu > ul {
  *zoom: 1;
  border-right: #fff solid 1px;
  border-left: #e6e6e6 solid 1px;
}
header #hdInner #hdMenu > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
header #hdInner #hdMenu > ul > li {
  position: relative;
  float: left;
  height: 46px;
  border-right: #e6e6e6 solid 1px;
  border-left: #fff solid 1px;
}
header #hdInner #hdMenu > ul > li > a {
  display: table-cell;
  height: 46px;
  padding: 0px 8px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
header #hdInner #hdMenu > ul > li#hdNavFavorite > a {
  padding: 0px 16px 0px 24px;
  background: url(/cn/images/common2014/common/icn/heart_color_small.png) no-repeat 8px center;
}
header #hdInner #hdMenu > ul > li#hdNavFavorite > a #favoriteCount {
  display: block;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: #f97533;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 0px #dfdfdf;
  box-shadow: 0px 2px 0px #dfdfdf;
  text-align: center;
}
header #hdInner #hdMenu > ul > li#hdNavFavorite > a #favoriteCount > span {
  display: inline-block;
  margin-top: 0.15em;
  font-weight: bold;
  color: #fff;
}
header #hdInner #hdMenu > ul > li#hdNavCondition > a {
  padding: 0px 10px 0px 27px;
  background: url(/cn/images/common2014/common/icn/check_color_small.png) no-repeat 8px center;
}
header #hdInner #hdMenu > ul > li#hdNavMenu > a {
  padding: 0px 20px 0px 27px;
  background: url(/cn/images/common2014/common/icn/search_color_small.png) no-repeat 8px center;
}
header #hdInner #hdMenu > ul > li#hdNavMenu > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 20px;
  border-color: #3ba3ed transparent transparent;
  border-style: solid;
  border-width: 6px 4px;
}
header #hdInner #hdMenu > ul > li#hdNavMenu.open > a:after {
  top: 13px;
  border-color: transparent transparent #3ba3ed;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown {
  position: absolute;
  z-index: 760;
  top: 37px;
  right: 10px;
  width: 332px;
  border: solid 2px;
  border-color: #ccc;
  -webkit-box-shadow: 0px 3px 10px #999999;
  box-shadow: 0px 3px 10px #999999;
  background-color: #fff;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown:before, header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown:after {
  position: absolute;
  content: "";
  border: 6px solid transparent;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown:before {
  top: -12px;
  right: -2px;
  border-bottom: 6px solid #ccc;
  border-right: 6px solid #ccc;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown:after {
  top: -7px;
  right: 0px;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul {
  *zoom: 1;
  width: 332px;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul li {
  float: left;
  width: 110px;
  border-bottom: dotted 1px;
  border-left: dotted 1px;
  border-color: #ccc;
  font-size: 86.5%;
  /* 10px */
  text-align: center;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul li:first-child, header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul li:first-child + * + * + * {
  border-left: none;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul li a {
  display: block;
  padding: 5px 0px 10px;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown ul li a span {
  display: inline-block;
  padding: 8px;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown .howto {
  padding: 7px 10px;
  font-size: 86.5%;
  /* 10px */
  text-align: right;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown .howto span {
  padding: 3px 0px 3px 19px;
  background: url(/cn/images/common2014/common/icn/question_small.png) no-repeat 0px center;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown .close {
  padding: 10px;
  background-color: #999;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
header #hdInner #hdMenu > ul > li#hdNavMenu .pulldown .close span {
  padding-left: 18px;
  background: url(/cn/images/common2014/common/icn/close_simple_white_small.png) no-repeat 0px 0.1em;
}

body.headerNoFix header {
  position: absolute;
}

/* ie8 */
html > body header {
  background-color: #fefefe;
  filter/***/: none¥9;
}

/* footer
------------------------------------------------------*/
#footer {
  width: 100%;
  min-width: 960px;
}
#footer .ftBoxInner {
  width: 960px;
  margin: 0px auto;
}
#footer #ftMenuLinks {
  padding-bottom: 20px;
  background-color: #f2f2f2;
  border-top: solid 3px;
  border-color: #ccc;
}
#footer #ftMenuLinks .head {
  margin-top: 20px;
  padding: 10px 0px;
  font-weight: bold;
  border-bottom: solid 1px;
  border-color: #ccc;
  font-size: 100%;
  /* 12px */
}
#footer #ftMenuLinks .head:first-child {
  margin-top: 10px;
}
#footer #ftMenuLinks ul {
  *zoom: 1;
}
#footer #ftMenuLinks ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftMenuLinks ul li {
  float: left;
}
#footer #ftMenuLinks ul li:after {
  padding: 0px 0.5em;
  content: "｜";
  color: #ccc;
}
#footer #ftMenuLinks ul li:last-child:after {
  padding: 0px;
  content: "";
}
#footer #ftMenuLinks .railway,
#footer #ftMenuLinks .condition,
#footer #ftMenuLinks .station {
  margin-top: 10px;
}
#footer #ftMenuLinks .railway dl,
#footer #ftMenuLinks .condition dl,
#footer #ftMenuLinks .station dl {
  *zoom: 1;
}
#footer #ftMenuLinks .railway dl:after,
#footer #ftMenuLinks .condition dl:after,
#footer #ftMenuLinks .station dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftMenuLinks .railway dl dt,
#footer #ftMenuLinks .condition dl dt,
#footer #ftMenuLinks .station dl dt {
  float: left;
}
#footer #ftMenuLinks .railway dl dd,
#footer #ftMenuLinks .condition dl dd,
#footer #ftMenuLinks .station dl dd {
  float: right;
}
#footer #ftMenuLinks .railway.railway dl,
#footer #ftMenuLinks .condition.railway dl,
#footer #ftMenuLinks .station.railway dl {
  margin-top: 0.5em;
}
#footer #ftMenuLinks .railway.railway dl dt,
#footer #ftMenuLinks .condition.railway dl dt,
#footer #ftMenuLinks .station.railway dl dt {
  width: 115px;
}
#footer #ftMenuLinks .railway.railway dl dd,
#footer #ftMenuLinks .condition.railway dl dd,
#footer #ftMenuLinks .station.railway dl dd {
  width: 835px;
}
#footer #ftMenuLinks .railway.condition dl,
#footer #ftMenuLinks .condition.condition dl,
#footer #ftMenuLinks .station.condition dl {
  margin-top: 0.5em;
}
#footer #ftMenuLinks .railway.condition dl dt,
#footer #ftMenuLinks .condition.condition dl dt,
#footer #ftMenuLinks .station.condition dl dt {
  width: 40px;
}
#footer #ftMenuLinks .railway.condition dl dd,
#footer #ftMenuLinks .condition.condition dl dd,
#footer #ftMenuLinks .station.condition dl dd {
  width: 910px;
}
#footer #ftMenuLinks .railway.station,
#footer #ftMenuLinks .condition.station,
#footer #ftMenuLinks .station.station {
  *zoom: 1;
  background: url(/cn/images/common2014/common/bdr_row_solid_cccccc.png) repeat-y center top;
}
#footer #ftMenuLinks .railway.station:after,
#footer #ftMenuLinks .condition.station:after,
#footer #ftMenuLinks .station.station:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftMenuLinks .railway.station dl,
#footer #ftMenuLinks .condition.station dl,
#footer #ftMenuLinks .station.station dl {
  float: left;
  width: 460px;
  padding: 0.25em 0px;
  /*
  &:nth-child(odd){
  	margin-right:20px;
  	padding-right:20px;
  }
  */
}
#footer #ftMenuLinks .railway.station dl:first-child, #footer #ftMenuLinks .railway.station dl:first-child + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *, #footer #ftMenuLinks .railway.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child,
#footer #ftMenuLinks .condition.station dl:first-child + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .condition.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child,
#footer #ftMenuLinks .station.station dl:first-child + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#footer #ftMenuLinks .station.station dl:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
  margin-right: 20px;
  padding-right: 20px;
}
#footer #ftMenuLinks .railway.station dl dt,
#footer #ftMenuLinks .condition.station dl dt,
#footer #ftMenuLinks .station.station dl dt {
  width: 115px;
}
#footer #ftMenuLinks .railway.station dl dd,
#footer #ftMenuLinks .condition.station dl dd,
#footer #ftMenuLinks .station.station dl dd {
  width: 333px;
}
#footer #ftMenuLinks .normalList {
  margin-top: 5px;
}
#footer #ftMenuLinks .normalList li {
  margin-top: 0.5em;
}
#footer #ftLead {
  background-color: #def2ff;
}
#footer #ftLead p {
  padding: 10px 0px 10px 240px;
  background: url(/cn/images/common2014/common/footer_lead_pic.png) no-repeat left bottom;
  color: #666;
  min-height: 80px;
}
#footer #ftOtherLinks {
  background-color: #fff;
}
#footer #ftOtherLinks .siteLink {
  *zoom: 1;
  font-size: 86.5%;
  /* 10px */
  padding: 20px 0px;
}
#footer #ftOtherLinks .siteLink:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftOtherLinks .siteLink .sideA {
  float: left;
  width: 390px;
}
#footer #ftOtherLinks .siteLink .sideA .block {
  *zoom: 1;
  margin-top: 0.2em;
}
#footer #ftOtherLinks .siteLink .sideA .block:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftOtherLinks .siteLink .sideA .block:first-child {
  margin-top: 0px;
}
#footer #ftOtherLinks .siteLink .sideA .block dl {
  *zoom: 1;
  float: left;
}
#footer #ftOtherLinks .siteLink .sideA .block dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dt {
  float: left;
  font-weight: bold;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dt:before {
  content: "｜";
  font-weight: normal;
  color: #999;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dd {
  float: left;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dd ul {
  *zoom: 1;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dd ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dd ul li {
  float: left;
  margin-left: 0.5em;
}
#footer #ftOtherLinks .siteLink .sideA .block dl dd ul li:first-child {
  margin-left: 0px;
}
#footer #ftOtherLinks .siteLink .sideA .block dl:first-child dt:before {
  content: "";
}
#footer #ftOtherLinks .siteLink .sideB {
  float: right;
  width: 560px;
}
#footer #ftOtherLinks .siteLink .sideB li {
  margin-top: 0.2em;
  margin-left: 2.7em;
  text-indent: -2.7em;
}
#footer #ftOtherLinks .siteLink .sideB li:first-child {
  margin-top: 0px;
}
#footer #ftOtherLinks .siteLink .sideB li span {
  margin-right: 0.5em;
}
#footer #ftOtherLinks .outsideLink {
  padding: 20px 0px;
  border-top: solid 1px;
  border-color: #ddd;
}
#footer #ftOtherLinks .outsideLink > ul {
  *zoom: 1;
  display: table;
  margin: 0px auto;
}
#footer #ftOtherLinks .outsideLink > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftOtherLinks .outsideLink > ul li {
  float: left;
}
#footer #ftOtherLinks .outsideLink > ul li:before {
  padding: 0px 0.5em;
  content: "｜";
  color: #ddd;
}
#footer #ftOtherLinks .outsideLink > ul li:first-child:before {
  padding: 0px;
  content: "";
}
#footer #ftCorp {
  background-color: #3ba4ee;
}
#footer #ftCorp .ftBoxInner {
  *zoom: 1;
  padding: 20px 0px;
}
#footer #ftCorp .ftBoxInner:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftCorp .ftBoxInner small {
  float: left;
  color: #fff;
}
#footer #ftCorp .ftBoxInner ul {
  *zoom: 1;
  float: right;
}
#footer #ftCorp .ftBoxInner ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
#footer #ftCorp .ftBoxInner ul li {
  float: left;
}
#footer #ftCorp .ftBoxInner ul li:before {
  padding: 0px 0.5em;
  content: "｜";
  color: #ccc;
}
#footer #ftCorp .ftBoxInner ul li:first-child:before {
  padding: 0px;
  content: "";
}
#footer #ftCorp .ftBoxInner ul li a {
  color: #fff;
}

/* anchor
------------------------------------------------------*/
#anchorTop {
  position: fixed;
  z-index: 300;
  bottom: 0px;
  right: 10px;
  display: none;
}

/* ads
------------------------------------------------------*/
#adsFixed {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
#adsFixed .message {
  color: #fff;
}
#adsFixed .banner {
  margin-top: 3px;
}
#adsFixed .close {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}

header {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 12px;
}
