.form-control::placeholder {
    color: #fff;
}

.cate-panel {
    position: relative;
}

.cate-item, .cate-item-top {
    position: relative;
    background-color: #b0bac0;
    line-height: 16px;
    padding: 6px 45px 1px 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.cate-item:hover {
    background-color: #000;
}
.cate-item:first-child {
    border-top: 1px solid #fff;
}

.cate-item .c-en,
.cate-item-top .c-en,
.cate-item .c-jp,
.cate-item-top .c-jp {
    color: #2a2f33;
}

.cate-item .c-en,
.cate-item-top .c-en {
    font-size: 14px;
}

.cate-item .c-jp,
.cate-item-top .c-jp {
    font-size: 11px;
}

.cate-item:hover .c-en,
.cate-item-top:hover .c-en,
.cate-item:hover .c-jp,
.cate-item-top:hover .c-jp {
    color: #fff;
}

.cate-item .cate-img,
.cate-item-top .cate-img {
    position: absolute;
    background-color: #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    right: 3px;
    top: 3px;
}
.cate-item-top {
    border: none !important;
    background-color: #b0bac0 !important;
}
.cate-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.post-panel {
    background-color: #b0bac0;
    color: #2a2f33;
    padding: 15px;
}
.post-cate-item {
    display: inline-block;
    position: relative;
    background-color: #2a2f33;
    color: #fff;
    line-height: 16px;
    text-align: left;
    padding: 6px 45px 4px 10px;
    width: 240px;
    font-weight: normal;
}
.post-cate-item .c-en {
    font-size: 14px;
}
.post-cate-item .c-jp {
    font-size: 11px;
}
.post-cate-item .cate-img {
    position: absolute;
    background-color: #FFF;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
}
.post-date {
    float: right;
}
.post-display-date {
    float: right;
}

.post-display-date .b-en {
    font-size: 1.1em;
}

.post-display-date .b-jp {
    font-size: .8em;
    margin-top: 3px;
}

.post-title {
    text-align: center;
    margin: 20px 5px;
}
.p-en {
    font-size: 17px;
}
.p-jp {
    font-size: 13px;
}
.post-desc {
    padding: 0 40px;
    margin-bottom: 30px;
}

.post-desc p.en {
    line-height: 1.3em;
    margin-bottom: 3px;
    font-size: 1.1em;
}

.post-desc p.jp {
    line-height: 1.55em;
    font-size: .9em;
    margin-bottom: 14px;
}

.post-desc blockquote {
    padding: 0 8%;
    text-align: center;
    margin-bottom: 14px;
}

.post-desc ol {
    margin-left: 1em;
}

.btn-blog1 {
    line-height: 15px;
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 4px 10px 3px;
    font-size: 13px;
}

.btn-blog1:hover {
  color: #e7e7e8;
}

body.user div.user-account button.btn {
    padding: 2px 15px !important;
}

button .b-en {
    font-size: 12px;
}
button .b-jp {
    font-size: 10px;
}
.sep-comment-line {
    margin-left: 30px;
    margin-right: 30px;
}
.comment-panel {
    padding: 0 40px;
}
.comment-item {
    margin-top: 30px;
}
.comment-text {

}
.comment-date {
    text-align: right;
}
.comment-button {
    margin-top: 40px;
    text-align: right;
}

.open-button {
    margin-top: 10px;
}
.close-button {
    margin-top: 10px;
}

#dlg_content_comment .modal-header {
    color: #000;
}
.btn-primary {
    background-color: #000 !important;
}
.btn-primary:hover {
    background-color: #000 !important;;
}

.no-matching-item {
    border-top: 1px solid #a7a9ac;
    padding-top: 20px;
}
.no-matching-title {
    font-size: 16px;
}
.no-matching-desc {
    font-size: 14px;
}

#inp_word_search {
  background-color: #939598;
  border-radius: 0;
}

.btn-blog-search {
    position: absolute;
    top: -5px;
    right: 15px;
    bottom: 0px;
    width: 34px;
    cursor: pointer;
    background-image: url(../img/btn_forum_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.d-en {
    font-size: 15px;
}
.d-jp {
	font-size: 12px;
	display: block;
}

.modal-body > .d-en, 
.modal-body > .d-jp {
	display: block;
	padding: 0 2rem;
}

#btn_notice_ok {
	padding-right: 3rem;
	padding-left: 3rem;
}

.modal-header {
	text-transform: uppercase;
}

.modal-body ul {
	list-style: initial;
	margin-top: .6rem;
	padding-left: 3rem;
	padding-right: 2.5rem;
}

@media (max-width: 767px) {
    div.settings-row > div.row > div:first-child {
        margin-bottom: 1em;
    }
}

@media (max-width: 567px) {
    .post-desc {
        padding: 0;
    }

    body.program-viewer .accountnav a:first-child {
        float: left;
        text-align: left;
        padding-right: 15px;
    }
    body.program-viewer .accountnav a:last-child {
        float: right;
        text-align: right;
        padding-left: 15px;
    }
    .col-xt-12 {
        width: inherit;
    }
    div.post-cate-item {
        width: 100%;
        margin-bottom: 1em;
    }
    div.post-display-date {
        margin-bottom: 1em;
    }
    div.post-title {
        clear: both;
    }
    div.comment-panel {
        padding: 0 20px;
    }
}


div.text-center {
    /* margin-top: 25px; */
}

div.text-center.accountnav {
    float: right;
}

