@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■1．小顔レッスンページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●１-１．共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_face{
	
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●１-２．体験したコース
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*大枠*/
#experience_course{
	overflow:hidden;
	margin:20px 0;	
}
/*体験したコース*/
#experience_course #experience{
	float:left;
	width:460px;
}
#experience_course .experience_menu{
	padding-bottom:5px;
	background:url("../images/repo/course_foot.gif") no-repeat left bottom;
}
#experience_course .experience_menu dl{
	padding:12px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
#experience_course .experience_menu dl dt{
	padding:0 0 0 18px ;
	background:url("../images/repo/menu_arrow_pink.gif") no-repeat left center;
	color:#f541a6;
	font-weight:bold;
}
#experience_course .experience_menu dl dd{
	padding:0 0 5px 18px ;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●１-３．小顔施術
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#healer{
	float:right;
	width:240px;
	padding-bottom:5px;
	background:url("../images/repo/healer_bottom.gif") no-repeat left bottom;
}
#healer dl dd{
	padding:0 12px 7px 12px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	font-size:75%;
	line-height:1.8em;
}

.healer_link{
	padding-left:10px;
	background:url("../../../common/images/box_arrow_pink.gif") no-repeat left center;
}
#healer dl dd .healer_link a{
	color:#f541a6;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●１-４．小顔施術レポート
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ラッパー*/
#repo{
	overflow:hidden;
	background:#f541a6 url("../images/repo/repo_bottom.gif") no-repeat left bottom;
}

#repo #repo_left{
	float:left;
	width:162px;
	color:#FFFFFF;
}

#repo #repo_right{
	float:left;
	width:558px;
	background:url("../images/repo/repo_head.gif") no-repeat left top;
}
/*---------------左側-----------------*/
#repo_left dl{
	margin:15px 0 0 10px;
	width:152px;
}
#repo_left dl dt{
	padding-bottom:5px;
}
#repo_left dl dd{
	padding-bottom:15px;
}
#repo_left img.arrow_white{
	width:72px;
	margin:10px 40px 0 40px;
}

/*---------------右側-----------------*/
#repo_right .repo_area{
	margin:40px 16px 15px  14px;
	padding:10px;
	background:#FFFFFF ;
}

/*レポ*/
.step_box{
	overflow:hidden;
	margin:20px 0 10px 0;
}
.step_box dl{
	width:348px;
	float:right;
}
.step_box dl dt{
	width:348px;
	padding-bottom:10px;
	font-weight:bold;	
}
.step_box dl dt img{
	margin-right:10px;	
}
.step_box .step_photo{
	float:left;
	width:150px;
	margin-right:10px;
}

.step_box .arrow_pink img{
	margin:10px 138px;
}

.step_box img.photo_under{
	margin-top:10px;
}


