div.page-main-image {
  position:relative;
  background:#f1f1f1;
  height:700px;
  overflow:hidden;
}
div.page-main-image1 {
  position:relative;
  background:#f1f1f1;
  height:700px;
  overflow:hidden;
}
div.page-main-image img {
  position:absolute;
  left: 50%;
  margin-left:-850px;
}
div.page-main-contents {
  background:#fff;
  padding:5px 0;
}

div.main-notice {
  display:inline-block;
  width:288px;
  height:90px;
  text-align:left;
  border:1px solid #eeeeee;
  float:left;
  padding:15px;
  margin-right:20px;
}

div.main-notice img.button-more {
  float:right;
}

div.main-notice hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #c8c8c8;
  margin: 2px 0 8px 0;
  padding: 1px;
}

div.main-notice ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:0.76em;
  color:#999;
  font-weight:bold;
}

div.main-notice ul li {
  height:21px;
}

div.main-notice ul li span {
  width:70px;
  font-weight:200;
  float:right;
}

div.main-gallery {
  display:inline-block;
  width:288px;
  height:90px;
  text-align:left;
  border:1px solid #eeeeee;
  float:left;
  padding:15px;
  background: #d7c2a2;
  margin-right:20px;
}

div.main-gallery img.button-more {
  float:right;
}

div.main-gallery hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #999;
  margin: 2px 0 8px 0;
  padding: 1px;
}

div.main-gallery ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:0.76em;
  color:#999;
  font-weight:bold;
}
