@charset "utf-8";
#fanfunWrapper{
	line-height: 1.5;
}

#fanfunWrapper img{
	max-width: 100%;
}


.introBox{
	background-color: #c4f3f8;
}

#fanfunHeader .intro{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3% 5%;
	margin: 3% 0;
}

#fanfunHeader .intro span{
	color: #ff80fb;
}

.setume{
	width: auto;
	background-color: #8a7bd4;
	text-align: center;
	padding: 3% 0;
	color: #fff;
}

.setume span{
	color: #ffff00;
}

.setume dt,.setume dd{
	text-align: center;
	display: block;
}

#fanfunContents{
	background: #fff;
	padding: 5% 0;
}


.companionList{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.companionList li {
    background-color: #ffe5f7;
    width: 49%;
    height: 122vw;
    float: left;
    margin: 0 2% 2% 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
}

@media screen and (min-width: 375px) and (max-width: 413px) {
	.companionList li { height: 120vw; }
}
@media screen and (min-width: 414px) and (max-width: 480px) {
	.companionList li { height: 110vw; }
}

.companionList li:nth-child(2n){
	margin: 0 0 2% 0;
}

.shopInfo{
	/*background-color: #fff8ce;
	background-image: linear-gradient(-45deg, transparent 25%, #fff 50%, transparent 75%, transparent);*/
	  background-image: linear-gradient(
	    -45deg,
	    #fff 25%,
	    #fff2fb 25%, #fff2fb 50%,
	    #fff 50%, #fff 75%,
	    #fff2fb 75%, #fff2fb
	  );
	background-size: 15px 15px;
	width: auto;
	padding: 2% 0;
	margin: 0 auto;
}

.shopNm{
	color: #1ab2ff;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.shopArea{
	font-size: 12px;
}



.comImg img{
	max-width: 100%;
}

.comImg{
	margin-bottom: 3%;
}

.companionNm{
	font-size: 18px;
	font-weight: bold;
	color: #0d86ff;
}

.size{
	margin-bottom: 3%;
}

.cpationList {
	width: 96%;
	margin: 0 auto;
}

.cpationList li{
	background-color: #a6e1ff;
	color: #fff;
	font-weight: bold;
	width: 48%;
	line-height: 30px;
	height: 30px;
	border-radius: 50px;
	float: left;
}

.cpationList li:last-child{
	float: right;
}

.cpationList li.on{
	background-color: #33bbff;
	color: #fff;
}

.schTime{
	background-color: #fff;
	width: auto;
	line-height: 30px;
	height: 30px;
	display: block;
	width: 96%;
	margin: 0 auto 3%;
}

.btnProfile a{
	width: 96%;
	border: 1px solid #ff80ff;
	display: block;
	position: relative;
	color: #fff;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff80d4), to(#ff8cd9));
	background: -webkit-linear-gradient(top, #ff80d4, #ff8cd9);
	background: -moz-linear-gradient(top, #ff80d4, #ff8cd9);
	background: -o-linear-gradient(top, #ff80d4, #ff8cd9);
	background: linear-gradient(#ff80d4, #ff8cd9);
	border-radius: 4px;
}

.btnProfile a:after{
	content: "";
	position: absolute;
	right: 8%;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
}


/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-size: 12px;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 12px;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 12px;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 12px;
}
/* IE Edge */
::-ms-input-placeholder {
  font-size: 12px;
}

.list1 h3{
	font-size: 30px;
    text-align: center;
    padding: 30px 0px;
    border-bottom: solid 3px #C2F0FD;
    border-top: solid 3px #C2F0FC;
    margin-bottom: 50px;
}

.list2 h3{
	font-size: 30px;
    text-align: center;
    padding: 30px 0px;
    border-bottom: solid 3px #C2F0FD;
    border-top: solid 3px #C2F0FC;
    margin-bottom: 50px;
}
.list3 h3{
	font-size: 30px;
    text-align: center;
    padding: 30px 0px;
    border-bottom: solid 3px #C2F0FD;
    border-top: solid 3px #C2F0FC;
    margin-bottom: 50px;
}
