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





/*contents*/
.border-dot{
	border-bottom: 5px dotted #999999;
	margin-bottom: 50px;
}

.news-box {
    margin-bottom: 50px;
    width: 660px;
	border: 2px solid #69ac7d;
	padding: 18px;
	border-radius: 20px;
}


.news div {
    clear: both;
	padding: 15px 5px;
    border-bottom: 1px dashed #b3b3b3;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.news div:last-child{
	border: none;
}
.news div p {
    text-align: left;
    width: calc(100% - 125px);
    line-height: 1.6;
    color: #333333;
    font-size: 15px;
}

.news h5 {
    color: #FFF;
    font-weight: normal;
    background-color: #808080;
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    width: 115px;
    float: left;
    margin: auto 10px auto 0px;;
    font-size: 13px;
    line-height: 1em;
	height: 22px;
	border-radius: 11px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*contents01*/






/*contents02*/



/*contents03*/



.backnumber{
	border: none;
	background-color: #dceadc;
}

.backnumber h5{
	background-color: #45985e;
}



