
aside ul {
	list-style-type: none;
	margin: 20px auto 20px auto;
}
	
aside ul li:nth-of-type(1) a { 
	background-image: url(/rsrc/btnp_kikaiseisan@2x.png);
}

aside ul li:nth-of-type(2) a { 
	background-image: url(/rsrc/btnp_denkiseigyo@2x.png);
}

aside ul li:nth-of-type(3) a { 
	background-image: url(/rsrc/btnl_kikaitan@2x.png);
}

aside ul li:nth-of-type(4) a { 
	background-image: url(/rsrc/btnl_youtube@2x.png);
}


footer {
	width: 100%;
	margin-top: 80px;
	background: #008e63;
}

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

footer div span {
	position: absolute;
	width: 130px;
	height: 210px;
	left: 0px;
	top: -56px;
	background-image: url(/rsrc/alkuma@2x.png);
	background-repeat: no-repeat;
	background-size: 130px 210px;
	text-indent: -9999px;
}

footer div form {
	text-align: left;
	padding: 12px 0px 0px 138px;
}

footer div form input[type="search"]:invalid {
	background: #FFFFFF;
}

footer div form input[type="submit"] {
	padding: 0.25em 0.5em;
	border-style: none; /* for safari */
	background-color: #555555;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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;
}

footer div form input[type="search"] {
	padding: 5px 5px;
	width: calc(100% - 20px - 6rem);
	max-width: 16rem;
	font-size: 16px;
}

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

#credit a {
	text-decoration: none;
}

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

#credit dd:nth-of-type(2) { 
	margin: 0 auto 0 auto;
	padding: 5px 0px 20px 0px;
	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.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@2x.png);
		background-size: contain;
	}
	
	header nav:nth-of-type(1) {
		width: 100%;
		height: 26px;
		line-height: 26px;
		background: #0082ff;
	}
	
	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;
	}
	
	aside ul li:nth-of-type(1),
	aside ul li:nth-of-type(2) {
		width: 182px;
		height: 182px;
		margin: 0px calc(((100% - (182px * 4)) / 3) - 1px) 0px 0px;
		float: left;
	}
	
	aside ul li:nth-of-type(1) a,
	aside ul li:nth-of-type(2) a {
		background-size: 182px 182px;
	}
	
	aside ul li:nth-of-type(3),
	aside ul li:nth-of-type(4) {
		width: 394px;
		height: 76px;
		margin: 0px;
		float: left;
	}
	
	aside ul li:nth-of-type(3) {
		margin-bottom: 30px;
	}
	
	aside ul li:nth-of-type(3) a,
	aside ul li:nth-of-type(4) a {
		background-size: 394px 76px;
	}
	
	aside ul li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	
	footer div {
		width: 900px;
	}
	
	footer div nav {
		padding-left: 150px;
	}
	
	footer div nav ul { 
		width: 50%;
		float: left;
		padding: 15px 0px 10px 0px;
	}
	
	#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.png);
		background-size: contain;
	}
	
	header h1 a { 
		display: block;
		margin: 0px auto;
		height: 110px;
		text-indent: -9999px;
		background-image: url(/rsrc/sp_h@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: #009AE3;
		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;
	}
	
	aside ul li:nth-of-type(1),
	aside ul li:nth-of-type(2) {
		width: 180px;
		height: 180px;
		margin: 10px calc((100% - 180px - 180px) / 4) 20px calc((100% - 180px - 180px) / 4);
		float: left;
	}
	
	aside ul li:nth-of-type(1) a,
	aside ul li:nth-of-type(2) a {
		background-size: 180px 180px;
	}
	
	aside ul li:nth-of-type(3),
	aside ul li:nth-of-type(4) {
		width: 394px;
		height: 76px;
		margin: 10px auto 20px auto;
	}
	
	aside ul li:nth-of-type(3) a,
	aside ul li:nth-of-type(4) a {
		background-size: 394px 76px;
	}
	
	aside ul li:nth-of-type(3) {
		clear: left;
	}
	
	aside ul li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	
	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:nth-of-type(1) span {
		display: block;
	}

	#credit dd:nth-of-type(1) br:nth-of-type(2) {
		display: none;
	}


	#credit dd:nth-of-type(2) 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) {
	aside ul li:nth-of-type(1),
	aside ul li:nth-of-type(2) {
		width: 140px;
		height: 140px;
		margin: 10px calc((100% - 140px - 140px) / 4) 20px calc((100% - 140px - 140px) / 4);
		float: left;
	}
	
	aside ul li:nth-of-type(1) a,
	aside ul li:nth-of-type(2) a {
		background-size: 140px 140px;
	}
	
	aside ul li:nth-of-type(3),
	aside ul li:nth-of-type(4) {
		width: 300px;
		height: 58px;
		margin: 10px auto 20px auto;
	}
	
	aside ul li:nth-of-type(3) a,
	aside ul li:nth-of-type(4) a {
		background-size: 300px 58px;
	}

}
