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

#news .news_list li{
    margin-bottom: 0;
    padding: 1.5em 0;
    border-top: 1px solid #ccc;
}
#news .news_list li:last-child{
    border-bottom: 1px solid #ccc;
}

#news .news_wrap p.date{
    display: inline-block;
    width: 9.5em;
    margin-right: 1em;	
}
#news .news_wrap p.category{
	display: inline-block;
}
#news .news_wrap p.btn_radius{
	text-align: center;
}
#news .news_wrap p {
	word-break:break-all;
}
#news .news_wrap p.category span{
    display: inline-block;
    font-size: 0.8em;
    padding: 0.2em 0.5em;
    background: #31708f;
    margin: 0 0.5em;
    min-width: 6em;
    text-align: center;
	color: #fff;
}

/*
#news .news_wrap p.category .info{
    background: #008837;
}

#news .news_wrap p.category .recruit{
    background: #ff0000;
}

#news .news_wrap p.category .other{
    background: #ff6600;
}
*/

#news .news_list .title{
    margin-top: 1.2em;
}

#news .news_wrap .nav{
	text-align: center;	
}

#news .news_wrap .nav span{
	display: inline-block;
    margin: 0 0.5em;
}

#news .news_wrap .nav span.cur{
    padding: 0.5em 0.7em;
    margin: 0 0.5em;
    border: 1px solid #ccc;
	background: #ccc;
    color: #fff;
}

#news .news_wrap .nav span a{
	display: block;
    padding: 0.5em 0.7em;
    border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}

#news .news_wrap .nav span a:hover{
	background: #ccc;
    color: #fff;
}

/* 詳細
==================================*/

#news .head .ttl_03{
	border-bottom: 1px solid #ccc;	
	padding-bottom: 0.5em;
}

#news .news_wrap.detail .nav{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#news .news_wrap .txt img {
	max-width:100%;
	margin-top:20px;
}
@media screen and (max-width: 767px) {
	#news .news_wrap p.date{
		width: 7.5em;
		margin-right: 0.5em;
	}

	#news .news_list li{
		font-size: 4vw;
		position: relative;
		padding-right: 1em;
	}
	#news .news_list li:before{
		    content: "";
		    right: 0;
		     width: 3vw;
		    height: 3vw;
		    border-top: 0.5vw solid #666;
		    border-right: 0.5vw solid #666;
		    -webkit-transform: rotate(45deg);
		    transform: rotate(45deg);
		    position: absolute;
		    top: calc(50% - 1vw);
	}
	#news .news_wrap p.category span{
		font-size: 3vw;
		padding: 0.3em;
		min-width: 5em;
	}
	#news .news_wrap p.category span:first-child{
		margin-left: 0
	}
	#news .news_wrap p.category span:last-child{
		margin-right: 0
	}
	#news .news_wrap .nav span{
		font-size: 4vw;
	}
	
/* 詳細
==================================*/

#news .head .ttl_03{
	font-size: 6vw;
	font-weight: normal;
}
#news .news_wrap.detail .date,
#news .news_wrap.detail .txt{
	font-size: 4vw;
}	
#news .news_wrap.detail .nav{
	margin-top: 1em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}
#news .news_wrap.detail .btn_radius a {
    padding: 0.5em 2.5em 0.5em 1.6em;
    border-radius: 1.5em;
    font-size: 3.5vw;
}
#news .news_wrap.detail .btn_radius a:after {
    right: 7%;
    top: 10%;
    font-size: 4.5vw;
}
#news .news_wrap .txt img {
	max-width:100%;
	height:auto;
}
}