@charset "utf-8";
/*テスト用のスタイルシートはここに書く、本番に反映したら移すこと*/

/*口コミ検索結果*/

.kutikomi_tool_shortcode {}

.kutikomi_tool_shortcode .kuti_search_mun {
    background: #579FDE;
    color: #fff;
    padding: 5px;
}

.kutikomi_tool_shortcode .kuti_search_conditions {
    background: #F3F3F3;
    padding: 5px;
    overflow: scroll;
}

.kutikomi_tool_shortcode .kuti_search_conditions p {
    margin-bottom: 0px;
    max-width: 680px;
    white-space: nowrap;
}

.kutikomi_tool_shortcode .kuti_search_conditions p span {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    display: inline-block;
}

.kutikomi_tool_shortcode .kuti_search_more {
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
}

.kutikomi_tool_shortcode .tool_group li {}

.kutikomi_tool_shortcode .tool_group {
    overflow: hidden;
}

.kutikomi_tool_shortcode input[type=checkbox] {
    display: none;
}

.kutikomi_tool_shortcode input[type=radio] {
    display: none;
}

.kutikomi_tool_shortcode .tool_group li {
    width: 33%;
    padding: 0px 4px;
    float: left;
    font-size: 13px;
}

.kutikomi_tool_shortcode .tool_group2 li {
    padding: 0px 4px;
    float: left;
    font-size: 12px;
    display: inline-block;
}

.kutikomi_tool_shortcode .check_label {
    margin: 0px 0 15px 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
    color: #333;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ACACAC;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.kutikomi_tool_shortcode .check_label2 {
    margin: 0px 0 5px 0px;
    width: 100%;
    text-align: center;
    padding: 3px 7px;
    cursor: pointer;
    color: #333;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ACACAC;
}

.kutikomi_tool_shortcode .tool_active {
    background-color: #E7477A !important;
    color: #fff !important;
}

.kutikomi_tool_shortcode .applist_top .tool_active {
    background-color: #fff !important;
    color: #333 !important;
}

.kutikomi_tool_shortcode .search_more {
    width: 48%;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    color: #6E6A6A;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.kutikomi_tool_shortcode .re_search {
    width: 48%;
    float: right;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    color: #6E6A6A;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.kutikomi_tool_shortcode .re_search2 {
    width: 98%;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    color: #6E6A6A;
    border-radius: 10px;
    border: #F76026 1px solid;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background: #F86625;
    color: #fff;
    padding: 8px;
}

.kutikomi_tool_shortcode .reviews {
    border: #B4B4B4 1px solid;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}

.kutikomi_tool_shortcode .reviews_icon {
    width: 50px;
    float: left;
}

.kutikomi_tool_shortcode .reviews_icon img {
    margin: 0px;
    padding: 0px;
}

.kutikomi_tool_shortcode .reviews_title {
    margin-left: 60px;
}

.kutikomi_tool_shortcode .reviews_title p {
    margin-bottom: 0px;
}

.kutikomi_tool_shortcode .reviews_text {
    clear: both;
    border-top: #B4B4B4 1px solid;
    padding: 9px;
    font-size: 13px;
}

.kutikomi_tool_shortcode .reviews_text p {
    margin-bottom: 20px;
    /* font-size:13px;
    line-height:180%; */
}

.kutikomi_tool_shortcode .reviews_text p:last-child {
    margin-bottom: 0px;
}

.kutikomi_tool_shortcode .reviews_text .tag {
    font-size: 12px;
    margin-bottom: 0px;
    clear: both;
    float: none;
}

.kutikomi_tool_shortcode .reviews_text .tag span {
    margin-right: 8px;
    color: #4C1CD3;
}

.kutikomi_tool_shortcode .reviews_head {
    background: #FCFBFB;
    padding: 9px;
    margin: 0px;
    overflow: hidden;
    border-radius: 15px;
}

.kutikomi_tool_shortcode div.reviews_text_footer {
    margin-bottom: 0px;
    font-size: 12px;
    color: #666;
    background: #FCFBFB;
    border-top: #B4B4B4 1px solid;
    padding: 5px 10px;
}

.kutikomi_tool_shortcode .reviews_title_info {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    height: 2.2em;
    overflow: hidden;
}

.kutikomi_tool_shortcode .reviews_title_info span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kutikomi_tool_shortcode .reviews_title_detail {
    font-size: 12px;
    padding-top: 5px;
}

.kutikomi_tool_shortcode .rebiews_rate img {
    width: 80px;
    vertical-align: text-top;
}

.kutikomi_tool_shortcode .reviews_title_detail span {
    /* margin-right:5px; */
}

.kutikomi_tool_shortcode .reviews_times {
    margin-left: 10px;
    color: #666;
    float: right;
    margin-bottom: 5px;
}

.pagination-wrapper {}

.pagination-wrapper .page-numbers {
    background: #fff;
    display: inline-block;
    padding: 3px 6px;
    margin: -3px;
    border: #C5C3B7 1px solid;
    color: #000;
    font-size:12px;
}

.pagination-wrapper .current {
    background: #322204;
    color: #fff;
    font-weight: bold;
}

.pagination-wrapper .page-numbers:first-child {
    border-radius: 7px 0px 0px 7px;
}

.pagination-wrapper .page-numbers:last-child {
    border-radius: 0px 7px 7px 0px;
}

@charset "utf-8";
/*テスト用のスタイルシートはここに書く、本番に反映したら移すこと*/

/*口コミ業者単体用*/

.next_btn {
    text-align: center;
    border: 1px solid #aaa;
    padding: 7px;
    background: #f8f8f8;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    cursor: pointer;
    width: 100%;
}

.next_btn:after {
    content: "\f103";
    font-family: fontawesome;
    font-size: 15px;
}

#kutikomi_result_only {
    background: #F2F2F2;
    padding: 10px;
    margin-bottom: 20px;
}

#kutikomi_result_only p {
    margin-bottom: 0px;
}

.kutikomi_result_only_ratebox {
    border: 1px solid #B4B4B4;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

#kutikomi_result_only .rateinfo {}

#kutikomi_result_only .rateinfo img {
    width: 110px;
    vertical-align: unset;
}

#kutikomi_result_only .rate_all {
    font-weight: bold;
    font-size: 20px;
}

#kutikomi_result_only .rate_point {
    font-weight: bold;
    font-size: 22px;
    color: #CC002A;
}

#kutikomi_result_only .rate_max {
    font-weight: bold;
}

#kutikomi_result_only .rate_allapp_rank {
    font-size: 15px;
    position: relative;
    margin-left: 0px;
    margin-bottom: 5px;
}

#kutikomi_result_only .rate_allapp_rank img {
    width: 24px;
    margin-right: 5px;
    margin-bottom: 0px;
    vertical-align: -5px;
}

#kutikomi_result_only .rate_allapp_rank span {
    font-weight: bold;
    font-size: 19px;
    margin: 0px 3px;
}

#kutikomi_result_only .rate_allapp_rank span.small {
    font-weight: nomal;
    font-size: 12px;
}

#kutikomi_result_only .rate_right {
    width: 48%;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 10px 0px
}

#kutikomi_result_only .rate_right img, #kutikomi_result_only .rate_left img {
    width: 20px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0px;
}

#kutikomi_result_only .rate_left {
    width: 48%;
    float: right;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 10px 0px
}

h2.rate_distribution {
    margin-top: 15px;
    font-size: 18px;
}

.rate_distribution img {
    width: 90px;
    margin-right: 5px;
    vertical-align: -3px;
}

.rate_distribution span {
    margin-right: 5px;
}


.bar_box {
    margin-bottom: 0px;
}

.bar-graph {
    margin-bottom: 10px;
}

li.graph-a {
    margin: 0
}

.graph-a dd span::after {
    box-shadow: -2px 0px 0px 1px #EA6427;
}

li.graph-b {
    margin: 0
}

.graph-b dd span::after {
    box-shadow: -2px 0px 0px 1px #EA6427;
}

li.graph-c {
    margin: 0
}

.graph-c dd span::after {
    box-shadow: -2px 0px 0px 1px #EA6427;
}

li.graph-d {
    margin: 0
}

.graph-d dd span::after {
    box-shadow: -2px 0px 0px 1px #EA6427;
}

li.graph-e {
    margin: 0
}

.graph-e dd span::after {
    box-shadow: -2px 0px 0px 1px #EA6427;
}

.bar-graph dl {
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0
}

.bar-graph dt {
    border: none;
    flex-basis: 15%;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: auto 0;
}

.bar-graph dd {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

.bar-graph dd span {
    position: relative;
    height: 30px;
    display: block;
    border-radius: 0 100px 100px 0;
    overflow: visible;
    white-space: nowrap;
    text-align: right;
    padding: 3px 5px 0 0;
    color: #000;
    font-size: 14px;
    font-weight:bold;
    padding-left:10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

.graph-a dd {
    background-color: #fff7eb;
}

.graph-a dd span {
    background-color: #ffbf75;
    width: 80%;
}

.graph-b dd {
    background-color: #fff7eb
}

.graph-b dd span {
    background-color: #ffbf75;
    width: 90%;
}

.graph-c dd {
    background-color: #fff7eb
}

.graph-c dd span {
    background-color: #ffbf75;
    width: 100%;
}

.graph-d dd {
    background-color: #fff7eb;
}

.graph-d dd span {
    background-color: #ffbf75;
    width: 90%;
}

.graph-e dd {
    background-color: #fff7eb;
}

.graph-e dd span {
    background-color: #ffbf75;
    width: 80%;
}

.justify {
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    color: #b1b1b1;
    font-weight: 700;
    font-size: 0.7rem;
}

.app_data_detail {
    margin-bottom: 20px;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #000000;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 2px 0;
    background: #FDFBDD;
    border: 1px #bfbfbf;
    box-shadow: 2px 2px 0px 0px rgb(226, 223, 172);
}

.cp_actab label img {
    width: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #fff;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}

/* :checked */

.cp_actab input:checked~.cp_actab-content {
    max-height: 100em;
    margin-top: 15px;
}

/* Icon */

.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox]+label::after {
    content: '+';
}

.cp_actab input[type=checkbox]:checked+label::after {
    transform: rotate(315deg);
}

.app_reviewrank {
    border-bottom: 1px solid #C5C5C5;
    margin: 10px 0px;
    padding: 10px 0px;
}

.app_reviewrank:before {
    background: url(/wp-content/images/rank-1.png);
    background-size: contain;
    z-index: 100;
}

.app_reviewrank .app_reviewrank_infobox {
    margin-left: 100px;
    position: relative;
    overflow: hidden;
}

.app_reviewrank figure.img-thumbnail{
    float: left;
    width: 100px;
    height: 100px;
    border: none;
    margin-bottom: 0px;
}

.app_reviewrank_no1, .app_reviewrank_no2, .app_reviewrank_no3 {
    overflow: visible;
}

.app_reviewrank_no1:before {
    background-image: url(https://jsbs2012.jp/cross-search/img/gold-medal.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 7px;
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: visible;
}

.app_reviewrank_no2:before {
    background-image: url(https://jsbs2012.jp/cross-search/img/silver-medal.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 7px;
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: visible;
}

.app_reviewrank_no3:before {
    background-image: url(https://jsbs2012.jp/cross-search/img/bronze-medal.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 7px;
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: visible;
}

.app_reviewrank p {
    margin-bottom: 0px;
}

.app_reviewrank .app_name {
    font-size: 22px;
    font-weight: bold;
}

.app_reviewrank .app_info {
    font-weight:bold;
}

.app_reviewrank .app_info .bbr{
    margin-right:25px;
}


.app_reviewrank .app_info img {
    height: 15px;
    margin-right: 8px;
}

.app_reviewrank .rate_right {
    width: 48%;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 10px 0px;
    font-size: 12px;
}

.app_reviewrank .rate_right img, .app_reviewrank .rate_left img {
    width: 15px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0px;
}

.app_reviewrank .rate_left {
    width: 48%;
    float: right;
    display: block;
    text-align: center;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 10px 0px;
    font-size: 12px;
}

#kutikomi_tool_result .tabbtn3 ul {
    display: table;
    width: 100%;
}

#kutikomi_tool_result .tabbtn3 li {
    display: table-cell;
    text-align: center;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    width: 2%;
}

#kutikomi_tool_result .tabbtn3 li a {
    font-weight: bold;
    display: block;
    margin: 0 0px 0 0px;
    border-radius: 8px 8px 0px 0px;
    background: #ffedd1;
    padding: 6px 18px;
    border-bottom: #d6c7b0 10px solid;
    border-right: 1px #fff solid;
    color: #000;
}

#kutikomi_tool_result .tabbtn3 li a:before {}

#kutikomi_tool_result .tabbtn3 .active a {
    color: #000;
    background: #E35A33;
    color: #fff;
    position: relative;
    margin: 10px 0;
    z-index: 100;
    padding-top: 13px;
}

#kutikomi_tool_result .tabbtn3 .active a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #E35A33;
    z-index: 10;
}

#kutikomi_tool_result .tabbtn3 .active hover {}

/*口コミ業者単体用*/

/*口コミ検索結果*/

.faceicon span {
    font-size: 10px;
    text-align: center;
    color: #333;
    display: block;
}

.text_h_box {
    font-weight: bold;
    padding-left: 24px;
    padding-bottom: 5px;
}

.text_h_box:before {
    display: block;
    content: ' ';
    background-image: url(https://jsbs2012.jp/img/svg/icon_fukidashi.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.use_app_box {
    background: #FDFBDD;
    border-top: #B4B4B4 1px solid;
    margin: 0px;
    overflow: hidden;
}

.app_more i {
    margin-right: 5px;
}

.app_more a {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: bold;
}

.use_app_box_topright {
    width: 35%;
    float: right;
    padding: 15px 10px 0px 10px;
}

.use_app_box_topleft {
    width: 65%;
    float: left;
    padding: 10px 0px 10px 10px;
}

.use_app_box li {
    padding: 4px;
}

.use_app_box .use_app_icon img {
    width: 50px;
    float: left;
    margin-bottom: 0px;
    margin-right: 9px;
}

.use_app_box .app_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    display: block;
}

.use_app_box .app_name_sub {
    /* margin-top:20px; */
    color: #666;
    display: block;
    font-size: 12px;
}

.app_box_link .app_box_link .linkbutton {
    width: 30%;
    float: left;
}

#kutikomi_tool_result .bigining_text {
    padding: 10px;
}

#kutikomi_tool_result .bigining_text p:last-child {
    padding: 0px;
    margin: 0px;
}

.app_box_link {
    clear: both;
    margin-bottom: 10px;
}

.use_app_box p {
    clear: both;
    font-size: 12px;
    padding: 0px 0px 0px 15px;
    margin: 10px;
}

.use_app_box_title {}

#app_moreinfo {
    clear: both;
}

.app_moreinfo_title {
    float: none;
    clear: both;
    padding: 5px 8px;
    margin: 10px 10px 0px 10px;
    border-left: #445671 7px solid;
    font-weight: bold;
    sbackground: #fff;
    display: inline-block;
    font-size: 15px;
    color: #475670;
}

.app_moreinfo_link {
    margin: 0px;
    padding: 5px 0px 10px 12px;
}

.app_moreinfo_link li a {
    color: #000;
    font-size: 13px;
}

.app_moreinfo_link li {
    padding: 0px 0px 0px 25px;
}

.app_moreinfo_link li:before {
    display: inline-block;
    position: relative;
    left: -8px;
    font-family: FontAwesome;
    content: "\f0da";
}

.app_moreinfo_link_sub {}

.app_moreinfo_link_sub li {
    padding-left: 40px;
    line-height: 180%;
    font-size: 12px;
}

.app_moreinfo_link_sub li:before {
    content: "L";
}

#kutikomi_tool_result {}

#kutikomi_tool_result .kuti_search_mun {
    background: #579FDE;
    color: #fff;
    padding: 5px;
}

#kutikomi_tool_result .kuti_search_conditions {
    background: #F3F3F3;
    padding: 5px;
    overflow: scroll;
}

#kutikomi_tool_result .kuti_search_conditions p {
    margin-bottom: 0px;
    max-width: 680px;
    white-space: nowrap;
}

#kutikomi_tool_result .kuti_search_conditions p span {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    display: inline-block;
}

#kutikomi_tool_result .kuti_search_more {
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
}

#kutikomi_tool_result .tool_group li {}

#kutikomi_tool_result .tool_group {}

#kutikomi_tool_result input[type=checkbox] {
    display: none;
}

#kutikomi_tool_result input[type=radio] {
    display: none;
}

#kutikomi_tool_result .tool_group li {
    width: 33%;
    padding: 0px 4px;
    float: left;
    font-size: 13px;
}

#kutikomi_tool_result .tool_group2 li {
    padding: 0px 4px;
    float: left;
    font-size: 12px;
    display: inline-block;
}

#kutikomi_tool_result .check_label {
    margin: 0px 0 15px 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
    color: #333;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ACACAC;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

#kutikomi_tool_result .check_label2 {
    margin: 0px 0 5px 0px;
    width: 100%;
    text-align: center;
    padding: 3px 7px;
    cursor: pointer;
    color: #333;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ACACAC;
}

#kutikomi_tool_result .tool_active {
    background-color: #E7477A !important;
    color: #fff !important;
}

#kutikomi_tool_result .applist_top .tool_active {
    background-color: #fff !important;
    color: #333 !important;
}

#kutikomi_tool_result .search_more {
    width: 48%;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    color: #6E6A6A;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#kutikomi_tool_result .re_search {
    width: 48%;
    float: right;
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px;
    color: #6E6A6A;
    border-radius: 10px;
    border: #C5C5C5 2px solid;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#kutikomi_tool_result .reviews {
    border: #B4B4B4 1px solid;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}

#kutikomi_tool_result .reviews_icon {
    width: 50px;
    float: left;
}

#kutikomi_tool_result .reviews_icon img {
    margin: 0px;
    padding: 0px;
}

#kutikomi_tool_result .reviews_title {
    margin-left: 60px;
}

#kutikomi_tool_result .reviews_title p {
    margin-bottom: 0px;
}

#kutikomi_tool_result .reviews_text {
    clear: both;
    border-top: #B4B4B4 1px solid;
    padding: 9px;
    font-size: 13px;
}

#kutikomi_tool_result .reviews_text p {
    margin-bottom: 20px;
}

#kutikomi_tool_result .reviews_text .tag {
    font-size: 12px;
    margin-bottom: 0px;
    clear: both;
    float: none;
}

#kutikomi_tool_result .reviews_text .tag span {
    margin-right: 8px;
    color: #4C1CD3;
}

#kutikomi_tool_result .reviews_head {
    background: #FCFBFB;
    padding: 9px;
    margin: 0px;
    overflow: hidden;
    border-radius: 15px;
}

#kutikomi_tool_result .reviews_title_info {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    height: 2.2em;
    overflow: hidden;
}

#kutikomi_tool_result .reviews_title_info span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#kutikomi_tool_result .reviews_title_detail {
    font-size: 12px;
    padding-top: 5px;
}

#kutikomi_tool_result .rebiews_rate img {
    width: 80px;
    vertical-align: text-top;
}

#kutikomi_tool_result .reviews_title_detail span {
    /* margin-right:5px; */
}

#kutikomi_tool_result .reviews_times {
    margin-left: 10px;
    color: #999;
    float: right;
    margin-bottom: 5px;
}