@charset "UTF-8";
/*------------------------------------------------------------
	News Parts
------------------------------------------------------------*/
.p-news {
	border-top: #CCC 1px solid;
}
.p-news-item {
	display: table;
	width: 100%;
	border-bottom: #CCC 1px solid;
	padding: 24px 0;
}
.p-news-item-date {
	display: table-cell;
	vertical-align: top;
	width: 15em;
	padding-left: 5em;
}
.p-news-item-ttl {
	display: table-cell;
	vertical-align: top;
	padding-left: 0.5em;
}
.p-more {
	color: #FFF;
	text-align: center;
	max-width: 200px;
	margin: 24px auto 0;
	padding: 16px 32px;
	cursor: pointer;
	background-color: #999;
	overflow:hidden;
	position:relative;
}
.p-more:after {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background-color:#FFF;
	border:1px solid #999;
	border-radius:4px;
	opacity: 0.2; filter: alpha(opacity=20);
	transition: all 200ms 0s ease;
}



.ctgr_03 {
	color: #FFF;
	padding: 2px 16px;
	margin-left: 8px;
	background-color: #0066CC;
}
/*----------------------------------------
	News Parts - Spn
----------------------------------------*/
@media screen and (max-width: 767px) {
.p-news-item {
	padding: 16px 0;
}
.p-news-item-date {
	display: block;
	padding-left: 0;
}
.p-news-item-ttl {
	display: block;
	padding-left: inherit;
	padding-top: 8px;
}
.p-more {
	margin-top: 3px;
	margin-bottom: 10px;
	max-width: inherit;
}
}


/* ###################### break location large ###################### */
@media screen and (min-width: 768px) {


.p-more:hover:after {
	display:block;
	bottom:-108%;
}


}