@charset "utf-8";

/*container*/
.container {
width:710px;
margin:0 auto;
  }

/*main*/
main {
overflow: hidden;
padding:16px 10px 11px;
background: #edeae5;
}

/*section*/
section {
  float:left;
  width: 338px;
  background: #fff;
  border:1px solid #d9d9d9;
  margin-bottom:22px;
}

section:nth-child(odd){
  margin-right:10px;	
}

.section-head {
 padding:10px 9px;
 background: url(../img/sercle.jpg) repeat-x bottom left,
 #604418;
}

h2 {	
 font-size:18px;
 line-height:25px;
 font-weight: 400;
 text-decoration: underline;
 color: #fff;}

dl {
overflow: hidden;
width:115px;
margin-left: auto;
font-size:10px;
text-align: center;
border:1px solid #f28100;
margin-top:1px;
}

dt {
  float:left;
  width:60px;
  padding:1px 0;
  background: #f28100;
  color: #fff;
}

dd {
  float: right;
  width:55px;
  padding:1px 0;
  background: #fff;
}

.section-main {
  overflow: hidden;
  padding:10px 9px 14px;
}

.sphoto-deco {
  overflow: hidden;
}

.sphoto-check {
  float: left;
}

.sphoto-check:nth-child(2) {
  margin-left:9px;
}

.sphoto-check{
  padding:5px 5px;
  background: url(../img/check.gif) repeat;
}

.sphoto {
  border:1px solid #fff;
  margin:0 auto;
}

.point {
  position:relative;
}


h3 {
	width:151px;
	height:24px;
	color:#fff;
	font-size:14px;
	font-weight: 300;
	text-align:center;
	line-height: 24px;
	margin:0 auto;
	background: url(../img/h3img.png) no-repeat;
	position:absolute;
	top:-16px;
  	left: 0;
  	right: 0;
	z-index:20;
}

.deal {
  margin-top:22px;
  padding:18px 10px 0;
  background: #f2eada;
}

li {
	font-size:16px;
	line-height: 18px;
	color:#333;
	padding-left:20px;
	background:url(../img/icon.png) no-repeat 0 0;
}

li+li {
	margin-top:5px;
}


.reservation {
  width:250px;
  height:40px;
  font-size:18px;
  color:#fff;
  line-height:40px;
  text-indent:43px;
  margin:12px auto 0;
  background: url(../img/order.png) no-repeat;
}

.reservation>a{
  display: block;
}

/*footer*/
footer {
  padding:17px 20px 13px;	
}


footer>p {
  font-size: 11px;
  color:#000099;
  text-align: right;
  text-decoration: underline;
}

footer>p>a {
  display: inline-block;
  padding-left:10px;
  background: url(../img/start-btn.png) no-repeat center left;	
}

