@charset "shift_jis";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
margin:0;
border:0;
padding:0;
line-height:1.4;
position: relative;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, address,
div, form, table, caption, th, td, img {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
}

img { border: none; }


/* ------------------------------------------------------
font
------------------------------------------------------ */
strong { font-weight:normal;}
a:link { color:#004AB8;  text-decoration:none;}
a:visited { color:#941D55;  text-decoration:none;}
a:hover { color:#ff0000; text-decoration:underline;}


/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }

/* ------------------------------------------------------
   table th td 幅指定
------------------------------------------------------ */
.w135 { width:135px;}
.w135 p {margin-left:9px;}
.w250 { width:250px; }
.w315 { width: 315px; margin-left:10px; }
.w315 p { padding-left:10px; }

/* ------------------------------------------------------
   テキスト入力エリア 幅指定
------------------------------------------------------ */
.w90 { width:90px; height:20px; margin-bottom:3px;}
.w384 { width:384px; height:20px; float:left; margin-top:8px;}
.w378 { width:378px; float:left;}
.wh685 { width:697px; height:85px;}

/* ------------------------------------------------------
   margin float font 指定
------------------------------------------------------ */
.mt_15 { margin-top:15px;}
.mt_25 { margin-top:25px;}
.mb_15 { margin-bottom:15px;}
.mb_20 { margin-bottom:20px;}
.ml_8 { margin-left:8px;}
.floatL{ float:left;}
.small_font{font-size:90%;}

/* -----------------------------------------------------
     Layout Settings
------------------------------------------------------ */
div#wrap {
width:960px;
margin:0 auto;
position: relative;
}

div#contents{
width:960px;
float:left;
padding-bottom:15px;
margin-top: 16px;
font-size:100%;
}


/* ------------------------------------------------------
     LP110310
------------------------------------------------------ */
.lp110310 dt, .lp110310 dd {
float: left;
}

.lp110310 dd {
margin-left: 6px;
}

.lp110310 h2 {
border-left: #CC0000 7px solid;
background-color: #F1F2F3;
font-size: 100%;
height: 34px;
line-height: 34px;
margin-top: 10px;
}

.lp110310 h2 strong {
font-weight: bold;
padding: 0 15px;
}

.lp110310 table {
border-collapse: collapse;
font-size: 75%;
margin-top: 15px;
width:100%;
}

.lp110310 th, .lp110310 td {
border: #CCCCCC 1px solid;
padding-top: 3px;
padding-bottom: 3px;
font-size:12px;
}

.lp110310 th {
width: 239px;
text-align: left;
padding-left: 10px;
background-color: #f2f2f2;
}

.lp110310 th span {
font-size:95%;
font-weight:normal;
}

.lp110310 td {
padding-left: 3px;
}

.lp110310 td span {
font-size: 92%;
display: block;
color: #676767;
line-height: 1.4;
}

.lp110310 ul {
text-align: center;
margin-top: 10px;
}

.lp110310 li {
font-size: 100%;
display: inline;
}

.lp110310 div.scroll {
/*--width: 730px;---120224 modify---*/
margin: 0 auto;
margin-top: 20px;
border: #336699 1px solid;
font-size:75%;
}

.lp110310 div.scroll iframe {
min-height: 205px;
resize: vertical;
}

.lp110310 div.scroll h3 {
border-bottom: #CCCCCC 1px solid;
font-size:110%;
font-weight:bold;
padding-bottom:5px;
}


.lp110310 div.caution {
/*--width: 730px;---120224 modify---*/
margin: 0 auto;
margin-top: 20px;

background-color: #F1F2F3;
border: 1px solid #CCCCCC;
line-height: 16px;
margin: 20px auto 0;
padding: 10px;
font-size:12px;
}


.lp110310 div.caution p {
font-weight: bold;
color:#FF0000;
}


.lp110310 .center {
font-size: 86%;
text-align: center;
margin-top: 15px;
}
.lp110310 .lh28 {
line-height: 14px;
}

.lp110310 .lh29 {
	margin-top: 9px;
}

.lp110310 .lh30 {
line-height: 30px;
}

.lp110310 .lh15 {
line-height: 15px;
}


/* ------------------------------------------------------
      星型評価
------------------------------------------------------ */
.rating {
cursor: pointer;
clear: both;
display: block;
_height:0px;
margin-left:9px;
}

.rating:after {
content: '.';
display: block;
height: 0;
width: 0;
clear: both;
visibility: hidden;
}

.star {
float: left;
width: 26px;
height: 22px;
overflow: hidden;
text-indent: -999em;
cursor: pointer;
margin:9px 0 9px 0;
}
.cancel{
width: 20px;
height: 22px;
overflow: hidden;
text-indent: -999em;
cursor: pointer;
position:absolute;
right:30px;
top:9px;
}

.star-left {
width: 11px
}

.star-right {
width: 15px
}

.cancel, .cancel a {background: url(../images/delete.gif) no-repeat 0 0;}
.star, .star a {background: url(../images/star.gif) no-repeat 0 0px;}
.star-left, .star-left a {background: url(../images/star-left.gif) no-repeat 0 0px;}
.star-right, .star-right a {background: url(../images/star-right.gif) no-repeat 0 0px;}
    
.cancel a, .star a {
display: block;
width: 26px;
height: 100%;
background-position: 0 0px;
}

div.rating div.on a {
background-position: 0 -22px;
}
div.rating div.hover a,
div.rating div a:hover {
background-position: 0 -22px;
}

.starBox {
position:relative;
color:#B1B1B1;
}

.starBoxCount {
position:absolute;
right:75px;
top:14px;
font-weight:bold;
font-size:75%;
}

.starSubBox {
}
.txt_L {
float:left;
padding-left:17px;
}
.txt_R {
float:right;
padding-right:10px;
}
 
.red {
color:#FF0000;
}

.lp110310 .Pic_cap ul{
	margin: 7px 0 0 5px;
}

.lp110310 .Pic_cap ul li{
	font-size: 100%;
	display: block;
	text-align: left;
	color: #ff0000;
	line-height: 1.7;
}

.lp110310 .Pic_cap p{
	background-color: #f2f2f2;
	margin-top: 10px;
	padding: 15px 10px;
	color: #e50012;
}

/* ------------------------------------------------------
                   111006 form
------------------------------------------------------ */
/* complete */
.completeMessage{
margin:60px auto 50px auto;
text-align:center;
width:500px;
}
.completeMessage p{
margin-bottom:15px;
}
.completeMessage p.red{
font-size:150%;
font-weight:bold;
}

.campaignArea{
margin:0 auto 50px auto;
text-align:center;
font-weight:bold;
font-size:150%;
color:#FF0000;
}
.campaignArea img{
margin-top:10px;
}

.lp110310 div.caution {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F1F2F3;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
   /*--width: 730px;---120224 modify---*/
}
/* search_shop */
body.searchShop{
width:700px;
padding:0 20px 10px 20px;
}
.searchShop .titleArea{
border-top:5px solid #FF0000;
padding:15px 0;
overflow:hidden;
}
* html .searchShop .titleArea{
height:1%;
}
.searchShop .titleArea h1{
float:left;
background:url(../images/ic_bar_red.gif) no-repeat left top;
padding-left:15px;
font-size:134%;
}
.searchShop .titleArea .closeBtn{
float:right;
}
.searchShop .titleArea .closeBtn img{
vertical-align:middle;
margin-right:3px;
}

/* searchArea */
.searchShop .searchArea{
border:1px solid #dedede;
padding:10px 20px;
margin-bottom:20px;
}
.searchShop .searchArea table{
width:100%;
}
.searchShop .searchArea table th{
text-align:left;
padding:5px 0;
width:20%;
}
.searchShop .searchArea table td{
padding:5px 0;
}
.searchShop .searchArea table td select{
width:160px;
margin-right:5px;
}
.searchShop .searchArea table td input.example{
color:#999999;
}
.searchShop .searchArea .btnArea{
text-align:center;
margin-top:15px;
}

/* resultArea */
.searchShop .resultArea table{
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
width:100%;
}
.searchShop .resultArea table th{
padding:10px 5px;
background:#EEEEEE;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
text-align:center;
}
.searchShop .resultArea table td{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:5px 10px;
}
.searchShop .resultArea table td.shopName{
width:35%;
}

/* pageNavi */
.searchShop .resultArea .pageNavi{
overflow:hidden;
margin:0;
}
* html .searchShop .resultArea .pageNavi{
height:1%;
}
.searchShop .resultArea .pageNavi p{
float:left;
width:200px;
font-size:14px;
}
.searchShop .resultArea .pageNavi p span{
font-size:180%;
color:#CC0000;
font-weight:bold;
}
.searchShop .resultArea .pageNavi ul{
float:right;
overflow:hidden;
padding:10px 0 0 0;
}
* html .searchShop .resultArea .pageNavi ul{
height:1%;
}
.searchShop .resultArea .pageNavi li{
float:left;
}
.searchShop .resultArea .pageNavi li a{
text-decoration:underline;
}
.searchShop .resultArea .pageNavi .first a{
background:url(../images/arrow_first.gif) no-repeat left center;
padding:0 5px 0 15px;
}
.searchShop .resultArea .pageNavi .prev a{
background:url(../images/arrow_prev.gif) no-repeat left center;
padding:0 8px 0 15px;
}
.searchShop .resultArea .pageNavi .next a{
background:url(../images/arrow_next.gif) no-repeat right center;
padding:0 15px 0 8px;
}
.searchShop .resultArea .pageNavi .last a{
background:url(../images/arrow_last.gif) no-repeat right center;
padding:0 15px 0 5px;
}
.searchShop .resultArea .pageNavi li span{
font-weight:bold;
}
.lp110310 div.caution p {
    color: #FF0000;
    font-weight: bold;
}

.lp110310 div.caution ul{
	margin-top: 0;
}
.errordisp {
    font-weight:bold;
    font-size: 18pt;
    color: #FF0000;
    text-align: center;
}

.shopname p{
    font-size: 10pt;
    text-align: left;
    margin: 0px 0px 0px 10px;
}

.lp110310 div.caution ul li{
	display: block;
	text-align: left;
}


/*--120224 add-*/
.progressArea{
	margin:0;
	overflow:hidden;
}
* html .progressArea{
	height:1%;
}
.progressArea li{
	margin:0 4px 0 0;
	float:left;
	line-height:0.1em;
	font-size:1px;
}
.progressArea .last{
	margin:0;
}

.lp110310 .caution p{
	font-size:14px;
	margin:0 0 5px 0;
}
.lp110310 .caution li{
	font-size:12px;
	line-height:1.5em;
	display:inherit;
}

.campaignContinue{
	padding:80px 0;
}
.campaignContinue p{
	text-align:center;
}

.campaignContinue .messageArea{
	background:url(../images/bg_finish_message.gif) no-repeat center top;
	padding:20px 0 120px 0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}


.campaignContinue dl{
	float:none;
	border:1px #F00 solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:575px;
	padding:10px;
	margin:0 auto 30px auto;
}
.campaignContinue dl dt{
	float:none;
	background:#FFF;
	width:350px;
	padding:5px;
	margin:-35px auto 0 auto;
	text-align:center;
	color:#C00;
	font-weight:bold;
	font-size:24px;
}
.campaignContinue dl dd{
	float:none;
	font-size:13px;
	text-align:center;
}

/*--//120224 add-*/


/*20121009 ad r-yamauchi*/
.sei {
	height: 20px;
	margin-bottom: 3px;
	width: 130px;
	margin-top: 9px;
}


/* ------------------------------------------------------
ANG_PRJ-746 131101 kobashigawa
------------------------------------------------------ */
/* #reviewForm commmon */
body #reviewForm #contents {
	color: #333333;
}

#reviewForm .lp110310 {
	float: none !important;
}

#reviewForm .lp110310 .box_confirm .box_roundWhite {
	padding: 10px 10px 7px;
}

#reviewForm .lp110310 #ttlArea,
#reviewForm .lp110310 #ttlArea02 {
	margin: 20px 0;
}

#reviewForm .lp110310 h1 {
	float: left;
	background: url(../images/ttl01.gif) no-repeat scroll 0 0 transparent;
	margin: 0;
	border-left: none;
	line-height: 1.5;
	height: auto;
}

#reviewForm .lp110310 h1 strong {
	padding: 0 20px;
	font-size: 17px;
	font-weight: bold;
}

#reviewForm .lp110310 #flow {
	float: right;
	width: 401px;
}

#reviewForm .lp110310 .leftTtl {
	margin: 0 0 10px;
	padding: 5px 0 0 42px;
	font-size: 16px;
	font-weight: bold;
	border-left: none;
	line-height: 1.2;
	height: auto;
}

#reviewForm .lp110310 .box_confirm .leftTtl {
	color: #666666;
}

#reviewForm .lp110310 #personal {
	background: url(../../../existing_https/common_v2/img/bg_title_personal.png) no-repeat scroll 5px 3px transparent;
}

#reviewForm .lp110310 #typeCar {
	background: url(../../../existing_https/common_v2/img/bg_title_type_car.png) no-repeat scroll 5px 7px transparent;
}

#reviewForm .lp110310 #shopInfo {
	background: url(../../../existing_https/common_v2/img/bg_title_type_shop.png) no-repeat scroll 5px 4px transparent;
}

#reviewForm .lp110310 #images {
	background: url(../../../existing_https/common_v2/img/bg_title_type_images.png) no-repeat scroll 5px 5px transparent;
}

#reviewForm .lp110310 th,
#reviewForm .lp110310 td {
	padding: 10px;
	vertical-align: top;
}

#reviewForm .lp110310 th {
	padding-right: 8px;
	width: 23%;
	font-size: 14px;
}

#reviewForm .lp110310 th span {
	font-size: 79%;
}

#reviewForm .lp110310 .es {
	background-color: #FF6600;
	color: #FFFFFF;
	float: right;
	padding: 3px;
	font-size: 10px;
}

#reviewForm .lp110310 td span em {
	color: #e50012;
	font-weight: bold;
}

#reviewForm .tipped {
	background-color: #FFB9B9;
}

#reviewForm .lp110310 td .rgt01 {
	float: right;
	width: 306px;
}

#reviewForm .lp110310 .ml10 {
	margin-left: 10px;
}

#reviewForm .lp110310 .mt0 {
	margin-top: 0;
}

#reviewForm .lp110310 .mt10 {
	margin-top: 10px;
}

#reviewForm .lp110310 .mt30 {
	margin-top: 30px;
}

#reviewForm .lp110310 .w220 {
	width: 220px;
}

#reviewForm .lp110310 .fs12 {
	font-size: 12px;
}

#reviewForm .lp110310 .fs14 {
	font-size: 14px;
}

#reviewForm .lp110310 .color01 {
	color: #333333;
}

#reviewForm .lp110310 .bg {
	background: url(../images/lp110310_th.gif) repeat-y scroll 0 0 transparent;
}

#reviewForm .lp110310 .w135 p {
	margin-left: 0;
	font-size: 14px;
}


/* input */
#reviewForm .lp110310 table {
	margin: 10px 0 20px;
}

#reviewForm .lp110310 td #focus01,
#reviewForm .lp110310 td #focus02 {
	color: #666666;
}

#reviewForm .lp110310 td .ipt {
	padding: 2px;
	border: 1px solid #9b9b9b;
	line-height: 1.5;
	vertical-align: middle;
}

#reviewForm .lp110310 td #review_comment {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #9b9b9b;
	word-break: break-word;
}

#reviewForm .lp110310 #select_client_name {
	display: inline;
	padding-left: 30px;
	line-height: 2.2;
	color:  #e50012;
	font-size: 14px;
	zoom: 1;
}

#reviewForm .lp110310 .submit01 {
	display: block;
	margin: 0 auto;
	border-left: 1px solid #128936;
	border-right: 1px solid #128936;
	width: 215px;;
}

#reviewForm .lp110310 .submit01 .btn01 {
	background: url(../../../existing_https/common_v2/img/bg_btn_round_green_body_b.png) repeat scroll 0 0 transparent;
	border: none;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
	width: 215px;
}

/* confirm */
#reviewForm .lp110310 .box_confirm table {
	margin: 0;
}

#reviewForm .lp110310 .uploadImages {
	margin: 0;
	text-align: left;
}

#reviewForm .lp110310 .uploadImages li {
	float: left;
	width: 145px;
	text-align: center;
}

#reviewForm .lp110310 .submitBox {
	margin: 0 auto;
	width: 215px;
}

#reviewForm .lp110310 .submitBox .submit02 {
	float: left;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 45px;
}

#reviewForm .lp110310 .submitBox .submit02 .btn01 {
	background: url(../../../img-sub/common_v2/img/bg_btn_round_gray_body_b_hover.png) repeat scroll 0 0 transparent;
	border: none;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
	width: 45px;
}

#reviewForm .lp110310 .submitBox .submit03 {
	float: right;
	display: block;
	border-left: 1px solid #128936;
	border-right: 1px solid #128936;
	width: 150px;
}

#reviewForm .lp110310 .submitBox .submit03 .btn02 {
	background: url(../../../existing_https/common_v2/img/bg_btn_round_green_body_b.png) repeat scroll 0 0 transparent;
	border: none;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
	width: 150px;
}

/* finish */
#reviewForm .lp110310 #finishBox {
	background: url(../images/finish.jpg) no-repeat scroll 0 0 transparent;
	margin-bottom: 10px;
	padding: 100px 50px 36px 50px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}
#reviewForm .lp110310 .w446 {
	width: 48%;
	font-size: 14px;
}


#reviewForm .lp110310 .listTable1 {
	overflow: hidden;
	padding: 5px 0 10px;
}

#reviewForm .lp110310 .listTable1 dt {
	float: left;
	padding: 3px 0 0;
	width: 7em;
}

#reviewForm .lp110310 .listTable1 dd {
	float: none;
	margin: 0;
	padding: 0 0 10px 7em;
}

#reviewForm .lp110310 .listTable1 dd .w300 {
	width: 300px;
}

#reviewForm .lp110310 #closebt {
	margin-bottom: 10px;
}

#reviewForm .lp110310 .selectList,
#reviewForm .lp110310 .selectList02 {
	text-align: left;
}

#reviewForm .lp110310 .selectList li {
	margin-right: 15px;
}

#reviewForm .lp110310 .selectList02 {
	margin-bottom: -10px;
	/margin-bottom: 0;
}

#reviewForm .lp110310 .selectList02 li {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 179px;
}


#reviewForm .lp110310 .selectList label,
#reviewForm .lp110310 .selectList02 label {
	vertical-align: middle;
}

#reviewForm .lp110310 .selectList label input,
#reviewForm .lp110310 .selectList02 label input {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}

#reviewForm .lp110310 #review_comment02 {
	padding: 3px;
	border: 1px solid #9B9B9B;
	width: 97%;
}

#reviewForm .lp110310 .nicknameTxt {
	display: block;
	margin-top: 10px;
	color: #CC0000;
}

#reviewForm .lp110310 .mail,
#reviewForm .lp110310 .mail02 {
	display: block;
	color: #C80122;
}

#reviewForm .lp110310 .mail {
	margin: 10px 0 5px;
}

#reviewForm .lp110310 .mail02 {
	margin-bottom: 5px;
}

#reviewForm .lp110310 .forget {
	display: block;
	padding-left: 1em;
}

#reviewForm .lp110310 .w385 {
	width: 384px;
	height: 20px;
}

#reviewForm .lp110310 .policy {
	margin-top: 30px;
	text-align: center;
}

#reviewForm .lp110310 .policy a {
	font-size: 14px;
	text-decoration: underline;
}

.campaign_div_2408{
        margin-top: 20px;
}

.campaign_title_2408{
        font-weight: bold;
        font-size: 14px;
}

.campaign_div_2408 input[type=checkbox] {
	display: none;
}
.campaign_div_2408 label {
        cursor: pointer;
        align-items: center;
}
.campaign_content_2408 {
	position: relative;
	line-height:2.6;
	padding: 0 20px 0 27px;
        margin-top: 5px;
        font-size: 14px;
}
.campaign_content_2408 a{
        text-decoration: underline;
}
.campaign_content_2408:hover:after {
	border-color: #E00923;
}
.campaign_content_2408:after, .campaign_content_2408:before{
	position: absolute;
	content: ""; 
	display: block;
	top: 50%;
}
.campaign_content_2408:after {
	left: 0;
	margin-top: -12px;
	width: 18px;
	height: 18px;
	border: 2px solid #d1d1d1;
}
.campaign_content_2408:before {
	left: 6px;
	margin-top: -10px;
	width: 7px;
	height: 11px;
	border-right: 3px solid #E00923;
	border-bottom: 3px solid #E00923;
	transform: rotate(45deg);
	opacity: 0;
}
.campaign_div_2408 input[type=checkbox]:checked + .campaign_content_2408:before {
	opacity: 1;
}
.campaign_div_2408 input[type=checkbox]:disabled + .campaign_content_2408 {
        cursor: default;
}

.campaign_div_2408 input[type=checkbox]:disabled + .campaign_content_2408:after {
        border-color: #d1d1d1;
}

.campaign_div_2408 input[type=checkbox]:disabled + .campaign_content_2408:before {
        border-color: #333333;
}
#reviewForm .shopInfoTable .violation {
  width: 879px;
  margin: 0 auto;
  padding: 10px 0 8px;
}
#reviewForm .shopInfoTable .violation .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  height: 20px;
  color: #E50012;
  padding-left: 26px;
  background: url(../../../userreview/images/icon_prohibit.png) no-repeat;
  background-size: 20px;
  background-position: left center;
}
#reviewForm .shopInfoTable .violation .title_prompt {
  margin-top: 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
}
#reviewForm .shopInfoTable .violation .example_list {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  margin-top: 7px;
}
#reviewForm .shopInfoTable .violation .example_list li {
  border: 2px solid #F8BCC0;
  border-radius: 4px;
  background: #FFF7F7;
  padding: 12px 15px 11px;
  width: 286px;
  box-sizing: border-box;
}
#reviewForm .shopInfoTable .violation .example_list .list_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #E00923;
  margin-bottom: 7px;
}
#reviewForm .shopInfoTable .violation .example_list .list_pic {
  width: 160px;
  margin: 0 auto 8px;
}
#reviewForm .shopInfoTable .violation .example_list .list_pic img {
  width: 100%;
}
#reviewForm .shopInfoTable .violation .example_list .list_text {
  font-size: 11px;
  line-height: 16.5px;
  text-align: left;
}
#reviewForm .shopInfoTable .violation_prompt p {
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}
#reviewForm .shopInfoTable .violation_prompt a {
  color: #004AB8;
  text-decoration: underline;
}
#reviewForm .shopInfoTable .violation_prompt a:hover {
  color: #ff0000;
}
#reviewForm .adjust .red.new {
  margin-top: -4px;
}
.cp_area{
  margin-top: 40px;
  background-color: #F1F2F3;
  border: solid 1px #CCCCCC;
  padding: 20px 22px 30px;
}
.cp_title {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.cp_title span{
  font-weight: bold;
  color: #FF0000;
}
.cp_bnr{
  display: block;
  width: 650px;
  height: auto;
  margin: 6px auto 0;
}

.cp_acc_btn {
  position: relative;
  z-index: 1;
  padding: 22px 50px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  border: solid 1px #CFCFCF;
  background: #FFEEEF;
}
.cp_acc_btn::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  top: 42%;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 13.85px solid transparent;
  border-right: 13.85px solid transparent;
  border-top: 13.85px solid #FF0000;
  visibility: visible;
  transition: transform 0.3s ease;
}
.cp_acc_btn span {
  color: #FF0000;
}
.open .cp_acc_btn::after {
  transform: rotate(180deg);
}
.open .cp_acc_btn {
  border-radius: 4px 4px 0 0;
}


.cp_acc_cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: solid 1px #CFCFCF;
  margin-top: -2px;
}
.cp_acc_inner{
  padding: 30px 24px;
}
.cp_subtitle{
  position: relative;
  min-height: 30px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.cp_subtitle::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  min-height: 30px;
  background-color: #E10000;
}
.cp_subtitle.long{
  height: 62px;
}
.cp_subtitle.long::before{
  height: 62px;
}
.cp_subtitle.square{
  padding-left: 0;
}
.cp_subtitle.square::before{
  display: none;
}
.cp_acc_lead{
  margin-top: 11px;
  font-size: 16px;
}
.cp_acc_kiyaku{
  width: 100%;
  height: 301px;
  margin-top: 24px;
  overflow: auto;
  border: solid 1px #D3D3D3;
}
.cp_acc_kiyaku_inner{
  padding: 24px;
}
.cp_acc_text{
  margin-top: 36px;
  font-size: 16px;
  font-weight: bold;
}
.cp_acc_text.text_01{
  margin-top: 24px;
}
.cp_acc_note{
  margin-top: 2px;
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;

}
.cp_acc_text a{
  color: #0080FF;
  text-decoration: underline;
}
.cp_checkBoxs{
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.cp_checkBoxs label{
  display: inline-block;
  margin-right: auto;
  height: 26px;
  margin-top: 10px;
  cursor: pointer;
  align-items: center;
}
.cp_checkBoxs label input[type=checkbox]{
  display: none;
  
}
.cp_checkBoxs label span{
  position: relative;
  line-height: 26px;
  padding: 0 20px 0 40px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
.cp_checkBoxs label span::before,
.cp_checkBoxs label span::after{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.cp_checkBoxs label span::before{
  left: 6px;
  margin-top: -13px;
  width: 10px;
  height: 14px;
  border-right: 4px solid #E00923;
  border-bottom: 4px solid #E00923;
  transform: rotate(45deg);
  opacity: 0;
}
.cp_checkBoxs label input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.cp_checkBoxs label span::after{
  left: 0;
  margin-top: -14px;
  width: 22px;
  height: 22px;
  border: 2px solid #d1d1d1;
}
.cp_checkBoxs label span:hover:after{
  border-color: #E00923;
}
.cp_radios{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cp_radios:after {
  display: none;
}
.cp_radios_left,
.cp_radios_right{
  width: 48%;
  display: flex;
  flex-direction: column;
}
.cp_radios label{
  display: inline-block;
  margin-right: auto;
  height: 17px;
  margin-top: 25px;
  cursor: pointer;
}
.cp_radios label input[type="radio"] , .cp_radios label input[type="checkbox"]{
  display: inline-block;
  width: 17px;
  height: 17px;
  accent-color: #E00923;
}
.cp_radios label span{
  display: inline-block;
  width: calc(100% - 31px);
  padding-left:14px;
  font-size: 14px;
  line-height: 17px;
  vertical-align: top;
}
.campaign_div_2408 {
  border: solid 1px #E10101;
  padding: 18px 22px 10px;
}
.campaign_content_2408{
  padding-right: 0;
}
/* 応募情報 */
.cp_entry_info{
  margin-top: 96px;
  margin-bottom: 132px;
}
.cp_entry_text{
  color: #000;
  margin-left: 24px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: bold;
}
.cp_entry_text.first{
  margin-top: 10px;
}
.cp_entry_text span{
  color: #E80000;
  font-weight: normal;
}
.cp_entry_text.note{
  margin-top: 2px;
  font-weight: normal;
}
.cp_entry_text.memo{
  position: relative;
  margin-top: 12px;
  margin-left: 0;
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}
.cp_entry_text.memo::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.cp_entry_info input{
  width: 500px;
  height: 33px;
  margin-left: 24px;
  margin-top: 4px;
  font-size: 14px;
  padding: 2px;
  border: solid 1px #9B9B9B;
}

#contents #btmBtnArea{
  margin-top: 90px;
}
.cp_conf.cp_2508_01{
  margin-top: 40px;
}
.cp_subtitle{
  margin-top: 24px;
}
.cp_conf .cp_checkBoxs{
  padding-left: 26px;
  margin-top: 8px;
}
.cp_conf .cp_checkBoxs label{
  cursor: auto;
}
.cp_conf .cp_checkBoxs label span{
  padding: 0 20px 0 42px;
}
.cp_checkBoxs label span:hover:after{
  border-color: #d1d1d1;
}
.cp_conf_text{
  font-size: 14px;
  color: #000;
  margin-top: 18px;
  padding-left: 26px;
}
.cp_conf_text span{
  font-weight: bold;
  padding-right: 8px;
}

.campaign_div_2408 {
  margin-top: 40px;
  border: none;
  padding: 0;
}
.cp_conf_info .cp_conf_text{
  margin-top: 22px;
  overflow-wrap: break-word;
}
#reviewForm .lp110310 .mt30{
  margin-top: 132px;
}
.campaign_div_2408 input[type=checkbox]:disabled + .campaign_content_2408:before{
  border-color: #E00923;
}
