@charset "utf-8";

/* table002 */
#top_column .table002 {
	width: inherit;
	margin: 0 5px 0;
	background: #fff;
}
#top_column .table002 caption {
	padding: 1px 3px;
	background-color: #f0f0f0;
}
#top_column .table002 table {
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	table-layout:fixed;
	width: 98%;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	margin-right: auto;
	margin-left: auto;
}
#top_column .table002 th {
	background-color: #F1E3B8;
	white-space: nowrap;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	font-size: 100%;
}
#top_column .table002 td {
	background-color: #fff;
	padding: 5px;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}
#top_column .table002 td.label {
	background-color: #FCF9F1;
}
#top_column .table002 tr.odd td {
	background-color: #FCF9F1;
}
#top_column .table002 td.odd {
	background-color: #FCF9F1;
}

#top_column .table002 th.width_data {
	width: 140px;
}
#top_column .table002 td.data_price {
	text-align: center;
	font-weight: bold;
}

#top_column .table002 .control {
	padding: 10px 5px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#top_column .table002 .control .control_left {
	/*float: left;*/
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #40501F;
	position: relative;
}
#top_column .table002 .control .control_left span { position: relative; z-index: 2; display: inline-block; padding: 0 10px; background-color: #FFF; }
#top_column .table002 .control .control_left:before { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; content: ""; width: 100%; height: 1px; margin: auto; border-top: double 1px #40501F; }
#top_column .table002 .control .control_right {
	float: right;
}

#top_column .table002 .commennt {
	padding: 5px 5px 15px;
}

#top_column .table002 .plan_list { display: flex; }
#top_column .table002 .plan_list li { margin-right: 10px; }
#top_column .table002 .plan_list li:last-child { margin-right: 0; }
#top_column .table002 .plan_list li span { display: block; }
#top_column .table002 .plan_list li span img { width: 100%; }
#top_column .table002 .plan_list li .p { margin-bottom: 5px; }
#top_column .table002 .plan_list li .h { margin-bottom: 5px; text-align: center; font-weight: bold; font-size: 14px; }
#top_column .table002 .plan_list li .b {}
#top_column .table002 .plan_list li .b a { display: block; padding: 8px 5px; border-radius: 5px; color: #FFF; background-color: #40501F; text-align: center; text-decoration: none; line-height: 1; font-weight: bold; font-size: 13px; transition: all 0.2s ease-out; }
#top_column .table002 .plan_list li .b a:hover { opacity: 0.6; }

#second_column .inner {}

#top_column .control_right a img {
	cursor: pointer;
}


/* --- block_topReserve
--------------------------------------------- */
.block_topReserve {
	margin-top: -10px;
	margin-bottom: 15px;
}
.block_topReserve .honkan_info {
	background: url(../images/index/topReserveH_bgi.jpg) no-repeat center center;
	height: 136px;
	width: 600px;
	margin-bottom: 10px;
}
.block_topReserve .anex_info {
	background: url(../images/index/topReserveA_bgi.jpg) no-repeat center center;
	height: 136px;
	width: 600px;
	margin-bottom: 10px;
}
.block_topReserve .honkan_info ul,
.block_topReserve .anex_info ul {
	padding-left: 294px
}
.block_topReserve .honkan_info li,
.block_topReserve .anex_info li {
	margin-top: 11px;
	float: left;
	margin-right: 10px;
}
.block_topReserve .honkan_info li.plan_search,
.block_topReserve .anex_info li.plan_search {
	margin-right: 20px;
}

#second_column .inner { padding-top: 0 !important; }