/* v3.0.1 09.29.2015.1844 */

.wpcr3_myplugin_options h2 { position:relative; }
.wpcr3_myplugin_options h2 .need_pro { display:inline-block; font-size:13px; margin-left:20px; position:relative; top:-10px; font-weight:bold; }

.wpcr3_myplugin_options .w40px { width:40px; }
.wpcr3_myplugin_options .w200px { width:200px; }
.wpcr3_myplugin_options .w250px { width:250px; }

#wpcr3-meta-box b { font-weight:bold;color:#000; }

/* 日付、by　の斜体を削除 */
div.wpcr3_review_item div.wpcr3_item_name { font-size:0.8em; font-style:normal; }
div.wpcr3_review div.wpcr3_review_datePublished { font-size:0.8em; font-style:normal; }
div.wpcr3_review div.wpcr3_review_author { font-size:0.8em; font-style:normal; }


/* 口コミタイトルの文字を大きくして太字に */
div.wpcr3_review div.wpcr3_review_title {
 font-weight: bold;
 font-size:1.2em;
 display:block !important; 
    color: #f89174;
    margin-top:0.5em;
}


/* レスポンシブ */

.wpcr3_div_2 {
width: 80%!important;
}
.wpcr3_table_2 {
table-layout: fixed!important;
}
.wpcr3_respond_2 input[type=”text”] {
min-width: 100px!important;
}
.wpcr3_respond_2 textarea {
min-width: 300px !important;
/* 口コミの投稿枠の高さ */
height:250px !important;

}


/* 投稿フォームの間隔を狭める */

td,th{
	padding: 0.3em;
}


/* ボタンのデザイン */
.wpcr3_button_1 {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #44a4dd;
    border: double 4px #67c5ff;
    border-radius: 3px;
    transition: .4s;
    background: #f2fcff;
font-size: 110%;
}

.wpcr3_button_1:hover {
    background: #fffbef;
}


/* 口コミ枠のデザイン */

div.wpcr3_review .wpcr3_content{
    margin:1.5em 0 2.5em 0;
    position: relative;
    padding: 0.5em 0.75em;
    border: solid 2px #FFC778;
    border-radius: 3px 0 3px 0;
    background: #fffdf9;
}

.wpcr3_content:before,.wpcr3_content:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #FFC778;
    border-radius: 50%;
}
.wpcr3_content:after {
    top:-12px;
    left:-12px;
}
.wpcr3_content:before {
    bottom:-12px;
    right:-12px;
}
.wpcr3_content p {
    margin: 0; 
    padding: 0;
}


/* 口コミ枠内の文章の行間 */

.wpcr3_respond_1 p, .wpcr3_respond_2 p {
    line-height: 175% !important;
}


/* 「平均評価」「～件の口コミ」の文字サイズ */
div.wpcr3_aggregateRating {
    font-size: 1.1em;
    margin-bottom: 12px;
font-weight:bold;
    color: #666;
    line-height: 1px;
}
