/* CSS Document  */
@import "https://fonts.googleapis.com/css?family=Vollkorn:400,700";
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

body {
    margin: 0px 0px 20px 0px;
    background-color: none;
    text-align: left;
}

a:link {  /* 未訪問のリンク */
    color: #336699;
}

a:visited {  /* 訪問後のリンク */
    color: #CC3366;
}

a:hover {  /* マウスをのせたとき */
    color: #666666;
}
a:active {   /* クリック中 */
    color: #FF9900;
}


ol, ul {
    list-style: none;
	list-style-type: none;
}


.line-list li {
    display: inline-block;
}

.news-list{
   padding-left: 0px;
}

.news-list li {
    margin-bottom: 0.5em;
    line-height: 1.5em;
    color:rgb(88,69,26);
}
.news-list li .news-date {
    display: inline-block;
    width: 8em;
}
@media (max-width: 767px) {
.news-list li .news-date {
    display: block;
    font-size:16px;
    font-weight:400;
}
}
.news-list li a {
    color: #342c2f;
}
@media (max-width: 767px) {
.news-list li a {
    display: block;
    margin-bottom: 0.5em;
}
}

