@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  top: 0px;
  font-size: 62.5%; }

body.mac {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif; }

body.win {
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #000000; }

a:hover {
  color: #0099FF;
  text-decoration: underline; }

textarea {
  resize: none;
  border-color: #2087c1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.busy {
  width: 55px;
  height: 55px;
  visibility: hidden;
  margin: 0 auto; }

.copyright {
  font-size: 0.7em; }

.header {
  position: fixed;
  top: 0px;
  height: 66px;
  width: 100%;
  background: #fff;
  border-top: 4px solid #026CA5;
  box-shadow: 0px 0px 3px 0px #787878;
  z-index: 99;
  min-width: 730px; }
  .header .inner {
    margin: 0 auto; }
    .header .inner .logo {
      float: left;
      margin: 7px 0 0 15px;
      height: 59px; }
      .header .inner .logo .logo-pic {
        border: 0px; }
    .header .inner .search {
      line-height: 0;
      float: left;
      height: 33px;
      border-radius: 5px;
      padding: 8px 10px 6px 10px;
      margin-top: 12px;
      background-color: #CDE5F2;
      margin-left: 20px;
      box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 inset; }
      .header .inner .search p {
        float: left;
        margin: 15px 10px 0 0;
        color: #1c82b9;
        font-weight: bold; }
      .header .inner .search input {
        border: 2px solid #2D8FC4;
        font-size: 1.2em;
        margin-top: 0px;
        padding: 5px;
        width: 190px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        float: left; }
      .header .inner .search a {
        background: #2d8fc4;
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        padding: 7px 8px 7px 7px;
        float: left; }
      .header .inner .search img {
        height: 15px;
        width: 15px;
        border: 0px; }
      .header .inner .search .group-tag {
        display: inline-block;
        height: 30px;
        margin-left: 20px;
        background-color: white;
        border-radius: 5px 5px 5px 5px;
        position: relative; }
        .header .inner .search .group-tag .show {
          margin-top: 8px;
          border-radius: 5px 5px 5px 5px;
          background-color: white;
          text-decoration: none; }
        .header .inner .search .group-tag .tag-area {
          position: absolute;
          top: 40px;
          width: 350px;
          height: 300px;
          background: #f5f5f5;
          border: 1px solid #ccc; }
          .header .inner .search .group-tag .tag-area:before {
            content: "";
            position: absolute;
            top: -10px;
            left: 30px;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-bottom: 10px solid #f5f5f5;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent; }
          .header .inner .search .group-tag .tag-area .tag-input {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 80%;
            border-radius: 5px 5px 5px 5px; }
          .header .inner .search .group-tag .tag-area .tag-button {
            position: absolute;
            top: 50px;
            right: 35px;
            font-size: 14px;
            margin-top: 8px;
            border-radius: 5px 5px 5px 5px;
            padding: 10px;
            background-color: #e9e9e9;
            text-decoration: none;
            color: #333; }
            .header .inner .search .group-tag .tag-area .tag-button:hover {
              color: #333;
              background-color: #f0f0f0; }
          .header .inner .search .group-tag .tag-area .tag-list {
            list-style: none;
            position: absolute;
            top: 100px;
            left: 20px;
            height: 200px;
            width: 75%;
            overflow-x: scroll;
            overflow-y: scroll; }
            .header .inner .search .group-tag .tag-area .tag-list li {
              font-size: 14px;
              display: block; }
              .header .inner .search .group-tag .tag-area .tag-list li .tags {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                background: #f5f5f5;
                color: #4075ae; }
                .header .inner .search .group-tag .tag-area .tag-list li .tags:hover {
                  color: #4075ae; }
    .header .inner .loading {
      float: left;
      margin: 7px 0 0 100px; }
      .header .inner .loading .loading-pic {
        border: 0px; }
    .header .inner .menu-button {
      position: relative;
      width: 25px;
      height: 25px;
      border-radius: 5px;
      padding: 8px 10px 6px 10px;
      margin-top: 15px;
      float: right;
      margin-right: 50px;
      background-color: #CDE5F2;
      cursor: pointer; }
      .header .inner .menu-button span {
        color: #1c82b9;
        display: block;
        border-top: 2px solid #026CA5;
        padding-top: 8px; }
      .header .inner .menu-button:hover {
        background-color: #e4f1ff; }
    .header .inner .notice {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      margin-top: -15px;
      margin-left: 20px;
      background-color: red;
      float: right; }
    .header .inner #now_loading_view {
      visibility: hidden;
      margin: 15px 0px 0px 20px;
      width: 100px;
      float: left; }
      .header .inner #now_loading_view #now_loading_image_view {
        width: 100%; }
        .header .inner #now_loading_view #now_loading_image_view #now_loading_image {
          margin-left: 30px;
          width: 30px; }
      .header .inner #now_loading_view #now_loading_word_view {
        width: 100px; }
        .header .inner #now_loading_view #now_loading_word_view #now_loading_word {
          width: 100%; }
    .header .inner #h_account {
      background: #2d8fc4;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, #2d8fc4 2%, #2d8fc4 84%, #2584b7 91%, #2584b7 99%);
      /* W3C */
      filter: literal("progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d8fc4', endColorstr='#2584b7',GradientType=0)");
      /* IE6-9 */
      border-bottom-left-radius: 5px;
      box-shadow: #d8d8d8 0 3px 0;
      padding: 4px 5px 7px 8px;
      position: absolute;
      top: 0;
      right: 0; }
      .header .inner #h_account > div:hover {
        background: #46a1d2; }
      .header .inner #h_account .float_l {
        float: left; }
      .header .inner #h_account .float_r {
        float: right; }
      .header .inner #h_account div {
        display: block; }
      .header .inner #h_account .icon img {
        height: 29px;
        width: 27px;
        margin: 3px;
        border: 0px;
        padding: 3px 2px; }
      .header .inner #h_account #userInfo {
        margin: 0 4px 0 5px; }
      .header .inner #h_account #userInfo img {
        height: 35px;
        width: 35px;
        padding: 3px 5px; }
      .header .inner #h_account #user_name {
        margin-right: 2px;
        margin-top: 12px;
        font-size: 1.2em;
        color: #fff; }
      .header .inner #h_account #toLoginPage {
        font-size: 1.6em;
        margin-top: 10px; }
      .header .inner #h_account ul {
        list-style-type: none; }

/*-------------
preference
-------------*/
#preference {
  padding: 0;
  margin: 9px 5px 0 3px; }

#preference a {
  display: block;
  padding: 5px;
  color: #EAFFED; }
  #preference a img {
    height: 12px;
    width: 12px; }

#preference a:hover {
  background: #46a1d2; }

#preference ul {
  box-shadow: 0px 0px 3px #999999;
  background: #175d82;
  border: 2px solid #d0e7f4;
  border-radius: 4px;
  float: left;
  list-style: none;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  right: 5px;
  top: 50px;
  border-top: 1px solid white;
  z-index: 10;
  width: 120px; }

#preference ul:after, #preference ul:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#preference ul:after {
  border-color: rgba(23, 93, 130, 0);
  border-bottom-color: #175d82;
  border-width: 5px;
  margin-left: -5px; }

#preference ul:before {
  border-color: rgba(208, 231, 244, 0);
  border-bottom-color: #d0e7f4;
  border-width: 7px;
  margin-left: -7px; }

#preference ul li {
  float: none;
  display: block; }

#preference ul li a {
  width: auto; }

#preference ul li a:hover {
  background: #0099CC; }

.menu {
  background: #262626; }
  .menu .menu-header {
    background: #333333;
    margin: 0;
    padding: 5px 15px 2px 15px;
    font-size: 18px;
    color: #999999; }
  .menu .menu-list {
    list-style: none;
    display: block;
    font-size: 16px;
    color: #f7f7f7;
    text-decoration: none; }
    .menu .menu-list li {
      display: block;
      border-bottom: 1px solid #4d4d4d;
      padding: 10px 0 10px 20px;
      cursor: pointer; }
      .menu .menu-list li:hover {
        background-color: #b8b8b8; }
      .menu .menu-list li a {
        color: #f7f7f7;
        text-decoration: none; }
      .menu .menu-list li .notice {
        border-radius: 20px;
        padding: 5px 5px 5px 8px;
        background-color: red; }

.modal-window {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  line-height: 1.3;
  display: none\9;
  transition: opacity 0.4s; }
  .modal-window:target {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .modal-window .modal-inner {
    position: relative;
    top: 25px;
    left: 50%;
    z-index: 20;
    margin-left: -325px;
    width: 700px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }
    @media screen and (min-height: 700px) {
      .modal-window .modal-inner {
        height: 620px; } }
    .modal-window .modal-inner .title {
      display: block;
      text-align: center;
      background: #0c84d6;
      color: #f7f7f7;
      width: 100%;
      height: 30px;
      padding: 0.5em 0 0 0;
      font-size: 18px; }
    .modal-window .modal-inner .box {
      overflow-x: hidden;
      overflow-y: scroll; }
      @media screen and (max-height: 699px) {
        .modal-window .modal-inner .box {
          height: 400px; } }
      @media screen and (min-height: 700px) {
        .modal-window .modal-inner .box {
          height: 580px; } }
      .modal-window .modal-inner .box .heading {
        display: block;
        text-align: center;
        background: #074f80;
        color: #f7f7f7;
        width: 100%;
        height: 20px;
        margin-bottom: 10px;
        padding: 0.2em 0 0 0;
        font-size: 16px; }
        .modal-window .modal-inner .box .heading .error {
          color: red; }
      .modal-window .modal-inner .box #form-map {
        border: medium solid #999999;
        margin: 0 25% 20px 25%;
        width: 50%;
        height: 150px; }
      .modal-window .modal-inner .box .address {
        display: block;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px; }
      .modal-window .modal-inner .box .file-list .file-item {
        width: 120px;
        height: 120px;
        display: inline-block;
        margin: 10px 3.5%;
        margin-bottom: 20px; }
        .modal-window .modal-inner .box .file-list .file-item .wrap {
          position: relative;
          width: 123px;
          height: 123px; }
          .modal-window .modal-inner .box .file-list .file-item .wrap .upload-img {
            border: 3px dashed rgba(255, 255, 255, 0);
            width: 120px;
            height: 120px; }
          .modal-window .modal-inner .box .file-list .file-item .wrap .delete-img {
            position: absolute;
            top: -5px;
            right: -8px;
            width: 20px;
            height: 20px;
            cursor: pointer; }
        .modal-window .modal-inner .box .file-list .file-item .file {
          overflow: hidden;
          position: relative;
          display: block;
          border: 3px dashed #999;
          background-color: #eee;
          font-size: 18px;
          width: 120px;
          height: 120px;
          text-align: center;
          vertical-align: bottom; }
        .modal-window .modal-inner .box .file-list .file-item .file input[type="file"] {
          opacity: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
          position: absolute;
          right: 0;
          top: 0;
          margin: 0;
          font-size: 100px;
          cursor: pointer; }
      .modal-window .modal-inner .box #description {
        position: absolute;
        top: -80px;
        left: 85px;
        padding: 0.5em 1em;
        margin: 2em 0;
        color: white;
        background: rgba(10, 10, 10, 0.8);
        font-size: 14px; }
      .modal-window .modal-inner .box .date {
        width: 97%;
        font-size: 14px;
        margin-left: 1%;
        margin-bottom: 10px; }
      .modal-window .modal-inner .box .weather-list {
        display: inline-block;
        margin-left: 40px;
        margin-bottom: 10px;
        width: 97%; }
        .modal-window .modal-inner .box .weather-list .item {
          display: inline-block;
          margin: 0 3%;
          cursor: pointer; }
          .modal-window .modal-inner .box .weather-list .item .none {
            border: medium solid rgba(255, 255, 255, 0);
            border-radius: 42px 42px 40px 40px / 42px 42px 40px 40px; }
          .modal-window .modal-inner .box .weather-list .item .selected {
            border: medium solid #999999;
            border-radius: 42px 42px 40px 40px / 42px 42px 40px 40px; }
      .modal-window .modal-inner .box .impression {
        width: 97%;
        font-size: 14px;
        margin-left: 1%;
        margin-bottom: 10px; }
      .modal-window .modal-inner .box .gomi_lank {
        width: 97%;
        font-size: 14px;
        margin-left: 1%;
        margin-bottom: 20px; }
      .modal-window .modal-inner .box .comment-box {
        resize: vertical;
        width: 97%;
        height: 100px;
        margin: 0 1%; }
      .modal-window .modal-inner .box .grouptag {
        width: 97%;
        font-size: 14px;
        margin-left: 1%;
        margin-bottom: 10px; }
      .modal-window .modal-inner .box .youtube-div {
        text-align: center;
        position: relative; }
      .modal-window .modal-inner .box .youtube-pre {
        position: absolute;
        font-size: medium;
        top: 1px;
        left: 128px; }
      .modal-window .modal-inner .box .youtube {
          width: 160px;
          font-size: 14px;
          margin-left: 1%;
          margin-bottom: 10px; }
      .modal-window .modal-inner .box .detail-form {
        margin-top: 10px;
        width: 100%; }
        .modal-window .modal-inner .box .detail-form .block {
          margin: 10px 0;
          text-align: center; }
          .modal-window .modal-inner .box .detail-form .block .element {
            float: left;
            display: block;
            text-decoration: none;
            font-size: 18px;
            margin-left: 120px; }
          .modal-window .modal-inner .box .detail-form .block .value {
            float: right;
            display: block;
            font-size: 18px;
            margin-right: 120px; }
            .modal-window .modal-inner .box .detail-form .block .value .value-input {
              text-decoration: none;
              font-size: 18px;
              margin-left: 50px; }
          .modal-window .modal-inner .box .detail-form .block .gomititle {
            font-size: 18px; }
          .modal-window .modal-inner .box .detail-form .block .gomivalue {
            float: right;
            display: block;
            font-size: 18px;
            margin-right: 60px; }
            .modal-window .modal-inner .box .detail-form .block .gomivalue .value-input {
              text-decoration: none;
              font-size: 18px;
              margin-left: 50px;
              width: 100px; }
        .modal-window .modal-inner .box .detail-form .gomiheading {
          display: block;
          text-align: center;
          background: #022035;
          color: #f7f7f7;
          width: 100%;
          height: 20px;
          margin-bottom: 10px;
          margin-top: -10px;
          padding: 0.2em 0 0 0;
          font-size: 16px; }
          .modal-window .modal-inner .box .detail-form .gomiheading .open {
            color: #f7f7f7; }
    .modal-window .modal-inner .footer {
      background: red;
      width: 100%;
      height: 30px; }
      .modal-window .modal-inner .footer .cancel {
        text-decoration: none;
        float: left;
        display: block;
        width: 50%;
        height: 100%;
        text-align: center;
        background: #999999;
        color: #f7f7f7;
        padding: 0.5em 0 0 0;
        font-size: 18px; }
        .modal-window .modal-inner .footer .cancel:hover {
          background: #b0a5a7; }
      .modal-window .modal-inner .footer .next {
        text-decoration: none;
        float: right;
        display: block;
        width: 50%;
        height: 100%;
        text-align: center;
        background: #5cb85c;
        color: #f7f7f7;
        padding: 0.5em 0 0 0;
        font-size: 18px; }
        .modal-window .modal-inner .footer .next:hover {
          background: #73c46a; }
  .modal-window .modal-close {
    display: block;
    text-indent: -100px;
    overflow: hidden; }
    .modal-window .modal-close:after {
      border: medium solid #999999;
      content: '\00d7';
      position: absolute;
      top: 15px;
      left: 55%;
      z-index: 20;
      margin-left: 285px;
      background: #fff;
      border-radius: 2px;
      padding: 4px 10px;
      font-size: 1.5em;
      text-decoration: none;
      text-indent: 0; }
  .modal-window .loading {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 22;
    margin-left: -325px;
    width: 700px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    border: 3px solid gray; }
    .modal-window .loading img {
      margin-left: 325px; }

.information {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 386px;
  border: 1px solid blue;
  background: url("/img/map/bg-m_info.png") repeat-y 0 0;
  border: none;
  z-index: 9;
  float: right; }
  .information .arrow {
    position: absolute;
    background: url("/img/map/bg-m_info_arrow.png") no-repeat 0 0;
    width: 29px;
    height: 40px;
    top: 220px;
    left: -25px; }
  .information .container {
    position: relative;
    height: 100%; }
    .information .container .title {
      display: block;
      position: relative;
      height: 20px;
      width: 95%;
      background-color: #175d82;
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      color: #FFFFFF;
      font-size: 1.3em;
      font-weight: bold;
      text-align: center;
      padding-top: 8px;
      margin: 0 auto; }
    .information .container .details {
      position: absolute;
      margin-left: 2px;
      top: 37px;
      bottom: 10px;
      overflow: scroll; }
      .information .container .details .information-header {
        margin: 10px 5px 10px 5px;
        padding: 2px 0 3px 8px;
        background: #f1f1f1; }
        .information .container .details .information-header .address {
          display: block;
          margin: 10px 0;
          font-size: 1.3em; }
      .information .container .details .loading-pic-detail {
        margin-left: 160px; }
      .information .container .details .detail {
        position: relative;
        font-size: 1.2em;
        font-weight: normal;
        overflow: auto;
        margin-bottom: 30px;
        width: 100%; }
        .information .container .details .detail .sub-information {
          margin: 10px 5px 0 5px;
          color: black;
          font-size: 14px;
          position: relative; }
          .information .container .details .detail .sub-information .edit {
            position: absolute;
            right: 0px;
            cursor: pointer; }
          .information .container .details .detail .sub-information .edit-menu {
            position: absolute;
            background: white;
            top: 19px;
            right: 0px;
            cursor: pointer;
            border: 1px solid black;
            color: black; }
          .information .container .details .detail .sub-information .user {
            background: #f1f1f1;
            padding: 10px 0 10px 5px; }
            .information .container .details .detail .sub-information .user .image {
              margin-right: 10px;
              border: 1px solid #0c84d6;
              vertical-align: middle;
              width: 48px;
              height: 48px;
              float: left; }
            .information .container .details .detail .sub-information .user .date {
              display: block;
              color: #999999;
              height: 16px;
              font-size: 14px; }
            .information .container .details .detail .sub-information .user .name {
              display: block;
              font-weight: bold;
              height: 20px;
              font-size: 16px; }
            .information .container .details .detail .sub-information .user .point {
              display: block;
              height: 12px;
              font-size: 10px; }
          .information .container .details .detail .sub-information .picture {
            width: 100%;
            background-size: cover; }
            .information .container .details .detail .sub-information .picture .picture-thumb {
              max-width: 100%;
              max-height: 350px;
              width: 100%;
              height: auto; }
          .information .container .details .detail .sub-information .comment-area {
            display: block;
            background: white;
            padding: 10px 5px; }
            .information .container .details .detail .sub-information .comment-area .comment {
              color: black;
              font-size: 14px; }
              .information .container .details .detail .sub-information .comment-area .comment a {
                color: #0c84d6; }
            .information .container .details .detail .sub-information .comment-area .open {
              color: #3D5E96;
              font-weight: bold;
              cursor: pointer;
              font-size: 12px; }
          .information .container .details .detail .sub-information .review {
            background: #f1f1f1;
            padding: 10px 0 10px 5px; }
            .information .container .details .detail .sub-information .review .weather {
              margin-right: 10px;
              vertical-align: middle;
              width: 48px;
              height: 48px;
              float: left; }
            .information .container .details .detail .sub-information .review .impression {
              display: block;
              height: 25px;
              font-size: 14px; }
              .information .container .details .detail .sub-information .review .impression .blue {
                background: #27b0d1; }
              .information .container .details .detail .sub-information .review .impression .yellow {
                background: #f39a00; }
              .information .container .details .detail .sub-information .review .impression .red {
                background: #c74949; }
              .information .container .details .detail .sub-information .review .impression .none {
                background: #ffffff; }
            .information .container .details .detail .sub-information .review .group-tag {
              display: block;
              height: 25px;
              font-size: 14px; }
            .information .container .details .detail .sub-information .review .count {
              display: block; }
            .information .container .details .detail .sub-information .review .watch {
              display: block;
              margin: 5px 0; }
              .information .container .details .detail .sub-information .review .watch .watch-div {
                margin-top: 10px; }
              .information .container .details .detail .sub-information .review .watch .regist {
                color: #fff;
                background-color: #0c84d6;
                cursor: pointer;
                text-decoration: none;
                border-radius: 5px;
                margin: 0 auto;
                padding: 5px; }
                .information .container .details .detail .sub-information .review .watch .regist:hover {
                  background-color: #2390e4; }
        .information .container .details .detail .comments {
          margin: 0 5px 0 5px;
          padding: 10px 5px 5px 5px;
          background-color: white;
          list-style: none; }
          .information .container .details .detail .comments .comment {
            border-top: 2px solid #C0C0C0;
            padding-top: 5px;
            position: relative; }
            .information .container .details .detail .comments .comment .edit-comment {
              position: absolute;
              top: 10px;
              right: 0px;
              cursor: pointer; }
            .information .container .details .detail .comments .comment .edit-comment-menu {
              position: absolute;
              top: 29px;
              right: 0px;
              background: #f1f1f1;
              border: 1px solid white; }
            .information .container .details .detail .comments .comment .user {
              padding: 10px 0 10px 5px; }
              .information .container .details .detail .comments .comment .user .image {
                margin-right: 10px;
                border: 1px solid #0c84d6;
                vertical-align: middle;
                width: 39px;
                height: 39px;
                float: left; }
              .information .container .details .detail .comments .comment .user .date {
                display: block;
                color: #999999;
                height: 20px;
                width: 50%; }
              .information .container .details .detail .comments .comment .user .name {
                display: block;
                font-weight: bold;
                height: 20px;
                width: 50%; }
            .information .container .details .detail .comments .comment .text {
              display: block;
              padding: 0 5px 10px 5px; }
              .information .container .details .detail .comments .comment .text a {
                color: #0c84d6; }
            .information .container .details .detail .comments .comment:last-child {
              border-bottom: 2px solid #C0C0C0; }
        .information .container .details .detail .comment-box {
          margin: 0 5px 5px 5px;
          padding: 10px 0 5px 5px;
          background-color: white; }
          .information .container .details .detail .comment-box .comment-area {
            border: 1px solid #C0C0C0;
            width: 97%;
            display: block; }
          .information .container .details .detail .comment-box .button {
            display: block;
            width: 98%;
            margin: 10px 0;
            padding: 8px 0;
            background-color: #5cb85c;
            color: #f7f7f7;
            text-align: center; }
            .information .container .details .detail .comment-box .button:hover {
              background-color: #73c46a;
              text-decoration: none; }
    .information .container .no-detail {
      font-size: 26px;
      margin-top: 50%; }

.main {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }
  .main .inner {
    top: 0;
    bottom: 0;
    margin: 0 auto;
    border: 1px solid #C0C0C0; }
    .main .inner .sidebar {
      background: #2d8fc4;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      width: 218px;
      padding: 0 5px 10px 0;
      overflow-x: hidden;
      overflow-y: scroll;
      transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .main .inner .sidebar .title {
        font-size: 1.2em;
        font-weight: bold;
        background: url(/img/map/bg-title01.png) no-repeat 0 bottom;
        background-size: 205px 2px;
        width: 100%;
        margin-left: 5%;
        margin-bottom: 9px;
        padding: 12px 0 8px 2px;
        color: #fff; }
      .main .inner .sidebar .posts {
        list-style: none; }
        .main .inner .sidebar .posts .post {
          padding-bottom: 5px;
          clear: both;
          cursor: pointer;
          width: 223px; }
          .main .inner .sidebar .posts .post:hover {
            background-color: #5e9ccf; }
          .main .inner .sidebar .posts .post .wrap {
            padding: 0 0 10px 2px; }
            .main .inner .sidebar .posts .post .wrap .img {
              float: left;
              width: 60px;
              height: 60px;
              overflow: hidden;
              border: 2px solid #fff;
              border-radius: 50px;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              margin: 2px 7px 0px 5%; }
            .main .inner .sidebar .posts .post .wrap .date {
              display: block;
              height: 20px;
              padding-top: 2px;
              font-size: 12px;
              color: #3B3C3D; }
            .main .inner .sidebar .posts .post .wrap .comment {
              display: block;
              height: 32px;
              width: 120px;
              word-break: break-all;
              line-height: 16px;
              font-size: 12px;
              color: #CEE3ED;
              overflow-y: hidden; }
      .main .inner .sidebar .loading-pic-post {
        height: 50px;
        width: 50px;
        margin-left: 75px; }
      .main .inner .sidebar .read-post {
        display: block;
        height: 30px;
        width: 223px;
        background-color: #5cb85c;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        align: center;
        padding-top: 12px;
        font-size: 16px;
        text-decoration: none; }
        .main .inner .sidebar .read-post:hover {
          background-color: #73c46a; }
    .main .inner #map {
      position: absolute;
      top: 0px;
      left: 225px;
      right: 386px;
      bottom: 0px;
      margin: 0 auto;
      transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .main .inner #map #mapMenu a {
        font-size: 13px; }

.action-detail {
  width: 380px; }

.action-comment-area {
  display: block;
  background: white;
  padding: 10px 5px; }
  .action-comment-area .comment {
    color: black;
    font-size: 14px; }

.action-block {
  margin: 10px 0; }
  .action-block a {
    color: white; }

.menu_item {
  background-color: white;
  padding: 10px; }
  .menu_item:hover {
    background-color: #f1f1f1; }

.ui-autocomplete {
  z-index: 100000; }

ul.tagit {
  margin-bottom: 10px; }
