/* information */
#highlight .inner{
	width:1000px;
	margin: 0 auto;
}
#highlight p{
	font-size: 1.5rem;
}

#highlight .title{
	margin-top:30px;
	margin-bottom:5px;
	font-size: 1.8rem;
}
#highlight .title .fl{
	width:700px;
}
#highlight .title .fr{
	width:300px;
}
#highlight .title .fl ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
#highlight .title .fl ul li.dg{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/dg.png");
	background-repeat: no-repeat;
	width:100px;
}
#highlight .title .fl ul li.gdj{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/gdj.png");
	background-repeat: no-repeat;
	width:50px;
}
#highlight .title .fl ul li.jcs{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/jcs.png");
	background-repeat: no-repeat;
	width:150px;
}
#highlight .title .fl ul li.yjs{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/yjs.png");
	background-repeat: no-repeat;
	width:270px;
}
#highlight .title .fl ul li.ds{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/ds.png");
	background-repeat: no-repeat;
	width:170px;
}
#highlight .title .fl ul li.sss{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/sss.png");
	background-repeat: no-repeat;
	width:70px;
}
#highlight .title .fl ul li.autumn{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/3yo.png");
	background-repeat: no-repeat;
	width:50px;
}
#highlight .title .fl ul li.future{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/future.png");
	background-repeat: no-repeat;
	width:100px;
}
#highlight .title .fl ul li.lvr{
	text-indent: -9999px;
	display: inline-block;
	background-image: url("images/lvr.png");
	background-repeat: no-repeat;
	width:181px;
}
#highlight .title .fl ul li.seazon3{
	background-color:#a80079;
	color:white;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-top:10px;
	padding:0 5px;
}
#highlight .title .fl ul li.seazonk{
	background-color:#398DAD;
	color:white;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-top:10px;
	padding:0 5px;
}
#highlight .title .fl ul li.seazon2{
	background-color:#51A344;
	color:white;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-top:10px;
	padding:0 5px;
}
#highlight .title .fl ul li.number{
	font-weight:bold;
	font-size: 2rem;
}
#highlight .title .fl ul li.name{
	font-weight:bold;
	font-size: 3rem;
}

#highlight .title .fr p{
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 1.5rem;
}
#highlight .title .fr p span{
	margin-left:15px;
}
#highlight .title .fr p span:nth-child(2){
	margin-left:0px;
}
#highlight .image{
	text-align: center;
}
#highlight .info{
	padding:20px 0;
}
#highlight .info p{
	text-align: center;
	font-size: 1.8rem;
}
#highlight .info ul{
	display: flex;
	justify-content:center;	
}
#highlight .info ul li{
	margin-left:5px;
}
#highlight .info ul li:first-child{
	margin-left:0;
}
#highlight .info ul.winner li{
	display: block;
}
#highlight .info ul.winner li.icon{
	background-image: url("images/winner.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-indent:-9999px;
	width:120px;
	background-size: 100%;
}
#highlight .info ul.winner li a{
	display: block;
	color:white;
	font-size: 3rem;
	color: #A76005;
	font-weight:bold;
}
#highlight .info ul.result li{
	width:150px;
	text-align: center;
}
#highlight .info ul.result li a{
	display: block;
	background-color: crimson;
	color:white;
	font-size: 1.5rem;
	padding:8px;
}

#highlight #sp_contents h2{
	margin-bottom:20px;
	color: crimson;
	font-size: 3rem;
}
#highlight #sp_contents{
	margin:20px 0;
}
#highlight .tab{
	margin:10px 0;
}
#highlight .tab p.gai{
	display:block;
	text-align:center;
	background-color:#555;
	color:white;
	padding:3px 0;
	width:240px;
	font-size:1.2rem;
	cursor: pointer;
}
#highlight .tab p strong{
	background-color:#fff;
	color:#555;
	padding:0 3px;
	margin-right:5px;
}
#highlight #sp_contents{
	display:none;
}
#highlight #sp_contents .overview{
	float: right;
	width:440px;
	padding: 15px;
	padding-bottom:20px;
	background-color: #fff;
}
#highlight #sp_contents .list{
	float: left;
	width:540px;
}
#highlight #sp_contents .list h3{
	font-size:2rem;
	color:#a80079;
}
#highlight #sp_contents .list h3.seazonk{
	color:#398DAD;
}
#highlight #sp_contents .list h3.seazon2{
	color:#51A344;
}
#highlight #sp_contents .list table{
	width:100%;
	font-size: 1.3em;
}
#highlight #sp_contents .list table th,
#highlight #sp_contents .list table td{
	padding:5px;
}
#highlight #sp_contents .list table th{
	/*font-weight: bold;*/
	background-color: #7f7f7f;
	color:#fff;
}
#highlight #sp_contents .list table tr{
	border-bottom:1px solid #cfcfcf;
}
#highlight #sp_contents .list table tr.now{
	background-color: #fff;
}
#highlight #sp_contents .list a[href]{
	color:#a80079;
}
#highlight article .inner .main{
	width:900px;
	margin:0 auto;
	padding: 40px 0;
}
#highlight article .inner .main > section{
	margin:40px 0;
}
#highlight article .inner .main > section:first-child{
	margin-top:0;
}
#highlight article .inner .main > section:last-child{
	margin-bottom:0;
}
#highlight article section.text{
}
#highlight article section.text p{
	margin:10px 0;
	font-size:1.5rem;
	text-indent:1em;
}

#highlight article section.images ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:1.3rem;
}
#highlight article section.images ul>* {
    min-width: 0;
}
#highlight article section.images ul li{
	width: 33%;
	flex-shrink: 0;
	text-align: center;
	margin-bottom: 20px;
}
#highlight article section.author ul{
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
}
#highlight article section.author ul li{
	height:40px;
	line-height: 40px;
	margin-left: 10px;
}
#highlight article section.author ul li.interview,
#highlight article section.author ul li.picture{
	background-color: #E7A10A;
	padding:0 10px;
	color: white;
	margin-left: 20px;
}
#highlight article section.comment h3{
	font-size:2rem;
	border-bottom: 1px solid crimson;
	color: crimson;
	background-image: url("images/comment.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left:40px;
}
#highlight article section.comment > div{
	margin:20px 0;
}
#highlight article section.comment > div h4{
	font-size: 2rem;
	color: #8C8C8C;
}
#highlight article section.comment > div .text{
	font-size: 1.5rem;
}
#highlight article section.comment > div .fl{
	width:150px;
}
#highlight article section.comment > div .fr{
	width:720px;
}
#highlight article section.sns ul{
	display: flex;
	justify-content: flex-start;
}
#highlight article section.sns ul li{
	margin-left:5px;
}
p.induction{
	text-align: center;
}
p.induction a{
	background-color: #e7a10a;
	color:white;
	font-size: 1.5rem;
	/*font-weight: bold;*/
	padding:8px;
	border-radius: 10px;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	#highlight .inner{
		width:auto;
		margin: 0 auto;
	}
	#highlight p{
		font-size: 1.2rem;
	}
	#highlight .title{
		margin-top:20px;
		margin-bottom:5px;
		font-size: 1.3rem;
	}
	#highlight .title .fl,
	#highlight .title .fr{
		width:auto;
		float: none;
	}
	#highlight .title .fl ul.logo{
		height: 50px;
		display: flex;
		justify-content: center;
		margin-bottom:10px;
	}
	#highlight .title .fl ul.logo li:last-child{
		margin-right:0;
	}
	#highlight .title .fl ul.name{
		text-align: center;
	}
	#highlight .title .fl ul.name li{
		float: none;
		height: 25px;
		line-height: 25px;
		margin-right: 0px;
	}
	#highlight .title .fl ul li.number{
		font-size: 1.3rem;
	}
	#highlight .title .fl ul li.name{
		font-weight:bold;
		font-size: 1.7rem;
	}
	#highlight .title .fr p{
		text-align: center;
		font-size: 1.3rem;
		height:30px;
		line-height: 30px;
	}
	#highlight .title .fr p span{
		margin-left:0;
	}
	#highlight .inner{
		width:auto;
		margin: 0 auto;
	}
	

	#highlight .info p{
		text-align: center;
		font-size: 1.4rem;
	}
	#highlight .info ul{
		display: flex;
		justify-content:center;	
	}
	#highlight .info ul li{
		margin-left:5px;
	}
	#highlight .info ul li:first-child{
		margin-left:0;
	}
	#highlight .info ul.winner{
		display: block;
		margin:10px 0;
	}
	#highlight .info ul.winner li{
		display: block;
		text-align: center;
	}
	#highlight .info ul.winner li.icon{
		background-image: url("images/winner.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-indent:-9999px;
		height: 35px;
		margin:0 auto;
	}
	#highlight .info ul.winner li a{
		font-size: 2rem;
	}
	#highlight .info ul.result li{
		width:100px;
	}
	#highlight .info ul.result li a{
		font-size: 1.3rem;
		padding:4px;
	}
	#highlight article .inner .main{
		width:auto;
		padding: 20px 0;
	}
	#highlight article .inner .main > section{
		margin:20px 0;
	}
	#highlight article section.text p{
		margin:5px 0;
		font-size:1.3rem;
	}
	#highlight article section.images ul{
		font-size:1.2rem;
	}
	
	#highlight article section.author ul{
		display: flex;
		justify-content: flex-end;
		font-size: 1.2rem;
	}
	#highlight article section.author ul li{
		height:auto;
		line-height: normal;
		margin-left: 5px;
	}
	#highlight article section.author ul li.interview,
	#highlight article section.author ul li.picture{
		background-color: #E7A10A;
		padding:0 5px;
		color: white;
		margin-left: 10px;
	}

	#highlight article section.comment > div{
		margin:20px 0;
	}
	#highlight article section.comment > div h4{
		font-size: 1.5rem;
		color: #8C8C8C;
		text-align: center;
	}
	#highlight article section.comment > div .text{
		font-size: 1.3rem;
	}
	#highlight article section.comment > div .fl{
		float: none;
		width:auto;
	}
	#highlight article section.comment > div .fr{
		float: none;
		width:auto;
	}
	#highlight .tab p.gai{
		margin:10px auto;
	}
	#highlight #sp_contents h2{
		margin-bottom:10px;
		color: crimson;
		font-size: 1.7rem;
	}
	#highlight #sp_contents .overview{
		float: none;
		width:auto;
		padding:5px;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	#highlight #sp_contents .list{
		float: none;
		width:auto;
	}
	#highlight #sp_contents .list h3{
		font-size:1.5rem;
		color:#a80079;
		text-align: center;
	}
	#highlight #sp_contents .list table{
		font-size: 1.1em;
	}
	#highlight #sp_contents .list table th,
	#highlight #sp_contents .list table td{
		padding:2px;
	}
	p.induction a{
		font-size:1.2rem;
	}

}