@charset "utf-8";

#main {
    float: none;
    width: 100%;
}

#fanfunHeader{
	width: 1000px;
	height: 440px;
	position: relative;
}


#fanfunHeader .intro {
    position: absolute;
    width: 250px;
    height: 146px;
    top: 124px;
    right: 0;
    padding: 34px 40px 0 110px;
}

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

.setume{
	width: auto;
	background-color: #ff80b6;
	text-align: center;
	padding: 24px 0;
	color: #fff;
}

.setume span{
	color: #ffff00;
}

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

#fanfunContents{
	background: url('../img/bg_contents.jpg') repeat left top;
	padding: 40px 0;
}


.companionList{
	width: 920px;
	margin: 0 auto;
}

.companionList li {
    background-color: #fffb88;
    width: 224px;
    height: 530px;
    float: left;
    margin: 0 8px 8px 0;
    overflow: hidden;
    text-align: center;
    padding: 1px 0;
}

.companionList li:nth-child(4n){
	margin: 0 0 8px 0;
}

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

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

.shopNm a{
	color: #ff6633;
}

.shopArea{
	font-size: 12px;
}

.companionInfo{
	width: 204px;
	margin: 0 auto;
}

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

.comImg{
	margin-bottom: 8px;
}

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

.size{
	margin-bottom: 8px;
}

.cpationList li{
	background-color: #ffe0d5;
	color: #ff9999;
	font-weight: bold;
	width: 94px;
	line-height: 30px;
	height: 30px;
	border-radius: 50px;
	float: left;
}

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

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

.schTime{
	background-color: #fff;
	width: auto;
	line-height: 30px;
	height: 30px;
	margin-bottom: 8px;
	display: block;
}

.btnProfile a{
	border: 1px solid #00d641;
	display: block;
	position: relative;
	width: auto;
	color: #fff;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	background: #2de965;
	background: -moz-linear-gradient(left, #2de965 0%, #25e55f 30%, #09da49 60%, #02d743 100%);
	background: -webkit-linear-gradient(left, #2de965 0%, #25e55f 30%, #09da49 60%, #02d743 100%);
	background: linear-gradient(135deg,  #2de965 0%, #25e55f 30%, #09da49 60%, #02d743 100%);
}

.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;
}