@charset "utf-8";
/*
system_tour.css

VERSION: JUL/16/2010

*/


/* +++++++++++++++++++++++++++++++++++++++++++ */
/* +   このCSSでフォント名の指定をしないでください。                           + */
/* +   フォントの指定はtype.cssで行っています。                            + */
/* +++++++++++++++++++++++++++++++++++++++++++ */




div.tour_menu{
	width:368px;
	padding: 12px 12px 12px 0;
	margin: 0 0 12px 0;
	float:right;
	display:block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.tour_content{
		width:600px;
		margin: 12px 0 0 12px;
		padding: 6px 0;
		display:block;
		float:left;
		font-size:14px;
		line-height:180%;
}

div.tour_content_wide{
		width:980px;
		margin: 18px 0 0 18px;
		padding: 6px 0;
		display:block;
		float:left;
		font-size:16px;
		line-height:160%;
}

div.tour_content_wide img{
float:right;

}

div.tour_content_wide h2{
border-left:#CCCCCC solid 6px;
border-bottom:#333333 solid 3px;
padding-bottom:3px;
padding-left:12px;
margin-top:24px;

}

/*+++++++++ PARTS +++++++++++*/


/* top banner */

div#top_banner_box div#top_customer{
			display:block;
			width:184px;
			height:72px;
			margin-bottom:6px;
			position:relative;
		} 
		
			div#top_banner_box div#top_customer div#top_customer_mask{
				background-color:#000000;
				display:block;
				width:100%;
				height:100%;
				z-index:9999;
				position:absolute;
				top:0;
				left:0;
				display:none;
				overflow:visible;
			}
			
				div#top_banner_box div#top_customer div#top_customer_mask p{
					color:#FFFFFF;
					padding:4px;
				}
				
					div#top_banner_box div#top_customer div#top_customer_mask p.small{
						font-size:0.72em;
						text-align:left;
					}


/* dropdown-menu */

table.dropdowntbl{
	border:none;
}

	table.dropdowntbl td{
		background:#FFFFFF url(../images/tour/bk_tour_detail_number_tbl.gif) repeat-x scroll 0 0;
		height:40px;
		border:none !important;
		padding:0 !important;
	}
	
	table.dropdowntbl td.dropdowntbl_left{
		background:#FFFFFF url(../images/tour/bk_tour_detail_number_tbl_left.gif) no-repeat scroll 0 0;
		overflow:hidden;
		text-indent:-999em;
		width:30px;
	}
	
	table.dropdowntbl td.dropdowntbl_right{
		background:#FFFFFF url(../images/tour/bk_tour_detail_number_tbl_right.gif) no-repeat scroll 0 0;
		overflow:hidden;
		text-indent:-999em;
		width:30px;
	}
	
	table.dropdowntbl td label{
		font-size:12px;
		font-weight:normal;
		margin: 0 6px;
	}


div.tour_content h1{
	line-height:120%;
	font-size:2em;
	}


/* BREADCRUMB MENU パンくずメニュー */

div.tour_breadcrumb{
	margin: 12px 0 0 10px;
	font-size:1.2em;
	text-align:left;
}

/* CATEGORY MENU */

table.tour_cat_tbl_1{
 	width:464px;
	border-collapse:collapse;
	margin-left:12px;
	margin-bottom:6px;
	clear:both;
 }
 
	 table.tour_cat_tbl_1 td{
	 	vertical-align:top;
		padding:6px;
	 }
	 
	 	table.tour_cat_tbl_1 td.pic{
	 		width:106px;
	 	}
		
		table.tour_cat_tbl_1 td a.tour_cat_tbl_1_btn{
			display:block;
			width:120px;
			height:28px;
			background: url(../img/btn_tour_catmenu.gif) no-repeat 0 0;
			border:none;
			text-indent:-999em;
			cursor:pointer;	
			float:right;
		}

table.tour_cat_tbl_1 td h4 img,
table.tour_cat_tbl_2 td h4 img{
			margin-right:4px;	
		}		
		
table.tour_cat_tbl_2{
	border-collapse:collapse;
	margin-bottom:6px;
	clear:both;
 }
 
	 table.tour_cat_tbl_2 td{
	 	vertical-align:top;
		padding:6px;
	 }
	 
	 	table.tour_cat_tbl_2 td.pic{
	 		width:106px;
	 	}
		
		table.tour_cat_tbl_2 td a.tour_cat_tbl_2_btn{
			display:block;
			width:120px;
			height:28px;
			background: url(../img/btn_tour_catmenu.gif) no-repeat 0 0;
			border:none;
			text-indent:-999em;
			cursor:pointer;	
			float:right;
		}
					
			td.pic img{
				width:100px;
			}
			
			td.desc p{
				font-size:1.25em;
			}
			
div.catinfo_box{
	width:478px;
	margin-right:6px;
	margin-left:12px;
	text-align:left;
}


/* CATEGORY INFO */

div.catinfo_box h1{
	display:block;
	font-size:1.7em;
	text-align:left;
	margin-bottom:18px;
	color:#000000;
	padding-left:10px;
	border-left:3px solid #000000;
	}		
			
div.catinfo_box_txt{
	margin-top:12px;
}
			
			
/* ITEMMENU */

table.tour_itemmenu_tbl_1{
 	width:464px;
	border-collapse:collapse;
	margin-left:12px;
	margin-bottom:6px;
 }
 
 	table.tour_itemmenu_tbl_1 h4, table.tour_itemmenu_tbl_1 h4 a{
 		text-align:left;
 	}
 
 	table.tour_itemmenu_tbl_1 td{
 		vertical-align:top;
		padding:6px;
 	}
 
 	table.tour_itemmenu_tbl_1 td.pic{
	 		width:106px;
	 	}
			
		table.tour_itemmenu_tbl_1 td p.price{
			font-size:1.7em;
			letter-spacing:0.02em;
			font-weight:bold;
			color:#990000;
			margin:0 0 0 12px;
			float:left;
		}
		
		a.tour_itemmenu_tbl_1_btn{
			display:block;
			float:right;
			width:82px;
			height:28px;
			background: url(../img/btn_tour_itemmenu.gif) no-repeat 0 0;
			border:none;
			text-indent:-999em;
			cursor:pointer;
			margin: 0 4px 4px 0;	
		}
		
			a.tour_itemmenu_tbl_1_btn:hover{
				-webkit-box-shadow: 0px 0px 4px  #5c574e;
				-moz-box-shadow: 0px 0px 4px #5c574e;
				box-shadow: 0px 0px 4px #5c574e;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px; 
			}
		
table.tour_itemmenu_tbl_2{    
    width: 368px;
    border-collapse: collapse;
    margin-bottom:6px;
 }
 
 	table.tour_itemmenu_tbl_2 td{
 		vertical-align:top;
		padding:6px;
 	}
 
 	table.tour_itemmenu_tbl_2 td.pic{
	 		width:106px;
	 	}
	
	table.tour_itemmenu_tbl_1 td h4 img,
	table.tour_itemmenu_tbl_2 td h4 img{
		margin-right:4px;
	}				
			
		
table.tour_itemmenu_tbl_2{
	border-collapse:collapse;
	margin-bottom:6px;
 }
 
 	table.tour_itemmenu_tbl_2 td{
 		vertical-align:top;
		padding:6px;
 	}
 
 	table.tour_itemmenu_tbl_2 td.pic{
	 		width:106px;
	 	}
			
		table.tour_itemmenu_tbl_2 td p.price{
			font-size:1.7em;
			letter-spacing:0.02em;
			font-weight:bold;
			color:#990000;
			margin:0 0 0 12px;
			float:left;
		}		
		
		a.tour_itemmenu_tbl_2_btn{
			display:block;
			float:right;
			width:82px;
			height:28px;
			background: url(../img/btn_tour_itemmenu.gif) no-repeat 0 0;
			border:none;
			text-indent:-999em;
			cursor:pointer;	
		}			

	div.tour_selected_item table.tour_itemmenu_tbl_2{
		background-color:#FFFF99 !important;
	}


table.tour_itemmenu_tbl_3{
 	width:464px;
	border-collapse:collapse;
	margin-left:12px;
	margin-bottom:6px;
 }
 
 	table.tour_itemmenu_tbl_3 td{
 		vertical-align:top;
		padding:0px;
 	}

 	table.tour_itemmenu_tbl_3 li{
	list-style:none;
	font-size:12px;
	padding:0;
 	}
	
	a.tour_itemmenu_tbl_3_btn{
		display:block;
		width:122px;
		height:32px;
		overflow:hidden;
		text-indent:-999em;
		background: transparent url(/images/tour/tour_itemmenu_tbl_3_btn.png) no-repeat scroll 0 0;
		float:right;
	}
	
		a.tour_itemmenu_tbl_3_btn:hover{
			background-position: 0 -32px;
		}
 

div.catinfo_box_txt{
	font-size:14px;
	line-height:150%;
}

div.mytour_step{
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin-left:12px;
	width:320px;
}

div.mytour_step h3{
	font-size:22px;
	font-weight:bold;
	color:#660000;
	padding:4px;
	background-color:#FFFFCC;
	padding-left:20px;
	border-left:#663333 solid 8px;
	margin-bottom:0px;
}

div.mytour_step tt{
	font-size:16px;
	margin-top:0px;
	margin-left:9px;
	font-weight:bold;
	color:#660000;
	}

div.mytour_step dd{
	font-size:14px;
	margin-left:24px;
	margin-top:6px;
	line-height:150%;
}

.hide{
	display:none;
}


table.yellow_alert th{
			background-color:#FFFFCC;
			color:#000000;
			border-left:1px solid #E0C39E;
			border-right:1px solid #E0C39E;
			border-top:1px solid #E0C39E;
			border-bottom:1px solid #B39169;
}
		
table.yellow_alert td{
			border:1px solid #BAB5AB;
			background-color:#FFFFFF;
}

	div.relation_tour_area div.top_recommend_article_cart{
		padding: 12px 0;
		border-bottom: 1px solid #D4D4D4;
		overflow:auto;
	}
	
	div.relation_tour_area div.top_recommend_article{
		margin-bottom:12px;
		border:1px solid #DFA96F;
		background-color:#FFFFFF;
		overflow:auto;
		padding:12px;
	}
	
	div.relation_tour_area div.top_recommend_article_img{
		float:left;
		margin-bottom:12px;
	}
	
	div.relation_tour_area div.top_recommend_article_txt{
		float:left;
		width:214px !important;
	}
	
		div.relation_tour_area div.top_recommend_article_txt h3{
			font-size:1.4em !important;
		}
	
		div.relation_tour_area div.top_recommend_article_cart div.top_recommend_article_img_cart{
			float:left;
			display:block;
			width:100px;
			height:100px;
			border: 1px solid #E4C29D;
		}
		
		div.relation_tour_area div.top_recommend_article_cart div.top_recommend_article_txt_cart{
		font-size:12px;
			display:block;
			margin-left:12px;
			float:left;
			text-align:left;
			width:190px;
		}
		
			div.relation_tour_area div.top_recommend_article_cart div.top_recommend_article_txt_cart h3{
				font-size:1.53em;
				font-weight:bolder;
				color:#663822;
			}
	div.top_recommend_article_cart .price{
	float:right;
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	}



div.arrange input#makeresult{
	background:url(/images/tour/btn_form_order_order.png) no-repeat 0 0;
	width:258px;
	height:50px;
	border:none;
	cursor:pointer;
}


div.arrange2 input#makeresult{
	background:url(/images/tour/btn_256_56_send.png) no-repeat 0 0;
	width:258px;
	height:56px;
	border:none;
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-indent:-999em;
	margin: 0 auto;
}

	div.arrange2 input#makeresult:hover{
		background-position: 0 -56px;
	}


.ref_top td{vertical-align:top;}
.ref_top td h3{ font-size:18px; font-weight:bold; color:#660000; }

/* TOUR ARTICLE */

table.air_list_article_plan_tbl td input[type="text"]{
	padding: 3px;
}

div.tour_menu table.tour_itemmenu_tbl_2{
	margin-left:12px;
	width:356px;
	background-color:#FFFFFF;
}

div.relation_tour_area table.tour_itemmenu_tbl_2{
	margin-left:0;
}

div.tour_menu table.tour_cat_tbl_2{
	margin-left:12px;
	background-color:#FFF2DF;
}	
	
div.tour_summary{
	margin-top:12px;
	padding: 12px;
	text-align:left;
	font-size:1em;
	font-weight:bolder;
}

	div.tour_summary p{
		font-size:1.0em;
	}

div.tour_description{
	text-align:left;
	padding:12px;
	font-size:0.85em;
}

div.tour_menu_recommend{
	border: 1px solid #BAB5AB;
	margin-left:12px;
	margin-bottom:12px;
	padding: 6px 6px 2px 6px;
	background-color:#FFFFFF;
	text-align:left;
}

	div.tour_menu_recommend p{
		display:block;
		width:auto;
		height:22px;
		background: transparent url(../images/tour/tour_recommend.gif) no-repeat 0 0;
		padding-left: 24px;
		padding-top:4px;
	}
	
/* detail icon & price */	

.detail_price{
	font-size:1.5em;
	color:#990000;
}

table.tour_detail{
	
}
	
table.tour_detail td{
	font-size:1.2em;
}

	table.tour_detail td ul{
		margin-left:18px;
	}	

table#tour_detail_submit_tbl{
	width:348px;
	margin: 24px auto 12px auto;
}

	table#tour_detail_submit_tbl td{
		vertical-align:top;
	}

table#tour_detail_submit_tbl td#tour_detail_submit_apply{
	padding-right:6px;
}

	table#tour_detail_submit_tbl td#tour_detail_submit_apply button{
		display:block;
		width:168px;
		height:42px;
		background:transparent url(../images/tour/btn_tour_detail_application.png) scroll no-repeat 0 0;
		border:none;
		overflow:hidden;
		text-indent:-999em;
		cursor:pointer;
	}
	
	table#tour_detail_submit_tbl td#tour_detail_submit_apply button:hover{
		background-position: 0 -42px;
		cursor:pointer;
	}
	
	table#tour_detail_submit_tbl td#tour_detail_submit_apply button:focus,
	table#tour_detail_submit_tbl td#tour_detail_submit_apply button:active{
		outline:none;
	}
	
table#tour_detail_submit_tbl td#tour_detail_submit_modify{
	padding-left:6px;
}

	table#tour_detail_submit_tbl td#tour_detail_submit_modify button{
		display:block;
		width:168px;
		height:42px;
		background:transparent url(../images/tour/btn_tour_detail_modify.png) scroll no-repeat 0 -42px;
		border:none;
		overflow:hidden;
		text-indent:-999em;
		cursor:pointer;
	}
	
	table#tour_detail_submit_tbl td#tour_detail_submit_modify button:hover{
		background-position: 0 0;
		cursor:pointer;
	}
	
	table#tour_detail_submit_tbl td#tour_detail_submit_modify button:focus,
	table#tour_detail_submit_tbl td#tour_detail_submit_modify button:active{
		outline:none;
	}
	
/* itemdetail footer */

div.itemdetail_footer{
	padding:12px;
}

	table.itemdetail_footer_tbl td{
		vertical-align:top;
		background-color:#EAE8E3;
		padding:9px; 
		color:#464646;
	}
	
table.itemdetail_footer_tbl td div{
	display:block;

}

table.itemdetail_footer_tbl td p{
	font-size:0.85em !important;
	line-height:1.5em;
}

	table.itemdetail_footer_tbl td h5{
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:12px;
	}

/* CALENDAR */

table.calendar_tour{
	margin-bottom:12px;
}

	table.calendar_tour td{
		font-size:12px;
		padding:6px;
	}

.tour_calendar_blur{
	background-color:#FFFABF;
}
	
.tour_calendar_hover{
	background-color:#FFCFD1;
	cursor:pointer;
}

.tour_calendar_checked{
	background-color:#FF5F5F;
}	
	
	
/* TOUR CART */

div.cart_box_item{
	border: 1px solid #BAB5AB;
	padding:0 6px 12px 6px;
	margin-top:6px;
	margin-left: 12px;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.cart_arrange{
	background-color:#EAE8E3;
	margin-bottom:24px;
}

	div.cart_arrange table.tour_detail{
		width: 450px !important;
	}

div#tour_cart_title{
	display:block;
	width:600px;
	height:52px;
	margin: 24px 0 0 12px;
}

div#tour_cart_title h1{
	display:block;
	width:600px;
	height:52px;
	overflow:hidden;
	text-indent:-999em;
	background:transparent url(../images/tour/tour_cart_title.gif) no-repeat  0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


div.cart_box_item td.tour_cart_tourtitle_link{
	font-weight:bolder;
}

div.cart_box table.tour_detail td{
	text-align:center;
	display:table-cell;
}

div.cart_box table.tour_cart_price_tbl{
			width:99%;
			margin: 12px 0 12px 0;
			border-collapse:collapse;
		}
		
				table.tour_cart_price_tbl th{
					font-weight:bolder;
					text-align:center;
					padding:3px 6px;
					background-color:#F0F9FF;
					border-collapse:collapse;
					border: 1px solid #BAB5AB;	
				}	
		
				table.tour_cart_price_tbl td{
					padding: 2px 6px;
					border-collapse:collapse;
					border: 1px solid #BAB5AB;
					font-size:1em;
					line-height:18px;
					text-align:center;
				}

a.del_cart{
	float:right;
	width:77px;
	height:27px;
	display:block;
	overflow:hidden;
	background: transparent url(../images/tour/btn_tour_cart_delete.png) no-repeat scroll 0 -27px;
	text-indent:-999em;
	margin: 0 6px 6px 0;
}

	a.del_cart:hover{
		background-position: 0 0;
	}

table#tour_cart_btn_confirm_tbl{
	width:168px;
	height:42px;
	margin: 24px auto 12px auto;
}

	table#tour_cart_btn_confirm_tbl td#tour_cart_btn_confirm{
		padding-right:12px;
	}
	
	table#tour_cart_btn_confirm_tbl td#tour_cart_btn_confirm a{
		display:block;
		width:168px;
		height:42px;
		overflow:hidden;
		text-indent:-999em;
		background: transparent url(../images/tour/btn_tour_cart_confirm.png) no-repeat scroll 0 0;
	}
	
		table#tour_cart_btn_confirm_tbl td#tour_cart_btn_confirm a:hover{
			background-position:0 -42px;
		}
		
		table#tour_cart_btn_confirm_tbl td#tour_cart_btn_confirm a:active{
		}
		
		
	table#tour_cart_btn_confirm_tbl td#cart_seeothers a{
		display:block;
		width:168px;
		height:42px;
		overflow:hidden;
		text-indent:-999em;
		background: transparent url(../images/tour/btn_tour_cart_seeothers.png) no-repeat scroll 0 -42px;
	}
	
		table#tour_cart_btn_confirm_tbl td#cart_seeothers a:hover{
			background-position: 0 0;
		}
		
		table#tour_cart_btn_confirm_tbl td#cart_seeothers a:active{
			margin-top:1px;
		}		

div.relation_tour_area{
	padding-left:12px;
}

table#seeothers_tbl{
	width:598px;
	border: 1px solid #BAB5AB;
}

	table#seeothers_tbl td{
		padding-left:12px;
		
	}
	
	table#seeothers_tbl td#seeothers_title{
		border-bottom:1px solid #BAB5AB;
		background-color:#EAE8E3;
		font-weight:bolder;
		color:#CF8300;
		
	}
	
		table#seeothers_tbl td ul{
			margin:12px 12px 12px 18px;
			
		}


div.arrange_notice{
	margin-top:12px;
	padding:12px;	
}

	div.arrange_notice p{
		padding-left: 48px;
		margin-bottom:12px;
		background: transparent url(../images/tour/icon_tour_cart_arrange_textarea.png) no-repeat 0 3px;
	}

	div.arrange_notice textarea{
		padding: 3px 6px;
		background-color:#efefef;
	}

div.tour_list_outline{
	clear:both;
	overflow:visible;
	padding-top:3px;
	padding-left:12px;
}

div.yakkan_kakunin{
	width:408px;
	margin:12px auto 24px auto;
	position:relative;
	right:0;
	border: 12px solid #FFEC6F;
}
	div.yakkan_kakunin input.yakkan_check{
		display:block;
		width:40px;
		height:40px;
		overflow:hidden;
		text-indent:-999em;
		background: transparent url(../images/tour/jouken_kakunin_yakkan_check.gif) no-repeat scroll 0 0;
	}
	
div.yakkan_kakunin table td {
        padding: 12px;
        font-size: 1.6em;
    }
	
table#yakkan_list_tbl{
	width:600px !important;
	margin: 12px auto;
	font-size:1.3em;
}

div.info_yakkan_box{
	font-size:1.2em;
}		
	
/* ARRANGE */

div.arrange_detail_box{
	display:block;
	width:476px;
	float:left;
	margin-right:12px;
}

div.cart_arrange_content td, div.cart_arrange_content th{
	font-size:1.4em;
	font-weight:bolder;
}

	div.cart_arrange_content td input[type="text"]{
		background-color:#FFFFCF;
		font-size:1.5em;
		font-weight:bolder;	
		padding:3px 3px 3px 6px;
	}
	
	div.cart_arrange_content td textarea{
		background-color:#FFFFCF;
		padding:3px 3px 3px 6px;
	}
	
.toggle{
	display:block;
	width:100px;
	float:right;
	letter-spacing:normal;
	color:#565248;
	border:#cccccc solid 1px;
	background: #d4d4d4 url(../images/tour/btn_bg_tour_cart_arrange.png) repeat-x 0 center;
}

.toggle2{
	display:block;
	width:100px;
	float:right;
	letter-spacing:normal;
	color:#565248;
	border:#cccccc solid 1px;
	background: #d4d4d4 url(../images/tour/btn_bg_tour_cart_arrange.png) repeat-x 0 center;
	font-size:12px;
	margin-bottom:3px;
}
	
div.cart_arrange_detail_header{
	padding: 3px 6px 6px 0;
	margin-right:6px;
}

div#resa_transaction_tour_complete{
	display:block;
	width:490px;
	height:450px;
	margin-top:6px;
	margin-left:12px;
	background-image: url(../images/tour/thanks2.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
div.ref_checked{
	background-image:url(../../images/tour/yakkan_kakunin_chk.jpg);
}

div#other_search_wrap{
	display:block;
	width:488px;
	height:268px;
	border-top:1px solid #E4C29D;
	border-left:1px solid #E4C29D;
	border-right:1px solid #E4C29D;
	margin-right:12px;	
	font-size:12px;
	text-align:left;
}

div.selected_tour_box{
	font-size:12px;
	padding:12px;
	text-align:left;
}

table.arrange_detail_tbl_schedule{
	margin-bottom:12px;
	width:458px;
}

table.arrange_detail_tbl_schedule td,
table.arrange_detail_tbl_schedule th{
	border: 1px solid #BAB5AB;
	border-collapse:collapse;
	padding:6px;
}

table.arrange_detail_tbl_schedule td{
	background-color:#FFFFFF;
}

table.arrange_detail_tbl_schedule th{
	background-color:#FFD39F;
}

	table.arrange_detail_tbl_schedule td.arrange_detail_tbl_day{
		width:36px;
		background-color:#EFEFEF;
	}
	
	table.arrange_detail_tbl_schedule td.arrange_detail_tbl_meal{
		width:36px;
		background-color:#EFEFEF;
	}

div#arrange_steps{
	display:block;
	width:240px;
	float:left;
	background-color:#E2DFD8;
}

h2#arrange_steps_header{
	display:block;
	width:240px;
	height:40px;
	background: transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-999em;
	margin:0;
}

h3.arrange_steps_title{
	display:block;
	width:240px;
	height:50px;
	overflow:hidden;
	text-indent:-999em;
	margin:0;
}

h3#arrange_steps_1{
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -40px;
}

h3#arrange_steps_2{
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -90px;
}

h3#arrange_steps_3{
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -140px;
}

h3#arrange_steps_4{
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -190px;
}

h3#arrange_steps_5{
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -240px;
}

div.arrange_steps_box{
	display:block;
	margin: 6px 12px;
	background-color:#FFFFFF;
	padding:6px;
	text-align:left;
}

	div.arrange_steps_box p{
		font-size:1.0em;
		line-height:1.35em;
	}

div.arrange_steps_arrow{
	display:block;
	width:240px;
	height:16px;
	overflow:hidden;
	text-indent:-999em;
	background:transparent url(../images/tour/tour_arrange_steps.gif) no-repeat 0 -290px;
}

/* Tour Categry Icons */

div.tour_icon_wrap{
	clear:both;
}

.detail_icon, .tour_cat_icon{
	padding:3px;
	margin-right:6px;
	background-color:#FFFFFF;
	border:1px solid #BAB5AB;
	color:#464646;
}

.detail_icon{
	font-size:0.8em;
}

.tour_cat_icon{
	font-size:1.1em;
}

.tour_cat_icon_1{
    float:left;   
    background-color:#EFEFEF;   
    border: 1px solid #999999;
    width: 42px;    
    color: #444444;    
    padding: 3px 6px;    
    text-align:center;
}

.tour_cat_icon_2{
	float:left; 
	background-color:#307F17;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#FFFFFF; 
	padding: 3px 6px; 
	text-align:center;
}

.tour_cat_icon_3{
	float:left; 
	background-color:#CFE8FF;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#444444; 
	padding: 3px 6px; 
	text-align:center;
}

.tour_cat_icon_4{
	float:left; 
	background-color:#CFE8FF;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#444444; 
	padding: 3px 6px; 
	text-align:center;
}


/* 以下、アイコン装飾は削除予定 JUL/16/2010 */
div.tour_category_icon_nihonhatsu{
    float:left;   
    background-color:#EFEFEF;   
    border: 1px solid #999999;
    width: 42px;    
    color: #444444;    
    padding: 3px 6px;    
    text-align:center;
}

div.tour_category_icon_genchihatsu{
	float:left; 
	background-color:#307F17;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#FFFFFF; 
	padding: 3px 6px; 
	text-align:center;
}

div.tour_category_icon_shukuhaku{
	float:left; 
	background-color:#CFE8FF;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#444444; 
	padding: 3px 6px; 
	text-align:center;
}

div.tour_category_icon_ticket{
	float:left; 
	background-color:#CFE8FF;
	border-width:1px;
	border-style:solid;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	width:42px; 
	color:#444444; 
	padding: 3px 6px; 
	text-align:center;
}

/* info form */

div#fee {
	width: 240px;
	margin: 24px auto 0 12px;
	border: 1px solid #CCCCCC;
	text-align:left;
	display:block;
	overflow:hidden;
	float:left;
}


h1#feetitle2{
	display:block;
	width:240px;
	height:40px;
	overflow:hidden;
	text-indent:-999em;
	background: transparent url(../images/tour//info_form.png) no-repeat 0 0;
	margin:0;
}

div#fee_wrap{
		width:240px;
		overflow:auto;
/*
		margin-left:12px;
*/
		
		text-align:left;
		background-color:#F8BE25;
		padding-bottom:6px;
	}
	
	div.feebox{
		margin: 0 6px 6px 6px;
		background-color:#FFFFFF;
		padding:6px 12px;
	}
	
	div.feecontent{
		display:none;
	}
	
	div.feecontent ul{
		margin-right:6px;
	}
	div.feebox h2{
		margin-bottom:6px;
		font-size:1.6em;
	}

	div.feebox a{
		display:block;
		background: transparent url(../images/bullet_default_1.gif) no-repeat 0 6px;
		padding-left:18px;
		font-weight:bold;
	}
	
		div.feebox a:hover{
			background-position: 0 -174px;
		}
		
		div.feebox a:focus{
			outline:none;
		}
	
	div.feecontent{
		padding-bottom:12px;
		border-top: 1px solid #CCCCCC;
		/*
display:inline;
*/
	}
		
		div.feecontent ul{
			margin-left:24px;
		}	
		
			div.feecontent ul li{
				font-size:1.2em;
				line-height:1.5em;
				margin-bottom:6px;
			}
			
		div.feecontent span{
			color:#FF7200;
			font-weight:bolder;
		}	

div.info_form_wrap{
		display:block;
		float:right;
		margin:12px;
		width:684px;
		text-align:left;
	}
	
	div.info_form_wrap table{
		font-size:1.2em;
	}
	
		div.info_form_wrap table td{
			padding: 12px;
			line-height:1.5em;
		}
	
	div.info_form_wrap h3{
		font-weight:bold;
		font-size:2.2em;
		border-left: 3px solid #000000;
		padding-left:4px;
	}	
	
button#fee_confirmed{
	display:block;
	width:256px;
	height:60px;
	background:transparent url(../images/tour/info_form.png) no-repeat 0 -120px;
	border:none;
	margin: 0 auto;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

	button#fee_confirmed:hover{
		background-position: 0 -180px;
	}
	
div.jyouken_setsumei{
	width:408px;
	margin: 12px 0;
}

	div.jyouken_setsumei p{
		font-size:1.3em;
	}	
	
div.jyouken_kakunin{
	width:408px;
	margin-top:12px;
	position:relative;
	right:0;
	border: 12px solid #FFEC6F;
}

	div.jyouken_kakunin table{		
		
	}
	
		div.jyouken_kakunin table td{
			padding:12px;
			font-size:1.6em;
		}
		
	div.jyouken_kakunin table input.yakkan_check{
		display:block;
		width:40px;
		height:40px;
		overflow:hidden;
		text-indent:-999em;
		background: transparent url(../images/tour/jouken_kakunin_yakkan_check.gif) no-repeat scroll 0 0;
	}	

ul#tour_detail_submit_ul{
	display:block;
	width:400px;
	margin: 0 auto;
}

	ul#tour_detail_submit_ul li{
		list-style-type:none;
		display:block;
		width:400px;
		height: 66px;
		
	}
	
		ul#tour_detail_submit_ul li button{
			overflow:hidden;
			text-indent:-999em;
			display:block;
			width:400px;
			height:66px;
			border:none;
			cursor:pointer;
		}

li#tour_detail_submit_li_air button{
	margin-top:-26px;
	background: transparent url(../images/tour/btn_tour_detail.png) scroll no-repeat 0 0;
}

	li#tour_detail_submit_li_air button:hover{
		backgrond-position: 0 -70px;
	}
	
li#tour_detail_submit_li_apply button{
	background: transparent url(../images/tour/btn_tour_detail.png) scroll no-repeat 0 -140px;
}

	li#tour_detail_submit_li_apply button:hover{
		backgrond-position: 0 -210px;
	}
	
li#tour_detail_submit_li_modify button{
	background: transparent url(../images/tour/btn_tour_detail.png) scroll no-repeat 0 -280px;
}

	li#tour_detail_submit_li_modify button:hover{
		backgrond-position: 0 -350px;
	}

li#tour_detail_submit_li_inquiry button{
	background: transparent url(../images/tour/btn_tour_detail.png) scroll no-repeat 0 -420px;
}

	li#tour_detail_submit_li_inquiry button:hover{
		backgrond-position: 0 -490px;
	}
	
li#tour_detail_submit_li_inquiry2 button#jq_tour_arrange{
	background: transparent url(/images/tour/jq_tour_arrange.png) scroll no-repeat 0 0;
}	
li#tour_detail_submit_li_inquiry2 button#jq_tour_arrange_tehai{
	background: transparent url(/images/tour/jq_tour_arrange.png) scroll no-repeat 0 0;
}	
	
/* FORGET PASSWORD */

table#pwreissue_tbl th{
	color:#000000;
	font-size:1.6em;
	padding-left:4px;
	border-left: 4px solid #000000;
}

table#pwreissue_tbl div.alertbox{
	margin-top:12px;
	padding:6px;
}

table#pwreissue_tbl form{
	border:1px solid #d4d4d4;
	background-color:#efefef;
	margin-top:12px;
	padding:6px;
}

table#pwreissue_tbl form input[type="text"]{
	width: 180px;
	padding: 2px 5px;
	font-size:13px;
}

table#pwreissue_tbl form input[type="submit"]{
	margin-left:6px;
	cursor:pointer;
}

table#pwreissue_tbl label{
	margin-right:6px;
} 				

table#charge{
	width:600px !important;
	margin: 12px auto;
	font-size:1.3em;
}
table#charge2{
	width:600px !important;
	margin: 12px auto;
	font-size:1.3em;
}
div.products_close{
	padding:2px;
	background:#ff99cc;
	border:1px #cc6699 solid;
	width:200px;
	font-size:1.4em;
	float:left;
	text-align:center;
}
div.products_close2{
	padding:2px;
	background:#ffcc66;
	border:1px #cc9900 solid;
	width:200px;
	font-size:1.4em;
	float:left;
	text-align:center;
}
div.products_close_large{
	padding:6px;
	margin-bottom:6px;
	background:#ff99cc;
	border:1px #cc6699 solid;
	font-size:2em;
	text-align:center;
	width:98%;
}
div.products_close2_large{
	padding:6px;
	margin-bottom:6px;
	background:#ffcc66;
	border:1px #cc9900 solid;
	font-size:2em;
	text-align:center;
	width:98%;
}

/*contents contents_box*/
table.contents_box{
	width:90%;
	text-align:center;
	font-size:14px;
	line-height:120%;
	margin:20px;
}
