@charset "utf-8";
/* CSS Document  ------------------
 * 170817
 * /event/area_info/chiba/food_drive/css/style.css
 * -------------------------------- */
/* 基本css */
.mb00{
	margin-bottom: 0 !important;
}
.mb05{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mt00{
	margin-top: 0 !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.pb00{
	padding-bottom: 0 !important;
}
.fs12{
	font-size: 1.2em !important;
}
.fs14{
	font-size: 1.4em !important;
}
.fs16{
	font-size: 1.6em !important;
}
.fwB{
	font-weight: bold;
}
.taC{
	text-align: center;
}

/* box */
.splitContent__main > ul {
	overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.splitContent__main > ul > li {
    float: left;
    list-style-type: none;
    margin: 0 20px 22px 0;
    padding: 0;
    width: 320px;
}
	.splitContent__main > ul > li:nth-child(even){
		margin-right: 0;
	}
.splitContent__second__texts {
    border: solid 1px #a1c370;
    border-radius: 5px;
    border-style: ;
    padding: 10px 20px;
}
	.splitContent__second__texts p{
		color: #5e4841;
		font-weight: bold;
	}
.splitContent__main > h3.h3_voice{
	padding: 0.3em 0;
	text-align: center;
	border-bottom: dashed 2px #f9c09a;
	background-image: none;
	width: 60%;
	margin: 0 auto 10px;
}

@media screen and (max-width: 640px){
	.splitContent__main > ul {
        margin: 0;
        padding: 0 3.125%;
        width: 93.75%;
        overflow: hidden;
    }
	.splitContent__main > ul > li {
        float: none;
        margin: 0 0px 22px 0;
        padding: 0;
        width: 100%;
    }
}
