@charset "UTF-8";

.newsContent {
	width: 960px;
	margin: 60px auto 145px;
}

.newsContent_left {
	width: 660px;
	float: left;
}

.newsContent_right {
	width: 240px;
	float: right;
}


.newsList {
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
}

.newsList > li {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.newsList > li + li {
	border-top: solid 1px #CCC;
}

.newsList_date {
	display: table-cell;
	width: 150px;
	padding: 15px 0 15px 40px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

.newsList_title {
	display: table-cell;
	padding: 15px 0;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}


.newsDetail {
	padding: 40px 40px 70px;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
}

.newsDetail_date {
	font-size: 16px;
	line-height: 1.2;
}

.newsDetail > h1, .newsDetail_title {
	margin: 8px 0 0;
	font-size: 24px;
	line-height: 1.6;
}

.newsDetail_content {
	margin: 30px 0 60px;
	font-size: 16px;
	line-height: 2;
}

.newsDetail_content > img {
    display: block;
    max-width: 580px;
	max-height: 580px;
	width: auto;
    height: auto;
    margin: 0 auto 30px;
}

.newsDetail_content > p + p {
	margin-top: 20px;
}

@media screen and (max-width: 639px) {
	.newsContent {
		width: 100%;
		margin: 30px 0 50px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.newsContent_left {
		width: 100%;
		float: none;
	}

	.newsContent_right {
		width: 100%;
		margin: 30px 0 0;
		float: none;
	}

	.newsList > li {
		display: block;
		padding: 10px 0;
	}

	.newsList_date {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 13px;
	}

	.newsList_title {
		display: block;
		margin: 5px 0 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.3;
	}


	.newsDetail {
		padding: 15px;
	}

	.newsDetail_date {
		font-size: 14px;
	}

	.newsDetail > h1, .newsDetail_title {
		margin: 8px 0 0;
		font-size: 18px;
		line-height: 1.6;
	}

	.newsDetail_content {
		margin: 20px 0;
		font-size: 14px;
		line-height: 1.6;
	}
	
	.newsDetail_content > img {
		max-width: 340px;
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}

	.newsDetail_content > p + p {
		margin-top: 15px;
	}
}


.newsDetail_sns {
	margin: 30px 0 0;
}
