@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

.blog {
    background: url(../images/common/hoken.png) center/cover no-repeat !important;
}


.blog_list{
	border: none!important;
}

.blog_list td{
	border: none;
}


.blog_date{
	width: 30%;
}

.blog_date time{
	position: relative;
	padding-left: 30px;
}

.blog_date time::before{
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(../images/blog/list_icom.png); 
	position: absolute;
	top:-2px;
	left:-19px;
}


@media screen and (max-width: 834px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 640px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/


.blog_list td{
	padding:0px 0px 0px 18px!important;
}

.blog_date time::before{
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(../images/blog/list_icom.png); 
	position: absolute;
	top:-2px;
	left:-15px;
}


.blog_contents div{
	padding-left: 30px;
}


/* smartphone END ################################################## */
}