@charset "utf-8";
/* ---------------------------------------------------------------------- */
.eventlist {
}
.eventlist ul {
}
.eventlist li {
	border-bottom: 1px dashed #ab001f;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.eventlist li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.eventlisttitle {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.eventlisttitle h3 {
	font-size: 22px;
	font-weight: 500;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media screen and (max-width: 767px) {
	.eventlisttitle h3 {
		font-size: 16px;
	}
}
.eventlisttitle span {
	font-size: 12px;
	font-weight: 500;
}
.eventlistbox {
}
.eventlistinfo {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.eventlistinfo {
		text-align: center;
		margin-bottom: 20px;
	}
}
.eventlistinfo a {
	display: inline-block;
	color: #ab001f;
	font-size: 12px;
	text-decoration: none;
	background-image: url("../img/parts/arrow1.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 5px 2px 20px;
}
.eventlistinfo a strong {
	font-weight: 500;
}
.eventlistinfo a em {
	font-style: normal;
}
.eventlistinfo a span {
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	.eventlistinfo a {
		border: 1px solid #ab001f;
	}
}
@media screen and (max-width: 479px) {
	.eventlistinfo a {
		display: block;
		border: 1px solid #ab001f;
	}
	.eventlistinfo a em {
		display: block;
	}
	.eventlistinfo a span {
		font-size: 10px;
	}
}
.eventlistinfo a:hover,.eventlistinfo a:active {
	color: #ab001f;
	background-color: #ccc;
}
.eventlistdate {
	padding: 0px 100px;
}
@media screen and (max-width: 767px) {
	.eventlistdate {
		padding: 0px 0px;
	}
}
.eventlistdate dl:last-child {
}
.eventlistdate dl {
	border-bottom: 1px dashed #ccc;
	margin: 0px auto;
}
.eventlistdate dl:last-child {
	border-bottom: none;
}
.eventlistdate dt {
	width: 80px;
	color: #ab001f;
	text-align: center;
	vertical-align: middle;
	padding: 3px 10px;
}
.eventlistdate dd {
	padding: 3px 10px;
}
.eventlistdate dd span {
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	.eventlistdate dt {
		width: auto;
	}
}
.eventlistreport {
	text-align: center;
	padding-top: 5px;
}
@media screen and (max-width: 767px) {
	.eventlistreport {
		padding-top: 10px;
	}
}
.eventlistreport a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #ab001f;
	background-image: url("../img/parts/arrow3.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #ab001f;
	padding: 5px 30px 5px 20px;
}
.eventlistreport a strong {
}
.eventlistreport a span {
	font-size: 11px;
}
@media screen and (max-width: 479px) {
	.eventlistreport a {
		display: block;
		padding: 10px 30px 10px 20px;
	}
}
.eventlistreport a:hover,.eventlistreport a:active {
	color: #ab001f;
	background-color: #fff;
	border: 1px solid #ab001f;
}
.eventlistreport.nolink strong {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background-color: #f2f2f2;
	background-image: url("../img/parts/arrow3.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #f2f2f2;
	padding: 5px 30px 5px 20px;
}
/* ---------------------------------------------------------------------- */
#eventreport {
}
.eventreport {
}
/* ---------------------------------------------------------------------- */
.eventreportouter {
}
/* ---------------------------------------------------------------------- */
.eventreport-info {
	text-align: right;
	margin-bottom: 30px;
}
.eventreport-info a {
	display: inline-block;
	color: #ab001f;
	font-size: 13px;
	text-decoration: none;
	background-color: #fff;
	background-image: url("../img/parts/arrow1.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #ab001f;
	padding: 3px 20px 3px 10px;
}
.eventreport-info a strong {
}
.eventreport-info a span {
	font-size: 11px;
}
.eventreport-info a:hover,.eventreport-info a:active {
	color: #fff;
	background-color: #ab001f;
	border: 1px solid #fff;
}
/* ---------------------------------------------------------------------- */
.eventreportinner {
}
/* ---------------------------------------------------------------------- */
.eventreportbloc {
	margin-bottom: 20px;
}
.eventreportbloc ul {
	border-spacing: 5px 0px;
	margin-bottom: 10px;
}
.eventreportbloc ul:last-child {
	margin-bottom: 0px;
}
.eventreportbloc ul.eventreport-item2 {
	width: 661px;
}
@media screen and (max-width: 767px) {
	.eventreportbloc ul {
		width: 80%;
		margin-bottom: 5px;
	}
}
.eventreportbloc ul li {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.eventreportbloc ul li {
		margin-bottom: 5px;
	}
	.eventreportbloc ul li:last-child {
		margin-bottom: 0px;
	}
}
.eventreport-item ul li {
	background-color: #f4f2e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
}
.eventreport-presenter ul li {
	background-color: #f4ede5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
}
@media screen and (max-width: 767px) {
	.eventreport-item ul {
		width: auto;
	}
	.eventreportbloc ul.eventreport-item2 {
		width: auto;
	}
	.eventreport-item ul li {
		display: inline-block;
		width: 47%;
	}
}
@media screen and (max-width: 429px) {
	.eventreport-item {
		width: 70%;
		margin: 0px auto;
	}
	.eventreport-item ul li {
		display: block;
		width: auto;
	}
}
@media screen and (max-width: 379px) {
	.eventreport-item {
		width: auto;
		padding: 0px 30px;
	}
}
.eventreportbloc ul li img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0px auto 5px auto;
}
.eventreportbloc.eventreport-presenter ul li img {
	margin: 0px auto 10px auto;
}
.eventreportbloc ul li p {
	line-height: 1em;
}
.eventreportbloc ul li p strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.eventreportbloc.eventreport-presenter ul li p strong {
	font-size: 16px;
}
.eventreportbloc ul li p em {
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 5px;
}
.eventreportbloc ul li p span {
	display: block;
	font-size: 12px;
}
/* ---------------------- */
.eventreport-tex {
	padding: 0px 15px;
}
.eventreport-tex h3 {
	font-size: 18px;
	font-style: bold;
	margin-bottom: 10px;
}
.eventreport-tex p {
	margin-bottom: 10px;
}
.eventreport-tex p:last-child {
	margin-bottom: 0px;
}
.eventreport-tex p strong {
}
/* ---------------------- */
.eventreport-last {
}
/* ---------------------------------------------------------------------- */