img {
  vertical-align: bottom;
}
.container {	
	width: 1150px;
	margin: 0 auto;
}

nav {
min-width: 1150px;/*スマホ対策 containerと同じ幅で*/
}

body {
  background-color: #fcfaec;
}


#content {
  width: 650px;
  height: auto;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px #ccc;
  background-color: #fff;
	padding: 0 50px;
  
}

p {
	margin: 0;
}

a img:hover {
	cursor: pointer;
}

#txt {
	font-size: 180%;
	line-height: 1.5;
	width: 650px;
	text-align: center;
	position: absolute;
	top: 85px;
	left: 0px;	
	}


#number {
	font-size: 300%;
	width: 348px;
	text-align: center;
	position: absolute;
	top: 280px;
	left: 145px;	
    font-family: century, serif;
	}

#coupon_btn {
	
	font-size: 300%;
	width: 348px;
	text-align: center;
	position: absolute;
	top: 280px;
	left: 145px;	
    font-family: century, serif;
}

#coupon_btn a {
	color: #666;
	text-decoration: none;
}

#coupon_btn a:hover {
	color: #87500f;
}

	
.link {
	font-size: 120%;
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	
}

.link a,
.link a:visited {
	color: #996c33;
	text-decoration: underline;		
}

.link a:hover{
	text-decoration: none;		
}
