@charset "UTF-8";

main{
    margin: 0px 1em;
}

.news_list li{
    font-size: 16px;
    line-height: 2;
    list-style: none;
    margin: 1em;
    padding-left:8em;
	text-indent:-8em;    
}
.news_list h1{
    font-size: 1.6em;
    padding-left: .5em;    
    margin: 2em auto;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;    
    /* border-left: 1em solid #F39800; */
    /* border-bottom: 1px dashed #F39800; */
}
.news_list h2{
    font-size: 1.2em;
    padding-left: .5em;   
    margin-left: 1em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}
.news_list a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 26px;
    height: 13px;
    background: url(image/PDF_16.png) no-repeat;
}
