.info_wrap{
	width:100%;
	margin:0 auto;
}

.info_inner{
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	padding-bottom: 30px;
	box-sizing:border-box;
	box-shadow: rgba(195, 197, 201, 0.77) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(195, 197, 201, 0.77) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(195, 197, 201, 0.77) 0px 0px 6px 3px;
}

h3.info_h{
	width:100%;
	text-align:center;
	margin:20px auto;;
	font-size:1.7em;
	border-bottom:none;
}

h3.info_h span{	
	border-bottom:1px solid #80c269;
}

dl.info_event{
	width:80%;
	border-bottom: #CCC dotted 5px;
	margin: 30px auto;
	padding-bottom:30px;
}
	
dl.info_event dt{
	text-align:left;
	background:url(../../images/icon_info.png) no-repeat;
	height:51px;
	padding-left:70px;
	margin-bottom:30px;
	font-size:0.8em;
}
	
dl.info_event dt span{
	font-weight:bold;
	font-size:1.2em;
	border-bottom:3px solid #debc11;
}
	
dl.info_event dd{
	text-align:left;
	display: table;
}
dl.info_event dd img{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 20px 0 0 10px;
}

.info_img_3ren img{
    width: 45%;
}
@media screen and (max-width: 767px) {
	.info_wrap{
		width:100%;
		float:left;
	}
	
	.img_sp{
		width:100%;
	}
	
	h3.info_h{
		font-size:1.4em;
	}
    
    .info_img_3ren img{
    width: 90%;
    margin:5px auto;
}
}