@charset "UTF-8";


/*--------------------------------
ご予約・乗船について
--------------------------------*/

/*カテゴリータイトル*/
div#category_title{
	display:block;
	width:690px;
	height:105px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(img/category_title.jpg) no-repeat;
}

div#category_title h3{
	text-indent:-9999px;
}

/*--------------------------------サブトップ 紹介と選択メニュー部分 --------------------------------*/

h4.reservation_payment{ /*ご予約方法*/
	display:block;
	width:690px;
	height:50px;
	margin-top:25px;
	background:url(img/box_gray_title_payment.gif) top left no-repeat;
	text-indent:-9999px;
}
h4.reservation_embakation{ /*乗船方法*/
	display:block;
	width:690px;
	height:50px;
	margin-top:25px;
	background:url(img/box_gray_title_embakation.gif) top left no-repeat;
	text-indent:-9999px;
}

h4.reservation_smart{ /*スマートチェックインのご案内*/
	display:block;
	width:690px;
	height:50px;
	background:url(img/box_gray_title_smart.gif) top left no-repeat;
	text-indent:-9999px;
}

h4.reservation_pet{ /*ペットのご予約・ご利用について*/
	display:block;
	width:690px;
	height:50px;
	background:url(img/box_gray_title_pet.gif) top left no-repeat;
	text-indent:-9999px;
}



*.reservation_info_area {
	display:block;
	width:635px; *width:665px;
	padding:15px 0px 15px 35px;
	overflow:hidden;
}

*:first-child+html *.reservation_info_area {
	display:block;
	width:635px;
	padding:15px 0px 15px 35px;
	overflow:hidden;
}

*.reservation_text{
	display:block;
	width:380px;
	padding-top:8px;
	float:left;
	color:#666666;
	position:relative;
}

*.reservation_text2{
	display:block;
	width:635px;
	padding-top:8px;
	color:#666666;
	position:relative;
}

*.payment_subtitle{
	display:block;
	width:380px;
	height:22px;
	/*font-weight:bold;*/
	padding:2px 0px 5px 14px; *padding:0px 0px 9px 14px;
	color:#666666;
	font-size:100%;
	background:url(../img_new/all/dot_point_5x21.gif) 3px 0px no-repeat;
}


*:first-child+html *.payment_subtitle{
	display:block;
	width:auto;
	height:22px;
	padding:2px 0px 5px 14px;
	color:#666666;
	font-size:100%;
position:relative;
	background:url(../img_new/all/dot_point_5x21.gif) 3px 0px no-repeat;
}

*.btn_payment_link_area1{
margin-bottom:15px;
overflow:hidden;
}

*.btn_payment_link_area2{
margin-bottom:5px;
overflow:hidden;
}

*.btn_payment_link_area a,
*.btn_payment_link_area2 a{
line-height:170%;
}



*.reservation_photo{
	display:block;
	width:230px;
	text-align:right;
	float:right;
}






a.btn_detail{/*「詳しくはコチラ」ボタン*/
	display:block;
	float:left;
	margin-top:0.4em;
	width:231px;
	height:51px;
	background:url(img/btn_detail.gif) -8px 0px no-repeat;
	text-indent:-9999px;
}

a:hover.btn_detail {
	background:url(img/btn_detail.gif) -8px -51px no-repeat;
}



a.btn_detail_ippan_net{/*一般のお客様ボタン　ネット*/
	display:block;
	float:left;
	margin-top:0.4em;
	margin-right:10px;
	width:120px;
	height:100px;
	background:url(img/btn_detail_ippan_net.gif) 0px 0px no-repeat;
	text-indent:-9999px;
}

a:hover.btn_detail_ippan_net {
	background:url(img/btn_detail_ippan_net.gif) 0px -100px no-repeat;
}

a.btn_detail_ippan_tel{/*一般のお客様ボタン　電話*/
	display:block;
	float:left;
	margin-top:0.4em;
	margin-right:10px;
	width:120px;
	height:100px;
	background:url(img/btn_detail_ippan_tel.gif) 0px 0px no-repeat;
	text-indent:-9999px;
}

a:hover.btn_detail_ippan_tel {
	background:url(img/btn_detail_ippan_tel.gif) 0px -100px no-repeat;
}

a.btn_detail_ippan_counter{/*一般のお客様ボタン　カウンター*/
	display:block;
	float:left;
	margin-top:0.4em;
	width:120px;
	height:100px;
	background:url(img/btn_detail_ippan_counter.gif) 0px 0px no-repeat;
	text-indent:-9999px;
}

a:hover.btn_detail_ippan_counter {
	background:url(img/btn_detail_ippan_counter.gif) 0px -100px no-repeat;
}

