@charset 'utf-8';
/*general*/
.breadcrumb {
    margin-bottom: 32px;
}

.searchWrap {
    display: table;
    width: 830px;
    margin: 0 auto 45px;
    padding-top: 50px;
}

.searchWrap h3 {
    font-family: YuMincho,'Yu Mincho',serif;
    font-size: 30px;
    position: relative;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.searchWrap h3::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 395px;
    height: 3px;
    content: '';
    background: #61138a;
}

.searchWrap span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.searchWrap .searchBox {
    position: relative;
    display: table-cell;
    width: 420px;
    padding: 10px;
    background: #dcdcdc;
}

.searchWrap .searchBox .selectBox {
    float: left;
    padding-top: 6px;
}

.searchWrap .searchBox .searchLabel {
    font-size: 14px;
    color: #702a95;
}

.searchWrap .searchBox .searchBtn {
    float: right;
    width: 155px;
    vertical-align: middle;
}

.searchWrap .searchBox .searchBtn:hover {
    opacity: .7;
}


/*news*/
.articleWrap {
    /*margin-right: -44px;*/
    width: 830px;
    margin: 0 auto;
}

.articleWrap div[class*='cat_']::before {
    position: absolute;
    top: -16px;
    left: 9px;
    width: 63px;
    height: 63px;
    content: '';
    background-size: contain;
}

.articleWrap .cat_news::before {
    background: url(../images/news/ico_square_news.png);
}

.articleWrap .cat_flash::before {
    background: url(../images/news/ico_square_flash.png);
}

.articleWrap .cat_ob::before {
    background: url(../images/news/ico_square_ob.png);
}

.articleWrap .cat_og::before {
    background: url(../images/news/ico_square_og.png);
}

.articleWrap .article {
    position: relative;
    float: left;
    width: 248px;
    margin: 45px 43px 45px 0;
}

.articleWrap > .article:nth-of-type(3n) {
    margin-right: 0;
}

.article .eyeCatch {
    max-width: 248px;
}

.article .meta,
.article .articleTitle {
    text-align: center;
}

.article .meta {
    font-size: 14px;
    padding: 14px 0 7px;
    border-bottom: 1px dotted;
}

.article .meta .label {
    margin-right: 0;
}

.article .articleTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0;
    border-bottom: 3px solid #61138a;
}

.article .readMore a {
    font-size: 14px;
    display: block;
    width: 95px;
    margin: 10px auto 0;
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    background: url(../images/news/ico_arrow.png) left center no-repeat;
    background-size: 11px 11px;
}

.article .readMore a:hover {
    color: #636262;
}


/*newsdetail*/
.singleWrap {
    max-width: 830px;
    margin: 0 auto;
}

.singleWrap .metaBox {
    /*background: #ccc;*/
    max-width: 381px;
    margin: 0 auto 13px;
}

.singleWrap .singleLabel {
    float: left;
    width: 64px;
    margin: 0 18px 0 0;
}

.singleWrap .singleTitle {
    font-size: 20px;
    font-weight: bold;
}

.singleWrap .singleMeta {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
}

.singleWrap .imgWrap {
    margin-bottom: 45px;
    padding-top: 45px;
    border-top: 3px solid #61138a;
}

.singleWrap .singleEyecatch {
    display: block;
    margin: 0 auto;
}

.singleWrap .halfSize {
    width: 100%;
    /*width: 50%;*/
    /*height: 50%;*/
    max-width: 381px;
}

.singleWrap .dummySize {
    width: 100%;
    max-width: 381px;
}

.singleWrap .txt {
    margin-bottom: 15px;
    padding-bottom: 45px;
    border-bottom: 3px solid #61138a;
}

.singleWrap .txt p {
    line-height: 1.6;
    max-width: 745px;
    margin: 0 auto 1em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.singleWrap .back {
    margin-bottom: 80px;
    padding-bottom: 15px;
    border-bottom: 1px dotted;
}

.singleWrap .back a {
    font-size: 14px;
    display: block;
    width: 95px;
    margin: 10px auto 0;
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    background: url(../images/news/ico_arrow.png) left center no-repeat;
    background-size: 11px 11px;
}

.newsdetail .footerBnr {
    display: none;
}


/*tournament*/
.searchWrap.searchWrap2 {
    width: 100%;
}

.searchWrap.searchWrap2 h3::after {
    width: 96%;
}

.tournament .searchWrap .searchBox .searchLabel {
    font-size: 14px;
    color: #61138a;
}

.tournamentWrap {
    /*max-width: 830px;*/
    max-width: 100%;
    margin: 0 auto 30px;
}

.tournamentItem {
    font-size: 18px;
    padding: 12px 24px 12px 5px;
    border-bottom: 1px dotted;
}

.tournamentItem:nth-child(even) {
    background: #f8f1ff;
}

.tournamentItem .tourCat,
.tournamentItem .tourDate,
.tournamentItem .tourName,
.tournamentItem .tourPlace {
    font-size: 15px;
    line-height: 28px;
}

.tournamentItem .tourCat {
    display: inline-block;
    width: 73px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}

.tournamentItem .schedule {
    background: #f39800;
}

.tournamentItem .result {
    background: #61138a;
}

.tournamentItem .journal {
    background: #b78be3;
}

.tournamentItem .tourDate {
    margin-right: 25px;
}

.tournamentItem .tourName {
    margin-right: 25px;
}

.tournamentItem .goDetail {
    float: right;
}


/*single-tournament*/
.single-tournament .containerinner {
    padding-bottom: 55px;
    border-bottom: 1px solid #707070;
}

.single-tournament .detailH2 {
    font-family: YuMincho,'Yu Mincho',serif;
    font-size: 30px;
    margin-bottom: 46px;
    padding-bottom: 7px;
    border-bottom: 3px solid #61138a;
}

.single-tournament .detailH3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 3px 9px;
    border-bottom: 1px solid #ccc;
}

.single-tournament .detailH3:not(:first-of-type) {
    margin-top: 50px;
}

.single-tournament .detailH3::before {
    position: absolute;
    left: 0;
    display: block;
    width: 3px;
    height: 19px;
    content: '';
    background: #61138a;
}

.single-tournament .article p {
    line-height: 1.5;
    margin: 0 0 1em 13px;
}

.single-tournament .article h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 13px;
}

.single-tournament .searchWrap {
    width: 585px;
    margin-bottom: 70px;
    padding-top: 30px;
}


/*member*/
.memberWrap {
    width: 100%;
    margin: 50px auto 0;
}

.memberWrap .grade {
    font-family: YuMincho,'Yu Mincho',serif;
    font-size: 30px;
    clear: both;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 3px solid #61138a;
}

.memberWrap .male {
    font-size: 18px;
    clear: both;
    margin-top: 15px;
    padding-left: 6px;
    border-left: 6px solid #bd92e8;
}

.memberWrap .itemWrap {
    margin-top: 25px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
}

.memberWrap .mb20 {
    margin-bottom: 20px;
}

.memberItem {
    /* float: left; */
    width: 306px;
    /* margin: 25px 15px 0 0; */
    border-collapse: separate;
    border: 1px solid #ccc;
}

.memberItem:nth-of-type(3n) {
    margin-right: 0;
}

.memberItem .itemTh {
    font-size: 13px;
    position: relative;
    width: 95px;
    padding: 6px 5px 6px 13px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: #8e57ab;
}

.memberItem tr:not(:last-of-type) .itemTh {
    border-bottom: 1px solid #fff;
}

.memberItem .itemTh::before {
    position: absolute;
    left: 5px;
    width: 3px;
    height: 12px;
    content: '';
    background: #fff;
}

.itemTd .spanJob {
    font-size: 12px;
    vertical-align: middle;
    color: #642784;
}

.memberItem .itemTd {
    line-height: 1.5;
    padding: 8px 0 8px 8px;
    vertical-align: middle;
    background: #f7f3f9;
}

.memberItem tr:not(:last-of-type) .itemTd {
    border-bottom: 1px solid #8e57ab;
}


/*OBOG*/
.obogsearchWrap {
    position: relative;
    width: 100%;
}

.obogsearchWrap .searchBox {
    display: block;
    float: left;
    padding: 8px;
    vertical-align: middle;
}

.obogsearchWrap .bnrWrap {
    float: right;
}

.obogsearchWrap .bnrWrap {
    float: right;
}

.obogsearchWrap .bnr1 {
    width: 300px;
}

.obogsearchWrap .bnr2 {
    width: 178px;
}

.obogsearchWrap .bnrWrap a:first-child .bnrImg {
    margin-right: 10px;
}

/*OBOGlist*/
.tableListWrap {
    width: 830px;
    margin: 60px auto 0;
}

.tableListWrap table {
    border: 1px solid #ccc;
}

.tableListWrap .tableList1 {
    float: left;
    width: 333px;
}

.tableListWrap .tableList1 tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.tableListWrap .tableList1 th {
    width: 111px;
    padding: 0 7px;
    text-align: left;
    background: url(../images/obog/bg_table.jpg) top left;
}

.tableListWrap .tableList1 td {
    line-height: 2.4;
    padding: 0 0 0 16px;
    border-left: 1px solid #ccc;
}

.tableListWrap .tableList2 {
    float: right;
    width: 468px;
}

.tableListWrap .tableList2 th {
    width: 104px;
    padding: 7px 15px;
    text-align: left;
    background: url(../images/obog/bg_table.jpg) top left;
}

.tableListWrap .tableList2 td {
    line-height: 2;
    padding: 7px 0 7px 16px;
    border-left: 1px solid #ccc;
}

.tableListWrap .tableList2 tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.page-oboglist .tableP {
    line-height: 1.5;
    margin-top: 60px;
    text-align: center;
}


/*history*/
.historyWrap {
    width: 830px;
    margin: 45px  auto 70px;
}

.historyTable {
    font-family: YuMincho,'Yu Mincho',serif;
    width: 830px;
    border-left: 4px solid #61138a;
}

.historyTable th {
    width: 170px;
    padding-left: 15px;
    text-align: left;
}

.historyTable th,
.historyTable td {
    line-height: 1.8;
    padding: 2px 15px;
}

.historyTable tr {
    border-bottom: 1px solid #ccc;
}

.historyTable tr:nth-child(even) {
    background: #f8f1ff;
}


/*sitemap*/
.sitemapWrap {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sitemapWrap ul {
    margin-left: 10px;
}

.sitemapWrap li {
    margin: 18px 0;
    padding-left: 13px;
    background: url(../images/ico_newslist.png) no-repeat left center;
}

.sitemapWrap li a {
    text-decoration: none;
    color: #000;
}

.sitemapWrap li a:hover {
    text-decoration: underline;
    color: #636262;
}

/*cotact*/
.page-contact .contactWrap {
    max-width: 697px;
    margin: 25px auto 0;
}

.page-contact .guide {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}

.page-contact .lead {
    font-size: 18px;
    margin-bottom: 15px;
}

.page-contact .txt {
    line-height: 1.5;
}

.page-contact .contacttable {
    width: 697px;
    margin: 0 auto;
    border: solid 1px #394057;
}

.page-contact .contacttable th {
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    border-top: solid 1px #bcc1cf;
    background-color: #9442c0;
}

.page-contact .required {
    font-weight: bold;
    color: #f00;
}

.page-contact .thtxtarea {
    height: 116px;
    vertical-align: text-top;
}

.page-contact .contacttable td {
    padding: 10px;
    vertical-align: middle;
    border-top: solid 1px #bcc1cf;
}

.page-contact .contacttable input {
    width: 293px;
    height: 28px;
}

.page-contact .contacttable .style-check input {
    width: auto;
    height: auto;
}

.page-contact textarea {
    width: 100%;
}

.page-contact .btn {
    font-size: 15px;
    font-weight: bold;
    width: 134px;
    height: 48px;
    margin: 20px auto;
    padding: 11px 10px 10px 10px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: url(../images/contact/bg_btnsubmit.png);
    background-size: contain;
}

.page-contact .wpcf7-form p {
    text-align: center;
}

.page-contact #back {
    margin-right: 10px;
}


@media screen and (max-width:949px) {
    /*general*/
    .breadcrumb {
        display: none;
    }

    .containerinner {
        width: 100%;
        padding: 20px 10px 0;
    }

    .searchWrap {
        display: block;
        width: 100%;
    }

    .searchWrap h3 {
        display: block;
        margin-bottom: 15px;
    }

    .searchWrap h3::after {
        width: 100%;
    }

    .searchWrap span {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

    .searchWrap .searchBox {
        display: block;
        float: right;
    }

    /*OBOG*/
    .searchWrap .obsearchBox {
        float: none;
        margin: 0 auto 10px;
    }

    .obogsearchWrap .bnrWrap {
        float: none;
    }

    .obogsearchWrap .bnrBox {
        display: block;
        margin: 0 auto 10px;
    }

    .obogsearchWrap .bnrImg {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }

    .obogsearchWrap .bnrWrap a:first-child .bnrImg {
        margin-right: auto;
    }

    /*tournament*/
    .tournamentWrap {
        max-width: 100%;
    }

    .tournamentItem .tourCat {
        margin-right: 5px;
    }

    .tournamentItem .tourDate,
    .tournamentItem .tourName {
        margin-right: 30px;
    }

    /*member*/
    .memberWrap {
        width: 100%;
    }

    .memberWrap .itemWrap {
        width: 100%;
        max-width: 627px;
        margin: 0 auto 70px;
    }

    .memberWrap .memberItem:nth-of-type(3n) {
        margin-right: 15px;
    }

    .memberWrap .memberItem:nth-of-type(2n) {
        margin-right: 0;
    }

    /*oboglist*/
    .tableListWrap {
        width: 100%;
    }

    .tableListWrap .tableList1,
    .tableListWrap .tableList2 {
        float: none;
        width: 100%;
    }

    .tableListWrap .tableList1 {
        margin-bottom: 40px;
    }

    .tableListWrap .tableList1 th {
        width: 120px;
    }

    .tableListWrap .tableList1 .tdName,
    .tableListWrap .tableList1 .tdYear {
        line-height: 2;
        width: 40%;
    }

    /*history*/
    .historyWrap,
    .historyTable {
        width: 100%;
    }

    /*single-news*/
    .singleWrap .imgWrap {
        margin-bottom: 25px;
        padding-top: 25px;
    }

    .singleWrap .txt {
        padding-bottom: 25px;
    }

    .singleWrap .back {
        margin-bottom: 50px;
    }


    /*single-tournament*/
    .single-tournament .searchWrap {
        width: 100%;
        margin-bottom: 0;
    }

    .single-tournament .searchWrap span {
        display: block;
        text-align: center;
    }

    .single-tournament .searchWrap .searchBox {
        float: none;
        margin: 25px auto 0;
    }

    /*contact*/
    .page-contact .contactWrap {
        max-width: 100%;
    }

    .page-contact .contacttable {
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    /*news*/
    .articleWrap {
        width: 539px;
    }

    .articleWrap > .article:nth-of-type(3n) {
        margin-right: 43px;
    }

    .articleWrap > .article:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:780px) {
    /*tournament*/
    .tournamentItem {
        padding: 12px 5px 12px 5px;
    }

    .tournamentItem .tourCat {
        font-size: 13px;
        float: left;
        width: auto;
        padding: 0 6px;
        vertical-align: middle;
    }

    .tournamentItem .tourName {
        font-size: 21px;
        /*margin-bottom: 8px;*/
        display: block;
        float: left;
        clear: left;
        margin-top: 8px;
        margin-right: 15px;
    }

    .tournamentItem .tourPlace {
        font-size: 21px;
        display: block;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .tournamentItem .goDetail {
        display: block;
        clear: both;
    }

    /*history*/
    .historyTable th {
        width: 142px;
    }
}

@media screen and (max-width:700px) {
    /*member*/
    .memberWrap .memberItem:nth-of-type(3n) {
        margin-right: auto;
    }

    .memberWrap .memberItem:nth-of-type(2n) {
        margin-right: auto;
    }

    .memberWrap .memberItem {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 30px auto 0;
    }

    .page-contact .contacttable th,
    .page-contact .contacttable td {
        display: block;
        width: 100%;
    }

    .page-contact .thtxtarea {
        height: auto;
    }

    .page-contact .contacttable input {
        width: 100%;
    }

    .page-contact .contacttable .style-check input {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width:590px) {
    /*news*/
    .articleWrap {
        width: 100%;
    }

    .articleWrap > .article:nth-of-type(3n) {
        margin-right: auto;
    }

    .articleWrap > .article:nth-of-type(2n) {
        margin-right: auto;
    }

    .articleWrap .article {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .article .eyeCatch {
        max-width: 100%;
    }

    .articleWrap div[class*='cat_']::before {
        left: 15px;
    }

    .searchWrap .searchBox {
        float: none;
        width: 100%;
    }

    /*tournament*/
    /*oboglist*/
    .tableListWrap .tableList1 th,
    .tableListWrap .tableList2 th {
        display: block;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    .tableListWrap .tableList1 .tdName,
    .tableListWrap .tableList1 .tdYear {
        display: block;
        float: left;
    }

    .tableListWrap .tableList1 .tdName {
        border: none;
    }

    .tableListWrap .tableList2 .tdPref,
    .tableListWrap .tableList2 .tdName,
    .tableListWrap .tableList2 .tdYear {
        display: block;
    }

    .tableListWrap .tableList2 .tdPref {
        border-bottom: 1px solid #ccc;
        border-left: none;
        background: url(../images/obog/bg_table.jpg) top left;
    }

    .tableListWrap .tableList2 .tdName {
        float: left;
        width: 40%;
        border-left: none;
    }

    .tableListWrap .tableList2 .tdYear {
        float: left;
    }
}

@media screen and (max-width:420px) {
    .searchWrap .searchBox .selectBox {
        float: none;
        text-align: center;
    }

    .searchWrap .searchBox .searchBtn {
        display: block;
        float: none;
        margin: 10px auto 0;
    }

    /*history*/
    .historyTable th {
        font-size: 18px;
        font-weight: bold;
        display: block;
        width: auto;
    }

    .historyTable td {
        display: block;
    }
}
