@charset "utf-8";

/*=========================
PCU専用
=========================*/

body {
	background:url(../img/pcu_bg.png) 50% 0 repeat-x;
}

#header {
	padding: 40px 0 0 0;
}

#header h1.pcuLogo {
	width: 299px;
	height: 57px;
	margin-top: 10px;
	background:url(../img/pcu_logo.png) 0 0 no-repeat;
}
@media(max-width:600px){
	#header h1.pcuLogo {
		top:6vw;
		width: 40vw;
		height: 17vw;
		background-size: 100%;
	}
}
 h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.pcu-line {
	margin-top: 15px;
	height:10px;
	background-color:#3a61a9;
	margin-bottom:15px;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
}


#mainColumn h2 {
	background-image:none;
	background-color:#3a61a9;
	border-radius: 10px 0 10px 0;
}


footer {
	background:url(../img/pcu_bg.png) 50% 0 repeat-x;
}
#footer .copyright {
	background-color:#3a61a9;
}