@charset "utf-8";
/* CSS Document */

/* main_visual
---------------------------------------------------------- */ 
#main_visual {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: -1;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
#main_visual img{
	position: relative;
	display: block;
	left: 50%;
	margin: 0 auto 0 -600px;
}
/* bannerList
---------------------------------------------------------- */ 
.bannerList ul li {
	float: left;
	margin-bottom: 10px;
}
.bannerList ul li:nth-child(odd) {
	margin-right: 10px;
}
.bannerList ul li .case {
	position: relative;
	margin: 0;
}
.bannerList ul li a span{
	position: absolute;
	/*transform: translateY(-50%);
	top: 50%;
	right: 0;*/
	display: block;
	opacity: 1;
	width: 240px;
	text-align: center;
	z-index: 9999;
	font-size: 15px;
    font-weight: bold;
	color: #fff;
	padding:8px 0;
	background-color:#003759;
}
.bannerList ul li a {
	display: block;
}
.bannerList ul li a img{
	opacity: .7;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.bannerList ul li a p{
	width: 470px;
	color: #333;
	padding-top: 5px;
}
.bannerList ul li a:hover img{
	opacity: 1;
}
/* news
---------------------------------------------------------- */ 
#news {
	margin: 25px 0 78px 0;
}
#news .postlist {
	width: 940px;
	padding-left: 10px;
}
#news .postlist li {
	border-bottom: 1px dotted #9e9e9e;
	display: table;
	padding:10px 0;
	width: 100%;
}
#news .postlist li .date{
	color: #010101;
	font-size: 14px;
	display: table-cell;
	padding-right: 18px;
	width: 78px;
}
#news .postlist li .category {
	color: #003759;
	font-size: 13px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #003759;
	min-width: 140px;
	word-break: break-all;
	text-align:center;
}
#news .postlist li p {
	color: #010101;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 22px;
	width: 100%;
}
/* banner
---------------------------------------------------------- */ 
.banner img{
	width: 240px;
}
@media screen and (max-width:640px) { 
	.it-banner img{ width:100%;}

	#main_visual img{
		width: 100%;
		left: 0;
		margin: 0 auto;
	}
	.bannerList ul li{
		margin-right: 0;
		width: 100%;
	}
	.bannerList ul li a img{
		width: 100%;
	}
	.bannerList ul li a span{
		font-size: 100%;
		width: 60%;
		font-weight: bold;
	}
	.bannerList ul li a p {
		width: 100%;
		font-size: 100%;
	}
	#news {
		margin-bottom: 30px;
	}
	#news .postlist {
		width: 100%;
		padding-left: 0;
	}
	#news .postlist li .date {
		display: inline-block;
	}
	#news .postlist li .category {
		display: inline-block;
		font-size: 80%;
		min-width: auto;
		padding: 2px 10px;
	}
	#news .postlist li p {
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
		display: block;
	}
	.banner img{
		width: 100%;
	}
	#news .postlist li.sp-none{ display:none;}
}