.blog_text {
	width: 99%;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	color: #FFF;
	text-align: left;
}
.blog_title {
	font-weight: bolder;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.blog_time {
	color: #4b4cc9;
	font-weight: bolder;
	width: 100%;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	text-decoration: none;
}
.blog_img {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}
.blog_img img {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.blog_more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/*
スマホ: 320px-480px
タブレット: 481px-768px
PC: 769px以上
*/

#blog {
height:auto;
overflow:hidden;
position:relative;
width:100%;
}

#blog ul li {
	height:350px;
	list-style-type:none;
	position:relative;
	overflow:hidden;
	width:23%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 2%;
	padding-right: 0px;
}

#blog ul {
	font-size: 0px;
}


#blog ul li:last-child {
	margin-right: 0px;

}
@media all and (max-width: 768px) {
	.blog_time {
	font-size: 14px;
}
	
#blog ul li {
	height:auto;
	list-style-type:none;
	padding-right:0px !important;
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom: 20px;
	display: visible;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#blog ul li:last-child {
	border: none;

}
.blog_more {
	bottom: 5px;
}
.blog_img {
	width: 30% !important;
	height: auto;
	margin-right: 3%;
	padding-bottom: 30px;
	float: left;
}
.blog_img img {
	width: 100%;

}
.blog_title {
	font-weight: bold;
	width: 67%;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;

}
.blog_text {
	width: 67%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
}
