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

/*-------------------------------------------
	News
*/
	
.news_wrapper {
	margin-bottom: 50px;
	}

.news_wrapper .list_news li {
	clear: both;
	padding: 20px 0;
	border-bottom: #ddd 1px solid;
	}
.news_wrapper .list_news li:hover {
	opacity: 0.6;
	}
.news_wrapper .list_news li a {
	color: #2a2a2a;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: -20px 0;
    padding: 20px 0;
	}

/*news pdfマークなど*/
.news_wrapper .list_news li.ico_page {
	background: url(/common/images/arrow_news01.png) no-repeat right center;
	}
.news_wrapper .list_news li.ico_pdf {
	background: url(/common/images/ico_news_pdf.png) no-repeat right center;
	}

.news_wrapper .date_box {
	float: left;
	width: 180px;/*タブマークを使用しないため短くした*/
	}
.news_wrapper .date {
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
	color:#58b530;
	width: 140px;
	float: left;
	display: inline-block;
	}

/*news タブマーク*/
.news_wrapper .news_tab01 {
	background: url(/common/images/new_tag_01.gif) no-repeat 0 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 120px;
	height: 20px;
	display: inline-block;
	}
.news_wrapper .news_tab02 {
	background: url(/common/images/new_tag_02.gif) no-repeat 0 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 120px;
	height: 20px;
	display: inline-block;
	}	
.news_wrapper .news_txt {
	font-size: 1.4rem;
	overflow: hidden;
	padding-right: 100px;
	max-width: 700px;
	}

/*アーカイブ*/
.archive_wrapper {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 40px;
	text-align: left;
	}
.archive_wrapper .bt_archive_01 {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	}
.archive_wrapper .bt_archive_01 a {
	background-color: #8a8a8a;
	padding: 6px 24px;
	color: #fff;
	border-radius: 6px;
	display: block;
	letter-spacing: 0.05em;
	}

/*-------------------------------------------
	News detail
*/
.news_det_wrapper {
	margin-top: 20px;
	}
.news_det_wrapper .news_det_date {
	text-align: right;
	padding-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
	}
.news_det_wrapper .ttl_news_det01 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
	}

.news_det_wrapper .news_det_txt {
	width: 880px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: 140px;
	}
.news_det_wrapper .news_det_txt p {
	margin-bottom: 16px;
	}
.news_det_wrapper .bt_news_det01 a {
	background: url(/images/news/bt_news_det01.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
	height: 50px;
	margin: 40px auto;
	display: block;
	}

.news_det_wrapper .news_det_txt .txt_r {
	text-align: right;
	margin-bottom: 16px;
	}
.news_det_wrapper .news_det_txt .txt_center {
	text-align: center;
	margin-bottom: 16px;
	}

/*一覧に戻る*/
.news_det_prev {
	border-top: #ddd 1px solid;
	padding-top: 20px;
	}
.news_det_prev a {
	background:url(../common/images/arrow_news02.png) no-repeat left top;
	padding-left: 20px;
	color: #2a2a2a;
	height: 24px;
	display: block;
	}

/*-------------------------------------------
	copyright.html
*/
.txt_copyright01 {
	text-align: right;
	margin: 40px 0;
	}
.txt_copyright01 span {
	display: block;
	padding-top: 10px;
	}



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

}

