body {
	background:#0071c5;
}

nav.sec {
	background-color:#0071c5;
}

footer {
	background:#0071c5;
}

#main-content .why h2 {
	color:#fff;
	background:#00b0f0;
	padding:10px 20px;
	margin-bottom:0;
	border-radius:4px 4px 0 0;
	display:inline-block;
}
#main-content .why article {
	border:solid 1px #00b0f0;
	border-radius:0 4px 4px 4px;
	padding:20px;
	margin-bottom:20px;
}

#main-content .exchange-1 th ,
#main-content .exchange-2 th {
	vertical-align:middle;
}
#main-content .exchange-1 tr:nth-child(2n) td {
	background:#f2fcff;
}
#main-content .exchange-2 tr:nth-child(4n+1) td ,
#main-content .exchange-2 tr:nth-child(4n+2) td {
	background:#f2fcff;
}

.ohp-slider ul li {
	height:auto !important;
}

/*広報課追記　諸規則集*/
@media(max-width:900px){
#main-content > div.whatsnew {
display:none !important;
}
}

#main-content > div.whatsnew {
position:relative !important;
width: 95% !important;
height: 373px; !important;
overflow-y: auto !important;
overflow-x: hidden !important;
background: #ffffff !important;
border: 1px solid #cccccc !important;
padding: 10px !important;
margin-bottom:20px;
}

#main-content > div.whatsnew pre {
font-size:12px !important;
word-wrap: break-word !important;
white-space: pre-wrap !important;
font-weight:normal;
}

#main-content > div.whatsnew dt {
padding:3px 10px;
font-weight:bold;
background:#f2e96a;
}

#main-content > div.whatsnew ul {
font-weight:bold;
}