@charset "utf-8";
/* CSS Document */


.blog_article_mv {
	background-image: url(/image/blog/sub_mv.jpg);
}

#blog_article{
	margin: 80px auto;
}
#blog_con{
	width: 80%;
	margin:0 auto;
}
#blog_title p{
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
}
#blog_title h3{
	font-size: 20px;
  font-weight: normal;
  padding: 5px 10px;
  border-top: solid 3px #004b19;
  border-bottom: solid 3px #004b19;
}

.blog_box{
	width: 90%;
  margin: 0 auto;
}
.blog_box img{
	max-width: 640px;
  width: 100%;
	height: auto;
	margin:40px auto 0 auto;
	display:block;
}

.blog_box p{
	margin-top:40px;
	text-align: justify;
}	

#blog_article .btn_area{
	margin-top:50px;
}





@media screen and (max-width: 768px) {
#blog_article{
	margin: 50px auto;
}
#blog_con{
	width: 100%;
}
#blog_title p{
	margin-right:0;
}
#blog_title h3{
	font-size: 16px;
}
.blog_box{
	width: 100%;
}


}


@media screen and (max-width: 420px) {



}




