@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name   :hospitality.css
 style info  :hospitalityディレクトリ用CSS
=================================================================== */

/* -----------------------------------------------------------
	スタッフ共有
----------------------------------------------------------- */

#main .staffs {
	clear:both;
}

#main .staffs p {
	float:left;
	width:450px;
}



.coordinator #main  h3,
.producer #main h3,
.chef #main h3,
.patissier #main h3,
.stylist #main h3 {
	padding-left:23px;
	background:url(../img/share/icon_arrow.gif) no-repeat 0% 45%;
}

#main h4 {
	clear:both;
}

#main .staffDialog {
	float:left;
	width:384px;
}

#main .staffImage {
	float:right;
}

/* -----------------------------------------------------------
	stylist.html
		スタイリスト
----------------------------------------------------------- */
.stylist .pageTop {
	clear: both;
	text-align: center;
	padding-bottom:25px;
	background:url(../img/share/hr_dashed.gif) repeat-x 0% 100%;
}


.stylist .pageTop.edge {
	clear: both;
	text-align: center;
	padding-bottom:0;
	background:none;
}


/* -----------------------------------------------------------
	welcome_p 
		お出迎え
----------------------------------------------------------- */
.welcome_p #main .staffDialog {
	float:left;
	width:350px;
}
/* -----------------------------------------------------------
	party 
		パーティ中
----------------------------------------------------------- */
.party #main .staffDialog {
	float:left;
	width:350px;
}
/* -----------------------------------------------------------
	after_p 
		パーティ後
----------------------------------------------------------- */
.after_p #main .staffDialog {
	float:left;
	width:350px;
}


.after_p #main .staffDialog ul {
	font-size:120%;
}
