@charset "UTF-8";
/* =============================================================================
    Base
============================================================================= */
body{
  margin:0;
  background:#fff;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  line-height:1.6;

}

ul, ol{
  margin:0;
  padding:0;
}

a:link{
  color:#013298;
}

a:visited{
  color:#660099;
}

a:hover,
a:active{
  color:#013298;
  text-decoration:none;
}

.list-news-01{
  margin-right:20px;
}

.list-news-01 li:first-child{
	border-top: 1px dotted #dedede;
}

.list-news-01 li{
    padding: 10px 10px 10px 120px;
    border-bottom: 1px dotted #dedede;
    font-size: 82%;
}

.date{
	color:#333;
    cursor: default;
	position:absolute;
	left:0px;
	width:110px;
	}

a{
	text-decoration:none;
}

 /* =============================================================================
    Responsive
============================================================================= */
/* -----------------------------------------------------------------
    767px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
*{
    -webkit-text-size-adjust:100%;
}
}
/* -----------------------------------------------------------------
    720px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 720px) {
.list-news-01 li{
	position:static;
	padding:10px 0px 10px 0px;
}
 .text{
	margin-top:5px;
	display:block;
	}
	
.list-news-01 li .date{
	position:static;
	width:auto;
}
}
