
.hed {
	margin: 0px auto 5px auto;
}

footer {
	width: 100%;
	margin-top: 80px;
	background: #207bfb;
}

footer div {
	margin: 80px auto 0px auto;
	position: relative;
}

footer div nav ul { 
	list-style-type: none;
	text-align: left;
}
	
footer div nav ul li {
	line-height: 160%;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	background-position: left 4px;
	padding-left: 1.5rem;
}
	
footer div nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#credit {
	width: 100%;
}
	
#credit dt { 
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	background-image: url(/rsrc/logo_s@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
	
#credit dd {
	color: #FFFFFF;
}

#credit dd:nth-of-type(1) { 
	margin: 20px auto 5px auto;
}

#credit dd:nth-of-type(2) { 
	margin: 5px auto 20px auto;
	font-size: smaller;
}


.newsnav {
	text-align: center;
	list-style-type: none;
	margin-bottom: 20px;
}

.newsnav li {
	display: inline;
}

.newsnav li a {
	font-size: 95%;
	text-decoration: none;
	padding: 0.125rem 0.5rem;
	margin: 0px 0.25rem;
	white-space: nowrap;
	border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; 
}

#news dt.cata0 {
	width: 100%;
	margin: 30px 0px 10px 0px !important;
	padding: 4px 0px;
	text-align: center;
	background: #007AF9;
	color: #FFFFFF;
}

#news dt:after {
	content: "▶";
	padding-left: 6px;
}

#news dt.cata0:after {
	content: "";
	padding-left: 0px;
}

#news dt span:nth-of-type(1) {
	display: block;
	float: left;
	text-align: center;
}

#news dt span:nth-of-type(2) {
	display: block;
	float: left;
	text-align: center;
	background: #C8C8C8;
	color: #000000;
}

#news dd a {
	text-decoration: none;
}

#news dd a:hover {
	text-decoration: underline;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 769px) {
	header {
		height : 136px;
	}
	
	header h1 {
		width: 100%;
		height: 110px;
		background-image: url(/rsrc/h_bg_s.png);
		background-size: contain;
	}
	
	header h1 a { 
		display: block;
		margin: 0px auto;
		width: 900px;
		height: 110px;
		text-indent: -9999px;
		background-image: url(/rsrc/pc_h_s@2x.png);
		background-size: contain;
	}
	
	header nav:nth-of-type(1) {
		width: 100%;
		height: 26px;
		line-height: 26px;
		background: #29835b;
	}
	
	header nav:nth-of-type(1) dl dt {
		display: none;
	}
	
	header nav:nth-of-type(1) dl dd ul li {
		list-style-type: none;
		display: inline;
	}
	
	header nav:nth-of-type(1) dl dd ul li a {
		text-decoration: none;
		color: #FFFFFF;
		padding: 0px 15px;
	}
	
	header nav:nth-of-type(1) dl dd ul li a:hover {
		color: #FFF100;
	}
	
	footer div {
		width: 900px;
	}
	
	footer div nav {
		padding-left: 0px;
	}
	
	footer div nav ul { 
		float: left;
		padding: 15px 0px 10px 0px;
	}
	
	footer div nav ul:nth-of-type(1) { width: 40%; }
	footer div nav ul:nth-of-type(2) { width: 20%; }
	footer div nav ul:nth-of-type(3) { width: 20%; }
	footer div nav ul:nth-of-type(4) { width: 20%; }
	
	#credit dt { 
		background-size: auto 64px;
	}
	
	#credit dd:nth-of-type(1) span {
		padding-left: 1.0rem;
	}
	
	#credit dd:nth-of-type(2) span {
		padding-left: 0.0rem;
	}
	
	#news {
		margin: 0px auto 0px auto;
	}
	
	#news dt,
	#news dd {
		margin-top: 20px;
	}
	
	#news dt {
		clear: left;
		width: 280px;
		float: left;
		padding-bottom: 0px;
	}
	
	#news dt span:nth-of-type(1) {
		width: 140px;
	}
	
	#news dt span:nth-of-type(2) {
		width: 113px;
		padding-top: 1px;
	}
	
	#news dd {
		width: calc(100% - 280px - 1rem);
		float: left;
		padding-left: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 768px) {
	header {
		height : 136px;
	}
	
	header h1 {
		width: 100%;
		height: 110px;
		background-image: url(/rsrc/h_bg_s.png);
		background-size: contain;
	}
	
	header h1 a { 
		display: block;
		margin: 0px auto;
		height: 110px;
		text-indent: -9999px;
		background-image: url(/rsrc/sp_h_s@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	header nav:nth-of-type(1) {
		width: 100%;
		line-height: 26px;
		background: #0082ff;
	}
	
	header nav:nth-of-type(1) dl {
		position: relative;
	}
	
	header nav:nth-of-type(1) dl dt {
		display: block;
		background-image: url("/rsrc/menus.svg");
		width: 50px;
		height: 50px;
		float: right;
		margin-top: -105px;
		margin-right: 5px;
		text-indent: -9999px;
	}
	
	header nav:nth-of-type(1) dl dd ul {
		position: absolute;
		z-index: 3;
		top: 0px;
		width: 100%;
		background: rgba(255, 255, 255, 0.85);
		opacity: 0;
		margin: 0;
		padding: 0px;
		left: 100%;
		display: none;
	}
		
	header nav:nth-of-type(1) dl dd ul li {
		list-style-type: none;
		background: #29835b;
		padding: 10px 0px;
	}
	
	header nav:nth-of-type(1) dl dd ul li:first-of-type {
		padding-top: 20px;
	}
	
	header nav:nth-of-type(1) dl dd ul li:last-of-type {
		padding-bottom: 20px;
	}
	
	header nav:nth-of-type(1) dl dd ul li a {
		color: #FFFFFF;
	}
	
	footer div nav {
		padding-left: 150px;
		padding-bottom: 20px;
	}
	
	footer div nav ul { 
		padding: 10px 0px 0px 0px;
	}
	
	#credit dt { 
		background-size: calc(100% - 40px) auto;
	}
	
	#credit dd span {
		display: block;
	}
	
	#news {
		margin: 0px 10px 0px 10px;
	}
	
	#news dt span:nth-of-type(1) {
		width: calc(100% - 113px - 2rem);
	}
	
	#news dt span:nth-of-type(2) {
		width: 113px;
	}
	
	#news dd {
		text-align: center;
		padding: 2px 0px;
		margin-bottom: 15px;
	}

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 360px) {
	

}
