@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】--------------------------------*/

h4.subtitle1{ /**/
	display:block;
	width:690px;
	height:50px;
	margin-top:25px;
	background:url(img/sub_title.gif) top left no-repeat;
	text-indent:-9999px;
}

/*--------------------------------段落ごとの青い帯のサブタイトル【h5】--------------------------------*/
h5 {
	display:block;
	width:690px;
	height:30px;
	text-indent:-9999px;
	margin:40px 0px 20px 0px;
	}
	
h5.kikan {/*発売期間*/
	background:url(../img/mini_title_release_period.gif) top left no-repeat;
}

h5.setken {/*セット券運賃*/
	background:url(../img/mini_title_set_ticket_fare.gif) top left no-repeat;
}

h5.yoyaku_kounyu {/*予約・購入方法*/
	background:url(../img/mini_title_method_for_purchase.gif) top left no-repeat;
}

h5.pamphlet {/*パンフレットダウンロード*/
	background:url(../img/mini_title_pamphlet_dl.gif) top left no-repeat;
}

h5.jikoku {/*時刻表*/
	background:url(../img/mini_title_time_schedule.gif) top left no-repeat;
}

/*------------------------------強調テキスト------------------------------*/

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


/*------------------------------Adobe Reader-----------------------------*/

*.get_adobe_reader{/*全体の設定*/
	display:block;
	width:650px;
	overflow:hidden;
	}

*.get_adobe_reader a{/*バナー部分の設定*/
	display:block;
	width:125px;
	height:33px;
	background:url(../../img_new/all/get_adobe_reader.gif) no-repeat 0 0;
	text-indent:-9999px;
	float:left;
	}

*.get_adobe_reader p{/*文章部分の設定*/
	width:525px;
	overflow:hidden;
	float:left;
	}
