@charset "utf-8";
/*------------------------------------
 CSS Information

  Site URL: /rev/review/revlist.html
  File name: rev.css (/excludes/css/p/rev/review/revlist.css)
  Summary: 商品・サービス情報レビュー一覧 layout styles
  Created: 2021-09-13 by DDuet iwai
  Last update: 2025-07-28 by DDuet iwai
  Author: -

  Order of description
------------------------------------*/




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■head
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main{
	position: relative;
	
}

#hd_con{
	height:103px;
	background:url(/excludes/images/p/rev/idea/common/hd_bg.png) no-repeat center top #ff79b3;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 0 8px 3px;
}

.inner_con{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align:left;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■btn_top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.idea_wrap .btn_top{
	text-align:right;
	margin: 20px -20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■productList
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#productList,
#productList .slideArea,
#productList .slideArea .inner{
	width: 100%;
	height: 803px!important;
	min-width: inherit!important;
	padding: 0;
	overflow: hidden;
}

.contents{
	font-size:14px;
	color:#333;
	line-height:1.8;
	text-align:left;
	background: url(/excludes/images/p/rev/common/bg_pattern.png) repeat-y center top,   url(/excludes/images/p/rev/common/bg_repeat.png) repeat left top;
	padding-bottom: 90px;
}
.contents .contents_inner{
	width:980px;
	margin:0 auto;
}
.contents .ro:hover{
	opacity: 0.8;
	}

.contents .main h2{
	margin-bottom:18px;
}
.contents .main ul{
	font-size:0;
}
.contents .main ul li{
	display:inline-block;
	padding:0 8px;
}
.contents .main ul li:first-of-type{
	padding-left:0;
}
.contents .main ul li:last-of-type{
	padding-right:0;
}

/* about */
.contents .about {
    text-align: center;
    line-height: 1.0;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    width: 900px;
    margin: 20px auto;
    border-radius: 10px;
    border: 3px solid #00bfa1;
}
.contents .about h3{
	font-size: 26px;
	margin-bottom: 30px;
	background: #00bfa1;
	border-radius: 10px;
	color: #fff;
	padding: 20px;
}
.contents .about p{
	font-size: 18px;
	font-weight: bold;
}
.contents .about ul{
	width: 530px;
	text-align:left;
	line-height: 1.4;
	margin: 30px auto;
	text-indent: -1em;
}
.contents .about ul li{
	margin-bottom:5px
}

/* list */

#productList{
	width: 934px;
	border:3px solid #e85282;
	border-radius:10px;
	overflow:hidden;
	margin: 10px auto;
	font-weight:bold;
}

#productList .level{
	width: 33.33%;
	height: 100%;
	float: left;
	text-align: left;
	overflow-x: visible;
	overflow-y: auto;
	padding: 14px 18px 18px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#productList .level .hd{
	font-size: 22px;
	padding: 0 10px;
	margin-bottom: 23px;
}
#productList .level ul li{
	border-top: 1px dotted #a6a6a6;
}
#productList .level ul li:hover{
	background-color:#e85282
	color:#fff;
	  opacity: 1;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: flash;
  animation-duration: 0.3s;
  animation-name: flash;
	}
	
@-webkit-keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
#productList .level ul li label,
#productList .level ul li p{
	display: block;
	font-size: 15px;
	padding: 12px 35px 12px 12px;
	margin: 0;
	cursor: pointer;
	background: url(/excludes/images/sp/rev/review/ico_arrow01.png) 95% center no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
#productList .level ul li p{
	background: url(/excludes/images/sp/rev/review/ico_plus.png) 95% center no-repeat;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
#productList .level ul li p.opened{
	background-image: url(/excludes/images/sp/rev/review/ico_minus.png);
}
#productList .level ul li ul{
	display: none;
}
#productList .level ul li ul li label:before{
	content: "└";
	margin-right: 5px;
}
#productList .level ul li label.checked{
	/* font-weight: bold; */
	color: #fff;
	background-color:#e85282;
}
#productList .level ul li label:hover,#productList .level ul li.accordion .parent:hover {
	color: #fff;
    background-color:#e85282
}
#productList .level ul li label input{
	display: none;
}

#productList .level ul li label span.sub_ttl {
	font-size: 10px;
}

#productList #level01{
	background: #fff;
	z-index: 3;
	border-top-left-radius: 10px;
}
#productList #level02{
	background: #fff6f9 url(/excludes/images/p/rev/review/revlist/arrow_level02.png) left top no-repeat;
	z-index: 2;
}
#productList #level03{
	background: #ffebf1 url(/excludes/images/p/rev/review/revlist/arrow_level03.png) left top no-repeat;
	z-index: 1;
}
#productList #level03 .radio-item{
 border-top:none;
}
#productList #level03 label{
	display: table;
	font-size: 15px;
	padding: 12px 35px 12px 0px;
	margin: 0;
	cursor: pointer;
	border-bottom: 1px dotted #a6a6a6;
	background: url(/excludes/images/sp/rev/review/ico_arrow01.png) 99% center no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}

#productList #level03 label a{
	text-decoration:none;
	color:#333;
}

#productList #level03 label:hover{
	color: #fff;
    background-color:#e85282
}
#productList #level03 a:hover{
	color:#fff;
}
#productList #level03 label{
	width: 100%;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#productList #level03 > div > div{
	border-top: 1px dotted #a6a6a6;
}

#productList #level03 label span.img {
    width: 55px;
}

#productList #level03 label span{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#productList #level02 .level02_body > div{
	display: none;
}
#productList #level03 .level03_body > div {
	display: none;
}
#productList .slideArea.toLevel02 #level02 .categorySelect > div,
#productList .slideArea.toLevel02.toLevel03 #level03 .categorySelect > div{
{
  display: block;
}
#reviewWrap .slideArea.toLevel02.toLevel03 .inner{
  -webkit-transform: translateX(-66.66%);
  transform: translateX(-66.66%);
}

