@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 42px;
}
purchase {
	overflow: hidden;
	margin-bottom:15px;
}
#purchase .box{
	margin-bottom: 34px;
}
#purchase .box:last-of-type{
	margin-bottom: 50px;
}
#purchase .box dt{
	background: #543322;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 14px 1px 14px;
	margin-bottom: 17px;
}
#purchase .box.imgright dl{
	margin-right: 280px;
}
#purchase .box.imgleft dl{
	margin-left: 280px;
}
#purchase .box dl dd{
	margin-bottom: 20px;
}
#purchase .box dl dd:last-child{
	margin-bottom: 0;
}

#customers{
	margin-bottom: 30px;
}
#customers .box {
	background: url('../image/index01_bg.png') no-repeat right -32px;
	border: 4px solid  rgba(172, 202, 70, 0.5);
	padding: 36px 24px 27px;
	margin-bottom: 11px;
}
#customers  .box ul li{
	background: url('../image/tick.jpg') left 4px no-repeat;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 1.42em;
	color: #341F18;
	line-height: 1;
    padding: 6px 0 0px 34px;
}
#customers p.btn{
	text-align: center;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	border: 4px solid  rgba(172, 202, 70, 0.5);
	height: 176px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 11px 0 11px 20px;
}
#topics dl.even {
	background: #F1F5E0;
}
#topics dt {
	float: left;
	font-size: 1em;
}
#topics dd {
	padding: 0 0 0 105px;
}
#topics dd a{
	color: #3A7524;
	font-size: 13px;
	font-weight: bold;
}