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

/*準備中のアラート*/
.aleartline {
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.aleartline span {
	font-size: 0.8em;
}


.itemWap {
	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;
}

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

.item_Name {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

.item_Image {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	width: 160px;
	height: 120px;
	margin: 0 auto;
/*	min-height: 100px;*/
}

.item_Image a {
	display: block;
/*	width: 160px;
	height: 120px;*/
	vertical-align: middle;
}

.item_Image a img{
	
/*	max-height: 150px;*/
/*	width: 100%;
	max-width: 150px;*/
/*	width: 100%;
	*/
}

.lead_Box {
	min-height: 45px;
}

.deteil_Link a{
	display: block;
	padding: 10px 20px;
	text-align: center;
	border: solid 1px #e6002b;
	width: 30px;
	margin: 10px auto;
}

.deteil_Link a:hover{
	background-color: #e6002b;
	color: #fff;
	border: solid 1px #e6002b;
}


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

	.aleartline {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.aleartline span {
		font-size: 0.8em;
	}
	.aleartline span span {
		display: block;
	}

	.itemWap {
		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;
	}

	.item_Image {
		text-align: center;
		padding: 10px 0px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	/*	min-height: 100px;*/
	}

	.item_Image a img{
		width: 80% !important;
		height: auto;
	}
}

















