@charset "utf-8";
body {
	/*background: #2fae42;*/
	/*background:#dcffe0;*/
	background: #f2fcf3;
}
.blur, .blur > img {
	margin: 0;
	padding: 0;
	border: 0;
}
.blur {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.blur:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*    -moz-box-shadow:inset 5px 0px 5px #fff,inset -5px 0px 5px #fff;
    -webkit-box-shadow:inset 5px 0px 5px #fff,inset -5px 0px 5px #fff;
    box-shadow:inset 5px 0px 5px #fff,inset -15px 0px 5px #fff;*/
	-moz-box-shadow: inset 5px 0px 5px #fff, inset -5px 0px 5px #fff;
	-webkit-box-shadow: inset 5px 0px 5px #fff, inset -5px 0px 5px #fff;
	box-shadow: inset 5px 0px 5px #fff, inset -5px 0px 5px #fff;
	content: " ";
}
#top_area {
	max-width: 1200px;
	margin: 40px auto 0;
}
#top_area img {
	width: 100%;
}
#backtop a img:hover {
	opacity: 0.8;
}
#event_info_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 1200px;
	margin: -3px auto 0;
	-moz-box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	-webkit-box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	content: " ";
	background: #FFF;
	background: url(../img/character1/2017/info_bg.jpg);
}
#event_info {
	padding: 5px 0 20px;
	display: inline-block;
	max-width: 1200px;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto;
	font-size: x-large;
	font-weight : bold;
}
#event_info a:link {
	color: #0000FF;
}
#event_info a:visited {
	color: #0000FF;
}
#event_info a:hover {
	color: #FF46AE;
}
#map{
	max-width:400px;
	margin:0 auto;
}
.small {
	font-size: medium;
}
#goods_area {
	max-width: 1200px;
	margin: 0 auto 60px;
	background: #FFF;
	background: url(../img/character1/2017/goods_bg.jpg) no-repeat;
	background-size: 100% auto;
	-moz-box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	-webkit-box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	box-shadow: inset 5px 0px 5px #f2fcf3, inset -5px 0px 5px #f2fcf3;
	content: " ";
}
#goods {
	padding-top: 30%;
}
#goods ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
	padding: 20px 30px 0;
}
#goods ul:last-child {
	padding-bottom: 20px;
}
#goods img {
	width: 100%;
}
#backtop {
	max-width: 461px;
	margin: 0 auto;
	padding: 0 5px;
}
#event_banner img {
	margin-bottom: 5px;
}
.smart_goods {
	display: none;
}
#smart_existing_goods_banner {
	display: none;
}
 @media screen and (max-width: 700px) {
#top_area {
	margin: 30px auto 0;
}
#event_info {
	font-size: medium;
}
.small {
	font-size: small;
}
#goods_area {
	margin: 0 auto 40px;
	background: url(../img/character1/2017/goods_smart_bg.jpg) no-repeat;
	background-color: #FFF;
	background-size: 100% auto;
}
#goods {
	padding-top: 45%;
	padding-bottom:10px;
}
#goods ul {
	padding: 0px 30px 0;
}
#goods ul:last-child {
	padding-bottom: 20px;
}
#goods .ajast li {
	border: none;
}
.pc_goods {
	display: none;
}
.smart_goods {
	border: none;
	display: block;
}
#existing_goods_banner {
	display: none;
}
#smart_existing_goods_banner {
	display: block;
}
}
