@charset "utf-8";

@media screen and (min-width : 768px){

	.section.event_report .detail{
		margin: 30px 0 0 0;
		text-align: center;
	}
	#section_caution {
	    margin-bottom: 20px;
	}
}

.profile_box {
	border: 1px solid #000;
	width: 890px !important;
    margin: 15px auto;
	padding: 20px 20px 5px;
	display: block;
}
#profile .section_inner .head_title {
	font-size: 18px;
    line-height: 1.6em;
	margin: 0 0 20px;
    padding: 0;
}
.finally {
	margin-top: 20px;
}
@media screen and (min-width : 769px){
#event_report #special_talk.section {
	margin-bottom: 15px;
}
#event_report #profile .section_column {
	width: initial !important;
	width: auto !important;
	/*IEがinitialをサポートしていないため*/
}
}

@media screen and (max-width: 768px){
#event_report #special_talk.section {
	margin-bottom: 0;
}
#event_report #profile.section {
	padding-top: 0;
}
.profile_box {
	width: calc(100% - 15px * 2 * 2) !important;
	margin: 20px auto;
	padding: 15px;
	display: block;
}
#profile .section_column {
	padding: 0;
}
#event_report .section:first-child {
	padding-top: 0px;
}
}