@charset "UTF-8";

.pageBody_visual{
	background-image:url(../jpg/bg-announcement.jpg);
}

.news {
	margin-bottom: 30px;
}

.news_title {
	font-size: 22px;
	color: #0062DC;
	margin-bottom: 5px;
}

.news_list {
	list-style: none;
	border-top: 1px solid #ccc;
}

.news_list > li {}

.news_list > li:first-child {}

.news_list > li:nth-child(2n) {}

.news_list > li > a {
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 9px 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.news_list > li > a:hover {
	background: #FFFEED;
}

.news_list > li > a:before {}

.news_list > li > a:after {}

.news_entryUpDate {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

.news_entryCategory {
	display: inline-block;
	background: #f00;
	width: 49px;
	text-align: center;
	line-height: 17px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 10px;
}

.news_entryCategory-new {}

.news_entryTitle {
	display: inline-block;
	vertical-align: middle;
	width: 560px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_entryCategory-info {
	background-color: #FF9900;
}


/* タブレット以下設定 */

@media screen and (max-width:989px) {
	.news {}
	
	.news_title {
		font-size: 20px;
	}
	
	.news_list {}
	
	.news_list > li {}
	
	.news_list > li:first-child {}
	
	.news_list > li:nth-child(2n) {}
	
	.news_list > li > a {}
	
	.news_list > li > a:hover {}
	
	.news_list > li > a:before {}
	
	.news_list > li > a:after {}
	
	.news_entryUpDate {}
	
	.news_entryCategory {}
	
	.news_entryCategory-new {}
	
	.news_entryTitle {
		display: block;
		width: auto;
		font-size: 12px;
	}
	
	.news_entryCategory-info {}
}


/* スマホ設定 */

@media screen and (max-width:699px) {
	.news {
		margin-bottom: 25px;
	}
	
	.news_title {
		font-size: 16px;
	}
	
	.news_list {}
	
	.news_list > li {}
	
	.news_list > li:first-child {}
	
	.news_list > li:nth-child(2n) {}
	
	.news_list > li > a {
		padding: 5px 15px 5px 0;
		position: relative;
		z-index: 1;
	}
	
	.news_list > li > a:hover {}
	
	.news_list > li > a:before {}
	
	.news_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 5px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #666;
		margin-top: -4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	
	.news_entryUpDate {
		font-size: 10px;
	}
	
	.news_entryCategory {
		width: 40px;
		margin-left: 5px;
		line-height: 15px;
	}
	
	.news_entryCategory-new {}
	
	.news_entryTitle {}
	
	.news_entryCategory-info {}
}