.eventChildMain {
	width: auto;
	max-width: 1200px;
	margin-bottom: 30px;
}

.ec_h3 {
	width: 80%;
	margin: 0px auto 20px;
}

.ec_h3Desc {
	width: 80%;
	margin: 0px auto 20px;	
}


.rengoWap {
	width: 100%;
	max-width: 1200px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
/*	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;*/
}

.rengoWap_C {
	width: 100%;
	max-width: 1200px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}


.itemBox {
	width: 25%;
	/*margin-left: 2%;*/
	/*border: solid 1px #000;*/
	padding: 10px;
	margin-bottom: 20px;
	/*border-bottom: solid 1px #000;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}




.chokai_Name {
	background-color: #eee;
	color: #000;
	/*border-top: solid 1px #000;*/
	text-align: center;
	padding: 10px 0px;
}

.mikosi_Image {
	width: 100%;
	text-align: center;
	padding: 0px 0px;
	margin: 0 auto;
}

.rengoName {
	text-align: center;
	color: #e6002b;
	font-weight: bold;
}

.lead_Box {
	text-align: center;
}


@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.rengoWap {
		width: 100%;
		max-width: 1200px;
		display: block;
	}

	.rengoWap_C {
		width: 100%;
		max-width: 1200px;
		display: block;
	}

	.itemBox {
		width: 96%;
		margin: 0px auto 20px;
		border-bottom: dotted 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.spaceW{
		font-size: 20px;
	}

	.spaceW img{
		display: none;
	}

	h3 {
		width: 90%;
    	margin: 0px auto 20px;
		padding: 10px;
	}

}

















