@charset "utf-8";

#content p.text {
  margin-bottom: 15px;
}
#price {
  margin-bottom: 20px;
}
#greeting p {
  margin-bottom: 23px;
}
#greeting {
  margin-bottom: 29px;
}
#sec ul {
  overflow: hidden;
  zoom: 1;
}
#sec ul li {
  float: left;
  width: 255px;
  background: url(../image/01_bg.jpg) left no-repeat;
  padding: 0 0 0 15px;
  margin-right: 40px;
  margin-left: 8px;
  margin-bottom: 5px;
}
#sec ul li.none {
  margin-right: 0;
}
#sec ul {
  margin-bottom: 25px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------- -----------------------*/
#topics {
  /* height: 150px; */
  line-height: 1.6;
  /* overflow-y: scroll; */
  margin-bottom: 27px;
  border: 1px solid #d5d5d5;
}
#topics dl {
  overflow: hidden;
  padding: 6px 0 2px 20px;
}
#topics dl.even {
  background: #e9efef;
}
#topics dt {
  float: left;
}
#topics dd {
  padding: 0 0 0 105px;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
  margin-bottom: 30px;
  overflow: hidden;
}
#info #map {
  float: left;
  width: 345px;
  height: 310px;
}
#info .text {
  margin-left: 365px;
}
#info .text dl {
  margin-bottom: 6px;
}
#info .text dl dt {
  background: url(../image/02_bg.jpg) left no-repeat;
  padding: 0 0 0 20px;
}
#info .text dl.top {
  border-bottom: 1px dotted #b2b2b2;
}
#info .text dl.top dt {
  font-size: 1.21em;
  font-weight: bold;
  line-height: 1;
  background: none;
  padding: 0;
  margin-bottom: 2px;
}
#info .text dl.top dd {
  line-height: 1.6;

  padding-bottom: 10px;
}

/*-------------------------------------------------------------------
	#likebox
-------------------------------------------------------------------*/
#likebox {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 70px;
}

@media screen and (max-width: 480px) {
  #sec ul li {
    width: 100%;
    margin-right: 0;
  }
}
