@charset "UTF-8";
/* CSS Document */
#campwrap ul,#endcamp ul{
	margin:0;
	list-style: none;
}

#container{
	width:980px;
	margin:0 auto;
}

#incontainer2{
	margin:0 auto;
}

#incontainer2 img{
	vertical-align: bottom;
}

.linebox4_body{
	width:calc( 100% / 2 - 14px );
	box-sizing: border-box;
	font-size: 105%;
	line-height:1.5em;
	background-image:none;
	background-color:#feffff;
	border:1px solid #66bfbf;
	border-radius: 10px;
	margin:10px 7px;
	position: relative;
}
.linebox4_body.fair:before{
	content:"";
	position: absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background-image: url("img/ribbon_fair.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}
.linebox4_body.new:before{
	content:"";
	position: absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background-image: url("img/ribbon_new.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}
.linebox4_body.limited:before{
	content:"";
	position: absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background-image: url("img/ribbon_limited.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}
.linebox4_body.renew:before{
	content:"";
	position: absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background-image: url("img/ribbon_renew.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}
.linebox4_body.option:before{
	content:"";
	position: absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background-image: url("img/ribbon_option.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:3;
}

.linebox4_body.ended section{
	background:#000;
}

.linebox4_body.ended section img{
	opacity: 0.65;
}


.linebox4_body section{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

h4.aaa{
	font-size: 1.15em!important;
}

#campwrap,#endcamp{
	display: flex;
	flex-wrap: wrap;
	flex:1;
	margin:20px auto;
}

.linebox3{
	margin:0 auto;
}

.eventbox{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.eventbox ul{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	padding:5px;
	box-sizing: border-box;
}
.eventbox ul li{
	margin:0;
	border-bottom:1px dashed #ccc;
}

.eventbox p.more{
	text-align: center;
	margin-top:1.15em;
	margin-bottom:1em;
}

.noticebox{
	background-color: #FFFED1;
}

h4.auto:before{
	content:"";
	background-image:url(img/icon_campauto.png);
	padding-left:50px;
	margin-left:0;
	background-repeat: no-repeat;
	background-size: contain;
}

