@import url("global.css");

#pagettl {
	padding-bottom: 0;
	/*background-image: url(../news/img/main.jpg);*/
}
#contents ul.list {
	margin-top: 30px;
	border-top: 1px dotted #A4A4A4;
}
#contents ul.list li {
	border-bottom: 1px dotted #A4A4A4;
}
#contents ul.list li a,
#contents ul.list li div {
	display: block;
	padding: 30px 20px;
	font-size: 15px;
	line-height: 15px;
	color: #333;
}
#contents ul.list li a {
	text-decoration: underline;
}
#contents ul.list li a:hover {
	background-color: #f6f6f6;
}
#contents ul.list li span.date {
	float: left;
}
#contents ul.list li span.date::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #333;
	margin: 0 20px;
}
#contents ul.list li p {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------
 entry
------------------------------------- */
.entry .bodyarea {
	background-color: #F7F7F7;
	padding: 30px 40px;
}
.entry #contents .date {
	font-family: "Harenosora", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 5px;
}
.entry #contents .bodyarea p {
	margin: 20px 0;
}
.entry #contents .bodyarea img {
	display: block;
	text-align: center;
	max-width: 100%;
	height: auto;
}
.bodyarea .pdflink a {
	margin-top: 20px;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 25px 0 60px;
	text-decoration: none;
	border: 2px solid #E6E6E6;
	font-size: 14px;
	background: #FFF url(../img/pdf.png) no-repeat 10px center;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	position: relative;
}
.bodyarea .pdflink a:hover {
	padding-left: 70px;
}
.bodyarea .pdflink a::after {
	content: "";
	width: 20px;
	height: 20px;
	border: 0px;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	right: 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.bodyarea .pdflink a:hover::after {
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

#news table.zeh {
    border: 1px solid #777;
    border-collapse: collapse;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    width: auto;
	font-size: 13px;
}
#news table.zeh tr {
    border-bottom: 1px solid #ccc;
}
#news table.zeh tr:nth-of-type(2n) {
    background-color: #f7f7f7;
}
#news table.zeh th, table.zeh td {
    border-right: 1px solid #ccc;
    box-shadow: 0 0 0 1px #fff inset;
    padding: 12px;
	background:#fff;
}
#news table.zeh thead th {
    background-color: #ddd;
}
#news table.zeh th {
    background-color: #f2f2f2;
    font-weight: 700;
}
#news table.zeh tr:nth-of-type(2n) th {
    background-color: #e9e9e9;
}

#news .table p.subtitle{
	border-left:5px solid #18727E;
	padding-left:8px;
	font-weight: bold;

}
/* ------------------------------------------------------------------------------------------------------------------------
/* 959px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){
#contents ul.list {
	width: 100%;
}
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

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

#contents ul.list {
	margin: 15px 0 10px;
}
#contents ul.list li a,
#contents ul.list li div {
	padding: 20px 10px;
}
#contents ul.list li span.date {
	margin: 0 0 5px;
	letter-spacing: 0;
}
#contents ul.list li span.date::after {
	display: none;
}
#contents ul.list li p {
	clear: both;
	white-space:inherit;
	line-height: 1.5;
}
/* -------------------------------------
 entry
------------------------------------- */
.entry .bodyarea {
	padding: 10px 20px;
}
.entry #contents .date {
	font-size: 14px;
}
.entry #contents .bodyarea p {
	margin: 10px 0;
}
.bodyarea .entrytxt p {
	font-size: 11px;
}
.bodyarea .pdflink a {
	height: 40px;
	line-height: 40px;
	padding: 0 25px 0 40px;
	font-size: 11px;
	background-size: 25px 17px;
	overflow: hidden;
}
.bodyarea .pdflink a:hover {
	padding-left: 50px;
}
.bodyarea .pdflink a:hover::after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
}
}










