@charset "UTF-8";

/*******************************
 news detailCss 
*******************************/
.main-sub{
	background-image: url("../../img/header_img.jpg");
}
.article_header {
	border-left: 10px solid #479f4b;
	padding-left: 15px;
}
.article_header p{
	display: inline-block;
	border-radius: 5px;
	background-color: #479f4b;
	color: #fff;
	font-size: 14px;
	padding: 0 1.5em;

}
.article_header h2{
	margin-bottom: -2rem;
	padding-bottom: 0;
	font-size: 20px;
}
.article_header h2 span{
}
.article_box{
	border-top: 1px #a0a0a0 dotted;
	margin-top: 4rem;
	padding-top: 4rem;
}
.article_content .box_photo img{
	margin-bottom: 20px;
	display: inline-block;
}
.article_content .box_photo .photo_sub img:first-of-type{
	display: none;
}
.article_content .box_txt{
	text-align: left;
	margin-bottom: 2rem;
}
/*============================================

PC用CSS

============================================*/
@media screen and (min-width: 1024px){
	.article_header h2{
		font-size: 24px;
	}
	.article_header p{
		font-size: 12px;
	}

	.article_content .box_txt,
	.article_content .box_photo{
		width: 690px;
		margin: 0 auto;
	}
	.article_content .box_photo{
		margin-bottom: 50px;
	}
	.article_content .box_photo img{
		margin-bottom: 10px;
	}
	.article_content .box_photo .photo_main img{
		width: 100%;
	}
	.article_content .box_photo .photo_sub{
		text-align: left;
	}
	.article_content .box_photo .photo_sub img{
		width: 72px;
		cursor: pointer;
		margin-right: 10px;
		transition: 0.5s;
	}
	.article_content .box_photo .photo_sub img:first-of-type{
		display: inline-block !important;
	}
	.article_content .box_photo .photo_sub img:hover,
	.article_content .box_photo .photo_sub img.active{
		opacity: 0.5;
	}
}