body {
    overflow-x: hidden;
    padding-left: 0px;
    line-height: 160%;
    background-color: #fff;
}

.notAllowNoCheck {
}

.displayNone {
    display: none;
}

.relative {
    position: relative;
}

#header {
    z-index: 100;
}

#content_wrap {
    min-height: 680px;
    padding-bottom: 32px;
    background-color: #fff;
}

#leftNav {
    position: relative;
}

#leftNavFixed {
    position: fixed;
    padding: 0 15px;
    height: 100%;
    overflow: scroll;
    padding-top: 0;
    top: 71px;
    z-index: 0;
}

#leftNav-innerBoxFixed {
}

/*.wrapper-scroll-lock #leftNav {
    position: fixed;
    top: 76px;
    width: 89%;
}*/

#leftNav-innerBox {
    position: absolute;
}

#fixed_flashMessage_wrap {
    position: fixed;
    bottom: 24px;
    right: 16px;
    width: 100%;
    /*height: 20%;*/
    display: none;
    z-index: 10000;
}

#fixed_modal_wrap {
}

.flashMessage {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 35px 8px 8px;
    margin-bottom: 0;
    line-height: 22px;
}

#mypageArea {
    padding-top: 10px;
}

.table-vertical-middle {
}

.table-vertical-middle th {
    vertical-align: middle !important;
}

.table-vertical-middle td {
    vertical-align: middle !important;
}

.badge {
    font-size: 10px;
}

.badge-danger {
}

.table-calender {
}

.table-calender > thead > tr > th {
    padding: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.table-calender > tbody > tr > td {
    text-align: center;
    padding: 4px;
    font-size: 12px;
}

.glyphicon {
    font-size: 110%;
}

.tooltip_calender-info {
    cursor: pointer;
}

#panel-heading-request-list {
    color: #008cba;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 0;
    padding-bottom: 0px;
}

#panel-heading-request-list-inner {
    color: #008cba;
    border-bottom: 1px solid #008cba;
    border-left: 6px solid #008cba;
    padding: 3px 8px 5px;
    font-weight: bold;
    background-color: #fff;
}

.border-h2 {
    border-bottom: 3px solid;
    padding: 3px 8px 5px 4px;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px;
}

.checkbox-list {
    padding: 0;
    margin-bottom: 0;
}

.checkbox-list li {
    list-style: none;
    float: left;
    padding: 4px;
    width: 170px;
}

.checkbox-list label {
    cursor: pointer;
}

.list-group-item > a {
    display: block;
}

/*.wrapper-scroll-lock {
    position: fixed;
    width: 100%;
    right: 8px;
}*/

.modal {
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
}

.modal-dialog {
    height: auto;
    padding: 0;
}

.fc-sun {
    background-color: #f0c6c3;
}

.fc-sat {
    background-color: #b6d2de;
}

#scheduleLoading {
    position: absolute;
    z-index: 100;
    top: 50%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px #000;
    padding: 16px 48px;
    left: 50%;
    margin-left: -80px;
}

.pagination {
    margin: 8px 0;
    font-size: 13px;
    border: 1px solid #bbb;
    background-color: #fafafa;
    padding: 2px 8px;
}

.pagination .current {
    color: #ffffff;
    background-color: #008cba;
    border-color: transparent;
    cursor: default;
    border-radius: 2px;
    padding: 1px 4px;
    margin-left: 2px;
    font-size: 12px;
}

#content {
    padding: 0;
}

.chat-ul {
    padding: 0;
    margin: 0;
}

.chat-ul > li {
    border-radius: 12px;
    position: relative;
    padding: 4px 9px;
    transition: all 0.2s ease-in-out;
    list-style: none;
    margin: 6px;
    /* white-space: pre; */
    min-height: 30px;
}

.chat-ul > li:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 10px;
    background-color: inherit;
}

.chat-ul > li.user {
    border: 1px solid #98BED3;
    background-color: #F1FAFF;
    color: #555;
    font-weight: normal;
    margin-right: 24px;
    margin-left: 10px;
}

.chat-ul > li.owner {
    border: 1px solid #A0B4A0;
    background-color: #F2F8F2;
    color: #555;
    font-weight: normal;
    margin-left: 24px;
    margin-right: 10px;
}

.chat-ul > li.user:before {
    left: -6px;
    top: 6px;
    border-left: 1px solid #98BED3;
    border-bottom: 1px solid #98BED3;
    transform: rotate(30deg) skew(146deg);
    -moz-transform: rotate(30deg) skew(146deg);
    -webkit-transform: rotate(30deg) skew(146deg);
    -o-transform: rotate(30deg) skew(146deg);
    -ms-transform: rotate(30deg) skew(146deg);
}

.chat-ul > li.owner:before {
    right: -6px;
    top: 6px;
    transform: rotate(210deg) skew(146deg);
    -moz-transform: rotate(210deg) skew(146deg);
    -webkit-transform: rotate(210deg) skew(146deg);
    -o-transform: rotate(210deg) skew(146deg);
    -ms-transform: rotate(210deg) skew(146deg);
    border-bottom: 1px solid #A0B4A0;
    border-left: 1px solid #A0B4A0;
}

.postListTab {
    /* border: 1px solid #bbb; */
    border-top: 0;
    background-color: #fff;
}

.postlist-tile {
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    color: #c9302c;
    margin-bottom: 3px;
    line-height: 120%;
    overflow: hidden;
}

.modal-header {
    padding: 8px 15px;
    background-color: #f5f6f6;
}

.modal-title {
    font-size: 14px;
}

.modal-content {
    border-radius: 4px;
    overflow: auto;
}

.modal-footer {
    padding: 8px 10px;
    border-radius: 0;
}

.postlist-username {
    display: block;
    font-size: 11px;
    padding-top: 3px;
    text-align: left;
    word-break: break-all;
    line-height: 120%;
}

.postlist-userthumb_img {
    width: 100%;
}

.postlist-date {
    font-size: 12px;
}

.postlist-wrap {
    padding-top: 5px;
    overflow: auto;
    padding-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.postlist-wrap:last-child {
    border-bottom: 0;
}

.subtitle {
    font-size: 15px;
    margin: 0 7px 2px;
    padding: 10px 0 3px;
    border-bottom: 1px solid #ddd;
    color: #666;
}

.user_posted_img {
    height: 94px;
    max-width: 100%;
    margin: 3px auto 8px;
    display: block;
}

.postlist-body {
    font-size: 12px;
    color: #555;
    line-height: 110%;
}

.postlist-buttons-wrap {
    padding: 4px 12px 8px 0;
    overflow: auto;
}

.postlist-comments-wrap {
    overflow: auto;
}

.postlist-comment {
    overflow: auto;
    clear: both;
    padding: 10px;
    margin: 10px;
    border-top: 1px dashed #aaa;
}

.postlist-comment-body {
    font-size: 12px;
    color: #777;
}

.profile-count-box {
}

.profile-count-box > h3 {
    margin: 10px 0;
}

.leftnavi-link-wrap {
    clear: both;
    margin-top: 8px;
    padding: 10px 4px 2px;
    border-top: 1px dotted #aaa;
}

.leftnavi-link-wrap a.leftnavi-link-a-home,
.leftnavi-link-wrap a.leftnavi-link-a-info {
    background-color: #FFFFFF;
}

.leftnavi-link-wrap a.leftnavi-link-a-home {
    background: url(../img/mypage.jpeg) 2% 50% no-repeat;
    background-size: 20px 20px;
}

.leftnavi-link-wrap a.leftnavi-link-a-info {
    background: url(../img/information.jpeg) 2% 50% no-repeat;
    background-size: 20px 20px;
}

.leftnavi-link-wrap a.leftnavi-link-a-enpitsu {
    background: url(../img/enpitsu-white.png) 2% 50% no-repeat;
    background-size: 20px 20px;
}

.leftnavi-link-wrap-enpitsu {
    background-color:#c9302c;
    padding-bottom: 8px;
}

.leftnavi-link-wrap span.leftnavi-link-search {
    background: url(../img/search.jpeg) 2% 50% no-repeat;
    background-size: 20px 20px;
    cursor: auto;
}

.mainv_img_new {
    margin-top: 15px;
}

.slick-slide {
    outline: none;
}

.leftnavi-link-a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0 0 0 35px;
}

.postListAjaxLoadBtn,
.postCateAjaxLoadBtn {
    margin: 10px 0;
    background-color: #fafafa;
}

.leftNavi-circle {
    width: 75px;
    background-color: #fff;
    border-radius: 50%;
    height: 75px;
    text-align: center;
    position: relative;
    margin: 0 auto 10px;
}

.leftNavi-circle-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

#footer_wrap {
    border-top: 2px solid #888;
    padding: 10px 0;
    width: 100%;
}

#footer {
}

#flink_nav {
}

#footer_copy {
    float: left;
    font-size: 12px;
    margin-top: 8px;
}

.float-ul {
    padding: 0;
    margin: 0;
}

.float-ul > li {
    float: left;
    list-style: none;
    padding: 6px;
    font-size: 12px;
}

.float-ul > li > a {
}

.hr-content-split {
    margin: 0;
    /* border-top: 1px solid #bbb; */
    border-top: 5px solid #ffffff;
    clear: both;
}

#rigthCol {
}

.sharePostOnFacebook {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #566583;
    padding: 3px 3px 2px 5px;
    font-size: 11px;
    line-height: 17px;
    border-color: transparent;
    box-sizing: border-box;
    height: 24px;
    padding: 3px 5px 2px;
    width: 69px;
}

.sharePostOnFacebook:hover, .sharePostOnFacebook:active, .sharePostOnFacebook:focus {
    color: #fff;
}

.sharePostOnFacebook > img {
    height: 13px;;
}

.sharePostOnTwitter {
    padding: 3px 3px 3px 4px;
    font-size: 11px;
    background-color: #55ACEE !important;
    color: #fff !important;
    /* border-color: #6F9ABA !important; */
    border-color: transparent;
    box-sizing: border-box;
    height: 24px;
    width: 69px;
}

.sharePostOnTwitter > img {
    height: 12px;
    margin: 0 1px 2px 0;
}

.likebutton_wrap {
    overflow: auto;
    display: block;
}

.likebutton_wrap_inline {
    display: inline;
}

.likebutton_wrap_inline {
    display: inline;
}

.commentSubmitForm {
}

.submitComment {
}

.modalPostDetailLoadArea {
    text-align: center;
}

.modalPostDetailShowArea {
}

.alaxLoadImgwrap {
    display: block;
    text-align: center;
    background: #ddd;
    margin: 10px;
    border-radius: 8px;
    padding: 5px;
}

.comment-userthumb_wrap {
}

.show-post-detail {
    font-size: 90%;
    padding-left: 4px;
}

.red {
    border: 2px solid red;
}

.text-red {
    color: red;
}

#fixed_footernavi_wrap {
    position: fixed;
    z-index: 200;
    bottom: 0px;
    height: 52px;
    width: 100%;
    color: #fafafa;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.3);
    transition: bottom 200ms linear;
    overflow: visible;
}

#fixed_footernavi {
}

#footernavi_ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footernavi_li {
    float: left;
    display: table;
    line-height: 0px;
    text-align: center;
    width: 25%;
    position: relative;
}

.footernavi_li_active {
}

.footernavi_li_a {
    display: block;
    color: #555;
    text-align: center;
    text-decoration: none;
    height: 53px;
    padding: 6px 0 4px;
    border-top: 1px solid #fff;
    box-shadow: -1px 0 0 #fff;
    border-left: 1px solid #bbb;
    font-weight: bold;
}

.footernavi_li_a:hover {
    color: #888;
    text-decoration: none;
}

.footernavi_icons {
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 24px;
}

.footernavi_span {
    font-size: 10px;
    display: block;
}

#fixed_footernavi_wrap {
}

#fixed_footernavi {
    overflow: visible;
}

#footernavi_ul {
}

#footernavi_ul li {
}

.footernavi_li {
}

.footernavi_li_a {
}

.loginRequire {
}

.footernavi_icons {
}

.footernavi_span {
}

.notify_span {
}

#mainv_wrap {
    padding: 0 0 6px;
}

.navbar-default .navbar-nav > li:not(:first-child) {
    border-top: 1px solid #eee;
}

#mainv {

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    #mainv_logo {
        height: 70px;
        background: url(../img/mainv_logo.png) no-repeat;
    }
    .thumbnail_about img {
        width: 612px;
    }
    .col-main_wrap {
        width: 70%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-main_top-right {
        width: 30%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

#howToUseSection {

}

.questions_wrap {

}

#search_result_list_h2 {

}

.section_h2 {

}

.questions_separator {

}

.question_h3 {

}

.questoins_answer {

}

#newsPopPc_wrap {
    position: absolute;
    left: 105%;
    z-index: 100;
    width: 320px;
    font-size: 12px;
    line-height: 120%;
    top: -15px;
}

#newsPopPc {
    padding: 0 8px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    max-height: 180px;
    min-height: 60px;
    overflow: scroll;
}

#newsPopPc:after {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 31px;
    left: -9px;
}

#newsPopPc:before {
    content: '';
    position: absolute;
    border-right: 12px solid #aaa;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 31px;
    left: -11px;
}

.newsPopUl {
    padding: 0;
    margin: 0;
}

.newsPopUl li {
    list-style: none;
    padding: 10px 4px;
}

.newsPopUl li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}

.newsPopUl li a {
}

.newsPop_usersumb {
    width: 30px;
    float: left;
    margin-right: 4px;
}

#newsPopSp_wrap {
    position: fixed;
    left: 50%;
    margin-left: -40%;
    z-index: 100;
    width: 80%;
    font-size: 12px;
    line-height: 120%;
    top: 195px;
}

#newsPopSp {
    padding: 0 8px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    max-height: 220px;
    min-height: 60px;
    overflow: scroll;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

#newsPopSp:after {
    content: '';
    position: absolute;
    border-bottom: 12px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -10px;
    right: 50%;
}

#newsPopSp:before {
    content: '';
    position: absolute;
    border-bottom: 12px solid #aaa;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -12px;
    right: 50%;
}

#newsPopSpUl {
    padding: 0;
    margin: 0;
}

#newsPopSpUl li {
    list-style: none;
    padding: 10px 4px;
    text-align: left;
}

#newsPopSpUl li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}

#newsPopSpUl li a {
}

.FbBtn {
    background-color: #3b5998;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}

.FbBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0;
}

.FbBtnImg {
    display: inline;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.TwBtn {
    background-color: #55ACEE;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}

.TwBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0;
}

.TwBtnImg {
    display: inline;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.likebox_wrap {
    padding: 8px 1px 8px 8px;
}

.plist_likebox {
    float: left;
}

.hr-spacer {
    margin: 1px 0;
    border: 1px solid transparent;
}

.likebox {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    /* background-color: #eee; */
    font-size: 11px;
    padding: 0px 4px;
    display: inline-block;
    box-sizing: border-box;
    height: 24px;
    color: #333;
    font-weight: normal;
}

.likebox.alreadyLiked {
    /* border-color: #c9302c; */
    /* background-color: #c9302c; */
    /* color: #fff; */
    color: #c9302c;
    font-weight: bold;
}

.likebox_inner {
    font-size: 13px;
}

.likebox_span {
    margin-right: 2px;
    font-size: 13px;
}

.likebox_icon {
    font-size: 13px;
    line-height: 13px;
    margin: 2px 7px 0 0;
}

.likebox_likenums_span {
    background-color: transparent;
    color: inherit;
    text-shadow: none;
    border-radius: 2px;
    font-size: 13px;
    position: relative;
    padding: 0px 2px 1px 3px;
    height: 16px;
    line-height: 17px;
    display: inline-block;
    /* box-shadow: 0 0 1px #000; */
}

.likebox_likenums_span:before {
    content: '';
    position: absolute;
    /* border-right: 8px solid #fafafa; */
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    top: 2px;
    left: -5px;
}

#sp_notify_badge {
    background-color: #c9302c;
    top: -3px;
    position: absolute;
    right: 4px;
    padding: 3px 5px;
    border-radius: 50%;
}

.error-message {
    color: #CF2D19;
    font-size: 90%;
}

.nav-tabs > li > a {
    position: relative;
}

.nav-tabs > li:not(:last-child) > a:before {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #ccc;
    z-index: 10;
    right: 0;
    top: 15%;
}

#postdetailarea {
    background-color: #fff;
}

.bg-white {
    padding: 8px 15px;
    background-color: #fff;
    overflow: auto;
}

.section {
}

.section h2 {
}

.section h2.h3 {
    margin-top: 30px;
}

#nologin_pop {
    position: relative;
    overflow: visible;
    margin-top: 10px;
    font-size: 12px;
    line-height: 140%;
    background-color: #FFF2F1;
    /* background-color: #CF2D19; */
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #CF2D19;
    height: 45px;
    font-weight: bold;
    /* color: #fff; */
    color: #CF2D19;
}

#nologin_pop:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 22px;
    right: 68px;
    top: -12px;
    border-left: 1px solid #CF2D19;
    border-bottom: 1px solid #CF2D19;
    transform: rotate(30deg) skew(146deg);
    -moz-transform: rotate(30deg) skew(146deg);
    -webkit-transform: rotate(89deg) skew(146deg);
    -o-transform: rotate(30deg) skew(146deg);
    -ms-transform: rotate(30deg) skew(146deg);
    background-color: #FFF2F1;
}

#nologin_pop:after {
    content: '';
}

.message-pop-block {
    position: relative;
    overflow: visible;
    margin-top: 6px;
    font-size: 12px;
    line-height: 140%;
    background-color: #F9F9F9;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    /* height: 45px; */
    /* font-weight: bold; */
    color: #777;
    z-index: 10000;
    text-align: left;
}

.message-pop-block:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 22px;
    left: 22px;
    top: -12px;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    transform: rotate(30deg) skew(146deg);
    -moz-transform: rotate(30deg) skew(146deg);
    -webkit-transform: rotate(89deg) skew(146deg);
    -o-transform: rotate(30deg) skew(146deg);
    -ms-transform: rotate(30deg) skew(146deg);
    background-color: #F9F9F9;
    z-index: 10;

    background: -moz-linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 60%, rgba(249, 249, 249, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(59%, rgba(249, 249, 249, 1)), color-stop(60%, rgba(249, 249, 249, 0)), color-stop(100%, rgba(249, 249, 249, 0)));
    background: -webkit-linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 60%, rgba(249, 249, 249, 0) 100%);
    background: -o-linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 60%, rgba(249, 249, 249, 0) 100%);
    background: -ms-linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 60%, rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 60%, rgba(249, 249, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#00f9f9f9', GradientType=1);

}

.message-pop-block:after {
    content: '';
}

.likebutton-comment {
    display: none;
}

.list-group {
    border-radius: 0;
}

.list-group-item {
    border-radius: 0 !important;

    border-color: #ddd;
}

.vertical-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-middle-cheveron {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.m3 {
    margin: 3px 0;
}

.lineButtonWrap > a > img {
    height: 25px !important;
    width: 91px !important;
}

.shareWithMail {
    padding: 4px 5px 3px 5px;
    font-size: 11px;
    background-color: #fff !important;
    /*color: #fff !important;*/
    border-color: #ccc;
    /*border-color: transparent;*/
    box-sizing: border-box;
    height: 25px;
    width: auto;
    margin-bottom: 4px;
}

/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/* if xs-size */
@media screen and (max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 100;
    }

    .xs-no-padding {
        padding: 0;
    }

    .xs-narrow-padding {
        padding: 0 5px;
    }

    #content_wrap {
        padding: 66px 8px 0;
    }

    .nav-tabs > li > a {
        padding: 6px 0;
        font-size: 14px;
        margin-right: 0;
        display: block;
    }

    .postlist-comment {
        margin: 5px 0;
        padding: 5px;
        overflow-y: hidden;
    }

    #footer_wrap {
        padding-bottom: 70px;
    }

    .postlist-buttons-wrap {
        padding: 4px 3px 8px 0;
        overflow: auto;
        /* text-align:center; */
    }

    #mainv_wrap {
        padding: 0px;
        margin: -15px -5px 0;
    }
    .xs-text-center{
        text-align: center;

    }

}

/* if sm-size only */
@media (max-width: 991px) and (min-width: 768px) {
    #nologin_pop:before {
        right: 28px;
    }

    #nologin_pop {
        height: 30px;
    }
}

/******reset all buttons to default style*****/
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-color: transparent;
}

.btn-primary, .btn-info, .btn-warning, .btn-success {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    border-color: transparent;
}

/******* top category box *******/
#topCategoriesBox{}
@media screen and (max-width: 767px) {
    #topCategoriesBox {
        max-height: 120px;
        overflow: hidden;
    }
}
#topRightBar .post_ctrl_wrap{}
/******Top header*******/

.icon-search {
    /*font-size: 30px;*/
    position: relative;
    top: -2px;
}

i.glyphicon.glyphicon-search.icon-search::before {
   display: inline-block;
   height: 100%;
}

.top_right_post {
    border-bottom: 1px dotted #aaaaaa;
}

.page-about {
    font-family: "Hiragino Kaku Gothic ProN";
}

#form-login-user {
    font-family: "Hiragino Kaku Gothic ProN";
}

/*.search-post {
    margin: 12px 7px 0 0;
    background-color: #fff;
    font-size: 22px;
    color: #000000;
}*/

.search_img,
.twitter_img,
.facebook_img{
    width: 32px;
}

.facebook_img_campaign{
    width: 55px;
}

.twitter_img_campaign{
    width: 90px;
    background-color: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.5));
}

.twitter_page {
    position: relative;
    display: block;
    padding: 12px 9px 10px 15px;
    float: left;
}

.facebook_page {
    position: relative;
    display: block;
    padding: 12px 0px 10px 0px;
    float: left;
}

.camping-office {
    margin-bottom: -5px;
    margin-top: -90px;
    padding-left: 57%;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .camping-office {
        padding-left: 52%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .twitter_page_logged {
        margin-left: 285px;
    }
    .twitter_page_not_login {
        /*margin-left: 35px;*/
        float: left;
    }
    .twitter_img_campaign {
        width: 50px;
    }
    .facebook_img_campaign{
        width: 32px;
    }
    .camping-office {
        margin-bottom: -5px;
        margin-top: -50px;
        padding-left: 60%;
    }
}

#loginButton,
.logoutCampaignButton,
.home-page-req {
    margin: 8px;
}

#registerForm {
    display: none;
    clear: both;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px){
    
    .search-post {
        margin-top: 10px;
    }
    
    #loginButton {
        margin: 8px 0px 8px 4px;
    }
    
    #loginCampaignButton {
        margin: 8px 8px 8px 4px;
    }
    
    .home-page-req {
        margin: 8px 4px 8px 8px;
    }
    
    .search_img,
    .twitter_img,
    .facebook_img,
    .facebook_img_campaign {
         width: 30px;
    }
    .twitter_img_campaign {
        width: 45px;
    }
    
    .twitter_page,
    .facebook_page{
        position: relative;
        display: block;
        padding: 9px 4px 4px 0px;
        float: left;
    }
    
    .btn-sp {
        padding: 6px 4px;
    }
    
/*    .search-post {
        margin: 12px 0 0 0;
        font-size: 22px;
    }*/
    
    .navbar-menu {
        margin-right: 5px;
        margin-left: 4px;
    }
}
@media screen and (max-width: 373px){

    .search_img,
    .facebook_img,
    .twitter_img,
    .facebook_img_campaign {
        width: 25px;
    }
    
    .twitter_img_campaign {
        width: 42px;
    }
    
    .search-post {
        margin-top: 13px;
    }
    
    .twitter_page,
    .facebook_page {
        padding: 12px 2px 5px 0px;
    }
    
    .FbBtnImg {
        margin-right: 4px;
    }
    
    .TwBtnImg {
        margin-right: 4px;
    }
    
    .btn-sp {
        padding: 5px 2px;
    }
    
    #loginButton {
        margin: 11px 0px 5px 3px;
        font-size: 0.8em;
    }
    
    #loginCampaignButton {
        margin: 11px 8px 5px 4px;
        font-size: 0.8em;
    }
    
    .home-page-req {
        margin: 11px 4px 0px 3px;
        font-size: 0.8em;
    }

    .navbar-menu {
        padding: 4px 4px;
        margin: 12px 5px 8px 3px;
    }
    
}

.user_comment {
    word-break: break-all;
}

/******Page campaign******/
.page-campaign {
    font-family: "Hiragino Kaku Gothic ProN";
}

.content-image {
    width: 100%;
    height: auto;
    /*background: url(../img/campaign/header.png) no-repeat;*/
    /*background-size: 100% auto;*/
    /*z-index: -999999;*/
    opacity: 0.4;
}

.view_more_main_visual {
    /*font-weight: bold;*/
    font-size: 1.1em;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    color: #C00000;
    background: #d0cece;
}

.notify-top {
    clear: both;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
}

.notify-text {
    padding: 12px;
    margin-bottom: 0px;
    font-size: 0.9em;
}

.notify-text-title {
    color: #ffffff;
    background-color: #d8392e;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 0.9em;
}

.notify-first {
    color: #c43f2b;
    background: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    
    #loginCampaignButton {
        margin: 8px 15px 0 8px
    }
    .content-top {
        margin-left: 15px;
        margin-right: 15px;
    }
    #newsPopSp {
        display: none;
    }
    .profile-text {
        margin: 15px 0 0 0;
    }
}

.info-user-left {
    padding-right: 0;
}

.info-campaign {
    display: none;
    clear: both;
    border-top: none;
    border: solid #eeeeee 1px;
    border-top: none;
    margin-bottom: 10px;
    margin-top: -10px;
}

.info-campaign-header {
    display: none;
    background-color: #ffffff;
    border: solid #d0cece 1px;
    font-size: 0.8em;
}

.info-campaign-header > p,
.info-campaign > p {
    margin: 0px 10px 5px 10px;
    padding-top: 5px;
}

.campaign-content-margin-top {
    display: none;
}

.form-control-campaign {
    font-size: 0.8em;
}

.campaign-post-form {
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media screen and (min-width: 992px) {
    .content-top {
        margin-left: 93px;
        margin-right: 93px;
    }
}

@media screen and (min-width: 1200px){
    .content-top {
        margin-left: 110px;
        margin-right: 110px;
    }
}

@media screen and (max-width: 767px){
    .content-top-mobile {
        right: 8px;
        left: 8px;
        width: auto;
        position: fixed;
        top: 50px;
        z-index: 1;
        border-top: solid #FFFFFF 5px;
    }
    .camping-office {
        margin-top: -45px;
        margin-bottom: -5px;
        padding-left: 52%;
    }
    .info-user-left {
        width: 100%;
    }
}

@media screen and (max-width: 373px){
    .notify-text {
        padding: 10px;
        font-size: 14px;
    }
    .form-control-campaign {
        font-size: 0.64em;
    }
    .camping-office {
        margin-top: -42px;
        margin-bottom: -5px;
        padding-left: 50%;
    }
    
}

@media screen and (max-width: 323px){
    .imgInputGroupDelete{
        margin-top: 5px;
    }
    .user_posted_img{
        height: 68px;
    }
    
}

@media screen and (max-width: 363px){
    .user_posted_img{
        height: 65px;
    }
    
}

.post-campaign {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding-bottom: 10px;
    margin-top: 10px;
}
.show-about-req {
    background-color: #eeeeee;
    cursor: pointer;
}

#form-login-user-campaign {
    font-family: "Hiragino Kaku Gothic ProN";
    border: 1px solid #000000;
}

.skip-login {
    background-color: #767171;
    margin: 15px 0px 5px 0px;
    padding: 15px;
}

.btn-skip-login {
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
}

.xs-narrow-padding-campaign {
    color: #000000;
    background-color: #d0cece;
    border: none;
}

.btn-submit-post-campaign {
    background-color: #f9c933;
    color: #C00000;
    font-size: 0.8em;
    font-weight: bold;
}

.tab-type-campaign-post-list {
    width: 50%;
    text-align: center;
}

.row_new_post_campaign {
    clear: both;
    background-color: #ffffff;
    overflow: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}

#fixed_flashMessage_intro_register {
    position: fixed;
    top: 90px;
    right: 16px;
    width: 100%;
    /*height: 15%;*/
    display: none;
    z-index: 9999;
}

.link_to_campaign {
    width: 100%;
    height: auto;
}

.image_campaign {
    width: 100%;
    height: auto;
}

/**** Button login campaign page ****/
@-webkit-keyframes glowing {
    0% { background-color: #FF0000; -webkit-box-shadow: 0 0 3px #FF0000; }
    50% { background-color: #F3F720; -webkit-box-shadow: 0 0 10px #F3F720; }
    100% { background-color: #FF0000; -webkit-box-shadow: 0 0 3px #FF0000; }
}

@-moz-keyframes glowing {
    0% { background-color: #FF0000; -moz-box-shadow: 0 0 3px #FF0000; }
    50% { background-color: #F3F720; -moz-box-shadow: 0 0 10px #F3F720; }
    100% { background-color: #FF0000; -moz-box-shadow: 0 0 3px #FF0000; }
}

@-o-keyframes glowing {
    0% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
    50% { background-color: #F3F720; box-shadow: 0 0 10px #F3F720; }
    100% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
}

@keyframes glowing {
    0% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
    50% { background-color: #F3F720; box-shadow: 0 0 10px #F3F720; }
    100% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
}

.btn-login-campaign {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

/**** Flash message when not logged in ****/
.flashMessage-campaign {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 35px 8px 8px;
    margin-bottom: 0;
    line-height: 22px;
}

.post-date {
    float: right;
}

.comment-date {
    margin-top: -16px;
    font-size: 75%;
}

.comment-body-ajax {
    float: left;
}


.color-92d050 {
    background-color: #92d050;
}
.color-ed7d31 {
    background-color: #ed7d31;
}
.color-ffc000 {
    background-color: #ffc000;
}
.color-d0cece {
    background-color: #d0cece;
}

.alert_post {
    width: 113px;
    height: 43px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    background-color: #f2f2f2;
    float: right;
}

.btn-circle {
    width: 14px;
    height: 12px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    float: right;
    z-index: 9;
    position: relative;
    cursor: default;
}

.title_status {
    font-size: 9px;
    padding: 4px 7px 1px 7px;
    color: #7f7f7f;
}

.post_status {
    padding: 0px 1px;
    width: 25%;
}

.body_status {
    padding: 0px 10px 0px 4px;

}

.btn-status {
    height: 12px;
    width: 25%;
    display: inline-block;
    float: left;
    padding-right: 2px;
    position: relative;
}

.check-status-before {
    width: 1px;
    float: left;
    background: #f2f2f2;
    height: 15px;
    position: absolute;
    left: 7px;
    z-index: 8;
    /*display: none;*/
}

.check-status-after {
    width: 1px;
    float: right;
    background: #f2f2f2;
    height: 15px;
    position: absolute;
    right: 1px;
    z-index: 8;
    /*display: none;*/
}
.status-glyphicon {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 9px;
    color: white
}

.style-hr-status {
    position: relative;
    border: 0.5px solid #d0cece;
    width: 87%;
    display: block;
    top: 6px;
    left: 8px;
    text-align: center;
}
.btn-status-icon {
    position: absolute;
    right: 2px;
    top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.btn-status-toppage {
    cursor: default;
    padding: 0px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.btn-status-toppage:hover, .btn-status-toppage:focus {
    color: white;
    font-weight: bold;
}
.user-setting-callModal {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .user-setting-callModal {
        display: inline;
    }
}
/* croppie css */
@media screen and (max-width: 768px) {
    #avatarImage {
        margin: 10px 1px 5px 0px;
    }
}
.croppie-container .cr-slider-wrap {
    margin: 25px auto;
}
.cropAvatar {
    z-index: 9999;
}
.section-title span{
    line-height:40px;
    margin-top:50px;
    display:inline-block;
}
.crop-zone-overlay {
    /*display: none;*/
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.96);
}
.avatar-wrap .edit-avatar:hover{
    opacity:1;
}
.postlist-body {
    padding-bottom: 10px;
}