@charset "utf-8";
#reviewConteiner {
	text-align: left;
	background-image: url(../images_user/bg_main_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#reviewConteiner p , #reviewConteiner li , #reviewConteiner dl {
	line-height: 1.8;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}
#reviewConteiner h2 {
	text-align: center;
}
#reviewConteiner h3 {
	font-size: 23px;
	font-weight: bold;
	color: #BC0000;
	text-align: left;
	line-height: 34px;
	background-image: url(../images_user/line_title.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
#reviewConteiner dt {
	float: left;
	width: 4em;
	padding-right: 10px;
	color: #F90;
	font-weight: bold;
	padding-top: 5px;
}
#reviewConteiner dd {
	color: #F90;
	font-weight: bold;
}
#reviewConteiner .star {
	float: left;
	width: 70px;
	margin-top: 7px;
	padding-top: 0px;
}
#reviewConteiner .num {
	padding-top: 5px;
}
#reviewConteiner .user {
	background-image: url(../images_user/bg_sub_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	padding: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #FF969C;
}
#reviewConteiner .photo {
	float: left;
	width: 220px;
	text-align: left;
	font-size: 0.8em;
}
#reviewConteiner .text {
	float: right;
	width: 510px;
	text-align: left;
}
#main .ps p {
	line-height: 2.5;
	margin-bottom: 15px;
}

#reviewConteiner strong {
	font-weight: bold;
	background-color: #FF6;
}
#reviewConteiner small {
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 10px;
}
#reviewConteiner .notes {
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	margin-right: 20px;
}
#main .enquete {
	background-image: url(../images_user/bg_enquete.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#main .enquete p {
	line-height: 2;
}
#main .enquete .text {
	float: left;
	width: 510px;
	padding: 20px;
}
#main .enquete .text h2 {
	margin-bottom: 20px;
	text-align: center;
}

#main .enquete .text p {
	margin-bottom: 20px;
}
#main .enquete strong {
	color: #F60;
}
#main .enquete .photo {
	float: right;
	width: 235px;
	padding-top: 10px;
	padding-right: 10px;
}
#main .enquete .point1 {
	background-image: url(../images_user/icn_point-1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	padding-left: 90px;
	color: #FF3296;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 40px;
}
#main .enquete .point1b {
	background-image: url(../images_user/icn_point-1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 75px;
	padding-left: 90px;
	color: #FF3296;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
#main .enquete .point2 {
	background-image: url(../images_user/icn_point-2.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	padding-left: 90px;
	color: #FF3296;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 40px;
}
#main .enquete .point3 {
	background-image: url(../images_user/icn_point-3.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	padding-left: 90px;
	color: #FF3296;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 40px;
}

#main .enquete .photo li {
	line-height: normal;
	color: #000;
	background-image: url(../images_user/icn_maru.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
}
#main .enquete .photo .name {
	color: #A67C52;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#main .enquete .photo h4 {
	background-color: #A67C52;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#main .enquete .photo .date  {
	background-color: #FFC;
	padding: 10px;
}
#main .enquete .photo .user {
	background-color: #FFF;
	padding: 10px;
-moz-box-shadow: 0px 0px 10px #ffa6f1;
-webkit-box-shadow: 0px 0px 10px #ffa6f1;
box-shadow: 0px 0px 10px #ffa6f1;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#main .enquete .container {
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fffce0');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fffce0')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #fffce0);
background-image: -ms-linear-gradient(top, #ffffff, #fffce0);
background-image: -o-linear-gradient(top, #ffffff, #fffce0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffce0));
background-image: -webkit-linear-gradient(top, #ffffff, #fffce0);
background-image: linear-gradient(top, #ffffff, #fffce0);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	padding: 10px;
	margin-bottom: 20px;
}
#main .userPlugin {
	background-image: url(../images_user/bg_user-plugin.jpg);
	background-repeat: no-repeat;
	height: 356px;
	width: 780px;
	padding-top: 130px;
	padding-left: 20px;
}
#main .userPlugin .container {
	overflow: auto;
	width: 380px;
	height: 330px;
	background-color: #FFF;
	border: 3px solid #666;
	padding: 10px;
}
#main .userPlugin p {
	margin-bottom: 10px;
}

#main .userPlugin .name  {
	background-color: #FF9;
	padding-right: 10px;
	margin-top: 20px;
}
/*　▼お客様の声大量投入2014-10▼　*/
#main .reviewHed2SP {
	display:none;
}
#main .reviewHed2PC {
	text-align: center;
	margin-bottom: 10px;
}
#main .reviewHed3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	background-color:#FF5AA0;
	color:#FFFFFF;
	padding:5px;
}
/*#main .reviewBg2 {
	background-image: url(http://www.pikaichi.co.jp/review/images/bg_review.png);
	background-repeat: repeat-y;
	padding-bottom:10px;
}*/
#main .reviewBg {
	background-color: #FFF;
	width: 710px;
	/*border: 1px solid #ff5aa0;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	padding: 20px;
}
#main .reviewBg .photo {
	width: 130px;
	float: left;
	border: 1px solid #644b32;
}
#main .scroll {
	overflow-y: scroll;
	height: 650px;
	border:solid #ff9999 1px;
	padding:20px;
}
#main .koe {
	width: 540px;
	float: right;
}
#main .info {
	background-color: #fff4dd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #644b32;
	border-bottom-color: #644b32;
}
#main .star {
	color: #ff9700;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	width: 6em;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #644b32;
	padding-right: 5px;
	margin-right: 12px;
}
#main .name {
	color: #644b32;
	text-align:left;
}
#main .txt {
	background-color: #fffaef;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#main .txt p {
	margin-bottom: 10px;
	line-height: 1.8;
	text-align: left;
}
small {
	font-size: 0.8em;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dashed;
	border-bottom-color: #ff5aa0;
}
#main .pointJwl {
	background-image:url(http://www.pikaichi.co.jp/review/images/hed_review_jwl.png);
	background-repeat:no-repeat;
	width:550px;
	height:59px;
	padding-top:80px;
	padding-left:155px;
}
#main .pointRsk {
	background-image:url(http://www.pikaichi.co.jp/review/images/hed_review_rsk.png);
	background-repeat:no-repeat;
	width:550px;
	height:59px;
	padding-top:80px;
	padding-left:155px;
}
#main .pointJwl li , #main .pointRsk li {
	float:left;
	margin-right:20px;
	font-size:17px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:dotted #FF5AA0 1px !important;
}
.orange {
	color:#FF9700;
}
.f20 {
	font-size:24px;
}
/*　▲お客様の声大量投入2014-10▲　*/
.p0 {
	padding: 0px;
	margin: 0px;
}
.mBottom {
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.tC {
	text-align: center;
}
.tR {
	text-align: right;
}
.tL {
	text-align: left;
}
.red {
	color: #F00;
}
.waku {
	border: 1px solid #666;
}
