/* おしらせ一覧 */
#news_info {
	background-color: #fff;
	padding: 10px;
}

#news_info table {
	margin: 20px 0;
	width:100%;
}

#news_info table tbody > tr > td {
	padding-bottom: 10px;
}

@media only screen and (max-width:480px){
    #news_info table tbody > tr,
	#news_info table tbody > tr > td {
        width: 100%;
        display: block;
        border-top: none;
    }
}

/* お知らせ詳細 */
/* 関連記事非表示 */
.related-posts {
	display: none;
}

#news_cont {
	background-color: #fff;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}

@media (max-width: 480px) {
	#news_cont{
		padding: 20px;
	}	
}

#news_cont .date,
#news_cont .cont {
	margin-bottom: 20px;
}

.box_btn{
    width: 250px;
	text-align: center;
    margin: auto;
}

.category_head {
	background-image: url(img/bg_page-header_intro.jpg);
	/*background-position: center;
	background-repeat: no-repeat;
	height: 240px;*/
}

.head-title-category {
	/*text-align: center;*/
	padding-top: 80px;
	font-weight: bold;
	font-size: 26px;
	text-shadow:-1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 2px 3px rgba(0, 0, 0, 0.6);
}