@charset "UTF-8";

/* ********************************
* #kantei1-#kantei5
* 
* 
* 
* 
* *********************************


*/

/* サービスメニューの背景 */

#kantei1 {
	background: url(../salon/uranai.jpg) no-repeat top right;
	}
#kantei2 {
		background: url(../salon/spititual.jpg) no-repeat top right;
	}
#kantei3 {
		background: url(../salon/saimin.jpg) no-repeat top right;
	}
#kantei4 {
		background: url(../salon/enagy.jpg) no-repeat top right;
	}
#kantei5 {
		background: url(../salon/mental.jpg) no-repeat top right;
	}


/* stuff.html */
/* 占い師一覧表 */

table.stufflist td {
	vertical-align: top;
	}
table.stufflist td.photo {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 1em;
	padding-left: 0.5em;
	}
table.stufflist td.photoyoko {
	text-align: center;
	vertical-align: top;
	padding-left: 0.5em;
	}


table.stufflist h3 {
	margin-bottom: 0.5em;
	padding-left: 0.2em;
	line-height: 2em;
	background:  url(../salon/staff/h3namebg.gif) repeat-x;
	}
table.stufflist td p {
	margin-left: 1em;
}

/* m_kantei.html */
/* ご利用の流れ */
ol li {
	margin-bottom: 2em;
	}
ol li .midashi {
	font-weight: bold;
	color: #9933cc;
	}
	
/* メール鑑定料金表 */
table#m_kanteipay th,
table#m_kanteipay td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.5em;
	}

/* メール鑑定送信フォーム */
table#m_kanteiform td {
	vertical-align: top;
	padding: 0.5em;
	}
table#m_kanteiform td.line {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
table#m_kanteiform td .wd2 {
	width: 2em;
	}
table#m_kanteiform td .wd4 {
	width: 4em;
	}
table#m_kanteiform td .wd20 {
	width: 20em;
	}

#formbot {
	margin-left: 12em;
	}


/* メール鑑定フォーム入力確認時のエラーメッセージ */
p.attention {
	margin: 5em;
	padding: 2em;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e56699;
	background-color: #fff4f9;
	}


/* お問合せ送信後のメッセージ */
#formsendmess {
	margin: 4em;
	padding: 2em;
	border: 1px solid #9999cc;
	text-align: center;
	}


/* 占いの種類 */
#syuruiwordbg {
	background: url(../salon/syurui/wordbg.jpg) repeat-y top right;
	margin-left: 2em;
	padding-right: 10em;
}