@charset "utf-8";
/* お知らせ css */

/* タブメニュー */
.tab-menu {
	background: #F9F9F7;
    padding: 2rem;
	margin-top: 6rem;
}
.tab-menu ul li { 
	width: calc(33.156% - 5px);
	margin-bottom: 0;
}
.tab-menu ul li:first-child a {
	border-color: #666666;
	color: #666666;
}
.tab-menu ul li:first-child.on a { 
	background: #666666;
	color: #fff;
}
.tab-menu ul li:nth-child(2) a {
	border-color: #003961;
	color: #003961;
}
.tab-menu ul li:nth-child(2).on a { 
	background: #003961;
	color: #fff;
}
.tab-menu ul li { margin-left: 10px !important; }
.tab-menu ul li:first-child { margin-left: 0 !important; }
.tab-menu ul li:last-child a {
	border-color: #a62222;
	color: #a62222;
}
.tab-menu ul li:last-child.on a { 
	background: #a62222;
	color: #fff;
}
.tab-menu ul li a {
	height: 5.6rem;
	line-height: 5.2rem;
	display: inline-block;
	color: #1e1e1e;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
}

/* お知らせ一覧のヘッダー */
.pager_wrap {
	display: inline-block;
	padding-top: 1.4rem;
}
.pager_wrap .pager { float: none; }
#news-list_header { margin-top: 4rem; }
#news-list_header .year { 
	float: right;
	line-height: 3.6rem;
}
#news-list_header .year label {
	display: inline-block;
	float: left;
}
#news-list_header .year .selectmenu {
	width: 9em;
	float: left;
}

/* 記事 */
.news_wrap{ 
	margin: 2rem 0 2.5rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5rem;
}
.news-header { 
	padding-bottom: 0.6rem;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2rem;
}	
.news-header .td { 
	font-weight: bold;
	float: left;
}
.news-header .td:first-child {
	display: inline-block;
	padding-right: 30px;
}
.type {
	display: block;
	text-align: left;
	margin-bottom: 1.2rem;
}
.type span {
	padding: 0 12px;
    margin-right: 5px;
    letter-spacing: 0;	
	font-weight: bold;
	min-width: 78px;
}
#news-list_wrap .table { width: 100%; }
.news_content .td { vertical-align: top; }
.news_content ul.table { 
	margin-top: 2rem;
	width: auto !important;
}
.news_content .img_wrap {
	max-width: 400px;
    padding-right: 20px;
}
.news_content li a {
    height: 25.5rem;
    overflow: hidden;
    background: #F2F2F2;
}
.news_content .img_wrap img {
	position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.news_content p { line-height: 1.8rem; }
.news_content p a {
	position: relative;
    padding: 0 0 0 14px;
    display: inline;
}
.news_content p a::before, .news_content p a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.news_content p a::before, .news_content p a::after {
	width: 5px;
    height: 5px;
    border-top: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_content p a::after { margin-left: 5px; }

@media screen and (min-width: 1000px) {
	/* お知らせ記事 */
	.news_content .img_wrap { min-width: 333px; }
}

@media screen and (max-width: 999px) {
	/* タブメニュー */
	.tab-menu ul li { 
		width: calc(33.333% - 7px);
	}
	.tab-menu ul li:first-child a { border-color: #666666 !important; }
	.tab-menu ul li a { border-top: 3px solid !important; }
}

@media screen and (max-width:999px) and (min-width: 481px) {
	/* お知らせ記事 */
	.news_content .img_wrap { min-width: 249px; }	
}

@media screen and (max-width: 480px) {
	/* タブメニュー */
	.tab-menu { 
		padding: 1rem;
		margin-top: 4rem;
	}
	.tab-menu ul li { width: calc(32.6% - 5px); }
	.tab-menu ul li a { 
		border-top: 3px solid !important;
		height: 4.8rem;
		line-height: 4.4rem;
	}
	.tab-menu ul li:first-child a { border-top: 3px solid #666666 !important; }
	
	/* ページャー */
	#area div:first-of-type .pager { margin-bottom: 0 !important; }
	
	/* お知らせ記事 */
	#news-list_header { margin-top: 2rem; }
	.news_wrap {
		margin: 1rem 0 1.5rem;
		padding-bottom: 4rem;
	}
	.news_wrap .news-header > p:first-of-type {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}
	.news_wrap .td { 
		width: 100%;
		display: block;
		padding: 0;
	}
	.news_content .img_wrap {
		width: 100%;
		max-width: none;
		margin-bottom: 1rem;
		padding-right: 0;
	}
	#news-list_footer { margin-top: 0; }
}


/* IEハック */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.type span { padding: 2px 12px 0; }
}
.tab li { width: 23.8% \9; }