@charset "UTF-8";
.case .row   {
    margin-bottom: 50px;
}
.case.row h2  {
    color: #009FA8;
    font-weight: 700;
    border-bottom: 2px solid #B2E2E5;
    font-size: 240%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.case .row.read p {
    font-size: 140%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.list .group   {
    margin-left: 0px;
    padding-left: 0px;
    border-top: 2px solid #D94A13;
}
.list  .group_line   {
    border-bottom: 1px solid #D94A13;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.group_line article time {
    font-size: 115%;
}
.group_line article a {
    color: #000000;
}
.group_line article a:hover {
    text-decoration: none;
}
.group_line article a .title {
    text-decoration: underline;
    font-size: 160%;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 500;
}
.group_line .article   {
    font-size: 125%;
    line-height: 175%;
    color: #000000;
}
.group_line .article .read-more   {
    color: #009FA8;
}
.group_line #post-1482 .article {
}

/* CSS Document */
.pagination .nav-links {
    width: 90%;
    font-size: 120%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}
.pagination .page-numbers {
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.pagination .current {
    color: #FFFFFF;
    background-color: #D94A13;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 26px;
}
.pagination a {
    color: #000000;
    text-decoration: none;
}
.pagination .prev {
    float: left;
}
.pagination .next {
    text-align: right;
    margin-left: 40px;
    float: right;
}
@media (min-width:1200px){
.br-576 {
    display: none;
}
.br-992 {
    display: none;
}
.case .row  {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.navigation.pagination .nav-links   {
    /* [disabled]width: 800px; */
}
}
@media (min-width:992px) and (max-width:1199px){

.br-992 {
    display: none;
}
.case .row {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:768px) and (max-width:1199px){
.br-576 {
    display: none;
}

}
@media (min-width:576px) and (max-width:767px){
.br-576 {
    display: none;
}

}
@media (max-width:767px){
}
@media (max-width:576px){
.case .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.case .row h2 {
    color: #009FA8;
    font-weight: 700;
    border-bottom: 2px solid #B2E2E5;
    font-size: 175%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}
.pagination .nav-links .back.page-numbers, .pagination .nav-links .next.page-numbers {
    color: #000000;
    text-align: center;
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (max-width:375px){
.case .row h2 {
    color: #009FA8;
    font-weight: 700;
    border-bottom: 2px solid #B2E2E5;
    font-size: 170%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}
}
