@charset "utf-8";


/* news
---------------------------------------------------------------------*/
.main{
	padding:0;
}
.main #ttl{
	z-index:10;
}
.news_ttl{
	font-size:1.2rem;
	font-weight:bold;
	margin:0 0 1rem;
}
.news_date{
	padding:5px;
	background:#c2b4b4;
	margin:0 0 3rem;
}
	.news_date,
	.news_date *{
		font-size:11px;
		line-height:100%;
	}
	
.entry{
	width:100%;
	line-height:1.8;
	margin:0 0 3rem;
}
	.entry > p{
		margin:1rem 0;
	}

@media(max-width: 500px){
	.main_left{
		height:auto;
	}
	.entry img.alignnone{
		width:100%;
		height:auto;
	}
}


/* photo and gallery
---------------------------------------------------------------------*/
.alignleft{
	float:left;
	margin:1rem 20px 1rem 0;
}
.alignright{
	float:right;
	margin:0 0 1rem 1rem;
}
.aligncenter{
	margin:1rem auto;
}

.wp-caption-text{
	color:#6a9db1;
	padding:5px 0 0 0;
	font-size:10px;
	line-height:12px;
}

.gallery-caption{
	color:#6a9db1;
	text-align:left;
	font-size:10px;
	line-height:12px;
}


/* sidebar
---------------------------------------------------------------------*/
.widget_recent_entries .widgettitle,
.widget_archive .widgettitle{
	width:100%;
	/* height:16px;
	text-indent:-9999px; */
	/* background:url(/cms/img/m_oshirase.png) no-repeat 0 0; */
	padding:0 0 8px 0;
	border-bottom:1px solid #bfd6de;
	margin:0 0 8px 0;
	color: #4588a3;
	font-size: 13px;
	font-weight: bold;
}
/* .widget_archive .widgettitle{
	height:14px;
	background:url(/cms/img/m_archive.png) no-repeat 0 0;
} */

.widget_recent_entries ul,
.widget_archive ul{
	margin:0 0 30px 0;
}
.widget_recent_entries li,
.widget_archive li{
	width:100%;
	padding:0 0 6px;
	font-size:11px;
	line-height:13px;
	border-bottom:1px solid #bfd6de;
	margin:0 0 6px 0;
	box-sizing: border-box;
}
.widget_recent_entries li a,
.widget_archive li a{
	font-size:11px;
	line-height:13px !important;
}
#news .entry .thumbnail img{
	max-width: 100%;
	height: auto;
}
#news .entry h2,
#news .entry h3,
#news .entry h4,
#news .entry h5,
#news .entry h6{
	margin-top: 2rem;
}
#news .entry h2{
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	border-left: solid 5px #4588a3;
}
#news .entry h3{
	font-size: 20px;
	font-weight: bold;
	color: #4588a3;
}
#news .entry h4{
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
#news .entry h4::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 5px;
	background: #4588a3;
}
#news .entry h5{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #4588a3;
	text-underline-offset: 10px;
}
#news .entry h6{
	font-weight: bold;
	font-size: 16px;
}
#news .entry ul{
	margin: 1rem 0;
}
#news .entry ul li{
	padding-left: 10px;
	position: relative;
}
#news .entry ul li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #4588a3;
}
#news .entry table{
	margin: 1rem 0;
}
#news .entry table tr th,
#news .entry table tr td{
	border: solid 1px #dddddd;
	padding: 15px;
}
#news .entry table tr th{
	background: #eff9fc;
	font-weight: bold;
	white-space: nowrap;
}
