@charset "utf-8";
/* Copyright 2017 FSField All Rights Reserved. */

/* ------------------------------------------------------------

NEWS 最新情報

------------------------------------------------------------ */

.article_news{
	background-image: linear-gradient(to right, #A5BDC9, #A5BDC9 1px, transparent 1px, transparent 3px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding:15px 0;
	overflow:hidden;
}

.date{
	float:left;
	font-size:1.3rem;
	color:#666666;
	margin:0 45px 0 0;
}

.date_single{
	font-size:1.3rem;
	color:#666666;
	margin-bottom:25px;
}

/* 見出し
---------------------------------------------- */
h4.works{
	background:url(../img/ico_works01.gif) no-repeat 100px 2px;
	padding:0 0 0 185px;
	font-weight:normal;
}

h4.news{
	background:url(../img/ico_news01.gif) no-repeat 100px 2px;
	padding:0 0 0 185px;
	font-weight:normal;
}

h4.works a,
h4.news a{
	display:block;
	font-size:1.5rem;
	color:#0083B5;
	transition:color .2s;
}

h4.works a:hover,
h4.news a:hover{color:#78BCDA;}

