@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;
    margin-left: 20px;
    margin-right: 20px;
}
.DownloadOuter {
	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;*/
	padding-left: 0px;
	padding-bottom: 30px;
	list-style-type: none;
}
.DownloadOuter li .DownName {
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.DownloadOuter li .DownImg {
	width: 100%!important;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	height: auto!important;
	text-align: center;
	display: block;
}
.DownloadOuter li .DownImg img {
	width: 100%!important;
	height: auto!important;
}
.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: 100%;
	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: 10px;
}
.MonthDownloadOuter li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.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:100%;
	height:70px;
	box-sizing:border-box;
	border:#f5eadb 4px solid;
	border-radius:4px;
	background-color:rgba(96,56,19,1.0);
	background-repeat: no-repeat;
	background-position: center center;
	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;
}