@charset "UTF-8";
 /* map
----------------------------------*/
/* line 9, ../scss/map.scss */
#map #mainIMG {
  background: #040589 url(../img/common/sns_Bg.png) repeat-x top center;
  background-size: 7px;
  text-align: center; }
  /* line 14, ../scss/map.scss */
  #map #mainIMG h1 {
    background: url("../img/map/mainIMG.jpg") no-repeat top center;
    height: 224px;
    text-indent: -9999px; }
/* line 23, ../scss/map.scss */
#map #topPage .cnt_wrap .box1 {
  overflow: hidden; }
  /* line 26, ../scss/map.scss */
  #map #topPage .cnt_wrap .box1 ul {
    width: 450px;
    margin-right: 19px;
    float: left; }
    /* line 31, ../scss/map.scss */
    #map #topPage .cnt_wrap .box1 ul:last-child {
      margin-right: 0; }
    /* line 35, ../scss/map.scss */
    #map #topPage .cnt_wrap .box1 ul li {
      margin-right: 0;
      margin-bottom: 10px;
      padding: 0 10px 10px;
      background: #ccc;
      float: none; }
      /* line 42, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li.blue {
        background: #0fadff; }
      /* line 45, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li.orange {
        background: #ffb400; }
      /* line 48, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li.pink {
        background: #e4007f; }
      /* line 51, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li.purple {
        background: #7a3be3; }
      /* line 55, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li .ttl {
        padding: 5px 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      /* line 62, ../scss/map.scss */
      #map #topPage .cnt_wrap .box1 ul li .txt {
        width: 410px;
        height: 75px;
        margin: 0 10px;
        padding: 10px;
        background: #fff;
        display: table-cell;
        vertical-align: middle; }
