@charset "utf-8";
/* ===================================================================
CSS information

 file name  :reserve.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html
----------------------------------------------------*/

/* 特典
----------------------------------------------------*/
.con_tokuten {
	width: 480px;
	margin: 0 0 50px 0;
	padding: 305px 0 25px 210px;
	background: url(../reserve/images/bg_tokuten.jpg) no-repeat 0 0;
}


/* その他措定
----------------------------------------------------*/
.con_info {
	width: 690px;
	margin: 0 0 40px 0;
}

.con_info h3 {
	margin: 0 0 10px 0;
}

.con_info h4 {
	padding: 0 0 0 15px;
	background: url(../images/ic_midashi.gif) no-repeat left center;
}

.con_info h5 {
	font-size: 110%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px #e3e3e3 solid;
}

.con_info p {
	margin: 0 0 10px 0;
}

.con_info .ex {
	font-weight: bold;
}

.con_info .tb_base {
	width: 690px;
	margin: 0 0 5px 0;
}

.con_info .tb_base th {
	width: 30%;
}

.con_info ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}

.con_info ul li {
	list-style-type: disc;
}

.con_info .last {
	margin: 0 0 30px 0;
}

.con_info span.big {
	font-size: 14px;
	color: #4c90b9;
	font-weight: bold;
}











/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
