@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.blog_box .blog_photo img{
	    height: 283px !important;
}
div.blog_list div.blog_photo{
	text-align: center;
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 835px){
.blog_box .blog_photo img{
	    height: 180px !important;
}



}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.blog_box .blog_photo img{
	    height: 200px !important;
}




}
/*===========================sp END====================================== */