@charset "UTF-8";

.news_box{
	width		: 100%;
	margin		: 0 0 60px 0;
	clear		: both;
}

.news_tit,.news_tit a{
	font-size	: 22px;
	line-height	: 40px;
	color		: #17458F;
	border-bottom	: #189EDB solid 2px;
}

.news_tit a{
	font-size	: 22px;
	line-height	: 40px;
	color		: #17458F;
	border-bottom	: #189EDB solid 2px;
	text-decoration : none;
	border		: none;
}

.news_tit a img{
	width		: ;
	height		: 30px;
	margin		: 0 10px 5px;
}



.news_day{
	font-size	: 14px;
	line-height	: 30px;
	color		: #777;
}

.news_text{
	font-size	: 16px;
	line-height	: 24px;
	color		: #000;
	margin		: 0 0 20px;
}


.clearboth{
	clear		: both;
}

@media screen and (min-width: 768px) {
/* 768pxからの幅の場合に適応される */
.news_photo img{
	width		: 48%;
	float		: left;
	padding		: 0 1%;
}




}

@media screen and (max-width:767px) {
/*　画面サイズが767pxまではここを読み込む　*/
.news_photo img{
	width		: 100%;
	padding		: 10px 0;
}



}
