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


/*お知らせページ・お知らせ詳細ページ共用*/


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*jumbotron*/
.jumbotron {
	background:url(../images/other/image14_1200_300.jpg) no-repeat scroll center top / cover;
}

/*お知らせページ*/
.table th,
.table td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

.table th a,
.table td a {
	color: #333;
}

.table th a:hover,
.table td a:hover {
	color: #0056a8;
}





/*お知らせ詳細ページ*/

#news_detail time {
	font-weight: bold;
}

.prev {
	width: 100%;
	margin: 10px 0 20px;
	text-align: right;
}

.prev a {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 100%;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}

.prev a:hover {
	opacity: 0.8;
}


/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 768px) {


	/*お知らせ詳細ページ*/

	.prev a {
		width: 30%;
	}


}



/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media only screen and (min-width: 992px) {

	/*お知らせ詳細ページ*/

	.prev a {
		width: 25%;
	}


}
