@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	印刷用CSS

///////////////////////////////////////////////////////////*/


/*=====================================================================================
   基本設定
=====================================================================================*/

html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;/* bodyのヘッダ背景を削除 */
}

* html body { zoom: 0.8; }/* for IE6 */

* html ul li,
* html dl dd {
	margin-left: 0px;
	padding-left: 0px;
}

#container { width: 780px }

/* ヘッダ・フッタの不要パーツ消去 */
#global-button,
#gnavi,
#header-link-txt,
#font-size-switch,
#footer ul,
#pagetop-button { display: none; }

#header {
	height: auto;
	background: none;
	margin-bottom: 10px;
}
#header #logo {
	display: block;
	position: static;/* IEでの表示調整 */
}
#footer {
	clear: both;
	padding-top: 10px;
	border: none;
	position: static;/* IEでの表示調整 */
	margin-top: 10px;
}

/*出力時ページ下部の空き間隔 */
#main {
	padding-bottom: 20px;
}

/*記事間にあるページトップ削除 */
.pagetop {
	display: none;
}

/*ページトップを削除した空きの調整 */
div#main #Hotels,#Sightseeing {
	padding-top: 20px;
}


/* リンクアイコン 
---------------------------------------------------------------------*/
* html a.link {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html a.link-s {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html a.exLink {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html a.pdf {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html a.arrow {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html #topic-path a {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}

* html #main .eventBOX li.icon-nankai {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main .eventBOX li.icon-koya {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #tokudane ul li {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #manners ul li {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #other ul li a {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #other .li_mark {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #buyTickets dl dd ul li {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main #timetable dl {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main #timetable .koyaline {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}

* html #main #fares dt {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main #koyasanWorld dl dt {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main #koyasanWorld ul li {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html #main #other .otherBox dl dt {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}
* html a.page-d {
	display: inline-block;
	height: 1%;
	text-indent: 0;	
}


/* トップページ　鉄道情報　背景 　IEでの表示調整
---------------------------------------------------------------------*/

* html .Staionsmap .mapTEXT dl {
	height: 1%;
	margin: 0px;
	padding: 0px;
}

/* 鉄道情報トップ　フロート 　IEでの表示調整
---------------------------------------------------------------------*/
* html #st-Information {
	display: inline-block;
	height: 1%;
	text-indent: 0;
}
* html #st-Information .station_box {
	height: 1%;
	text-indent: 0;
	float: left;
}
