@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------
     NEWS
---------------------------------------------*/

/*-----*/
.newsList{
 width: 90%;
 max-width: 980px;
 padding: 30px 0 50px;
 margin: 0 auto;
}
.newsList li{
 overflow: hidden;
 border-bottom: 1px #cccccc dotted;
 padding: 0 0 30px;
 margin: 0 0 25px;
}
.newsList li span:first-of-type{
 display: block;
 font-size: 13px;
 text-align: right;
}
.pgs main .newsList h3{
 position: relative;
 border-bottom-width: 2px;
 padding: 0;
 margin-bottom: 10px;
 text-align: left;
 line-height: 1.4;
}
.newsList p + p{
 margin-top: 1.5em;
}


@media screen and (max-width: 768px) {/*-------------SP------------*/

.newsList{
}

}/*SP*/
