@charset "UTF-8";
/* Event */

@import url("content.css");

/*---------------------------------------------------- */
/* Headtitle */
/*---------------------------------------------------- */
.headtitle {
	text-align: center;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#sect001 {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}

#sect002 {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding: 20px 0;
	margin: 0 auto;
	width: 96%;
	height: auto;
}

.numbernavi p {
	padding: 0;
	margin: 0 20px 0 20px;
	font-size: 100%;
	font-weight: normal;
	color: #2e2f30;
	text-decoration: none;
	text-align: right;
}

.numbernavi p a {
	font-weight: bold;
	color: #f7b427;
	text-decoration: underline;
}

.numbernavi p a:hover {
	font-weight: bold;
	color: #ff8305;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku-campaign {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku-campaign .listbox {
	padding: 0 0 27px 0;
	margin: 0 0 25px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: medium dotted #CCCCCC;
}

.waku-campaign .listbox .listbox-left {
	padding: 0;
	margin: 0;
	width: 30%;
	height: auto;
	float: left;
}

.listbox .listbox-right {
	padding: 0;
	margin: 0;
	width: 66%;
	height: auto;
	float: right;
}

/* Photo */
/*---------------------------------------------------- */
.listbox .listbox-left .photobox {
	padding: 6px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
}

.listbox .listbox-left .photobox .photo-campaign {
	padding: 0;
	margin: 0 auto;
	object-fit: cover;
	width: 96%;
	height: 96%;
	overflow: hidden;
}

.listbox .listbox-left .photobox .photo-campaign img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

/* h4 */
/*---------------------------------------------------- */
.listbox .listbox-right .list-title {
	color: #fff;
	font-size: 138.5%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin: 0 0 15px;
	padding: .5em 1em .5em .3em;
	background-color: #405e27;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.listbox .listbox-right .list-title h4:before {
	content: "";
	margin-right: .5em;
	border-left: 5px solid rgba(255, 255, 255, .36);
}

.listbox .listbox-right .list-title h4 {
	padding: 0;
	margin: 0 0 0 10px;
	width: 70%;
	height: auto;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
}

.listbox .listbox-right .list-title .moji-data {
	padding: 0;
	margin: 2px 20px 0 0;
	width: 20%;
	height: auto;
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	text-align: right;
}

/* P */
/*---------------------------------------------------- */
.listbox .listbox-right .moji-campaign {
	padding: 0;
	margin: 16px 0 0 0;
	width: 100%;
	height: auto;
}

.listbox .listbox-right .moji-campaign p {
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}





