.tbborder_title {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
}

.tbborder_title .title-remark {
    font-size: 14px;
    margin-left: 20px;
}

.sm_1_row {
    height: auto;
    overflow: hidden;
}

.sm_1_row .col.right-content {
    float: right;
}

.sm_1_row .col.left-content {
    float: left;
}

.sm_1_row img {
    width: 100%;
}

.sentence {
    font-size: 12px;
    line-height: 2.0;
    margin: 15px 0 0 0
}

.border-top {
    border-top: 1px solid #000;
    padding-top: 25px;
}

[class*="col-"] img {
    width: 100%;
}

.tbmargin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ta-left {
    text-align: left;
}

.ta-left:before {
    content: " ";
    margin-left: 15px;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.ta-right:after {
    content: " ";
    margin-right: 15px;
}

.pc-none-inline {
    display: none;
}

#maincont article .location_wrap {
    border: 1px solid #DFDEDE;
    padding: 0px 20px;
}

#maincont article .location_wrap p {
    font-size: 14px
}

#maincont article .location_wrap iframe {
    width: 100%;
    height: 400px
}

.location .event_location_text span,
.location .event_location_text span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .pc-none-inline {
        display: inline;
    }
}

.filter {
    background-color: black;
}

.filter:hover .filter-img {
    display: block;
    opacity: .6;
}

.add_filter {
    position: relative;
}

.add_filter:before {
    content: " ";
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.add_filter:hover:before {
    opacity: 0.6;
}


/* fontsize class
*********************************/

.f-s10 {
    font-size: 10px;
}

.f-s11 {
    font-size: 11px;
}

.f-s12 {
    font-size: 12px;
}

.f-s13 {
    font-size: 13px;
}

.f-s14 {
    font-size: 14px;
}

.f-s15 {
    font-size: 15px;
}

.f-s16 {
    font-size: 16px;
}

.f-s17 {
    font-size: 17px;
}

.f-s18 {
    font-size: 18px;
}

.f-s19 {
    font-size: 19px;
}

.f-s20 {
    font-size: 20px;
}


/* article design
*********************************/

.tag_select_wrap {
    padding-top: 20px
}

.article-wrap article {
    margin-top: 30px;
    margin-bottom: 10px;
}

.article-wrap article:hover .article-title {
    border-bottom: 2px solid #54bef9;
    color: #54bef9;
}

.article-wrap a,
.article-wrap a:hover {
    color: inherit;
    text-decoration: none;
}

.article-wrap .article-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
    display: inline-block;
}

.article-wrap .article-description {
    font-size: 11px;
    height: 100px;
}

.article-wrap .article-remark {
    /* color: #cdcdcd; */
    font-size: 11px;
	line-height: 15px;
}

.article-wrap article .img-wrap {}

.article-wrap article .article-info h3 {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 767px) {
	.article-wrap article {
    margin-bottom: 30px !important;
    height: auto !important;
		display: block;
}

.article-wrap .article-title {
    margin: 10px 0 0 0 !important;
}

.article-wrap a {
    display: block;
}
	
    .article-wrap article .article-info h3 {
        font-size: 14px;
        font-weight: normal;
        margin-top: 6px;
    }
}

.article-wrap article:hover .article-info h3 {
    border-bottom: 2px solid #54bef9;
    color: #54bef9;
}

.article-wrap article .article-info p {
    font-size: 11px;
}

@media screen and (min-width: 768px) {
    .sm_1_row .col {
        width: 50%;
        box-sizing: border-box;
    }
    .sm_1_row .col.right-content {
        float: right;
        padding-left: 20px;
    }
    .sm_1_row .col.left-content {
        float: right;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sm_1_row .col.left-content,
    .sm_1_row .col.right-content {
        margin: 20px 0;
    }
    .sm-none {
        display: none;
    }
}

.sp-none {
    display: inline-block;
}

.sp-display {
    display: none;
}

img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .sp-none {
        display: none;
    }
    .sp-display {
        display: inline-block;
    }
}

span.abr {
    margin: 0;
    letter-spacing: -5px;
}


/* pager design */

.bottom-pager {
    padding: 100px 0 70px 0;
}

.bottom-pager .page-num {
    border: 1px solid #BFBFBF;
    padding: 4px;
    margin-right: 3px;
}

.bottom-pager .num_pager {
    margin: 0;
    padding: 4px;
    border: 1px solid #BFBFBF;
    color: #54BEF9;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.bottom-pager .num_pager.now_page {
    border: 1px solid #000;
    font-weight: bold;
    color: black;
}