@media all and (min-width: 641px) {

#report2018 * {
	padding: 0;
	margin: 0;
}

#report2018 p,
#report2018 h2,
#report2018 h3,
#report2018 h4 {
}

#report2018 {
}

#report2018 .inner {
	border: 1px solid #c771d4;
	padding: 18px;
	margin-bottom: 10px;
}

#report2018 .title,
#report2018 .explanation,
#report2018 .program {
	padding: 10px 10px 0;
}

#report2018 .title {
	text-align: center;
}

#report2018 .program h3 {
	text-align: center;
}

#report2018 .program .program1 {
	margin-bottom: 10px;
}

#report2018 .program .program1 li {
	display: inline;
	margin-right: 10px;
}

#report2018 .program .program2 {
}

#report2018 .program .program3 {
}


#report2018 ul ul { margin-left: 10px; }

#report2018 li { list-style: none; padding: 3px; }
#report2018 li span { font-weight: bold; background: url(../images/report2018/listmark.png) 0 4px no-repeat; padding-left: 15px; }

#report2018 .images {
	font-size: 13px;
	line-height: 1.4;
	margin: 20px 5px 0;
}

}
@media only screen and (max-width: 640px) {

#report2018 * {
	padding: 0;
	margin: 0;
}

#report2018 p,
#report2018 h2,
#report2018 h3,
#report2018 h4 {
	margin-bottom: 10px;
}

#report2018 {
	border: 1px solid #c771d4;
	padding: 10px;
}

#report2018 .title h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	color: #c771d4;
}

#report2018 .title b {
	color: #c771d4;
}

#report2018 .title,
#report2018 .explanation,
#report2018 .program {
	margin-bottom: 10px;
}

#report2018 .title {
	text-align: center;
}

#report2018 .program h3 {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #c771d4;
}

#report2018 ul,
#report2018 li { padding: 0; margin: 0; line-height: 1.3; }
#report2018 ul ul { margin-left: 10px; }

#report2018 li { list-style: none; padding: 3px; }
#report2018 li li { border-bottom: none; margin-top: 5px; }
#report2018 li span { font-weight: bold; background: url(../images/report2018/listmark.png) 0 4px no-repeat; padding-left: 15px; }

#report2018 .images {
	margin-top: 10px;
}

}