@charset "UTF-8";

.NewsListIndex {
	min-height: 50vh;
}

#NewsList ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	min-width: 100%;
}

#NewsList ul li {
	padding: 0;
	margin: 20px auto 100px auto;
	display: block;
	position: relative;
}

#NewsList ul li.NewsBox5 {
	margin: 20px auto;
}

#NewsList ul li a {
	position: relative;
	display: block;
	padding: 20px 0;
	color: #000000;
	line-height: 1.5em;
}

#NewsList ul li a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}

#NewsList ul li a .list_txt {
	display: inline-block;
	width: calc(100% - 11.5em);
}

#NewsList ul li a .thumb {
	height: 200px;
	width: 200px;
	overflow: hidden;
	display: inline-block;
}

#NewsList ul li a .thumb img {
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#NewsList ul li a .thumbTxt {
	display: inline-block;
	width: calc(100% - 200px - 10px);
	padding: 0 0 0 20px;
}

#NewsList ul li .box_photo {
	width: 50%;
	margin: 10px auto;
	vertical-align: top;
	display: block;
}

#NewsList ul li .box_photo img {
	width: 100%;
	margin: 10px 0;
	vertical-align: middle;
}

#NewsList ul li .box_comment {
	width: 100%;
	display: inline-block;
}

/* ディテールページ */

#NewsList_Detail h2.Detail_Title {
	background-color: #ffffff;
	color: #000000;
	line-height: 1.5em;
	padding: 0 0 0 0;
	margin: 20px auto 0 auto!important;
}

#NewsList_Detail .Detail_Photo {
	margin: 20px auto 0 auto;
	text-align: center;
}

#NewsList_Detail .Detail_Photo .photo_size {
	background-color: #ffffff;
	display: inline-block;
	padding: 10px;
	border: #999999 solid;
	border-width: 1px;
}

#NewsList_Detail .Detail_Photo .photo_size a img {
	width: 100%;
	max-height: 500px;
}

#NewsList_Detail .Detail_Photo .photo_size a:hover img {
	opacity: 0.5;
}

#NewsList_Detail .Detail_contents {
	padding: 20px 0;
	text-align: left;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */
#NewsList ul li .box_photo {
	width: 80%;
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
#NewsList ul li a .thumb {
	height: calc(100vw * 0.7);
	width: calc(100vw * 0.7);
	display:block;
	margin: 0 auto 20px auto;
}

#NewsList ul li a .thumb img {
	height: calc(100vw * 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#NewsList ul li a .thumbTxt {
	display: inline-block;
	width: calc(100% - 10px);
	padding: 0;
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
#NewsList ul li a .list_date {
	display: block;
	width: 100%;
	vertical-align: top;
}

#NewsList ul li a .list_txt {
	display: block;
	width: calc(100% - 20px);
}

#NewsList ul li a img {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

}