/*
 *  lightmellow / lightmellow.scss / lightmellow.css
 *  compass mode
 *  version --- 1.0
 *  author  --- coreframe, inc.
 *  created --- 2014/12/02
 *  updated --- 2014/12/08
 *
 */
#wrapper {
  /*background: url(images/bg.png) repeat-x 0 0;*/
}

#main {
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #main {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#main a {
  color: #0f0bac;
  text-decoration: none;
}
#main a:hover {
  opacity: 0.7;
}
#main .img_left {
  float: left;
  margin: 0 20px 20px 0;
}
#main .img_right {
  float: right;
  margin: 0 0px 20px 20px;
}

#header {
  background-image: url("../img/mainimg.jpg");
  background-repeat: no-repeat;
  background-repeat: center;
  height: 250px;
}
@media screen and (max-width: 640px) {
  #header {
    background-image: none;
    height: auto;
  }
}
#header h2 {
  display: none;
}
#header .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #header .sp {
    display: block;
  }
}

.infoBox {
  position: absolute;
  z-index: 1500;
}

.infoBox > div {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0.5em 1em;
  width: 340px;
}

.infoBox p {
  font-size: x-small;
}
