﻿@charset "utf-8";

/* mainWrapper
================================================== */
#mainWrapper {
	overflow: hidden;
	background: url("/news/images/newsBg.jpg") no-repeat #fff top center;
	background-size: cover;
}
#mainWrapper .webfontL{
	margin: 0;
	padding: 20% 0 0;
	line-height: 85%;
    font-size: 600%;
	color: #fff;
}
@media screen and (max-width: 1100px) {
	#mainWrapper .webfontL{
		font-size: 8vw;
	}
}
@media screen and (max-width: 500px) {
	#mainWrapper .webfontL{
		font-size: 280%;
	}
}

/* pageTitArea
================================================== */
#pageTitArea {
}
#pageTit {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #2e4e97;
}

/* newsArea
================================================== */
#newsArea {
	padding: 5% 0;
}
@media screen and (max-width: 600px) {
	#newsArea {
		padding: 10% 0;
	}
}
#newsArea .webfontL{
	color: #2e4e97;
}
#newsArea p{
	color: #2e4e97;
}
#newsBlock dl{
	border-bottom: dotted 1px #ccc;
	padding: 1% 0;
}
@media screen and (max-width: 600px) {
	#newsBlock dl{
		padding: 3% 0;
	}
}
#newsBlock dt{
	float: left;
	font-size: 70%;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	width: 50px;
	color: #fff;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	line-height: 30px;
}
#newsBlock dt.info{
	background-color: #00b2fc;
}
#newsBlock dt.recruit{
	background-color: #309c0f;
}
#newsBlock dt.ir{
	background-color: #5f5e5e;
}
#newsBlock dd.day{
	float: left;
	font-weight: bold;
	font-size: 70%;
	line-height: 20px;
	padding-left: 10px;
	width: 50px;
	line-height: 30px;
}
#newsBlock dd.newsTxt{
	clear: both;
	width: 100%;
	padding-top: 0.5%;
}





