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

VERSION: OCT/31/2011

*/


/* +++++++++++++++++++++++++++++++++++++++++++ */
/* +   この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;
	}
        
div.detail_header_info{
    text-align: left;
    margin: 1em 0;
}        

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

div.detail_header_info_left p{
    font-size: 12px;
}

div.detail_header_info_right{
    display:block;
    width: 294px;
    float: right;
} 


/* 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;
	overflow: hidden;
 }
 
 	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;
	}

        .arrange1_fp td{
            padding: 18px 6px;
        }

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;*/
    color: #FFFFFF;
     font-weight: bold;
     text-shadow: 0px -1px 0px #135499;
     font-size: 135%;
    background: #ca5b45; /* Old browsers */
    background: -moz-linear-gradient(top, #ca5b45 0%, #a35a39 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca5b45), color-stop(100%,#a35a39)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ca5b45 0%,#a35a39 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ca5b45 0%,#a35a39 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ca5b45 0%,#a35a39 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca5b45', endColorstr='#a35a39',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ca5b45 0%,#a35a39 100%); /* W3C */
    text-align: center;
    padding: 12px 24px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #9E4434 !important;
    webkit-box-shadow: inset 0px 0px 2px 0px #ba948e;
    -moz-box-shadow: inset 0px 0px 2px 0px #ba948e;
    box-shadow: inset 0px 0px 2px 0px #ba948e;
    cursor: pointer;
}

div.arrange input#makeresult:hover{
        background: #a53a3a; /* Old browsers */
    background: -moz-linear-gradient(top, #a53a3a 0%, #722d28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53a3a), color-stop(100%,#722d28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a53a3a 0%,#722d28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a53a3a 0%,#722d28 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a53a3a 0%,#722d28 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53a3a', endColorstr='#722d28',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a53a3a 0%,#722d28 100%); /* W3C */
}

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;*/
        margin: 24px auto;
        background:url(../img/common/btn_yellow_60.png) repeat-x 0 0;
        border: 1px solid #DDA521;
        padding: 12px 24px;
        color: #0E3A77;
        font-size: 140%;
        font-weight: bold;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-shadow: 0px 1px 0px #ffea82;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
        cursor: pointer;
}

	div.arrange2 input#makeresult:hover{
		background-position: 0 -60px;
	}
        
        div.arrange2 input#makeresult:active{
		background-position: 0 -120px;
	}
        
li#tour_detail_submit_li_inquiry button{
    margin: 24px auto;
    background:url(../img/common/btn_green_60.png) repeat-x 0 0;
    border: 1px solid #2D843E;
    padding: 12px 24px;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px -1px 0px #308E43;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
    cursor: pointer;
}
        
li#tour_detail_submit_li_inquiry button:hover{
    background-position: 0 -60px;
}        

li#tour_detail_submit_li_inquiry button:hover{
    background-position: 0 -120px;
}  

.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;
	}
        
/* google map */        

div#map_canvas{
    margin-bottom: 18px;    
}
	
/* detail icon & price */	

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

.tour_detail p{
font-size: 100%;
}
	
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 */

p.cal_title{
	padding-left: 36px;
	padding-top: 4px;
	font-size: 130%;
	font-weight: bold;
	color: #555;
	background: url(../images/iconset/32/icon_check.png) no-repeat 0 0;
	margin-bottom: 1.5em;
	margin-top: 18px;
	height: 28px;
}

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{
	margin-left:12px;
}

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

/*	div.cart_arrange table.tour_detail{
		width: 450px;
	}*/

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;*/
                 background: #407ebc; /* Old browsers */
                    background: -moz-linear-gradient(top, #407ebc 0%, #215b99 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#407ebc), color-stop(100%,#215b99)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #407ebc 0%,#215b99 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #407ebc 0%,#215b99 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, #407ebc 0%,#215b99 100%); /* IE10+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407ebc', endColorstr='#215b99',GradientType=0 ); /* IE6-9 */
                    background: linear-gradient(top, #407ebc 0%,#215b99 100%); /* W3C */
                    text-align: center;
                    padding: 12px 24px;
                    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
                    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
                    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
                    -webkit-border-radius: 6px;
                    -moz-border-radius: 6px;
                    border-radius: 6px;
	}
	
		table#tour_cart_btn_confirm_tbl td#tour_cart_btn_confirm a:hover{
			  background: #2047a4; /* Old browsers */
                            background: -moz-linear-gradient(top, #2047a4 1%, #00015e 100%); /* FF3.6+ */
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2047a4), color-stop(100%,#00015e)); /* Chrome,Safari4+ */
                            background: -webkit-linear-gradient(top, #2047a4 1%,#00015e 100%); /* Chrome10+,Safari5.1+ */
                            background: -o-linear-gradient(top, #2047a4 1%,#00015e 100%); /* Opera11.10+ */
                            background: -ms-linear-gradient(top, #2047a4 1%,#00015e 100%); /* IE10+ */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2047a4', endColorstr='#00015e',GradientType=0 ); /* IE6-9 */
                            background: linear-gradient(top, #2047a4 1%,#00015e 100%); /* W3C */
		}
		
		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:950px !important;
	margin: 12px auto;
	font-size:1.3em;
}

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

.tour_step_title{
    display: block;
    margin: 12px 0 0 0;
    clear:both;
    text-align: left;
}

.inq_ttl{
    display:block;
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 544px;
    margin: 0 0 18px 12px;
}

.inq_ttl p{
    font-size: 125%;
    margin: 6px auto;
}

.inq_ttl p.ttl{
    font-size: 155%;
    font-weight: bold;
}

.inq_ttl_0, .inq_ttl_1, .inq_ttl_2{
    background-color:#C9F2D6;
    border: 1px solid #9BE8B3;
}
    
    .inq_ttl_0 span, .inq_ttl_1 span, .inq_ttl_2 span{
    background-color: #F46666;
    font-size: 140%;
    margin: 12px auto;
    color: #fff;
    padding: 5px 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .5em;
}

.inq_ttl_0 p, .inq_ttl_1 p, .inq_ttl_2 p{
    color: #39724C;
}

.detail_arrange_title{
    width: 568px;
    margin-left: 12px;
}

.tour_arrange_left{
    width: 600px !important;
}

.tour_arrange_right{
    width: 368px !important;
}

#tour_detail_arrange, #tour_detail_conditions, #tour_detail_discount{
    width: 580px;
    margin-bottom: 18px;
}

.tour_arrange_msg_desc{
    display:none;
}

.tour_arrange_msg_title{
   
    color: #333;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0;
    line-height: 140%;
}

.arg_stp h4{
    font-family: 'Abel', sans-serif;
    color: #669999;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0;
    line-height: 120%;
}

.arg_stp{
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
   clear:both;
   height:auto;
   width: auto;
   overflow: auto;
   text-align: left;
   padding-right: 12px;
}

.arg_stp i{
     background: transparent url(../images/tour/steps_ja_bg.png) scroll no-repeat;
     float: left;
     width: 180px;
     min-height: 180px;
     display:block;
}

.arg_stp_1 i{
    width: 140px;
}


.arg_stp_2 i{
    background-position: -200px 0;
    width: 140px;
}

.arg_stp_3 i{
    background-position: -400px 0;
    width: 140px;
}

.arg_stp_4 i{
    background-position: -600px 0;
    min-height: 250px;
}

.arg_stp_5 i{
    background-position: -800px 0;
}

.arg_stp_6 i{
    background-position: -1000px 0;
    min-height: 250px;
}

.arg_stp_7 i{
    background-position: -1200px 0;
    width: 140px;
}

.arg_stp h4{
    border-bottom: 4px dotted #669999;
    padding-bottom: 3px;
    margin-bottom: 12px;
}

.arg_stp h4 span{
    font-size: 120%;
}

.arg_stp h4 span:after{
    content: ':';
}

.arg_stp p{
    color:#666;
    width: 168px;
    font-size: 95%;
    float:left;
}

.arg_stp_1 p, .arg_stp_2 p, .arg_stp_3 p, .arg_stp_7 p{
    width: 208px;
}

#tour_arrange_travelbook{
    display:block;
    margin-bottom: 18px;
    text-align: left;
}

#tour_arrange_travelbook a{
    display:block;
    background-color: #CBEAEF;
    padding: 12px;
    margin-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 60px;
}

#tour_arrange_travelbook a i{
    display:block;
    width: 56px;
    height: 60px;
    background: transparent url(../images/tour/system_tour.png) no-repeat scroll -70px 0;
    float:left;
    margin-right:9px;
    margin-bottom: 12px;
    text-align: left;
}

#tour_arrange_callcenter{
    display:block;
    padding: 12px;
    min-height: 48px;
    background-color:#FFFFD9;
    margin: 0 12px 18px 0;
    border: 1px solid #A7A772;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#tour_arrange_callcenter i{
    display:block;
    width: 64px;
    height: 60px;
    background: transparent url(../images/tour/system_tour.png) no-repeat scroll 0 0;
    float:left;
    margin-right:9px;
    margin-bottom: 12px;
    text-align: left;
}

#tour_arrange_callcenter_title{
    font-weight: bold;
    font-size: 140%;
}

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;
	width: 572px;
}

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;*/
        width: 578px;
}

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;
}

.arrange1_title{
    margin: 12px 0 6px 0;
}

.arrange1_tbl{
    margin-top: 58px;
}

.arrange1_tbl, .yakkan_list, .arrange1_applicant, .arrange1_fp{
    display: block;
    margin-bottom: 18px;
    width: 478px;
    float:left;
}

.arrange1_applicant

.arrange1_tbl tbody{
     min-width: 484px;
}

.arrange1_tbl td, .arrange1_tbl th{
   font-size: 120%;
   padding: 6px;
}

.arrange1_tbl td, .yakkan_list td{
     border: 1px solid #D9D8D7;
}

.arrange1_tbl th, .yakkan_list th{
    background-color: #F0F9FF;
    border: 1px solid #9DB8D2;
}

.yakkan_list td, .yakkan_list th{
    font-size: 120%;
    padding: 6px;
}

.yakkan_list th{
    text-align: left;
}

.yakkan_list_th{
    min-width: 150px;
}

.arrange_tbl_participant_name{
    margin-top: 6px;
}

.arrange_tbl_participant_name th{
    font-size: 100%;
}

.arrange1_fp td{
    padding: 18px 6px;
}

/* 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;
}

.tour_cat_icon_5{
	float:left; 
}

.tour_cat_icon_6{
	float:left;
}


/* 以下、アイコン装飾は削除予定 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 #aaaaaa;
}

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_close3{
	padding:2px;
	background:#AFEEEE;
	border:1px #87CEFA 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;
}

/* call us tab */

div.call_us_trigger{
	display:block;
	width:52px;
	height:174px;
	position:fixed;
	right:-16px;
	bottom: 9%;
}

div.call_us_trigger a.call_us_trigger_target{
	display:block;
	width:52px;
	height:174px;
	overflow:hidden;
	text-indent:-999em;
	background: transparent url(../img/tour_calltab_ja.png) scroll no-repeat 0 0;
	z-index:1000;
}

div.call_us_trigger a.call_us_trigger_target:hover{
	background-position: 0 -174px;
}

a.push_out_tab{
	display:block;
	width:28px;
	height:28px;
	margin-top:-32px;
}

div#contact_us_now{
	height:308px;
	background: transparent url(../img/tour_contact_us_now.png) no-repeat scroll 0 0;
	z-index:2000;
}

div#contact_us_now_inner{
	padding:12px 24px 12px 24px;	
}

div#contact_us_now_inner h4{
	font-weight:bold;
	margin: 10px 0 0 38px;
	color: #169358;
	font-size:18px;
}

div#contact_us_now_inner p{
	color:#5A6F65;
}

div#tel_no{
	margin-top:9px;
}

div#tel_no p span{
	font-size:24px;
	font-weight:bold;
	color:#000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.contact_us_now_close{
	display:block;
	width:38px;
	height:38px;
	overflow:hidden;
	text-indent:-999em;
	background: transparent url(../images/tour/btn_close_040211.png) no-repeat scroll 0 0;
	position:relative;
	margin-top:12px;
}

a.contact_us_now_close:hover{
	background-position: 0 -38px;
}

div.contact_us_now_code{
	padding:6px;
	background-color:#DFF0FF;
	border: 1px dotted #B5CBDF;
	margin: 18px 0 6px 0;
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
}

div.contact_us_now_code p span, div#tour_no p span{
	font-weight:bold;
	color:#333;
	margin-right:3px;
}

div#tour_no p span{
	font-size:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* トライアングルサポート */

div.triangle_support_trigger{
	display:block;
	width:52px;
	height:174px;
	position:fixed;
	right:-16px;
	top: 7%;
}

div.triangle_support_trigger a{
	display:block;
	width:52px;
	height:174px;
	overflow:hidden;
	text-indent:-999em;
	background: transparent url(../img/tour_triangletab_ja.png) scroll no-repeat 0 0;
	z-index:1000;
}

div.triangle_support_trigger a:hover{
	background-position: 0 -174px;
}

div#triangle_support{
	height:408px;
	width:760px;
	background: transparent url(../images/tour/tour_triangle_support.png) no-repeat scroll 0 0;
	z-index:2000;
}

div#triangle_support_inner{
	padding:12px 12px 12px 18px;
}

div#triangle_support_inner tablt td{
	text-align:center;
}

a.triangle_support_btn{
	background: transparent url(../images/tour/tour_triangle_support_btn_right.png) no-repeat scroll right top;
	display:block;
	float:left;
	font-size:13px;
	height: 40px;
	padding-right:20px;
	text-decoration:none;
	color:#fff;
	margin-top:9px;
	text-shadow: 0px -1px 0px #d17d00;
filter: dropshadow(color=#d17d00, offx=0, offy=-1); 
}

a.triangle_support_btn span{
	background: transparent url(../images/tour/tour_triangle_support_btn_left.png) no-repeat scroll 0 0;
	display:block;
	line-height:22px;
	padding:8px 0 10px 20px;
}


/*+++++++++ SEARCHLIST +++++++++++*/

div.keyword_operation{
	margin-left:15px;
}

div.narrowdown{
	margin-left:12px;
}

/*********photo_garalley********************/
	#photo_garally{
		max-width:588px;
		text-align:left;
		padding: 12px 6px;
		border:dotted 1px #BAB5AB;
	}
	#photo_garally div.pg_imgbox{
		margin: 6px;
		padding: 0;
		float:left;
		overflow: hidden;
	}
	#photo_garally div.pg_img, div.pg_img img{
		max-width: 130px;
		max-height:120px;
	}
	#photo_garally div.pg_cap{
		font-size:75%;
		line-height:1.1em;
		margin: 2px 0 0 0;
		padding: 0;
		width: 130px;
		text-align:center;
	}
        
        #lightbox-container-image, #lightbox-container-image-box{
            max-width: 620px !important;
            max-height: 620px !important;
        }
        
        #lightbox-container-image img{
            max-width:600px !important;
            max-height: 600px !important;
        }
        
        #lightbox-container-image-data-box{
            max-width: 600px;
        }
        
        /* LOCALIZED VERSION OF LOGIN FORM(TOUR)  */
        
        .refagree_loginform{
            display: block;
            width: 454px;
            float: right;
            padding: 12px !important;
            border: 1px solid #BAB5AB;
            background-color: #EAE8E3;
            margin-right: 12px;
            margin-top: 36px;
        }
        
        .planresult_loginform_title{
            font-size: 130%;
            color: #555;
            margin-bottom: 18px;
        }
        
        
        #planresult_loginform_inner table{
            width:98%;
        }
        
        #planresult_loginform_label1, #planresult_loginform_label2{
            display: block;
            font-weight: bold;
            color: #333;
            font-size: 120%;
        }
        
        #planresult_loginform_email, #planresult_loginform_pass{
            border: 1px solid #BAB5AB;
            padding: 3px;
            margin-bottom: 18px;
            width: 98%;
            min-width: 320px;
            font-size: 200%;
            color: #666;
            font-weight: bold;
        }
        
        #planresult_loginform_email:hover, #planresult_loginform_pass:hover{
            -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: 1px solid #999;
        }
        
        #planresult_loginform_email:focus, #planresult_loginform_pass:focus{
            -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 5px 0px #1EA8FF;
            -moz-box-shadow: 0px 0px 5px 0px #1EA8FF;
            box-shadow: 0px 0px 5px 0px #1EA8FF; 
            border: 1px solid #1EA8FF; 
        }
        
        
        #planresult_loginform_btn_login{
            padding: 6px 12px;
            background: transparent url(../img/mytravel/mytravel_btn.png) scroll repeat-x 0 0;
            border: 1px solid #004e7d;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            color: #fff;
            font-weight: bold;
            text-shadow: 0px -1px 0px #004e7d;
            filter: dropshadow(color=#004e7d, offx=0, offy=-1);
            -webkit-box-shadow: 0px 1px 3px 0px #dedede;
            -moz-box-shadow: 0px 1px 3px 0px #dedede;
            box-shadow: 0px 1px 3px 0px #dedede;
            font-size: 150%;
            display: block;
            max-width: 220px;
            text-align: center;
        }
        
        #planresult_loginform_btn_login:hover{
            background-position: 0 -44px;
        }
        
        #planresult_loginform_pwdreminder{
            padding-bottom: 18px;
        }
        
        #planresult_loginform_pwdreminder .forget_password{
            margin-bottom: 18px;
           
        }
        
        #planresult_case_new_submit{
            border: 1px solid #807D74;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #666;
            font-size: 150%;
            background: #feffff; /* Old browsers */
            background: -moz-linear-gradient(top, #feffff 0%, #eae8e3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eae8e3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #feffff 0%,#eae8e3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #feffff 0%,#eae8e3 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #feffff 0%,#eae8e3 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eae8e3',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #feffff 0%,#eae8e3 100%); /* W3C */
            -webkit-box-shadow: 0px 0px 3px 0px #dedede;
            -moz-box-shadow: 0px 0px 3px 0px #dedede;
            padding: 9px 12px;
            cursor: pointer;
            margin-left: 12px;
        }
        
        #planresult_case_new_submit:hover{
            background: #eae8e3; /* Old browsers */
            background: -moz-linear-gradient(top, #eae8e3 0%, #d1d0cc 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8e3), color-stop(100%,#d1d0cc)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #eae8e3 0%,#d1d0cc 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #eae8e3 0%,#d1d0cc 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #eae8e3 0%,#d1d0cc 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e3', endColorstr='#d1d0cc',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #eae8e3 0%,#d1d0cc 100%); /* W3C */
            color: #555;
            text-shadow: 0px 1px 0px #f3f3f3;
        }
        
#form_order_left_tbl input[type="text"],#form_order_left_tbl input[type="password"]{
            border: 1px solid #BAB5AB;
            padding: 3px;
            margin-bottom: 6px;
            width: 85%;
            font-size: 150%;
            color: #666;
            font-weight: bold;
            display:block;
        }
        
        #form_order_left_tbl input[type="text"]:hover,#form_order_left_tbl input[type="password"]:hover{
            -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: 1px solid #999;
        }
        
        #form_order_left_tbl input[type="text"]:focus,#form_order_left_tbl input[type="password"]:focus{
            -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 5px 0px #1EA8FF;
            -moz-box-shadow: 0px 0px 5px 0px #1EA8FF;
            box-shadow: 0px 0px 5px 0px #1EA8FF; 
            border: 1px solid #1EA8FF; 
        }
        
        
        /* STETE: Logged In */
        
        
        #arrange_loggedin table, #arrange_loggedin td{
            width: 100%;
        }
        
        #arrange_loggedin td{
            padding: 12px;
        }
        
        #planresult_mail_form_btn_first{
            background: url("../img/mytravel/mytravel_btn.png") repeat-x scroll 0 0 transparent;
            border: 1px solid #004E7D;
            border-radius: 6px 6px 6px 6px;
            box-shadow: 0 1px 3px 0 #DEDEDE;
            color: #FFFFFF;
            cursor: pointer;
            font-weight: bold;
            padding: 9px 24px;
            text-shadow: 0 -1px 0 #004E7D;
        }
        
        #planresult_mail_form_btn_first:hover{
            background-position: 0 -44px;
            text-decoration: none;
        }
        
        #planresult_mail_form_btn_first:active{
            background-position: 0 -88px;
        }