/* お知らせ
----------------------------------*/
.head_bg {
    background-image: url(../img/news/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.news_box {
    padding-top: 10px;
    
}

.news_day {
	color: #333;
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 15px;	
	font-weight: normal;
}
.news_tx {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 10px;
}
/* 新着情報詳細 */



.news_ttl {
    color: #9b906e;
    margin: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 5px;
	margin-bottom: 20px;
    font-size: 21px;
    border-bottom: 3px dotted #9b906e;
}
.news_tx2 {
	padding-top: 0px;
	padding-bottom: 5px;	
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #333;
}

.nav-below {	
	margin-bottom: 5%;	
	margin-top: 2%;
}

@media (max-width: 768px) {
.bgw {
    background-color: rgba(255,255,255,0.8);    
}
	
}
