@charset "UTF-8";
#inner.presentation .content {
	padding-bottom: 0;
}
#inner.presentation .content .titlebox .txt {
	margin-top: 40px;
}
#inner.presentation .content .titlebox .txt img {
	height: 70px;
}
#inner.presentation .content .schedule {
	background: #F6FAFD;
	margin-top: 70px;
	padding: 65px 0 75px 0;
}
#inner.presentation .content .schedule > .inner {
	width: 882px;
	margin: 0 auto;
}
#inner.presentation .content .gallery {
	margin-top: 70px;
}
#inner.presentation .content .gallery > .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#inner.presentation .content .gallery img {
	width: 327px;
}
#inner.presentation .content .winner {
	background: #F6FAFD;
	margin-top: 70px;
	padding: 80px 0 100px 0;
}
#inner.presentation .content .winner > .inner {
	width: 1000px;
	margin: 0 auto;	
}
#inner.presentation .content .winner h4 {
	text-align: center;
}
#inner.presentation .content .winner h4 span {
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 3px solid #054ea0;
	letter-spacing: 0.1em;
}
#inner.presentation .content .winner table {
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
}
#inner.presentation .content .winner table tbody {
	width: 100%;
}
#inner.presentation .content .winner table tr {
	border-top: 2px solid #f6fafd;
}
#inner.presentation .content .winner table tr th {
	background: #78A2D3;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-left: 2px solid #f6fafd;
	width: 13%;
}
#inner.presentation .content .winner table tr th:nth-child(2) {
	width: 10%;
}
#inner.presentation .content .winner table tr th:nth-child(3) {
	width: 16%;
}
#inner.presentation .content .winner table tr th:nth-child(4) {
	width: 40%;	
}
#inner.presentation .content .winner table tr td {
	background: #EDF1F7;
	padding: 10px 0;
	border-left: 2px solid #f6fafd;
	line-height: 1.8em;
	vertical-align: middle;
}
#inner.presentation .content .winner table tr:first-child,
#inner.presentation .content .winner table tr th:first-child,
#inner.presentation .content .winner table tr td:first-child {
	border: none;
}
#inner.presentation .content .winner table tr td:nth-child(4) {
  text-align: left;
  padding: 10px 18px;
}


/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	#inner.presentation .content .titlebox .txt {
		margin-top: 25px;
	}
	#inner.presentation .content .titlebox .txt img {
		height: 33px;
	}
	#inner.presentation .content .schedule {
		background: #F6FAFD;
		margin-top: 50px;
		padding: 20px 0 40px 0;
	}
	#inner.presentation .content .schedule > .inner {
		width: auto;
		margin: 0 auto;
	}
	#inner.presentation .content .schedule .img {
		margin: 0 auto;
		overflow: scroll;
		padding: 20px 0 20px 20px;
	}
	#inner.presentation .content .schedule .img img {
	max-width: none;
	width: 620px;
	margin-right: 20px;
	}
	#inner.presentation .content .schedule .note {
	text-align: right;
	padding: 0 5%;
	margin-bottom: -22px;
	}
	#inner.presentation .content .schedule .note span {
	display: inline-block;
	font-size: 10px;
	color: #969696;
	padding-bottom: 12px;
	line-height: 1em;
	background: url(./images/icon_arrow.png) no-repeat center bottom;
	background-size: 92px auto;
	width: 92px;
	text-align: center;
	}
	#inner.presentation .content .gallery {
		margin-top: 50px;
	}
	#inner.presentation .content .gallery > .inner {
		width: 90%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
	}
	#inner.presentation .content .gallery img {
		width: 100%;
	}
	#inner.presentation .content .gallery img + img {
		margin-top: 30px;
	}
	#inner.presentation .content .winner {
		background: #F6FAFD;
		margin-top: 50px;
		padding: 50px 0 60px 0;
	}
	#inner.presentation .content .winner > .inner {
		width: auto;
		margin: 0 auto;
	}
	#inner.presentation .content .winner h4 {
		text-align: center;
	}
	#inner.presentation .content .winner h4 span {
		font-size: 18px;
		display: inline-block;
		font-weight: bold;
		border-bottom: 2px solid #054ea0;
		letter-spacing: 0.1em;
	}
	#inner.presentation .content .winner table {
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin-top: 0;
	}
	#inner.presentation .content .winner table tbody {
		width: 100%;
	}
	#inner.presentation .content .winner .table {
		margin: 0 auto;
		overflow: scroll;
		padding: 20px 0 20px 20px;
	}
	#inner.presentation .content .winner .table table {
		max-width: none;
		width: 900px;
	}
	#inner.presentation .content .winner .note {
		text-align: right;
		padding: 0 5%;
		margin-bottom: -22px;
	}
	#inner.presentation .content .winner .note span {
		display: inline-block;
		font-size: 10px;
		color: #969696;
		padding-bottom: 12px;
		line-height: 1em;
		background: url(./images/icon_arrow.png) no-repeat center bottom;
		background-size: 92px auto;
		width: 92px;
		text-align: center;
	}
}
