/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	background: #fff;
	word-break: break-all;
}
#news{
	color: #005d7a;
}
#news > section{
	padding: 40px 10px;
	background: none;
	max-width: 1000px;
	width: 90%;
	margin:0 auto;
}

#news h1{
	color: #005d7a;
	font-size: 30px;
  margin-bottom: 20px;
	margin: 30px 0 0 0;
	border-bottom: solid 2px #005d7a;
	padding-bottom:10px;
	font-family: itc-american-typewriter,serif;
	font-weight: 400;
	letter-spacing: 0;
}
#news h1 > img{
	width: 125px;
}
#news h1 span{
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #005d7a;
	transition: all .2s ease;
	text-decoration: underline;
}
#news a:hover {
    opacity: .8;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 100px 0;
	border-bottom: #444 solid 1px;
}
#news dl:first-of-type {
	padding: 40px 0 100px 0;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 20px;
	padding: 30px 0 0 0;
  border-bottom: 2px dotted #aaa;
}
#news dl dt:first-child {
	padding: 0 0 10px 0;
}
#news dl dd {
	margin: 0;
	line-height: 1.75;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dt span {
	font-size: 13px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
}
#news img {
	max-width:1000px;
	width: 100%;
	height:auto !important;
	vertical-align: top;
}
#news img.size_m {
	width: 49%;
}
#news img.size_s {
	width: 32%;
}
#news img.size_s_l {
	float: left;
	width: 32%;
	margin: 0 1em 1em 0;
}
#news img.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

#news img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size_s:nth-child(n+2) {
	margin-left: 1%;
}
#news p{
	margin-bottom: 1em;
	letter-spacing: .05em;
}
#news .button{
	display: none;
}
#news table{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
} 

table td{
	margin:0;
	padding:20px 10px;
	border-bottom: #ccc solid 1px;
	color: #333;
	word-break: break-all;
	background: #fff;
}
#news th{
	padding: 10px 0;
	/*border: solid 1px #fff;*/
	background: #005d7a;
	text-align: center;
	color: #fff;
	border-right: solid 1px white;
	font-weight: 600;
	}
#news th.date {
	min-width: 5.5em;
}
#news th.time {
	width: 100px;
}
#news th.where {
	width: 100px;
}
#news th.tokuban {
	width: calc(100% / 3);
}
#news th:last-child {
	border-right: none;
}


@media screen and (max-width:640px) {
	#news > section{
		padding: 20px 10px;
	}
	#news h1{
		font-size: 30px;
	}
	#news dl {
		height:auto;
	}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news img.size_s,
	#news img.size_m,
	#news img.size_s_l {
		clear:both;
		max-width:100%;
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		color: #00c1f2;
		text-align: center;
		width: 250px;
		font-family: YakuHanMP, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, sans-serif;
		font-weight: 500;
		border:solid 1px #00c1f2;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #fb0046;
		padding: 15px 0;
		text-decoration: none;
		font-family: 'Josefin Sans', sans-serif;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #00c1f2;
	}
}
