@charset "UTF-8";
#main_img_wrap {
	width:100%;
	background-color:#ffffff;
}
#main_img_wrap.contents_img {
	height:100px;
	position:relative;
}
.page_title_wrap {
	padding-top: 0px;
	margin-bottom: 0px;
}
.page_title_wrap section h3 {
    margin-bottom: 0px;
}
.contents {
	margin-top: 30px;
}
.DownloadOuter {
	width: 1140px;
	margin-bottom: 30px;
	padding: 0px;
	list-style-type: none;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.DownloadOuter li {
	/*	border-bottom: 1px dotted #CCCCCC;*/
	width: 520px;
	margin-right: 40px;
	padding-left: 0px;
	padding-bottom: 30px;
	list-style-type: none;
	float: left;
}
.DownloadOuter li .DownName {
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.DownloadOuter li .DownImg {
	width: 520px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	height: 270px;
	text-align: center;
	display: block;
}
.DownloadOuter li .DownTxt, .DownloadOuter li .DownTxt a {
	font-size:12px;
	font-size:1.2rem;
}
.DownName i.fa,
.DownTxt a i.fa {
	padding-right:1%;
	vertical-align:0.1em;
}

.MonthDownloadOuter {
	width: 1140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	list-style-type: none;
}
.MonthDownloadOuter li .DownName {
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.MonthDownloadOuter li {
	float: left;
    width: 340px;
    margin-right: 30px;
	background-repeat: no-repeat;
}
.MonthDownloadOuter li.coupon_banner a {
	background-image: url(../img/download/down_lunch.svgz);
}
.MonthDownloadOuter li.douwnload_banner a {
	background-image:url(../img/download/down_recommend.svgz);
}
.MonthDownloadOuter li.reserve_banner a {
	background-image:url(../img/download/down_party.svgz);
}
.MonthDownloadOuter li a {
	display:block;
	width:332px;
	height:80px;
	border:#f5eadb 4px solid;
	border-radius:4px;
	background-color:rgba(96,56,19,1.0);
	line-height:80px;
	color:#fff;
}
.MonthDownloadOuter li a span {
	display:none;
}

.MonthDownloadOuter li a:hover {
	background-color:rgba(241,90,36,1.0);
}
.MonthDownloadOuter li a,
.MonthDownloadOuter li a:hover {
	transition: background-color 0.3s linear;
}
.MonthDownloadOuter li a i {
	padding-right:7px;
}
.MonthDownloadOuter li a img {
	vertical-align:bottom;
}