
/* ### 同窓会開催報告／同窓会活動報告 ### */

#column_main .contents_body .report_info {
	margin-bottom: 30px;
	padding: 16px;
	border: 1px solid #baeaf6;
	border-radius: 8px;
}

/* 同窓会開催報告／同窓会活動報告　情報 */

#column_main .contents_body .report_info p {
	color: #4698d1;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

/* 同窓会開催報告／同窓会活動報告　段組み */

#column_main .contents_body .report_text {
	float: left;
	width: 55%;
}

#column_main .contents_body .report_photo {
	float: right;
	width: 42.5%;
}

/* 同窓会開催報告／同窓会活動報告　文章 */

#column_main .contents_body .report_text .text,
#column_main .contents_body .report_text .text p {
	line-height: 28px;
}

#column_main .contents_body .report_text blockquote {
	margin-left: 1em;
}

#column_main .contents_body .report_text blockquote p {
	margin-bottom: 10px;
	font-style: italic;
}

/* 同窓会開催報告／同窓会活動報告　写真 */

#column_main .contents_body .report_photo p.horizontal {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#column_main .contents_body .report_photo p.vertical {
	max-width: 70%;
	height: auto;
	margin-bottom: 20px;
}

/* （タブレット） */

@media screen and (min-width:600px) and (max-width:979px) {
}

/* （スマホ） */

@media screen and (max-width: 599px) {

#column_main .contents_body .report_info p {
	font-size: 12px;
	line-height: 18px;
}

#column_main .contents_body .report_text,
#column_main .contents_body .report_photo {
	float: none;
	width: 100%;
}

#column_main .contents_body .report_photo p.vertical {
	max-width: 100%;
}
}
