@charset "utf-8";

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

#contentsWrapper {
    padding: 70px 0 0!important;
}


#fanfunWrapper {
    background: #fff;
    color: #111;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}


#fanfunHeader {
    z-index: 2;
    margin: 0 auto 200px;
    width: 100%;
    height: 420px;
    background: #FF32AA;
}

#fanfunTtl {
    width: 1000px;
    margin: auto;
    position: relative;
}


#fanfunHeader .intro {
    text-align: center;
    line-height: 2;
    padding: 20px 0;
    background: url(../img/heart.png) no-repeat left, url(../img/heart.png) no-repeat right;
}

#fanfunHeader .intro span{
	background-color: #FFEB00;
}

#fanfunContents{
	width: 1000px;
	margin: 0 auto;
}


.sectionTtl{
	border-top: 2px solid #FF32AA;
	border-bottom: 2px solid #FF32AA;
	color: #FF32AA;
	padding: 15px 0;
	margin-bottom: 45px;
	text-align: center;
	font-size: 20px;
}



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

.companionList li {
    background-color: #fff;
    width: 235px;
    height: 428px;
    float: left;
    margin: 0 20px 45px 0;
    position: relative;
    text-align: center;
}

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


.comImg img{
	width: 100%;
}

.comImg{
	margin-bottom: 10px;
}

.companionNm{
	font-size: 16px;
	font-weight: bold;
}

.companionNm a{
	color: #000;
}

.shopNm{
	color: #FF32AA;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.shopNm a{
	color: #FF32AA;
}

.size{
	border-radius: 100px;
	background-color: #FFEB00;
	width: 100px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: 67px;
}

.cpationList{
	width: 195px;
	margin: 0 auto;
}

.cpationList li{
	background-color: #ddd;
	color:#AFAFAF;
	font-weight: bold;
	width: 94px;
	line-height: 23px;
	height: 23px;
	float: left;
	margin: 0!important;
}

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

.cpationList li.on{
	background-color: #FFDDE7;
	color: #FF32AA;
}

.companionListBox {
    margin-bottom: 50px;
}

#backnumber{
  background:#FFDDE7;
}
.backnumberInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.bninnerLink {
    display: block;
    font-size: 18px;
    color: #FF32AA;
}

#endWrap {
    z-index: 2;
    width: 100%;
    background: #fff;
    color: #FF32AA;
}

.endWrapInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.endWrapInnerTxt{
	width: 420px;
	float: left;
}

.endWrapInnerImg{
	width: 580px;
	float: right;
	padding: 0;
	margin: 0;
}

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

.innerIntro{
	width: 380px;
	margin-bottom: 60px;
	line-height: 2;
}

.innerLink {
  display: block;
  font-size: 18px;
  border-bottom: 2px solid #FF32AA;
  padding-bottom: 5px;
}




/* 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;
}