@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.subtitle{ /*ページタイトル*/
	width:690px;
	height:42px;
	margin-top:25px;
	background:url(img/sub_title.gif) no-repeat 0 0;
	text-indent:-9999px;
	}

*.inner_top{ /*ページタイトルと青ボックスの隙間*/
	margin-top:16px;
	}

*.main_image{ /*メイン写真のマージン*/
	margin:20px 0px 0px 0px;
	}

h5.release_rate{ /*標題「発売料金」*/
	width:690px;
	height:30px;
	margin:30px 0px 8px 0px;
	background:url(../img/mini_title_release_rate.gif) no-repeat 0 0;
	text-indent:-9999px;
	}

h5.ride_schedule{ /*標題「乗車スケジュール」*/
	width:690px;
	height:30px;
	margin:30px 0px 20px 0px;
	background:url(../img/mini_title_ride_schedule.gif) no-repeat 0 0;
	text-indent:-9999px;
	}

h5.inquiry{ /*標題「ご予約・お問い合わせ」*/
	width:690px;
	height:30px;
	margin:30px 0px 20px 0px;
	background:url(../img/mini_title_inquiry.gif) no-repeat 0 0;
	text-indent:-9999px;
	}



/*------------------------------弘南バス予約センター------------------------------*/


p.konanbus{/*電話番号部分*/
	margin:0.5em 0;
	color:#0087af;
	font-weight:bold;
	}

dl.konanbus{/*電話番号部分*/
	width:130px;
	margin:0.5em 0;
	color:#0087af;
	font-weight:bold;
	}
dl.konanbus dt{/*「TEL部分」*/
	float:left;
	}
dl.konanbus dd{/*「番号部分」*/
	float:right;
	}
	
/*------------------------------強調テキスト------------------------------*/

*.appeal_txt1{ /*強調テキスト1*/
	font-weight:bold;
	color:#000000;
	}
*.appeal_txt2{ /*強調テキスト1*/
	font-weight:bold;
	color:#eb6100;
	}
*.appeal_txt3{ /*強調テキスト1*/
	font-weight:bold;
	color:#0087af;
	}

/*------------------------------水平線の設定------------------------------*/

hr.hr_dashed{ /*「乗船」の下の水平線*/
	width:690px;
	height:1px;
	margin:0 0 1em 0;
	border:none;
	border-top:dashed 1px #999999; /*dotted*/
	color:#999999;
	}

/*------------------------------スケジュール------------------------------*/

td.schedule_copy{/*テキストの入ったセル設定*/
	padding-bottom:10px;
	}




	
	
