@charset "utf-8";
/* CSS Document */

#detailBox{
	width: 740px;
	margin: 40px auto 0;
}

.companionNm{
	background-color: #ff3197;
	width: auto;
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 30px;
}



.shopInfoBox{
	background-color:#ff6699;
	text-align:center;
	width:308px;
	padding:20px 10px;
	float:right;
}

.shopInfo{
	border-left:2px solid #ffffff;
	color:#ffffff;
	text-align:center;
	line-height:1.5em;
}

.shopInfo a{
	color:#ffffff;
	text-decoration:none;
}

.bigFont{
	font-size:26px;
}

#profileBox{
	padding:34px 14px;
	width:714px;
}

.compnaionFigure{
	width:210px;
	float:left;
}

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

.pointStyle{
	width: auto;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}

.pointStyle span{
	font-size: 26px;
}

.point_color_100{
	background-color:#ff0066!important;
}

.point_color_90{
	background-color:#c68fff!important;
}

.point_color_80{
	background-color:#56e0f5!important;
}

.point_color_70{
	background-color:#54e76c!important;
}

.point_color_normal{
	background-color:#757b7e!important;
}



#profilePart{
	width:440px;
	float:right;
}

#profilePart dl{
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	margin-bottom:10px;
}

#profilePart dt,#profilePart dd{
	float:left;
}

#profilePart dt{
	color:#ff6699;
	width:215px;
}
#profilePart dd{
	width:225px;
}

#profilePart dd a{
	color:#000000;
}

.starColor{
	color:#ff8a00;
}