html body, html button, html input, html select, html textarea, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.top_0 {
    margin-top: 0;
}

.top_10 {
    margin-top: 10px;
}

.top_20 {
    margin-top: 20px;
}

.top_40 {
    margin-top: 40px;
}

.bottom_20 {
    margin-bottom: 20px;
}

.bottom_40 {
    margin-bottom: 40px;
}

.padding_10{
    padding: 10px;
}

.left_10 {
    margin-left: 10px;
}

.left_20 {
    margin-left: 20px;
}

.left_40 {
    margin-left: 40px;
}

.lr_10 {
    margin-left: 10px;
    margin-right: 10px;
}

.lr_20 {
    margin-left: 20px;
    margin-right: 20px;
}

.table_90 {
    width: 90%;
}

.section {
    margin-bottom: 40px;
}

.clickable:hover{
    cursor:pointer;
}

.bold {
    font-weight: bold;
}

.red_bold {
    color: red;
    font-weight: bold;
}

.bg-light-gray{
    background: #f3f3f2;
}

.border-radius-3{
    border-radius: 3px;
}

.table_bottom_border{
    border-bottom: 1px solid #ddd;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.submit-div{
    float: right;
}

/*
* service page
 */
.service_edit_part{
    border-top: 1px solid #e9e9e9;
}

.category_select .level-1{
    margin-left: 30px;
}
.category_select .level-2{
    margin-left: 60px;
}

.category_select .level-3{
    margin-left: 90px;
}

.message_section{
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}

.entry-content ul.service_taxonomy_items{
    margin: 0em auto;
}
.service_taxonomy_items,
.service_taxonomy_items ul{
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
}
.service_taxonomy_items li{
    list-style: none;
    display: inline-block;
    margin: 0;
}
.service_taxonomy_items li a{
    display: inline-block;
    background-color: aliceblue;
    color: #666;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    pointer-events: none;
}

.custtax{
    display: inline-block;
    background-color: aliceblue;
    color: #666;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 10px;
}

.supplier_section{
    background: antiquewhite;
    font-size: 1rem;
    padding: 10px;
}
.supplier_section a{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #999
}
.message_stop_accept {
    background: #efefef;
    font-size: 1rem;
    padding: 10px;
}
.entry_count_section{
    margin-bottom: 20px;
}
.entry_count_input{
    text-align: right;
    width: 80px;
}
.entry_count_label{
    font-weight: bold;
    margin-right: 20px;
}
.add-option-block-title{
    font-weight: bold;
}
.add-option-block-item{
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.add-option-block-item-name{
    width: 75%;
}
.add-option-block-item-price{
    width: 25%;
}
.entry_amount_input{
    width: 140px;
    margin-right: 5px;
}

.service_edit_part .pods-boolean label{
    padding-top: 11px;
    padding-bottom: 2px;
}

.pods-form-front .pods-field-input .pods-currency-container input{
    width: 200px;
}

.pods-form-front .pods-field-input .service-author-input{
    width: 100px;
}

/* rating */
span.comment-rating-star, span.comment-rating-star span {
    display: block;
    background: url('images/star.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    margin: 0 0 10px;
}

span.comment-rating-star span {
    background-position: 0 0;
}

span.comment-average-star, span.comment-average-star span {
    display: block;
    background: url('images/star.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.comment-average-star span {
    background-position: 0 0;
}

#respond .comment-form .rating-label{
    display: inline-block;
    vertical-align: middle;
}

#respond .comment-form .rating-stars{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

#respond .comment-form .rating-stars:not(:checked) > input {
    position:absolute;
    clip:rect(0,0,0,0);
}

#respond .comment-form .rating-stars:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
    line-height:1.2;
    color: #d4d4d4;
}

#respond .comment-form .rating-stars:not(:checked) > label:before {
    content: '★ ';
}
#respond .comment-form .rating-stars > input:checked + label:hover,
#respond .comment-form .rating-stars > input:checked + label:hover ~ label,
#respond .comment-form .rating-stars > input:checked ~ label:hover,
#respond .comment-form .rating-stars > input:checked ~ label:hover ~ label,
#respond .comment-form .rating-stars > label:hover ~ input:checked ~ label {
    color: #ea0 !important;
}

#respond .comment-form .rating-stars > input:checked ~ label {
    color: #ea0 !important;
}

#respond .comment-form .rating-stars > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.title-average-rating{

}

.title-average-rating .comment-average-star{
    display: inline-block;
    vertical-align: middle;
}

.title-average-rating .average-rating-num,
.title-average-rating .average-rating-count{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}

/*
* my orders page
*/
.order-list {
    margin: 0;
    border-top: 1px solid #898989;
    min-height: 760px;
}

.order-list .order-list-header-inner {
    position: relative;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
}

.order-list .order-list-inner:nth-child(2){
    border-top: 1px solid #898989;
}

.order-list .order-list-inner {
    position: relative;
    text-align: center;
    border-top: 1px dotted #898989;
    padding: 12px 0;
}

.order-list-item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.order-list-item.client-name {
    width: 22%;
}

.order-list-item.service-name {
    width: 22%;
}

.order-list-item.total-price {
    width: 22%;
}

.order-list-item.apply-dt {
    width: 26%;
}

.order-list-item.status {
    width: 26%;
}

.order-list-item.complete-dt {
}

.order-list-item.service-name {
    width: 22%;
}

.order-list-item.option-name {
    font-size: 0.9em;
}

.complete-status-block{
    width: 100%;
    text-align: right;
    background-color: #f9f9f9;
    padding: 5px;
    margin-top: 12px;
}

.complete-status-block-title{
    font-weight: bold;
}

.complete-status-block label{
    margin-right: 5px;
}

.complete-status-block .complete_btn{
    padding: 7px 14px
}

/*
* my services page
*/
.my-service-list {
    margin: 0;
    border-top: 1px solid #898989;
    min-height: 760px;
}

.my-service-list .my-service-list-header-inner {
    position: relative;
    text-align: center;
    padding: 12px 6px;
    font-weight: bold;
}

.my-service-list .my-service-list-inner:nth-child(2){
    border-top: 1px solid #898989;
}

.my-service-list .my-service-list-inner {
    position: relative;
    text-align: center;
    border-top: 1px dotted #898989;
    padding: 12px 6px;
}

.my-service-list-item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.my-service-list-item.service-name {
    width: 30%;

}

.my-service-list-item.modified-dt {
    width: 25%;
}

.my-service-list-item.note {
    width: 30%;
}
.my-service-list-item.edit {
    width: 10%;
}



/*
* talk-item page
 */
#threadContent .threadColumn {
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
}
#threadContent .threadColumn.myMessage {
    background-color: aliceblue;
}
#threadContent .threadColumn .threadText .threadHeader {
    margin-bottom: 5px;
    padding-right: 4px;
}
#threadContent .threadColumn .threadText .threadHeader .threadUserName {
    float: left;
    font-weight: 700;
}
#threadContent .threadColumn .threadText .threadHeader .threadPostTime {
    text-align: right;
    font-size: 12px;
    color: #6b6b6b;
}
#threadContent .threadColumn .threadText .threadMessage {
    line-height: 1.45;
    margin-right: 10px;
}
#threadContent .threadColumn .threadText .clip {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

#infoListContent .infoListColumn {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    min-height: 58px;
}
#infoListContent .infoListColumn:hover {
    background-color: #fffdf0;
}
#infoListContent .infoListLink {
    text-decoration: none;
}
#infoListContent .infoListLink .infoListTitle {
    color: #666;
}
#infoListContent .infoListColumn .infoListText .left .infoListTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
#infoListContent .infoListColumn .infoListText .left .infoListContent {
    color: gray;
    margin-bottom: 2px;
}
#infoListContent .infoListColumn .infoListText .infoListPostTime {
    font-size: 12px;
    float: right;
    text-align: center;
    color: #6b6b6b;
}
#infoListContent .infoListColumn.unRead {
    background-color: #e5f2e2;
}
.message-widget #infoListContent .infoListColumn .infoListText .left .infoListTitle {
    font-size: 12px;
}
.rel_service{
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 10px;
}
.rel_service_title{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700;
}
.rel_service_thumb{
    float: left;
    margin-right: 30px;
}
.rel_service_thumb .wp-post-image{
    width: 300px;
    height: 150px;
    object-fit: cover;
}
.rel_service_name {
    float: none;
    overflow: hidden;
}
.rel_service_name h3{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.6px;
}
.rel_service_name .art-btn>a{
    margin: 0 0 10px;
}

/*
* service edit page
 */
li.pods-form-ui-row-name-wpm-option1-name,
li.pods-form-ui-row-name-wpm-option2-name,
li.pods-form-ui-row-name-wpm-option3-name,
li.pods-form-ui-row-name-wpm-option4-name,
li.pods-form-ui-row-name-wpm-option5-name{
    border-top: solid 1px #eee;
    margin-top: 40px;
}

li.pods-form-ui-row-name-wpm-option1-name > div,
li.pods-form-ui-row-name-wpm-option2-name > div,
li.pods-form-ui-row-name-wpm-option3-name > div,
li.pods-form-ui-row-name-wpm-option4-name > div,
li.pods-form-ui-row-name-wpm-option5-name > div{
    margin-top: 20px;
}

/*
* service set detail page
 */
.current_terms_list li{
    list-style: none;
    margin: 4px 0;
}
.current_terms_list li a{
    pointer-events: none;
    color: #999;
}
.term_top_message{
    color: #000;
}
ul.term_set_message{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
}
ul.term_set_message li{
    margin-left: 0.5em;
    color: #000;
}


/*
* admin media uploader
 */
.media-modal .attachment-info a.edit-attachment{
    display: none;
}

.art-btn>a{
    color: #fff;
    background: #03C4EB;
    margin: 10px 0;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}
.art-btn>a:hover,
.dwqa-ask-question a:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.art-btn>a:focus,
.dwqa-ask-question a:focus {
    color: #fff;
    text-decoration: none;
}
.art-btn>a:after,
.dwqa-ask-question a:after {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    margin-left: 2px;
}
.art-btn .disable-btn,
.art-btn .disable-btn:hover,
.art-btn .disable-btn:focus {
    color: #777;
    background: #E0E0E0;
    pointer-events:none;
    border: 1px solid #979797;
}

.entry-disable-btn,
.entry-disable-btn:hover,
.entry-disable-btn:focus {
    color: #777;
    background: #E0E0E0;
    pointer-events:none;
    border: 1px solid #979797;
    margin: 10px 5px;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}

.sidebar .widget .art-btn>a {
    color: #fff;
}
.sidebar .widget .art-btn>a:hover {
    text-decoration: none;
}

textarea {
    height: 150px;
}

textarea:focus {
    border-bottom: 1px solid #5cb3fd !important;
}

/**
 * for Search and Filter
 */
.searchandfilter select {
    height: 43px;
}
.searchandfilter ul{
    margin-left: 0;
    padding-left: 0;
}
.searchandfilter select#ofcategory1,
.searchandfilter select#ofcategory2,
.searchandfilter select#ofcategory3,
.searchandfilter select#ofcategory4{
    width:200px;
}

@media screen and (max-width: 720px){
    .rel_service_thumb {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
        display: block;
    }
    .searchandfilter li{
        display: block;
    }
    .searchandfilter select#ofcategory1,
    .searchandfilter select#ofcategory2,
    .searchandfilter select#ofcategory3,
    .searchandfilter select#ofcategory4{
        width:250px;
    }

    .add-option-block-item{
        width: 100%;
    }

}
