@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .box{
	margin-bottom:30px;
	background:#F7EFEA;
	padding: 12px 20px 14px 20px;
	border: 1px solid #E4D1BE;
}

#content .box p.tit{
	padding: 0 0 3px 29px;
	color:#875F22;
	background:url(../image/coupon03.jpg) left bottom no-repeat;
	margin-bottom:15px;
}

#content .box p.tit2{
	font-weight:bold;
	color:#875F22;
	font-size:0.84em;
	margin:0 0 7px;
}

#content .box .in{
	overflow:hidden;
	zoom:1;
}

#content .box .left ul{
	float:left;
}

#content .box .right ul{
	float:right;
}

#content .box .left .txt {
	margin-left:130px;
}

#content .box .right .txt {
	margin-right:130px;
}

#content .box .in dl dt{
	color:#EA1E27;
}

#content .box .in ul li a {
	width: 110px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#fff;
}

#content .box .in ul li {
	margin-bottom:10px;
}

#content .box .in ul li.last {
	margin-bottom:0;
}