@charset "utf-8";
/*
-------------------------------------------------------------------------------- width: 721px -
*/
/* ---------------- news ---------------- */
/* header */
.newsHeader {
    position: relative;
    margin-left: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dad3cd;
}
.newsHeader h1 {
    font-size: 138%;
    font-weight: bold;
}
.newsHeader a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 24px;
    padding: 2px 0 1px 16px;
    background-image: url(/common/img/icon_rss.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 11px 11px;
    color: #404040;
    font-size: 75%;
}
.newsHeader a:active,
.newsHeader a:hover {
    color: #e54800;
    text-decoration: none;
}
/* list */
ul.newsBody {
    display: table;
    width: 725px;
    margin-left: 15px;
    padding: 11px 0;
}
ul.newsBody li {
    display: table-row;
}
ul.newsBody li .date {
    display: table-cell;
    padding: 16px 20px 16px 0;
    color: #b0a79f;
    font-size: 75%;
    white-space: nowrap;
    vertical-align: top;
}
ul.newsBody li .category {
    display: table-cell;
    padding: 9px 20px 9px 0;
    font-size: 69%;
    font-weight: bold;
    vertical-align: top;
}
ul.newsBody li .category a {
    display: block;
    width: 11em;
    padding: 7px 0;
    background-color: #1674b9;
    color: #fff;
    text-align: center;
}
ul.newsBody li .category a:active,
ul.newsBody li .category a:hover {
    background-color: #5a9ac9;
    color: #fff;
    text-decoration: none;
}
ul.newsBody li .title {
    display: table-cell;
    width: 100%;
    padding: 11px 0;
    vertical-align: top;
}
ul.newsBody li .title:before, ul.newsBody li .title:after { content: ""; display: table; }
ul.newsBody li .title:after { clear: both; }
ul.newsBody li .title a {
    color: #404040;
    text-decoration: none;
    font-size: 82%;
    line-height: 1.6;
}
ul.newsBody li .title a .img {
    display: inline-block;
    float: right;
    width: 100px;
    height: 72px;
    margin: -2px 0 0 10px;
    overflow: hidden;
}
ul.newsBody li .title a .img img {
    width: 100px;
}
ul.newsBody li .title a:active,
ul.newsBody li .title a:hover {
    color: #404040;
    text-decoration: underline;
}
/* footer */
.newsFooter {
    margin-left: 15px;
    padding: 20px 0;
    border-top: 1px solid #dad3cd;
}
.newsFooter ul {
    display: table;
    margin: 0 auto;
}
.newsFooter ul li {
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
    font-size: 88%;
}
.newsFooter ul li a {
    color: #404040;
    text-decoration: underline;
}
.newsFooter ul li a:active,
.newsFooter ul li a:hover {
    color: #e54800;
    text-decoration: underline;
}
.newsFooter ul li.prev {
    padding-right: 15px;
}
.newsFooter ul li.next {
    padding-left: 15px;
}
.newsFooter ul li.prev a,
.newsFooter ul li.next a {
    display: block;
    width: 1.6em;
    height: 1.6em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6px 9px;
    text-decoration: none;
}
.newsFooter ul li.prev a {
    background-image: url(/common/img/icon_angle_orange_left.png);
}
.newsFooter ul li.next a {
    background-image: url(/common/img/icon_angle_orange.png);
}
.newsFooter ul li.prev a span,
.newsFooter ul li.next a span {
    display: none;
}
/* ---------------- search ---------------- */
/* header */
#newsSearch .header {
    font-size: 100%;
    font-weight: bold;
}
/* form */
#newsSearch form {
    position: relative;
    width: 220px;
    height: 34px;
    margin-top: 12px;
    border: 1px solid #d3ccce;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(111,104,106,.3) inset;
}
#newsSearch form .searchTxt {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 186px;
    height: 34px;
    margin: 0;
    padding: 0 0 0 10px;
    border-style: none;
    background-color: transparent;
    outline: 0;
    font-size: 82%;
}
#newsSearch form .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-style: none;
    background-color: transparent;
    background-image: url(/common/img/icon_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    outline: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#newsSearch form .searchBtn:active,
#newsSearch form .searchBtn:hover {
    opacity: .7;
}
/* ---------------- links ---------------- */
/* archive links */
.newsPortal #archiveLinks {
    margin-top: 30px;
    border-top: 1px solid #dad3cd;
}
.newsPortal #archiveLinks li {
    border-bottom: 1px solid #dad3cd;
}
.newsPortal #archiveLinks li a {
    display: block;
    padding: 10px 0 10px 30px;
    background-image: url(/common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 6px 9px;
    color: #404040;
    font-size: 88%;
    line-height: 1.4;
}
.newsPortal #archiveLinks li a:active,
.newsPortal #archiveLinks li a:hover {
    color: #e54800;
    text-decoration: none;
}
/* ---------------- for old articles ---------------- */
/* heading */
#main > h5 {
    clear: left;
    margin: 0 0 30px 15px;
    padding: 2px 0 2px 22px;
    background-image: url(../../common/img/icon_h4.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 16px 16px;
    font-size: 88%;
    font-weight: bold;
}
/* text */
#main > p {
    margin: 0 0 30px 15px;
    font-size: 82%;
    line-height: 1.8;
}
/* list */
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) {
    clear: left;
    margin: 0 0 30px 15px;
    font-size: 82%;
    line-height: 1.4;
}
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) li {
    margin-top: 14px;
    padding-left: 12px;
    background-image: url(../../common/img/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-position: 0 calc(.7em - 1.5px);
}
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) > li:first-child {
    margin-top: 0;
}
/* image with caption */
#main > .caption-box {
    margin-left: 15px !important;
}
#main > .caption-box + .caption-box {
    margin-left: 0 !important;
}
#main > .caption-box .caption {
    font-size: 82%;
    line-height: 1.4;
}
/*
-------------------------------------------------------------------------------- width: - 720px
*/
@media screen and (max-width: 720px) {
/* ---------------- news ---------------- */
/* header */
.newsHeader {
    margin: 0 -10px 0 0;
    padding-bottom: 10px;
    border-bottom-style: none;
}
.newsHeader h1 {
    margin-left: 10px;
    font-size: 125%;
}
.newsHeader a {
    right: 10px;
    bottom: 10px;
}
/* list */
ul.newsBody {
    display: block;
    width: auto;
    margin: 0 -10px 0 0;
    padding: 0;
}
ul.newsBody li {
    display: block;
    clear: left;
}
ul.newsBody li {
    padding: 15px 10px;
    border-top: 1px solid #dad3cd;
    background-image: url(/common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 9px 13px;
}
ul.newsBody li .date {
    display: block;
    float: left;
    margin: 0 4px 8px 0;
    padding: 2px 0;
    font-size: 69%;
}
ul.newsBody li .category {
    display: block;
    float: left;
    margin-bottom: 8px;
    padding: 0;
    font-size: 56%;
}
ul.newsBody li .category a {
    padding: 3px 0 5px;
}
ul.newsBody li .title {
    display: block;
    clear: left;
    width: auto;
    padding: 0 20px 0 0;
}
ul.newsBody li .title a {
    font-size: 82%;
    line-height: 1.4;
}
ul.newsBody li .title a .img {
    float: left;
    width: 90px;
    height: 65px;
    margin: 0 10px 0 0;
}
ul.newsBody li .title a .img img {
    width: 90px;
}
/* footer */
.newsFooter {
    margin: 0 -10px 0 0;
    padding: 0;
    text-align: center;
}
.newsFooter ul  {
    display: inline-block;
}
.newsFooter ul li {
    display: block;
    float: left;
    padding: 12px;
    font-size: 82%;
}
.newsFooter ul li.prev {
    padding-right: 12px;
}
.newsFooter ul li.next {
    padding-left: 12px;
}
.newsFooter ul li.prev a,
.newsFooter ul li.next a {
    width: 2em;
    height: 1em;
    background-size: 9px 13px;
}
/* ---------------- search ---------------- */
/* header */
#newsSearch {
    background-color: #f9f4f0;
}
#newsSearch .header {
    padding: 12px 10px 14px;
}
/* form */
#newsSearch form {
    position: relative;
    width: auto;
    margin: 0 10px;
}
#newsSearch form .searchTxt {
    width: 85%;
    width: calc(100% - 34px);
}
/* ---------------- links ---------------- */
/* archive links */
.newsPortal #archiveLinks {
    margin-top: 0;
    padding: 25px 0;
    border-top-style: none;
    background-color: #f9f4f0;
}
.newsPortal #archiveLinks li:first-child {
    border-top: 1px solid #dad3cd;
}
.newsPortal #archiveLinks li {
    border-bottom: 1px solid #dad3cd;
}
.newsPortal #archiveLinks li a {
    padding: 8px 0 9px 30px;
    background-position: 15px 50%;
    font-size: 82%;
}
/* side links */
.newsPortal #sideLinks {
    border-top: 1px solid #dad3cd;
}
/* ---------------- for old articles ---------------- */
/* heading */
#main > h5 {
    margin: 0 0 15px 10px;
}
/* text */
#main > p {
    margin: 0 0 15px 10px;
    line-height: 1.6;
}
/* list */
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) {
    margin: 0 0 15px 10px;
}
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) li {
    margin-top: 7px;
}
#main > ul:not(.linkList):not(.newsBody):not(.anchorLink) li ul {
    margin: 0 0 0 24px;
}
/* image with caption */
#main > .caption-box {
    margin-left: 10px !important;
}
#main > .caption-box + .caption-box {
    margin-left: 10px !important;
}
} /* width: - 720px */
/* common style */
.pb0 {
    padding-bottom: 0px !important;
}
