@charset "utf-8";


#btn_close {
	display: block;
	position: fixed;
	top: 40px;
	right: 10px;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	z-index: 1;
}

/* ��slide�� */
.slide_box {
	margin: 0 10px 10px;
	padding: 10px 10px 8px;
	background: #f0f3f5;
	border-radius: 5px;
}

.slide_title {
	position: relative;
	padding: 0 15px 0 5px;
	font-size: 14px;
	color: #274a90;
}

.slide_title .btn_slide {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	z-index: 1;
}


.slide_inner {
	margin: 0 0 10px;
}

.slide_inner_box {
	display: -moz-box;
	display: -webkit-box;
	margin-top: 10px;
	padding: 10px 5px 0;
	border-top: dotted 1px #5784a2;
}

.slide_box_img {
	margin-right: 10px;
}

.slide_box_img img {
	width: 90px;
}

.slide_box_txt {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}

/* ��ins price�� */
table.ins_price_tbl {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cecece;
}

table.ins_price_tbl th, table.ins_price_tbl td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cecece;
}

table.ins_price_tbl th {
	color: #274a90;
	background: #f0f3f5;
}

/* ��ins frame�� */
.ins_frame {
	height: 160px;
	padding: 15px;
	overflow-y: auto;
	border: solid 2px #c2c2c2;
}

.ins_office_list {
	margin: 0 10px;
}

.ins_logo {
	width: 200px;
}

.ins_logo_img img { width:200px; }

@media screen and (min-width: 480px){

	.ins_office_list { display:-moz-box; display:-webkit-box; display:box; }
	.ins_logo { margin-right:20px; }
	.ins_office_txt { -moz-box-flex:1; -webkit-box-flex:1; }

}

@media screen and (max-width: 479px){

	.ins_logo { margin-bottom:15px; }

}
/* ��step box�� */
.step_box {
	margin: 0 0 15px;
}

.step_box_l {
	float: left;
	width: 38%;
}

.step_box_r {
	float: right;
	width: 60%;
}
/* ��table�� */
table.room_price_tbl {
	border-collapse: collapse;
	border: solid 1px #c8ddeb;
}

table.room_price_tbl th, table.room_price_tbl td {
	vertical-align: middle;
	border: solid 1px #c8ddeb;
}

table.room_price_tbl th {
	padding: 4px 10px;
	color: #274a90;
	background: #d7e6f1;
}

table.room_price_tbl td {
	padding: 4px 20px;
	color: #000000;
	background: #f0f3f5;
}
/* ��table�� */
table.tour_num_tbl {
	width: 100%;
	border-collapse: collapse;
}

table.tour_num_tbl th, table.tour_num_tbl td {
	padding: 5px;
	vertical-align: middle;
	color: #000000;
}

table.tour_num_tbl th {
	text-align: left;
}
/* ��room�� */
.room_title {
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #01a410;
	font-size:14px;
	border-bottom: solid 1px #01a410;
}
/* ��table�� */
table.child_price {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c8ddeb;
}

table.child_price th, table.child_price td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	border: solid 2px #c8ddeb;
}

table.child_price th {
	background: #ededed;
}

/* ��table�� */
table.trafic_list {
	width: 100%;
	border-collapse: collapse;
	font-size:14px;
}

table.trafic_list tr {
	border-bottom: dotted 1px #5784a2;
}

table.trafic_list tr:last-child {
	border-bottom: none;
}

table.trafic_list th, table.trafic_list td {
	padding: 10px 5px;
	vertical-align: middle;
	color: #000000;
}

table.trafic_list th {
	text-align: center;
}
/* ��table�� */
table.hotel_invest_list {
	width: 100%;
	border-collapse: collapse;
}

table.hotel_invest_list th, table.hotel_invest_list td {
	padding: 10px;
	vertical-align: middle;
}

table.hotel_invest_list th {
	text-align: center;
	color: #274a90;
	background: #e2e8eb;
}

table.hotel_invest_list td {
	background: #f0f3f5;
}
/* ��table�� */
table.car_rental_list {
	width: 100%;
	border-collapse: collapse;
}

table.car_rental_list th, table.car_rental_list td {
	padding: 5px 0;
	vertical-align: middle;
	color: #000000;
}

.rental_option_l {
	float: left;
	width: 65%;
}

.rental_option_r {
	float: right;
	width: 33%;
}
/* ��ins�� */

table.ins_list {
	width: 100%;
	border-collapse: collapse;
}
table.ins_list th,table.ins_list td {
	padding: 5px 0;
	vertical-align: middle;
	color: #000000;
	font-weight:normal;
	}
.ins_num_l {
	float: left;
	width: 30%;
	margin-top: 1px;
}

.ins_num_r {
	float: right;
	width: 65%;
}
.ins_num_r .btn02{ 
	height:27px; 
	padding:8px 0 0; 
}

.ins_num_info {
	margin:15px auto 0 auto;
	width: 65%;
}
.ins_num_info .btn02{ 
	height:27px; 
	padding:8px 0 0; 
}

/* ��msg�� */
.msg_base {
	position: relative;
}

.msg_btn {
	position: absolute;
}

@media screen and (min-width: 480px){

	.msg_btn {
	top:-40px;
	right:-30px;
}
	.msg_btn img { width:140px; }

}

@media screen and (max-width: 479px){

	.msg_btn { top:-30px; right:-40px; }
	.msg_btn img { width:100px; }
	.step_box_l, .step_box_r, table.child_price { font-size:10px; }

}

/* ��price�� */
.price_box {
	margin: 0 5px 20px;
	padding: 10px;
	background-image: -moz-linear-gradient(bottom, #244386 0%, #2c539e 100%);
	background-image: -webkit-linear-gradient(bottom, #244386 0%, #2c539e 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #244386),
		color-stop(1, #2c539e)
	);
	border: solid 1px #00236f;
}

.price_l {
	float: left;
	width: 35%;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.price_r {
	float: right;
	width: 50%;
	padding: 10px 5px;
	font-size: 20px;
	color: #ff0000;
	text-align: right;
	background: #ffffff;
}

.price_inner {
	padding: 15px;
	background: #ffffff;
}


/* ��������s���Q�ی��� */
.title.aramashi{ 
	position:relative; 
	height:26px;
}

.slide01{
	top: 5px;
	width: 95%;
	height: 26px;
	background-size: 16px 16px;
	z-index: 1;
	position: absolute;
}



/* ��table�� */
.table_aramashi{
	width:100%;
	font-size:11px;
	margin: 10px auto 15px auto;
	height: auto;
	background-color: #CCCCCC;
}

.th1_ara {
	border-bottom-width: 1px;
	color: #FFFFFF;
	background-color: #F8A254;
	font-weight: bold;
	padding: 10px 4px;
	}
.th2_ara {
	border-bottom-width: 1px;
	color: #333333;
	background-color: #CFFEAD;
	padding: 4px;
	font-weight: normal;
	height: auto;
	}
.th3_ara {
	border-bottom-width: 1px;
	color: #333333;
	background-color: #D8F8FE;
	padding: 10px 4px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	}
.th4_ara {
	border-bottom-width: 1px;
	color: #333333;
	background-color: #FFE8FF;
	padding: 10px 4px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	}
.th5_ara {
	border-bottom-width: 1px;
	color: #333333;
	background-color: #FFFBB3;
	padding: 10px 4px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	}
.th6_ara {
	border-bottom-width: 1px;
	color: #333333;
	background-color: #D7CCF7;
	padding: 10px 0 10px 0;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	}

.td1_ara {
	background-color: #E7FED8;
	width: 200px;
	height: 130px;
	vertical-align: top;
	padding:4px;
	}
.td2_ara {
	background-color: #FFFFFF;
	width: 190px;
	}
.td3_ara {
	background-color: #E6FFFF;
	width: 190px;
	vertical-align: top;
	padding:4px;
	}
.td4_ara {
	background-color: #FFF4FF;
	width: 190px;
	height: 350px;
	vertical-align: top;
	padding:4px;
	}
.td5_ara {
	background-color: #FFFDDD;
	width: 190px;
	vertical-align: top;
	padding:4px;
	}
.td6_ara {
	background-color: #E3DDF9;
	font-size: 12px;
	width: 190px;
	}
.ol_if1_ara{
	margin:5px 0 5px 18px;
	padding: 0;
}
.li_if1_ara{
	margin:3px 0 3px 0;
	list-style-type: circle;
	line-height: 15px;
}
.li_if2_ara{
	margin:3px 0 3px 0;
	line-height: 15px;
}
.li_if3_ara{
	margin:3px 0 3px 0;
	line-height: 15px;
	list-style-type: lower-alpha;
}
.li_right_if_ara{
	margin:3px 3px 3px 0;
	list-style-type: none;
	line-height: 15px;
	text-align: right;
}

@media screen and (min-width: 480px){

	.aramashi_nyuin{
		height:350px;
		padding-top:50px;
		border-bottom:1px #cccccc solid;
	}
	.aramashi_shujutu{
		padding-top:20px;
	}
}

@media screen and (max-width: 479px){

	.aramashi_nyuin{
		height:500px;
		padding-top:100px;
		border-bottom:1px #cccccc solid;
	}
	.aramashi_shujutu{
		padding-top:100px;
	}

}
