html {
    font-size: 62.5%;
}

html>body {
    text-align: left;
    font-family: 'arial', 'Hiragino kaku Gothic Pro', 'Meiryo', 'Yu Gothic', sans-serif;
    position: relative;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 1;
    box-sizing: border-box;
    color: #222;
}

html a {
    color: #3271cc;
    cursor: pointer;
}

html div,
html a,
html span,
html ul,
html li,
html input,
html form,
html textarea,
html label,
html select {
    box-sizing: border-box;
}

.adm-nav {
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
}

.adm-cntnt {
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.aflvisitor {
    width: 100%;
    min-height: 1000px;
    margin-top: 109px;
}

.text-11,
.note-21,
.admin .newsList .news_info_text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666;
}

.note-21>a,
.admin .newsList .news_info_text>a {
    text-decoration: underline;
}

.text-12 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #222;
}

.text-12>a {
    text-decoration: underline;
}

span.important {
    color: #FF820D;
}

span.weightB {
    font-weight: bold;
}

.s-hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.loading,
.loading-b {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.loading_inner,
.loading-b_inner {
    width: 30px;
    height: 30px;
    clear: both;
    margin: 0 auto;
    border: 2px rgba(239, 87, 99, 0.3) solid;
    border-top: 2px #FF820D solid;
    border-radius: 50%;
    -webkit-animation: spinnerRot 0.8s infinite linear;
    animation: spinnerRot 0.8s infinite linear;
}

@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.loading-b {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.loading-b_inner {
    width: 50px;
    height: 50px;
}

@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.l-cntnt {
    width: 1080px;
    margin: 0 auto;
}

.ico {
    background-image: url(../../images/ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
}

.ico-Blank {
    width: 16px;
    height: 16px;
    background-position: -5px -5px;
    margin-right: 6px;
}

.ico-Check {
    width: 20px;
    height: 20px;
    background-position: -57px -5px;
}

.ico-arrow-back {
    width: 16px;
    height: 16px;
    background-position: -151px -5px;
}

.ico-arrow-bottom {
    width: 16px;
    height: 16px;
    background-position: -87px -31px;
}

.ico-arrow-next {
    width: 16px;
    height: 16px;
    background-position: -151px -31px;
}

.ico-arrow-top {
    width: 16px;
    height: 16px;
    background-position: -85px -57px;
}

.ico-biginner {
    width: 40px;
    height: 40px;
    background-position: -111px -57px;
    margin-right: 8px;
}

.ico-check-c {
    width: 26px;
    height: 26px;
    background-position: -81px -107px;
}

.ico-guide {
    width: 40px;
    height: 40px;
    background-position: -177px -5px;
    margin-right: 8px;
}

.afiHeader {
    width: 100%;
}

.afiHeader_loginArea > a {
    display: inline-block;
    vertical-align: middle;
}

.btn-close {
    padding: 3px 22px;
    font-size: 1.4rem;
    font-weight: bold;
}

.admin .newsList_more,
.admin .adItem_banners_expand>span {
    display: block;
    padding: 8px;
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}

.admin .newsList_more:hover,
.admin .adItem_banners_expand>span:hover {
    background-color: #dedede;
    cursor: pointer;
}

.admin {
    background-color: #eceeef;
    min-height: 80vh;
    padding: 20px 0;
}

.publisher_row {
    display: flex;
}

.adm-nav {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    zoom: 1;
}

.adm-nav:before,
.adm-nav:after {
    content: ' ';
    display: table;
}

.adm-nav:after {
    clear: both;
}

.adm-nav_menu {
    float: left;
    display: flex;
    height: 40px;
}

.adm-nav_menu>li {
    flex: 0 0 auto;
    border-right: 1px solid #dcdcdc;
}

.adm-nav_menu>li>a {
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.adm-nav_menu>li>a:hover {
    background-color: #f7f7f7;
}

.adm-nav_menu>li>a.active {
    color: white;
    background-color: #FF820D;
    font-weight: normal;
    position: relative;
    overflow: visible;
}

.adm-nav_menu>li>a.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #FF820D transparent transparent transparent;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
}

.adm-nav .linkToGuide {
    float: right;
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    font-size: 1.5rem;
    border-left: 1px solid #dcdcdc;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.adm-nav .linkToGuide:hover {
    background-color: #f7f7f7;
}

.adm-nav .linkToGuide .ico {
    margin-right: 6px;
}

.adm-cntnt_ttl {
    background-color: #f0f5f8;
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
    height: 48px;
    font-size: 1.6rem;
}

.adm-cntnt_ttl:before,
.adm-cntnt_ttl:after {
    content: ' ';
    display: table;
}

.adm-cntnt_ttl:after {
    clear: both;
}

.adm-cntnt_ttl_name {
    line-height: 48px;
    font-weight: bold;
    float: left;
}

.adm-cntnt_ttl_name .extra {
    font-weight: normal;
}

.adm-cntnt_ttl.important {
    background-color: #ffeeef;
    color: #FF820D;
}

.adm-cntnt_ttl.information {
    background-color: #d6e9ff;
    color: #2c82e7;
}

.adm-cntnt_ttl_links {
    float: right;
}

.adm-cntnt_ttl_links:before,
.adm-cntnt_ttl_links:after {
    content: ' ';
    display: table;
}

.adm-cntnt_ttl_links:after {
    clear: both;
}

.adm-cntnt_ttl_links>a {
    float: right;
    font-weight: normal;
    line-height: 48px;
}

.adm-cntnt_ttl_links>a+a {
    margin-right: 24px;
}

.adm-cntnt_ttl_links>a:hover {
    text-decoration: underline;
}

.adm-cntnt_sec {
    padding: 24px 20px;
}

.adm-cntnt_sec+.adm-cntnt_sec {
    border-top: 1px solid #dcdcdc;
}

.adm-cntnt_sec:last-child {
    padding: 24px 20px;
}

.adm-cntnt+.adm-cntnt {
    margin-left: 20px;
}

.tag-adStatus {
    font-size: 1.2rem;
    padding: 3px 8px;
    border-radius: 3px;
    color: #666;
}

.tag-adStatus.publish {
    background-color: #c5f7ec;
}

.tag-adStatus.stop {
    background-color: #ffdfab;
}

.tag-key {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4px;
}

.text-input-22,
input.datepicker_single[type='text'] {
    font-size: 1.4rem;
    color: #222;
    width: 100%;
    padding: 8px;
    background: #fff;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    resize: vertical;
    -webkit-transition: border 0.15s ease;
    transition: border 0.15s ease;
}

.text-input-22:focus {
    border: 1px solid #999;
}

.text-input-22[aria-invalid='true'] {
    border: 1px solid #FF820D;
}

textarea.text-input-22 {
    min-height: 100px;
}

input[type='text'].datepicker_single {
    width: auto;
    min-width: 200px;
}

.select-21 {
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #fff;
    min-width: 150px;
    max-width: 200px;
}

.select-21 select {
    position: relative;
    width: 100%;
    height: 32px;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 30px 0 8px;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    outline: none;
}

.select-21 select::-ms-expand {
    display: none;
}

.select-21_trigger {
    position: absolute;
    width: 25px;
    right: 0;
    top: 2px;
    bottom: 2px;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    background-color: #fff;
    z-index: 777;
}

.select-21_trigger_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-block;
    margin-top: 10px;
}

.select-21_bg {
    z-index: auto;
}

.select-21+.select-21 {
    margin-left: 10px;
}

.radio-22 {
    display: flex;
    padding: 0 0 6px 0;
}

.radio-22 input[type='radio'] {
    display: inline-block;
    margin-right: 6px;
}

.radio-22 input[type='radio']+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #222;
}

.radio-22 label {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

@media (min-width: 1px) {
    .radio-22 input[type='radio'] {
        display: none;
        margin: 0;
    }

    .radio-22 input[type='radio']+label {
        padding-left: 26px;
    }

    .radio-22 input[type='radio']+label::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 20px;
    }

    .radio-22 input[type='radio']:checked+label::after {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        left: 6px;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        background: #FF820D;
        border-radius: 8px;
    }
}

.formNewSite table,
.formEditSite table {
    width: 100%;
}

.formNewSite table tr,
.formEditSite table tr {
    vertical-align: top;
}

.formNewSite table th,
.formEditSite table th {
    font-weight: bold;
    width: 200px;
    padding: 16px 10px 16px 0;
    padding-right: 20px;
    text-align: left;
}

.formNewSite table th .important,
.formEditSite table th .important {
    color: #FF820D;
}

.formNewSite table th .link,
.formEditSite table th .link {
    display: block;
    font-weight: normal;
    margin-top: 8px;
    font-size: 1.3rem;
}

.formNewSite table th .link:hover,
.formEditSite table th .link:hover {
    text-decoration: underline;
}

.formNewSite table td,
.formEditSite table td {
    padding: 16px 0 16px 10px;
}

.formNewSite table .select-21,
.formEditSite table .select-21 {
    display: inline-block;
    min-width: 200px;
}

.formNewSite_adultSetting,
.formEditSite_adultSetting {
    border-top: 1px dashed #dcdcdc;
    padding: 24px 0;
}

.formNewSite_adultSetting .radio-22,
.formEditSite_adultSetting .radio-22 {
    margin-bottom: 12px;
}

.formNewSite_submit,
.formEditSite_submit {
    text-align: center;
    margin: 0 auto;
    border-top: 1px dashed #dcdcdc;
    padding: 24px 0;
}

.formNewSite_submit .btn,
.formEditSite_submit .btn {
    font-size: 1.6rem;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
}

.note-21 {
    padding: 16px;
    background-color: #fff9f0;
    font-size: 1.3rem;
}

.note-21>.pu {
    display: table-cell;
}

.toTop {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 36px 12px 12px;
    color: #666666;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
}

.toTop:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    transform: rotate(135deg);
}

.admin .quickReport {
    width: 300px;
    flex: 0 0 auto;
}

.admin .quickReport_list {
    width: 100%;
}

.admin .quickReport_list tr:first-child th,
.admin .quickReport_list tr:first-child td {
    padding-top: 0;
}

.admin .quickReport_list th,
.admin .quickReport_list td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
}

.admin .quickReport_list th {
    color: #666;
    padding-right: 10px;
}

.admin .quickReport_list td {
    font-weight: bold;
    font-size: 2rem;
}

.admin .quickReport_list td .unit {
    font-size: 1.4rem;
}

.admin .quickReport_update {
    font-size: 1.2rem;
    color: #a9a9a9;
    margin-top: 8px;
}

.admin .quickReport_btnArea {
    text-align: center;
    margin: 45px auto 0;
}

.admin .quickReport_btnArea .btn-12 {
    padding: 14px 32px;
    font-size: 1.5rem;
}

.admin .newsList>li {
    display: flex;
}

.admin .newsList>li+li {
    border-top: 1px dashed #dcdcdc;
    margin-top: 16px;
    padding-top: 16px;
}

.admin .newsList .news_thumb {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 16px;
}

.admin .newsList .news_thumb.link {
    border: solid 1px #ddd;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.admin .newsList .news_thumb.link:hover {
    opacity: 0.8;
}

.admin .newsList .news_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.admin .newsList .news_info_date {
    color: #a9a9a9;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.admin .newsList .news_info_date .tag-adStatus {
    margin-left: 8px;
}

.admin .newsList .news_info_text {
    color: #222;
}

.admin .introduceBlog {
    display: flex;
    align-items: center;
    padding: 20px;
}

.admin .introduceBlog_img {
    flex: 0 0 auto;
    margin-right: 20px;
}

.admin .introduceBlog_txt {
    flex: 1 1 auto;
    padding-right: 100px;
}

.admin .introduceBlog_txt .catch {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
}

.admin .introduceBlog_txt .subtxt {
    font-size: 1.6rem;
}

.admin .introduceBlog_link {
    flex: 0 0 auto;
    margin-left: auto;
}

.admin .introduceBlog_link .btn-11 {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.admin .siteInfo_heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.admin .siteInfo_heading>.ttl {
    font-size: 2rem;
    font-weight: bold;
}

.admin .siteInfo_heading>.btnArea {
    display: flex;
    margin-left: auto;
}

.admin .siteInfo_heading>.btnArea>.btn {
    padding: 8px 24px;
    font-size: 1.4rem;
}

.admin .siteInfo_heading>.btnArea>.btn+.btn {
    margin-left: 10px;
}

.admin .siteInfo_heading>.btnArea>.btn.delete {
    font-weight: normal;
    color: #666 !important;
}

.admin .siteInfo_detail {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    border-spacing: 0;
}

.admin .siteInfo_detail th {
    font-weight: bold;
    width: 160px;
    text-align: left;
}

.admin .siteInfo_detail th,
.admin .siteInfo_detail td {
    line-height: 1.5;
    vertical-align: top;
    padding: 12px;
}

.admin .siteInfo_detail tr {
    border-bottom: 1px dashed #dcdcdc;
}

.admin .siteInfo_detail tr.ttl,
.admin .siteInfo_detail tr:last-child {
    border-bottom: none;
}

.admin .addNewSite_addBtn {
    text-align: center;
    margin: 0 auto;
}

.admin .addNewSite_addBtn>.btn {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}

.admin .adultSetting_change {
    padding: 1px 0;
}

.admin .adultSetting_status,
.admin .adultSetting_change {
    font-size: 1.6rem;
    align-items: center;
}

.admin .adultSetting_status .btnArea,
.admin .adultSetting_change .btnArea {
    display: flex;
    margin-left: auto;
}

.admin .adultSetting_status .btnArea>.btn,
.admin .adultSetting_change .btnArea>.btn {
    padding: 8px 24px;
    font-size: 1.4rem;
}

.admin .adultSetting_status .btnArea>.btn+.btn,
.admin .adultSetting_change .btnArea>.btn+.btn {
    margin-left: 10px;
}

.admin .adultSetting_status .btnArea>.btn.delete,
.admin .adultSetting_change .btnArea>.btn.delete {
    font-weight: normal;
    color: #666 !important;
}

.admin .adultSetting_status {
    display: flex;
}

.admin .adultSetting_change {
    display: flex;
    align-items: center;
}
