
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main {
	margin-bottom: 80px;
}

.pageLead .visual {
	background: url(../image/page_news.jpg) no-repeat center bottom;
	background-size: cover;
}

.pageNews {
	padding: 0 80px;
}
	
.pageNews .inner {
	margin: 0 auto;
	max-width: 1500px;
	min-width: 1200px;
	position: relative;
	box-sizing: border-box;
}

@media all and (min-width: 767px) and (max-width: 1200px) {
	.pageNews .inner {
		margin: 0;
		max-width: inherit;
		min-width: inherit;
	}
}

/*
.pageNews .inner h3 {
	position: absolute;
	left: 0;
	top: 30px;
}

.pageNews .inner h3 img {
	width: 120px;
}
*/
.newsList {
	margin-bottom: 80px;
}

.newsList li {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}

.newsList li a {
	display: block;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}

.newsList li a:hover {
	text-decoration: underline;
}

.newsList li .photo {
	width: 300px;
	float: left;
}

.newsList li .photo img {
	width: 100%;
}

.newsList li .textBox {
	padding-left: 330px;
}

.newsList li .textBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.newsList li .textBox .ttl:before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #4395FF
}

.newsList li .textBox .date {
	margin-bottom:10px;
	color: #acacac;
	font-size: 16px;
}

.newsList li .textBox .txt {
	color: #a0a0a0;
	font-size: 16px;
}

.newsList li a:hover  {
	text-decoration: none !important;
}

.newsList li a:hover .textBox .date,
.newsList li a:hover .textBox .ttl,
.newsList li a:hover .textBox .txt {
	text-decoration: none !important;
}

.newsList li span {
	margin-right: 25px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin-bottom: 40px;
	}
		
	.pageNews {
		padding: 0 20px;
	}
	
	.pageNews .inner {
		margin: 0;
		padding-left: 0;
		max-width: inherit;
		min-width: inherit;
		position: relative;
		box-sizing: border-box;
	}
	
	.pageNews .inner h3 {
		display: none;
	}
	
	.newsList {
		margin-bottom: 80px;
	}
	
	.newsList li {
		padding: 20px 0;
		font-size: 16px;
	}
	
	.newsList li a {
		font-size: 15px;
	}
	
	.newsList li a:hover {
		text-decoration: underline;
	}
	
	.newsList li .photo {
		margin-bottom: 15px;
		width: auto;
		float: none;
	}
	
	.newsList li .textBox {
		padding-left: 0;
	}
	
	.newsList li .textBox .ttl {
		margin-bottom: 15px;
		padding-bottom: 10px;
		color: #333;
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}
	
	.newsList li .textBox .ttl:before {
		width: 50px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		background: #4395FF
	}
	
	.newsList li .textBox .date {
		margin-bottom:10px;
		color: #acacac;
		font-size: 16px;
	}
	
	.newsList li .textBox .txt {
		color: #a0a0a0;
		font-size: 16px;
	}
	
	.newsList li a:hover  {
		text-decoration: none !important;
	}
	
	.newsList li a:hover .textBox .date,
	.newsList li a:hover .textBox .ttl,
	.newsList li a:hover .textBox .txt {
		text-decoration: none !important;
	}
	
	.newsList li span {
		margin-right: 25px;
		color: #333;
		font-size: 16px;
		font-weight: bold;
	}

}
