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

 file name  :guide.css
 author     :Ability Consultant
style info  :ご利用案内
=================================================================== */
/* -----------------------------------------------------------
	.wrp		全体
----------------------------------------------------------- */
#contents .wrp {
	margin: 0 0 80px;
}

#contents .wrp .wrp_bg {
	width: 1048px;
	padding: 30px 25px 40px;
}

/* -----------------------------------------------------------
	.con_reserve		ご予約方法
----------------------------------------------------------- */
.con_reserve {
	width: 1048px;
	padding: 0 0 110px;
}

.con_reserve h3 {
	width: 1048px;
}

.con_reserve .con_step1,
.con_reserve .con_step2,
.con_reserve .con_step3,
.con_reserve .con_step4 {
	width: 988px;
	padding: 15px 30px 20px;
	overflow: hidden;
	*zoom: 1;
}

.con_reserve .con_step1 .photo,
.con_reserve .con_step2 .photo,
.con_reserve .con_step3 .photo,
.con_reserve .con_step4 .photo {
	width: 339px;
	float: left;
}

.con_reserve .con_step1 .box,
.con_reserve .con_step2 .box,
.con_reserve .con_step3 .box,
.con_reserve .con_step4 .box {
	width: 600px;
	float: left;
}

.con_reserve .con_step1 .box .description,
.con_reserve .con_step2 .box .description,
.con_reserve .con_step3 .box .description,
.con_reserve .con_step4 .box .description {
	width: 600px;
	padding: 0 0 20px;
}

.con_reserve .con_step1 .box .txt,
.con_reserve .con_step2 .box .txt,
.con_reserve .con_step3 .box .txt,
.con_reserve .con_step4 .box .txt {
	width: 600px;
	padding: 0 0 20px;
	font-size: 12px;
}

.con_reserve .con_step1 .box .txt span,
.con_reserve .con_step2 .box .txt span,
.con_reserve .con_step3 .box .txt span,
.con_reserve .con_step4 .box .txt span {
	font-weight: bold;
}

.con_reserve .con_step1,
.con_reserve .con_step2 {
	border-bottom: 1px #ccc solid;
}

.con_reserve .con_step1 .box,
.con_reserve .con_step2 .box {
	padding: 20px 0 0 25px;
}

.con_reserve .con_step3 {
	border-bottom: 1px #ccc solid;
}

.con_reserve .con_step3 .box,
.con_reserve .con_step4 .box {
	padding: 25px 0 0 25px;
}

.con_reserve .con_info {
	width: 942px;
	margin: 0 auto;
	position: relative;
}

.con_reserve .con_info .icon {
	position: absolute;
	top: -28px;
	left: 75px;
	z-index: 100;
}

.con_reserve .con_info .txt {
	width: 942px;
	text-align: center;
	padding: 28px 0 27px;
	background: #f3f2ea;
}

/* -----------------------------------------------------------
	.con_publish		施設情報掲載内容について
----------------------------------------------------------- */
.con_publish {
	width: 1020px;
	padding: 0 14px 0;
}

.con_publish h3 {
	width: 1020px;
	padding: 0 0 20px;
}

.con_publish .txt {
	width: 1020px;
	padding: 0 0 30px;
}

.con_publish table {
	width: 1020px;
	border: 1px #b9b1a0 solid;
}

.con_publish table tr th {
	padding: 50px 0 50px 15px;
	width: 140px;
	background: url(../images/common/bg_table_th.png);
	font-size: 12px;
	border-bottom: 1px #b9b1a0 solid;
}

.con_publish table tr td {
	padding: 15px 20px;
	width: 360px;
	vertical-align: top;
	font-size: 12px;
	background: #fff;
	border-bottom: 1px #b9b1a0 solid;
}
