@charset "euc-jp";

/* ==========================================================================
   private style
   ========================================================================== */

#rankingWrapp {
  width:92%;
  margin:0 auto;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	padding: 0px;
	height:100%;
	background: -moz-linear-gradient(center bottom, #fff 0%,#fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff),color-stop(1, #fff));
	border:1px solid #E3E3E3;
}

.rankingBox {
  width:100%;
  height:auto;
  margin:0;
  float:left;
}

.rankingBox h4 {
  padding:10px;
  background:url(https://www.will-gocon.net/common/css/img/bg_dot_ttl.gif);
  text-align:center;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}

.rankingBox .rankingBody {
  padding:9px;
}

.rankingBox dl {
  width: 90%;
  height:auto;
  margin: 2% auto;
  padding:10px 0px 10px 70px;
  text-align: left;
  background:url(https://www.will-gocon.net/omise/css/img/ico_no1.gif) left center no-repeat;
}

.rankingBox dt {
  font-size:16px;
  font-weight:bold;
  color:#0bbf8e;
}

.rankingBox dd {
  font-size:14px;
}

.rankingBox .btnBox {
  text-align:center;
  margin: 3% 0 5% 0;
}

p.imgBox img {
  width: 90%;
  height: auto;
}



.customerVoice {
  width:100%;
  height: auto;
  margin: 0 auto;
  padding:0px 0 0;
	/*-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	padding: 0px;
	height:100%;
	background: -moz-linear-gradient(center bottom, #fff 0%,#fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff),color-stop(1, #fff));
	border:1px solid #E3E3E3;*/
  text-align:left;
}

.customerVoiceIn {
  width:90%;
  margin:0 auto;
}

.customerVoiceIn .customerBox {
  height: auto;
  margin:5% 0;
  padding: 3%;
}
.customerVoiceIn .man {
  background: #e4f7ff;
}
.customerVoiceIn .man ul li {
  font-size:15px;
  font-weight:bold;
  line-height: 1.4em;
  color: #0e95cd;
  margin-right: 3%;
  float: left;
}
.customerVoiceIn .woman {
  background: #fbe9f0;
}
.customerVoiceIn .woman ul li {
  font-size:15px;
  font-weight:bold;
  line-height: 1.4em;
  color: #f81872;
  margin-right: 3%;
  float: left;
}

.customerVoiceIn .customerBody {
  font-size:13px;
}

dl.accordion {
  width:92%;
  margin:10px auto;
  text-align: left;
}
dl.accordion dt {
  padding:0 0 0 21px;
  margin:0 0 15px 0;
  background:url(https://www.will-gocon.net/common/css/img/icon_link.png) left center no-repeat;
  font-size:14px;
  font-weight:bold;
  color:#4f2004;
  line-height: 1.3em;
  cursor: pointer;
}
dl.accordion dt.open {
  padding:0 0 0 21px;
  margin:0 0 15px 0;
  background:url(../../common/css/img/icon_link_down.png) left center no-repeat;
  font-size:14px;
  font-weight:bold;
  color:#4f2004;
  line-height: 1.3em;
  cursor: pointer;
}
dl.accordion dd {
  display:none;
  height: auto;
  padding:0 5px;
  margin:0 0 25px 0;
  line-height: 1.6em;
  background: #fff7f2;
}


#bannerTeikei {
  width: 100%;
  margin:5% 0 0;
  /*position:relative;*/
}
#bannerTeikei img {
  width: 100%;
  height: auto;
}
#bannerTeikei .btnBox {
  /*position: absolute;
  left: 30px;
  top: 102px;*/
  width: 100%;  
}