@charset "UTF-8";

.tablet,.sPhone {
	display: none !important;
}

#container {
	width: 980px;
	margin: 40px auto 0px;
}

/* header nav -> menu_pc.css */
/* fadeBtn.js -> opacity:0.5値で現在ページを判定 */
#leftHead ul li:nth-of-type(2) a {
  opacity: 0.5;
}

/* --- centerBox --- */
#centerBox {
	width: 980px;
	margin: 0px auto;
  }
  #centerBox a {
    color: #55A7D7;
    }
    #centerBox a:hover {
      color: #bbb;
}

/* --- main --- */
h2#main {
	width: 945px;
	height: 160px;
	margin: 30px auto;
}
/* --- main end --- */

/* --- access info --- */
#access {
	width: 905px;
	margin: 0px auto 30px;
  }
  #mapArea {
    width: 467px;
    height: 250px;
    margin: 0px 0px 30px 0px;
    color: #fff;
    float: left;
  }
  #info {
    width: 427px;
    height: 250px;
    float: right;
    }
    /* access table */
    #info table {
      width: 427px;
      margin: 0px;
      }
      #info table th {
        width: 145px;
        height: 145px;
      }
      #info table td dl,
      #info table td dl.ad {
        width: auto;
        height: 15px;
        margin: 0px 0px 12px 10px;
        line-height: 15px;
        clear: both;
        }
        #info table dl.ad dt {
          margin: 10px 5px 0px 0px;
          letter-spacing: 0em;
          color: #55A7D7;
          font-size: 12px;
          float: left;
        }
        #info table dl dt {
          margin: 0px 5px 0px 0px;
          letter-spacing: 0em;
          color: #55A7D7; /* light blue （nav）*/
          font-size: 12px;
          float: left;
        }
        #info table dl dd {
          letter-spacing: 0.1em;
          color: #595757; /* light gray 80% */
          font-size: 12px;
          float: left;
        }
        #info table dl.ad dd {
          margin: 0px 5px 12px 0px;
          letter-spacing: 0.1em;
          color: #595757; /* light gray 80% */
          font-size: 12px;
          float: left;
          }
          #info table dl.ad dd span.postal {
            letter-spacing: 0.1em;
            color: #595757; /* light gray 80% */
            font-size: 10px;
  }
  .signa {
    font-size: 10px;
  }

  /* access detail */
  h2.info {
    width: 427px;
    height: 40px;
    margin: 0px 0px 30px 0px;
    color: #55A7D7; /* light blue （nav）*/
    font-size: 108%;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #BDDBF3;
    border-bottom: 1px solid #BDDBF3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
  }

  h2.access {
    width: 905px;
    height: 40px;
    margin: 0px auto 30px;
    color: #55A7D7; /* light blue （nav）*/
    font-size: 108%;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #BDDBF3;
    border-bottom: 1px solid #BDDBF3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    clear: both;
  }

  #car,#walk {
    width: 905px;
    height: 60px;
    margin: 0px auto 20px;
  }

  h3.pict {
    width: 75px;
    height: 60px;
    margin-top: 2px;
    float: left;
  }

  dl.detail {
    width: 800px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.1em;
    float: left;
    }
    dl.detail dt {
      color: #55A7D7; /* light blue （nav）*/
    }
    dl.detail dd {
      width: 800px;
      color: #595757; /* light gray 80% */
      line-height: 1.5em;
      text-align: justify;
      text-justify: inter-ideograph;
      }
      dl.detail dd span {
        color: #55A7D7; /* light blue （nav）*/
}
/* --- centerBox end --- */


/* arrow */
#arrow {
	width: 100%;
	height: 60px;
	clear: both;
	margin-bottom: -5px;
  }
  a.top {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px auto;
    clear: both;
}
/* arrow end */

/* footer */
footer {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	border-top: 1px solid #BDDBF3;
	clear: both;
  }
  #ftr {
    width: 980px;
    height: 100px;
    margin: 0px auto;
    }
    #ftr small {
      display: block;
      width: 330px;
      height: 100px;
      line-height: 100px;
      color: #6FB8E7; /* logo color */
      font-size: 88%;
      letter-spacing: 0.1em;
      float: left;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
  }
  footer p {
    width: 175px;
    height: 50px;
    margin: -75px 0px 0px 0px;
    float: right;
}
