@charset "utf-8";

#fanfunHeader{
	position: relative;
	width: auto;
	margin: 0 auto;
}


#fanFunContents{
	background: url(../img/bg_fanFunContents.jpg) repeat;
	position: relative;
	padding-top: 3%;
}

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


.intro  {
	background-color: #ffffff;
    line-height: 1.8;
    text-align: center;
    padding: 3%;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.color_1{
	color: #ff006c;
}

.color_2{
	color: #ff8400;
}


.sectionMainTtl{
	margin-top: -10%;
	position: relative;
	z-index: 1;
}

.companionList {
	width: 100%;
}

.listStyle{
	margin-bottom: 3%;
}

.av_flg{
	background-color: #ffcae2;
}

.pop_flg{
	background-color: #ffe485;
}

.listStyle a{
	width: auto;
	display: block;
	position: relative;
	padding: 3%;
}

.listStyle a:after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	display: block;
	width: 5px;
	height: 5px;
	border-top: solid 5px #ff0871;
	border-right: solid 5px #ff0871;
	-webkit-transform: rotate(45deg);
}

.name{
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 2%;
	margin-bottom: 2%;
	font-weight: bold;
}

.av_flg .name{
	color: #ff006c;
}

.pop_flg .name{
	color: #ff8400;
}

.comBox{
	width: auto;
}

.companionImg{
	width: 30%;
	float: left;
}

.proPart{
	width: 68%;
	float: right;
	line-height: 1.8;
}

.sch{
	display: block;
}


.iconList li{
	float: left;
	width: 30%;
	margin-right: 2%;
}

.shopNm{
	color: #636363;
	text-decoration: none;
	font-size: 96%;
}

.shopArea{
	background-color: #ffffff;
	width: auto;
	padding: 2%;
	font-size: 96%;
	text-align: center;
}

.north{
	color: #4dbeff;
}

.tokyo{
	color: #ff4d4d;
}

.east{
	color: #f973d2;
}

.centeral{
	color: #30b13b;
}

.west{
	color: #7860dd;
}

.south{
	color: #44bcaf;
}