@charset "UTF-8";
/* CSS Document */
#content_back{
	width:100%;
	max-width:1280px;
    min-width:950px;
	max-height:100%;
	background-image:url(../img/index/back.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 auto;
}
#inner_content{
	margin-top:80px;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	padding-bottom: 80px;
}
.circle_menu{
	width:45%;
	text-align:center;
	float:left;
}
.circle_menu:nth-child(2){
	float:right;
}
.circle_img{
	width:100%;
}
.circle_img img{
	width:100%;
}
.circle_bottun{
	width:59.4%;
	padding:0.2em 0;
	border:1px solid #FFF;
	background-color:rgba(0,0,0,0.5);
	margin:1.2em auto;
}
.circle_bottun a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
#catchcopy{/*176*/
	width:13.5%;
	float:right;
	margin-right:8.3%;
	margin-bottom:200px;
	-webkit-filter: drop-shadow(2px 0 1px #000);
}
#catchcopy img{
	width:100%;
}

#coupon_ticket{/*900*/
    width:90%;
		max-width: 1280px;
    margin:40px auto;
    padding: 30px 40px 55px;
    background-color:#FFF;
    box-sizing:border-box;
    /* border */
    border:3px double rgb(195, 149, 22);

    /* border-radius */
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;

    /* box-shadow */
    box-shadow:rgba(224, 214, 186, 0.498039) 0px 0px 6px 3px;
    -webkit-box-shadow:rgba(224, 214, 186, 0.498039) 0px 0px 6px 3px;
    -moz-box-shadow:rgba(224, 214, 186, 0.498039) 0px 0px 6px 3px;
}
#coupon_ticket img{
    width:100%;
}

#topnews{
	width: 1000px;
	margin: 40px auto;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	font-size: 15px;
}
#topnews dt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#topnews dd{
	text-align: center;
}
#topnews dd p{
	display: block;
	margin-bottom: 30px;
}
#topnews li {
	margin-bottom: 30px;
}
#topnews li span{
	display: block;
	margin-bottom: 15px;
}
#topnews li span:nth-child(even){
	font-weight: bold;
}
#banner{
	width: 100%;
	max-width: 1280px;
	margin: 80px auto;
}
#banner img{
	width: 100%;

}
