@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :admin
 style info :ご予約・お問合せだけに関わるスタイル
=================================================================== */

/*----------------------------------------------------
	　全体
----------------------------------------------------*/
.ContactNumber{
	font-size: 180%;
	font-weight: bold;
	color:#FF7C0C;
	margin: 0 0 5px;
	padding: 0;
}

ul.yoyakuList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.yoyakuList li{
	margin: 0 0 0 30px;
	background: url(../../img/share/icon_reaf.gif) no-repeat 0 7px;
	padding: 0 0 0 20px;
}

.ContactNotice {
	font-size: 90%;
}

*:first-child + html dl#mainHistory {
	width: 380px;
} 


.notice {
	color: #F00;
	font-weight: bold;
}


