/* information */
#information .inner{
	width:1000px;
	margin: 0 auto;
}
#information h2{
	margin-top:40px;
	color: crimson;
	font-size: 4rem;
	text-align: center;
}
#information p{
	margin-bottom:40px;
	font-size: 1.5rem;
	text-align: center;
}
article .inner .main{
	width:900px;
	margin:0 auto;
	padding: 40px 0;
}
article .inner .main > section{
	margin:40px 0;
}
article .inner .main > section:first-child{
	margin-top:0;
}
article .inner .main > section:last-child{
	margin-bottom:0;
}
article section .title{
	text-align: center;
}
article section .title h3,
article #sitemap section .title h3{
	color:#f6b30c;
	font-size: 2.5rem;
}
article section .title p{
	font-size: 1.5rem;
}
article #backnumber ul{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
article #backnumber ul li{
	height: 30px;
	line-height: 30px;
	width:120px;
	margin-bottom:10px;
}
article #backnumber ul li a{
	display: block;
	color: white;
	padding:0 10px;
	font-size: 1.5rem;
	background-color: crimson;
}
article #spthumb ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
article #spthumb ul li{
	text-align: center;
	width:33%;
	margin-bottom:10px;
}
article .induction p{
	text-align: center;
}
article .induction p a{
	background-color: #e7a10a;
	color:white;
	font-size: 1.5rem;
	/*font-weight: bold;*/
	padding:8px;
	border-radius: 10px;
}
article #sitemap ul.tab{
	border-bottom:5px solid #f6b30c;
	display:flex;
	justify-content: space-between;
}
article #sitemap ul.tab li{
	height:50px;
	line-height:50px;
	text-align:center;
	width:24%;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color: #f6b30c;
}
article #sitemap ul.tab li a{
	display:block;
	color:#aaa;
	background-color: #efefef;
}
article #sitemap ul.tab li a:hover{
	color:#fff;
	background-color: #aaa;
	opacity:1;
}

article #sitemap section h3{
	color:crimson;
	font-size: 2.5rem;	
}
article #sitemap section table{
	width:100%;
	font-size: 1.3rem;
}
article #sitemap section table tr{
	border-bottom:1px solid #eee;
	cursor:pointer;	
}
article #sitemap section table tr:hover{
    background: #efefef;
}
article #sitemap section table tr td{
	padding:5px;
}
article #sitemap section table tr td:nth-child(1){
	text-align: center;
	width: 80px;
}
article #sitemap section table tr td:nth-child(3){
	width: 50px;
}
article #sitemap section table tr td:nth-child(4){
	text-align: center;
	width: 180px;
}
article #sitemap section table tr td:nth-child(5){
	text-align: center;
	width: 80px;
}
article #sitemap section table tr td:nth-child(6){
	text-align: center;
	width: 110px;
}
article #sitemap section table tr td:nth-child(7){
	text-align: right;
	width: 140px;
}


article #sitemap section.gdj table tr td:nth-child(1){
	width: 70px;
}
article #sitemap section.gdj table tr td:nth-child(2){
	text-align: center;
	width: 70px;
}
article #sitemap section.gdj table tr td:nth-child(3){
	width: auto;
}
article #sitemap section.gdj table tr td:nth-child(4){
	width: 50px;
}
article #sitemap section.gdj table tr td:nth-child(5){
	text-align: center;
	width: 180px;
}
article #sitemap section.gdj table tr td:nth-child(6){
	text-align: center;
	width: 80px;
}
article #sitemap section.gdj table tr td:nth-child(7){
	text-align: center;
	width: 110px;
}
article #sitemap section.gdj table tr td:nth-child(8){
	text-align: right;
	width: 140px;
}

article #sitemap section.close table tr td:nth-child(1){
	text-align: left;
	width: auto;
}
article #sitemap section.close table tr td:nth-child(2){
	text-align: right;
	width: 180px;
}

article #sitemap section.rensai table tr td:nth-child(1){
	text-align: center;
	width: 70px;
}
article #sitemap section.rensai table tr td:nth-child(3){
	text-align: center;
	width: 150px;
}
article #sitemap section.rensai table tr td:nth-child(4){
	text-align: right;
	width: 180px;
}

article #rensai dl{
	text-align: center;
}
article #rensai dl dt{
	margin-top:30px;
}
article #rensai dl dd{
	font-size: 1.5rem;
}

article #highlight ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:20px 0;
}
article #highlight ul li{
	width:440px;
	margin-bottom: 10px;
	margin-right: 10px;
}
article #highlight ul li:last-child{
	margin-left: 0;
}
article #highlight ul li a{
	background-color: #efefef;
	display: block;
	padding:5px;
}
article #highlight ul li a .image{
	width:50px;
}
article #highlight ul li a .info{
	width:370px;
	text-align:left;
}
article #highlight ul li a .info h4{
	font-size: 1.3rem;
}
article #highlight ul li a .info p{
	font-size: 1.1rem;
}




@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	#information{
		width:auto;
		margin: 0 auto;
	}
	#information .inner{
		width:auto;
		margin: 0 auto;
	}
	#information h2{
		margin-top:25px;
		font-size: 2rem;
	}
	#information p{
		margin-bottom:25px;
		font-size: 1.2rem;
		padding:0 10px;
	}
	article .inner .main{
		width:auto;
		margin:0 auto;
		padding: 20px 0px;
	}
	article section .title h3,
	article #sitemap section .title h3{
		color:#f6b30c;
		font-size: 1.8rem;
	}
	article .induction p{
		text-align: center;
	}
	article .induction p a{
		background-color: #e7a10a;
		color:white;
		font-size: 1.2rem;
		/*font-weight: bold;*/
		padding:8px;
		border-radius: 10px;
	}
	article section .title p{
		font-size: 1.2rem;
	}
	article #highlight ul{
		display:block;
		justify-content: center;
		margin:20px 0;
	}
	article #highlight ul li{
		width:auto;
		margin-bottom:10px;
		margin-right: 0;
	}
	article #highlight ul li a{
		background-color: #efefef;
		display: block;
		padding:5px;
	}
	article #highlight ul li a .image{
		width:50px;
		margin-right:10px;
	}
	article #highlight ul li a .info{
		width:auto;
		float: left;
		text-align:left;
	}
	article #highlight ul li a .info h4{
		font-size: 1.3rem;
	}
	article #highlight ul li a .info p{
		font-size: 1.1rem;
	}
	article #rensai dl dd{
		font-size: 1.2rem;
	}

	article #sitemap ul.tab{
		flex-wrap:wrap;
		border-bottom:0;
	}
	article #sitemap ul.tab li{
		width:49%;
		height:30px;
		line-height:30px;
		font-size:1.1rem;
		margin-bottom:5px;
	}

	article #sitemap section h3{
		font-size: 1.8rem;	
	}
	article #sitemap section table{
		width:100%;
		font-size: 1rem;
	}
	article #sitemap section table tr td{
		padding:5px;
		display: inline;
	}
	article #sitemap section table tr td:nth-child(1){
		text-align: auto;
	}
	article #sitemap section table tr td:nth-child(2){
		width:auto;	
	}
	article #sitemap section table tr td:nth-child(4):after{
		content: "\A";
		white-space: pre;
	}	
}
