@charset "shift_jis";
/* ------------------------------------------------
 * イベント分岐ページ
 * --------------------------------------------- */

#eventarea  {
    margin-top:20px;
}

#eventarea p {
    line-height: 1.4;
    font-family: 'メイリオ', Meiryo, verdana, arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.eventleft {
    float:left;
    margin-bottom:20px;
}

.eventright {
    float:right;
    margin-bottom:20px;
}

.mgb20 {
	margin-bottom:20px;
}

h2 {
	margin-bottom:20px;
	padding:5px 0 2px 7px;
	color:#177E96;
	background-color:#E2F2F2;
	border-left:5px solid #29ABCC;
	font-family: 'メイリオ', Meiryo, verdana, arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

h3 {
	margin-bottom:20px;
	position: relative;
	border-bottom:2px solid #ccc;
	line-height:30px;
	font-family: 'メイリオ', Meiryo, verdana, arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:18px;
}

h3::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height:2px;
	background-color: #29ABCC;
}


.cf:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    margin: 0px !important;
}