@charset "utf-8";

/* CSS Document */

body {
	font-size: 75%;
}

h3 {
	padding-left: 15px !important;
	border-left: none !important;
}

.bold {
	font-weight: bold;
}

a:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
}

.main_unit {
	margin: 0 0 15px;
	overflow: hidden;
}

.period_unit {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	background-color: #90e9ff;
	color: #003174;
	font-size: 1.4em;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

.period_unit img {
	margin-right: 10px;
	vertical-align: middle;
}

.tit_line_east {
	padding: 5px 0 0;
	margin: 30px 0 10px;
	background-color: #5dc740;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	width: 100%;
	overflow: hidden;
}
.tit_line_west {
	padding: 5px 0 0;
	margin: 30px 0 10px;
	background-color: #ffb540;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	width: 100%;
	overflow: hidden;
}
.tit_line_notice {
	padding: 5px 0 0;
	margin: 20px 0 0;
	background-color: #949494;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	width: 100%;
	overflow: hidden;
}
h3 {
	color: #FFF;
	font-size: 1.6em !important;
	padding-left: 15px;
	border-left: none !important;
}

/*　ボタン　*/
.btn_west {
	margin: 10px 0 15px;
	width: 200px;
	background-color: #ffb540;
	border-radius: 3px;
	box-shadow: 0px 3px 0px 0px #828282;
	float: right;
}
.btn_east {
	margin: 10px 0 15px;
	width: 200px;
	background-color: #5dc740;
	border-radius: 3px;
	box-shadow: 0px 3px 0px 0px #828282;
	float: right;
}
.btn_west a, .btn_east a {
	display: block;
	padding: 5px 0 6px;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}

.btn_apply {
	margin: 10px auto 25px;
	width: 560px;
	background-color: #d32f2f;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #a21e1e;
}
.btn_apply a {
	display: block;
	padding: 12px 0 10px;
	color: #FFF;
	font-size: 1.8em;
	text-align: center;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}

.btn_west a:hover, .btn_east a:hover, .btn_apply a:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #FFF;
}

.arrow {
	padding-left: 8px;
	font-size: 130% !important;
}

/*--　対象コース　--*/
.course_unit {
	margin: 0 0 5px;
}
.course_unit ul li.east {
	margin: 0 5px 15px;
	padding: 10px;	
	border: #5dc740 2px solid;
	border-radius: 5px;
}
.course_unit ul li.west {
	margin: 0 5px 15px;
	padding: 10px;	
	border: #ffb540 2px solid;
	border-radius: 5px;
}
.course_unit ul li p{
	margin: 5px 0 0 0;
	font-size: 1.2em;
}

.course_unit ul li img {
	/*width: 100% !important;
	height: 200px !important;*/
}

.c_name {
	margin: 0 0 7px 0 !important;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
	background-color: #0B3876;
}
.c_name a {
	display: block;
	padding: 7px 8px 7px;
	color: #fff;
}
.c_name a:hover {
	color: #fff !important;
}

.road {
	color: #124385;
	font-weight: bold;
}
.comment {
	margin: 3px 0 3px !important;
	/*color: #124385;*/
}
.winner {
	margin: 7px auto 7px !important;
	padding: 7px;
	width: 80%;
	
	color: #fff;
	font-size: 1.4em !important;
	
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
	text-align: center;
}
.bg_east {
	background-color: #5dc740;
}
.bg_west {
	background-color: #ffb540;
}
.deco {
	margin-right: 3px;
	color: #124385;
	font-size: 1.0em;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.main_unit {
		margin: 0 5px;
	}

	.period_unit {
		margin: 0;
		padding: 10px;
		text-align: left;
		font-size: 1.2em;
		font-family: inherit;
	}
	.sp_hide {
		display: none;
	}

	.tit_line_east, .tit_line_west {
		margin: 20px 0 15px;
		
	}
	h3 {
		margin: 0 !important;
		padding: 0 7px 5px !important;
		font-size: 1.2em !important;
		font-weight: normal !important;
	}
	
	.btn_west, .btn_east {
		width: 170px;
	}
	.btn_west a, .btn_east a {
		padding: 3px 0 4px;
		font-size: 1.1em;
	}
	
	.btn_apply {
		width: 90%;
	}
	.btn_apply a {
		padding: 10px 0 8px;
		font-size: 1.4em;
	}
	
	.winner {
		font-weight: bold !important;
	}
	
	.course_unit ul li img {
		/*max-width: 100% !important;
		max-height: 100% !important;*/
	}
}

@media screen and (min-width: 768px) {
	.img_rwd {
		visibility: hidden;
	}
	.period_unit br {
		display: none;
	}
	
	.pc_hide {
		display: none;
	}
	
	.course_unit {
		margin: 0 0 15px;
		overflow: hidden;
	}
	.course_unit ul li {
		float: left;
		margin: 10px 5px;
		width: 286px;
	}

}


/*--　注意事項　--*/
.notice {
	margin: 0;
	padding: 10px;
	border: #949494 2px solid;
}
.notice ul li {
	margin: 5px 10px 5px 25px;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: decimal;
	list-style-position: outside;
}

@media only screen and (max-width: 768px) {
	.notice {
		margin: 0;
	}
	.notice ul li {
		margin: 0 0 0 25px;
		font-size: 1.1em;
	}
}

/*--　スクロールトップ　--*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	opacity: 0.7;
}
#page-top a {
	background: #6E7072;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 12px 0px 12px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}






