@charset "utf-8";
img.alignright {
    float: right
}

img.alignleft {
    float: left
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*
=================
=      NEWS     =
=================
*/

#archive {
    padding-top: 50px;
    padding-bottom: 145px;
}

.arItem h3 a {
    text-decoration: none;
    color: inherit;
}

.arItemContent {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 150%;
    margin-top: 25px;
}

.arItem {
    overflow: hidden;
    margin-bottom: 95px;
}

.arItem:last-child{
    margin-bottom: 0;
}

.arItemContent p {
    margin-bottom: 20px;
}

.wp-pagenavi {
    width: 100% !important;
    text-align: center !important
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0 16px!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3333333;
    position: relative;
    margin: 0!important;
    margin-left: 0!important;
    color: #4D4D4D;
    text-decoration: none;
    background-color: #fff;
    border: none !important;
    border-radius: 0 !important;
}

.nextpostslink {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important
}

.previouspostslink {
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important
}

.wp-pagenavi span.current {
    /* z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #48a428;
    border: 1px solid #48a428 !important */
}

span.pages {
    display: none
}

.wrap-pagi {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left
}

.wp-pagenavi a {
    text-decoration: none!important
}

.wp-pagenavi a:hover {
    /* background: #249898;
    color: #fff;
    border: 1px solid #249898!important;
    text-decoration: none!important */
    opacity: 0.75;
}
h3.ttStyle00 a:hover{
    text-decoration: underline;
}
.singBotom{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.singBotom a{
    font-size: 18px;
    color: black;
    line-height: 160%;
    text-decoration: none;
}
.singBotom a:first-child{
    float: left;
    width: 33.333%;
    text-align: left;
}
.singBotom a:nth-child(2){
    width: 33.333%;
    text-align: center;
}
.singBotom a:last-child{
    width: 33.333%;
    text-align: right;
}