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

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

/*----------------------------------------------------*/
#page_title h1{
	margin-left:-161px;
	margin-top: -4vw;
}

#main_contents{
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
}

/*----------------------------------------------------*/
.left_contents{
	width: 80%;
	float: left;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.a_entry{
	width: 95%;
	margin: 0px auto 50px auto;
	border: 3px solid #006837;
}

/*タイトル*/
.entry_title{
	width: 93%;
	margin: 0px auto;
	line-height: 100px;
	border-bottom: 3px solid #006837;
}

.entry_title dl{
	display: table;
}

.entry_title dl dt{
	width: 5%;
	padding-left: 10px;
	display: table-cell;
}

.entry_title dl dd{
	padding-left: 30px;
	display: table-cell;
}

.entry_title dl dd a{
	color: #006837;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.entry_title dl dd span.cat{
	float: right;
	display: table-cell;
	padding-right: 45px;
}

.entry_title dl dd span.cat a{
	color: #000000;
	float: right;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

/*本文*/
.entry_body{
	width: 93%;
	margin: 45px auto 35px auto;
	overflow: hidden;
}

.entry_body p{
	padding: 0px 10px 1em 0px;
	line-height: 225%;
}

.entry_body p:last-of-type{
	padding-bottom: 0px;
}

.entry_body a{
	color: #006837;
	text-decoration: none;
}

.entry_body .item{
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
}

.entry_body .item img{
	display: inline-block;
	margin-right: 25px;
}

.entry_body .item img:last-child{
	margin-right: 0px;
}

/*----------------------------------------------------*/
/*右カラム*/
.right_contents{
	width: 20%;
	float: right;
}

.right_contents dl{
	width: 85%;
	margin: 20px auto 35px auto;
	overflow: hidden;
}

.right_contents dl dt{
	color: #006837;
	font-weight: bold;
	line-height: 215%;
}

.right_contents dl dd{
	font-size: 15px;
	padding-left: 20px;
	line-height: 215%;
}

.right_contents dl dd a{
	text-decoration: none;
}

.right_contents dl dd ul{
	overflow: hidden;
	list-style-type: none;
}

.right_contents dl dd ul li a{
	text-decoration: none;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/