@charset "utf-8";
/* ===================================================================
CSS information

 file name  :esthe.css
 author     :Ability Consultant
style info  :エステページ用設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* キャッチ
----------------------------------------------------------- */
#esthe .con_esthe {
	width: 720px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#esthe .con_esthe h3,
#esthe .con_esthe h4 {
	margin: 0 0 10px 0;
}

#esthe .con_esthe .con_esthe_l {
	width: 375px;
	padding: 0 0 0 20px;
	float: left;
}

#esthe .con_esthe .con_esthe_r {
	width: 270px;
	padding: 0 20px 0 0;
	float: right;
}

#esthe .con_esthe .con_esthe_r .con_img {
	text-align: right;
}



/* メニュー
----------------------------------------------------------- */
#esthe .con_menu {
	width: 720px;
	margin: 0 auto 20px auto;
}

#esthe .con_menu h4 {
	margin: 0 0 10px 0;
}


/* 共通 */
#esthe .con_menu table {
	width: 718px;
	margin: 0 0 30px 0;
	font-size: 90%;
}

#esthe .con_menu table thead th {
	text-align: center;
}

#esthe .con_menu table .menu {
	width: 100px;
}

#esthe .con_menu table .point {
	width: 120px;
}

#esthe .con_menu table .txt {
	width: 250px;
}



/* 注意
----------------------------------------------------------- */
#esthe .con_attention {
	width: 654px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border: 3px #e37679 double;
}











/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
