header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding  {
	top: 0;
}
.entry-title {
	text-align: center;
	font-size: 30px;
}
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 200px;
    max-height: 200px;
}
#line01 {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	border-bottom: solid 5px #99cc66;
	border-top: solid 5px #99cc66;
	background-color: #003300;
}
#new {
	width: 40%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 0 0 3%;
}
#new dt {
	width: 30%;
	height: 160px;
	margin: 0 0 15px;
	padding: 0;
	border: 2px solid #99cc66;
	background-size: cover;
	background-position: center center;
}
#new dd {
	width: 65%;
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0;
}
#new dd strong {
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
}
.clear {
	clear: both;
}
#schedule {
	position: relative;
	width: 60%;
	padding: 0 3%;
}
#schedule dt {
	font-size: 50px;
	text-align: center;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif;
	padding:0;
	margin: 60px 0;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	width: 100%;
}
#schedule dt span {
	display: block;
	font-size: 13px;
}
#schedule dd {
	margin: 0 0 20px;
	padding: 10px 0 20px;
	font-size: 13px;
}
.title01 {
	font-size: 50px;
	text-align: center;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif;
	padding:0;
	margin: 60px 0;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	width: 100%;
}
.title01 span {
	display: block;
	font-size: 14px;
}
.blog-title {
	text-align: center;
	margin: 40px auto 0;
	padding: 0;
	line-height: 1em;
	font-size: 16px;
}
.vs {
	text-align: center;
	margin: 0 0 40px;
	padding: 0;
	font-size: 20px;
}
.gamedate {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.gamedate li {
	background: #006400;
	padding: 3px 10px;
	width: auto;
	margin: 0 15px 15px 0;
	border: 2px solid #fff;
}
.game-img {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.game-img li {
	height: 230px;
	width: 49%;
	background-position: center center;
	background-size: cover;
	border: 2px solid #fff;
}
#line02 {
	margin: 0;
	padding: 60px 3%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000;
	border-bottom: solid 5px #99cc66;
}
#line02 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style: none;
}
#line02 ul li {
	width: 24%;
}
#line02 .sp-event-blocks .sp-event-league, 
#line02 .sp-event-blocks .sp-event-season, 
#line02 .sp-event-blocks .sp-event-venue {
    text-align: center;
    margin: 0 5%;
    padding: 0 20px;
}
#line02 .sp-event-results {
	font-size: 30px !important;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif !important;
}
#line02 h4.sp-table-caption {
	font-size: 15px !important;
	text-align: center;
}
.game-btn {
	display: block;
	margin: 0 auto 40px;
	width: 200px;
	background: #003300;
	text-align: center;
	border: 2px solid #99cc66;
	padding: 1em 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.game-btn:hover {
	background: red;
}
#line03 {
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #99cc66;
	background-size: 100% auto;
	position: relative;
}
#line03 h2,
#line04 h2 {
	background-color: rgba(0,0,0,0.2);
	padding: 130px 0 350px;
	margin: 0;		
}
#line04 {
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #99cc66;
	background-position: center 60%;
	background-size: 100% auto;
	position: relative;
}
#line05 {
	position: relative;
	z-index: 0;
}
#line05 h2 {
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 41%;
	left: 0;
	right: 0;
}
.btn {
	display: block;
	text-align: center;
	margin: 20px auto 0;
	position: absolute;
	bottom: 40px;
	left:0;
	right:0;
}
a.btn {
	background-color: #003300;
	border: solid 2px #99cc66;
	text-align: center;
	color: #fff;
	padding: 1em 0;
	width:200px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a.btn:hover {
	background: red;
}
.site-footer {
	background-size: 100% auto;
	background-position: center center;
	height: 300px;
}
.f-menu {
	display: flex;
	flex-flow: row wrap;
	background-color: #003300;
	border-bottom: solid 5px #99cc66;
	padding: 20px 5%;
	margin: 0;
	justify-content: center;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif;
	font-size: 20px;
}
.f-menu li {
	margin: 0 20px;
	list-style: none;
}
#link {
	border-bottom: solid 5px #99cc66;
	margin: 0;
	padding: 20px 5%;
	text-align: center;
}
#link ul {
	display: flex;
	list-style: none;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px auto;
	padding: 0;
}
#link ul li {
	width: 25%;
}
#member {
	padding: 0 5%;
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
	flex-flow: row wrap;
}
#member h2 {
	font-size: 16px;
	border-bottom: 3px solid #99cc66;
	line-height: 2em;
	width: 100%;
}
#member h2 span {
	font-size: 70%;
	margin: 0 0 0 10px;
	color: #aaa;
}
#member dl {
	display: flex;
	width: 33.3333333%;
}
#member dt {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}
#member dt img {
	border: solid 2px #99cc66;
}
#member dd {
	width: 50%;
	margin: 0;
	padding: 0 0 0 3%;
	font-size: 13px;
}
#member dd li {
	list-style: none;
}
.number {
	display: block;
	font-size: 25px;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif;
	line-height:45px;
	background-color: #003300;
	border: 1px solid #99cc66;
	color: #99cc66;
	width: 45px;
	height:45px;
	text-align: center;
	margin: 0 0 10px;
}
.name {
	font-size: 20px;
	line-height:1.2em;
}
.furigana {
	font-size: 11px;
	line-height:1.2em;
}
#team {
	display: flex;
	flex-flow: row wrap;
	border: solid 5px #99cc66;
	margin: 0 auto 2em;
	max-width: 1200px;
	width: 90%;
	background: #fff;
	color: #666;
}
#team img {
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#team h3 {
	background: #003300;
	width: 100%;
	color: #fff;
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
}
#team ul {
	list-style: none;
	padding: 15px 15px;
}
#team dl {
	display: flex;
	flex-flow: row wrap;
	padding: 40px 5%;
}
#team dt {
	width: 10%;
	font-weight: normal;
}
#team dd {
	width: 80%;
}
.slogan {
	width: 100%;
	padding: 0;
	margin: 0;
}
.slogan h2 {
	color: #333;
	text-align: center;
	margin: 2em 0 0;
	font-size: 2.5em;
}
.slogan p {
	padding: 5% 10%;
}
#l_box {
	padding: 0 7%;
	margin: 0;
	width:40%;
	background: #fff;
	display: flex;
	align-items: center;
}
#r_box {
	width: 60%;
	padding: 0 5% 5%;
	background: #003300;
	color: #fff;
}
#game-list {
	padding: 0 5% 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#game-list dl {
	width: 32%;
	background: #003300;
	border: solid 2px #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#game-list dt {
	background-size: cover;
	border-bottom: solid 2px #fff;
}
#game-list dt h3 {
	padding: 20% 5%;
	margin: 0;
	background-color: rgba(0,0,0,0.4);
	font-size: 12px;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#game-list dt h3:hover {
	background-color: rgba(0,0,0,0);
}
#game-list dt h3 span {
	display: block;
	font-size: 17px;
}
#game-list dt h3 strong {
	display: block;
	font-size: 30px;
	font-family: impact,HelveticaNeue-CondensedBlack ,sans-serif;
}
#game-list dd {
	padding: 5%;
	margin: 0;
}
#game-list dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#schedule-list {
	padding: 5%;
	margin: 5%;
	background: #006400;
}
#schedule-list dl {
	border-left: solid 10px #fff;
	padding: 0 2%;
	margin: 0 0 40px;
}
#schedule-list dt {
	font-size: 25px
}
#schedule-list dt a {
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#schedule-list dt a:hover {
	color: red;
}
#schedule-list dt span {
	display: block;
	font-size: 12px
}
#schedule-list dd {
	font-size: 13px;
}
.photo {
	width: 40%;
	background-size: cover;
	background-position: bottom right;
}
.message {
	width: 60%;
	padding: 5%;
}
.message h4 {
	font-size: 25px;
	color: #333;
}
.message ul {
	float: right;
	margin: 40px 0 0;
	padding: 0;
}
.message ul li {
	font-size: 13px;
}
.message ul li span {
	font-size: 25px;
	margin: 0 0 0 10px;
}
.sp-template-event-logos .sp-team-name{
	color: #fff !important;
}
@media screen and (max-width: 768px) {
	#line02 {
		padding: 60px 3% 0;
	}
	#line02 ul li {
		width: 48%;
	}
	#game-list dl {
		width: 48%;
	}
		#l_box {
		padding: 40px 17%;
		margin: 0;
		width:100%;
	}
	#r_box {
		width: 100%;
		padding: 5%;
	}
	#member dl {
	display: flex;
	width: 50%;
}
	#new {
		width: 100%;
		border-bottom: solid 5px red;
	}
	#schedule {
		width: 100%;
		padding: 0 10% 115px;
	}
	.photo {
		width: 100%;
		height: 450px;
		background-position: top right;
	}
	.message {
		width: 100%;
	}
	#team dt {
		width: 15%;
	}
	#team dd {
		width: 70%;
	}
	header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding  {
	top: 0!important;
}
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 80px;
    max-height: 80px;
}
}
@media screen and (max-width: 460px) {
	.title01 {
		font-size: 25px;
		margin: 30px 0;
	}
	#new {
		padding: 0;
		margin: 0;
	}
	#schedule {
		padding: 0;
		margin: 0;
	}
	#new dt {
		width: 100%;
		border: none;
		height: 180px;
	}
	#new dd {
		width: 100%;
		padding: 5%;
	}
	#schedule {
		width: 100%;
		padding: 0 5%;
	}
	#schedule dt {
		font-size: 14px;
	}
	#schedule dt span {
		font-size: 10px;
	}
	#schedule dd {
		font-size: 10px;
	}
	#line02 {
		padding: 30px 2%;
		background-attachment: scroll;
	}
		#line02 ul li {
		width: 100%;
	}
	#line03 h2,
	#line04 h2 {
		padding: 80px 0 100px;	
	}
	.game-img li {
		height: 180px;
		margin-bottom: 15px;
		width: 100%;
	}
	.btn {
		bottom: 0px;
		left:0;
		right:0;
	}
	a.btn {
		border: solid 0px #fff;
		padding: 0.5em 0;
		width:100%;
	}
	.site-footer {
		background-size: auto 100%;
		background-position: center center;
		height: 150px;
	}
	.score {
		font-size: 18px;
	}
	th.teamname {
	font-size: 16px;
	text-align: left;
	padding: 10px;
}
td.record {
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
	#link ul {
		justify-content: flex-start;
	}
	#link ul li {
		width: 100%;
	}
	#schedule-list dt {
		font-size: 16px
	}
	#member dl {
		width: 100%;
		float: none;
	}
	#game-list dl {
		width: 100%;
	}
	#game-list dt h3 span {
		font-size: 16px;
	}
	.photo {
		width: 100%;
		height: 300px;
		background-position: top right;
	}
	#team dt {
		width: 100%;
	}
	#team dd {
		width: 100%;
		padding: 0;
		margin: 0 0 40px;
	}
}