@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#body_bg {
	background: url(../img/bg.jpg) 50% 0 no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

#body_light {
	background: url(../img/bg_light.png) 50% 0 repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

/*=======================================================
	container
=======================================================*/
#container {
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}


/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto 30px;
}

.caution {
	color: #FF3333;
}

.btn {
	width: 80%;
	margin: 0 auto 10px;
}

.btn a {
	padding: 15px 0;
	border: 1px solid #CCC;
	background: url(../img/bg_btn.png) 0 50% repeat-x;
	display: block;
	text-align: center;
	outline: 2px solid #FFF;
	outline-offset: -4px;
	border-radius: 5px;
	text-decoration: none;
}

.sttl {
	background: #B070A5 url(../img/bg_th.png) 50% 50% no-repeat;
	color: #FFF;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
}

.table_style_01 {
	width: 100%;
}

.table_style_01 > tbody > tr >th {
	width: 20%;
	padding: 20px 3%;
	background: #333;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #333;
}

.table_style_01 > tbody > tr > td {
	padding: 20px 3%;
	border: 1px solid #333;
}

/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	margin-top: 200px;
	margin-bottom: 100px;
}

#logo_area h1 {
	height: 342px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) 0 50% no-repeat;
	background-size: contain;
	margin: 0 auto;
}

/*=======================================================
	logo_s_area
=======================================================*/
#logo_s_area {
	margin-top: 200px;
	margin-bottom: 100px;
}

#logo_s_area h1 a {
	height: 342px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) 50% 0 no-repeat;
	background-size: contain;
	margin: 0 auto;
}

/*=======================================================
	menu_area
=======================================================*/
#menu_area {
}

#menu_area ul {
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#menu_area ul li {
	width: 33%;
}

#menu_area ul li a {
	padding: 15px 0;
	display: block;
	color: #FFF;
	border: 2px solid #181B76;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #181B76), color-stop(0.50, #1D2088));
	background: -webkit-linear-gradient(top, #1D2088 50%, #181B76 51%);
	background: -moz-linear-gradient(top, #1D2088 50%, #181B76 51%);
	background: -o-linear-gradient(top, #1D2088 50%, #181B76 51%);
	background: -ms-linear-gradient(top, #1D2088 50%, #181B76 51%);
	background: linear-gradient(to bottom, #1D2088 50%, #181B76 51%);
	outline: 2px solid #7C7EE2;
	outline-offset: -4px;
	text-decoration: none;
}

#menu_area ul li a:hover,
#menu_area ul li a:active {
	color: #FF9900;
}

/*=======================================================
	btn_pdf_area
=======================================================*/
#btn_pdf_area a {
	text-decoration: none;
}

/*=======================================================
	entry_area
=======================================================*/
#entry_area {
	text-align: left;
}

#entry_area ol li {
	list-style: decimal;
	margin-left: 1.5em;
}

#entry_area .entry_outline {
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
	margin-bottom: 30px;
}

#entry_area #entry_method {
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
}

#entry_area #entry_method p {
	margin-bottom: 0;
}

#entry_area #entry_method .caution {
	margin-bottom: 30px;
}

/*=======================================================
	final_area
=======================================================*/
#final_area {
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
}

#final_area table {
	margin-bottom: 30px;
}

/*=======================================================
	result_area
=======================================================*/
#result_area {
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
}

#result_area table {
	margin-bottom: 30px;
}

#result_area .sttl_final {
	background: #463300 url(../img/bg_th.png) 50% 50% no-repeat;
}

#result_area table tr.rank_1 th {
	background: #B070A5 url(../img/bg_th.png) 50% 50% no-repeat;
	border: 1px solid #B070A5;
}

#result_area table tr.rank_1 td {
	border: 1px solid #B070A5;
	background: #EBDCE9;
}


/*=======================================================
	schedule_area
=======================================================*/
#schedule_area {
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
	margin-bottom: 30px;
}

#schedule_area .schedule_detail_inner {
	width: 100%;
}

#schedule_area .schedule_detail {
	padding: 10px 3%;
}

#schedule_area .schedule_detail_inner tr th {
	width: 20%;
}

#schedule_area .schedule_detail_inner tr th,
#schedule_area .schedule_detail_inner tr td {
	border-bottom: 1px dotted #333;
	padding: 5px 5px 10px;
}

#schedule_area .schedule_detail_inner tr td .btn {
	margin: 10px 0 0 0;
}

#schedule_area .schedule_detail_inner tr td .btn a {
	padding: 10px 0;
}

/*=======================================================
	team_area
=======================================================*/
#team_area {
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	background: url(../img/bg_white.png) 0 0 repeat;
	margin-bottom: 30px;
}

#team_area h3 {
	text-align: center;
}

#team_area #team_table,
#team_area .team_detail_inner {
	width: 100%;
}

#team_area .team_date {
	width: 20%;
	padding: 20px 3%;
	background: #463300 /* url(../img/bg_th.png) 50% 50% no-repeat */;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #463300;
}

#team_area .team_detail {
	padding: 10px 3%;
	border: 1px solid #463300;
}

#team_area .team_detail_inner tr th {
	width: 20%;
}

#team_area .team_detail_inner tr th,
#team_area .team_detail_inner tr td {
	border-bottom: 1px dotted #463300;
	padding: 5px 5px 10px;
}

#team_area .team_detail_inner tr td .btn {
	margin: 10px 0 0 0;
}

#team_area .team_detail_inner tr td .btn a {
	padding: 10px 0;
}

.team_list {
}

.team_list li {
	background: url(../img/icon_team_list.png) 0 50% no-repeat;
	padding-left: 30px;
}

/*=======================================================
	bnr_area
=======================================================*/
#bnr_area {
}

#bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#bnr_area ul li {
	width: 50%;
}

#bnr_area ul li img {
	width: 100%;
	max-width: 640px;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
}

#footer p a:hover,
#footer p a:active {
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}


/*=======================================================
	keyframes
=======================================================*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}