@charset "UTF-8";
body {
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #F2F2F2;
  font-size: 100%;
  -webkit-text-size-adjust: 100%; }

#wrapper {
  text-align: left;
  width: 780px;
  margin: 20px auto;
  padding: 10px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px #bbb;
  box-shadow: 0 0 30px #bbb; }

/* header */
#header {
  margin: 10px 10px; }
  #header #subtitle {
    font-size: 1.0em;
    margin-left: 85px;
    padding-top: 8px;
    color: #606060; }
  #header #title {
    font-size: 3.0em;
    margin-left: 80px;
    letter-spacing: 4px;
    color: #606060; }
  #header #title_text {
    font-size: 1.0em; }
  #header #telephone {
    text-align: right;
    color: #FF0000;
    margin-top: 5px;
    font-size: 2.0em;
    font-weight: bold; }
  #header #telephone_sub {
    text-align: right;
    color: #606060;
    font-size: 1.2em; }
  #header #navi {
    background-image: url("image/navi_back.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 40px;
    margin: -10px -30px 20px -30px;
    font-size: 1.2em;
    font-weight: bold; }
    #header #navi ul {
      margin-left: -40px; }
      #header #navi ul li {
        list-style-type: none;
        float: left;
        padding: 10px 0px 5px 55px;
        margin: 0px 10px; }
        #header #navi ul li a {
          color: #FFFFFF;
          text-decoration: none; }
          #header #navi ul li a:hover {
            text-decoration: underline; }

/* content */
.content {
  margin-bottom: 40px; }
  .content .content_title {
    font-size: 1.5em;
    background-color: #f0c0a0;
    border-radius: 20px;
    margin: 30px 10px;
    padding: 20px;
    color: #A52A2A; }
    .content .content_title span {
      padding-left: 10px; }
  .content .content_left {
    float: left;
    padding-left: 20px; }
  .content .fare_name {
    background: #F0F0F0; }
  .content .content_right {
    margin-left: 350px; }
  .content table.fare {
    border: 1px solid #606060;
      border-collapse: collapse; }
    .content table.fare th {
      padding: 3px 8px;
      background: #F0F0F0;
      border: 1px solid #606060;
        border-collapse: collapse; }
    .content table.fare td {
      padding: 3px 8px;
      border: 1px solid #606060;
        border-collapse: collapse; }
  .content .upside {
    height: 280px; }
  .content .upside-replacement {
    height: 200px; }
  .content .middle {
    height: 310px; }
  .content .small {
    font-size: 1.0em; }
  .content h4 {
    font-size: 1.3em;
    font-weight: normal;
    color: #606060;
    text-decoration: underline; }

/* footer */
#footer {
  margin-top: 20px;
  font-size: 0.8em; }
  #footer #footer_hr {
    height: 10px;
    background: #AA0000;
    margin: 0px -20px; }
  #footer #address, #footer #company {
    text-align: right; }

/*# sourceMappingURL=main.css.map */
