@charset "utf-8";
/* CSS Document */

.page ol{
	list-style-type: none;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.page ol li {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}

.page ol li a:link, .page ol li a:visited{
	color: black;
}

.page ol li a:hover{
	color: #00A9D2;
}

.content_box{
	padding: 10px 30px;
}

.news_box{
	margin-bottom: 0;
	padding: 30px 0;
}

.news_box:last-child{
	margin-bottom: 0;
}

.news_box_text{
	width: 65%;
	float: left;
}

.news_box_title{
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	padding-left: 10px;
}

.news_box_title p{
	margin-bottom: 5px;
}

.news_top_content{
	margin-left: 1em;
}

.content_title{
	font-size: 16px !important;
}

.news_img{
	width: 25%;
	float: right;
}

/*トリミング*/
.box_img{
	display: inline-block;
	width: 100%;
}
.box_img a figure{
	position: relative;
	overflow: hidden;
}
.box_img a figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*トリミング終わり*/


@media screen and (max-width:780px) {
	
	.page_title {
		font-size: 20px;
		padding: 0px 0 0px 12px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.news_box {
		margin-bottom: 50px;
		padding: 20px;
	}
	
	.news_box_text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.news_img {
		width: 100%;
		max-width: 50%;
		float: none;
		margin: 0 auto;
	}
	
	.footer_l{
		width: 100%;
	}
}
