@charset "UTF-8";

.cover-img {
	display: table;
	width: 100%;
	background-size: cover;
	background-image: url(../images/fukuoka_jobs_main.png);
	opacity: 1;
	background-color: rgba(0,0,0,1.00);
}

.cover-text .h3 {
	line-height: 3em;
}
.cover-text p {
	line-height: 2em;
}



/* ワイドスクリーン用のCSS */
@media only screen and (min-width:1200px){
	.cover-img {
	height: 1000px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
	height: 1000px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
	height: 355px;
	}
.cover-text .h3  {
	font-size: 14px;
}
.cover-text p {
	font-size: 13px;
}
.copyright p  {
	font-size: x-small;
}



}

.cover-text {
	display: table-cell;
	text-align: center;
	color: rgba(255,255,255,1.00);
	vertical-align: top;
	padding-top: 3em;
	text-shadow: 0px 0px 3px rgba(1,1,1,1.00);
}
.footer {
	display: table;
	width: 100%;
	background-size: cover;
	background-image: url(../images/fukuoka_jobs_footer.png);
}
.copyright {
	background-color: rgba(0,38,86,1.00);
	color: rgba(255,255,255,1.00);
}
