@charset "Shift_JIS";

@import "lightbox.css";

/*-----------------------------------------------
	■page.css

　各ページごとの設定。
　気を抜くと他でも使われる。そんな存在

　 ∧＿∧　　　　　page？フルボッコにしてやんよ
　(　･ω･)＝つ≡つ 
　(っ　≡つ＝つ 
　/　　　) ﾊﾞﾊﾞﾊﾞﾊﾞ 
　( /￣∪
-----------------------------------------------*/

/*----------------------------------------------
　セカンダリ全般
-----------------------------------------------*/
input,textarea{
	padding								: 2px;
}

h3{
	margin								: 0px 0px 10px 0px;
}

h3.txtTitle{
	padding								: 5px;
	color									: #234c95;
	background						: #f1f1f1;
}

.display{
	margin								: 0px 5px;
	width									: 485px;
}

h4.textTitle{
	margin								: 8px 4px;
	padding								: 3px;
	border-left							: 3px solid #45719d;
	background						: #fafafa;
	color									: #45719d;
	font-size								: 110%;
}

/* ページトップ */
.pagetop{
	clear									: both;
	text-align							: right;
}
.pagetop a{
	display								: inline;
	padding-left						: 15px;
	background						: url(../img/arrow/sq_top.gif) no-repeat 0% 50%;
}

/* pdf ダウンロード */
.pdf{
	margin							: 10px 0px 10px 10px;
	text-indent						: 20px;
	background						: url(../img/icon/acrobat.png) no-repeat 0% 50%;
}

/* テーブル
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
table.listTbl{
	margin									: 8px 0px;
	width										: 100%;
	border-collapse					: collapse;
	border									: 1px solid #e1e1e1;
}

.listTbl th,.listTbl td{
	padding									: 8px;
	border									: 1px solid #e1e1e1;
}

.listTbl th{
	color										: #1A4576;
	background							: #f2f8ff;
	border-right							: none;
}

.listTbl td{
	border-left								: none;
}

/*----------------------------------------------
　貸切バス
-----------------------------------------------*/
#bus #visual{
	background						: url(../img/bus/catch.jpg) no-repeat;
}


#bus .listTbl th{
	width									: 60px;
}

#bus .busImage{
	margin								: 0px 0px 5px 0px;
}

/*----------------------------------------------
　会社概要・情報
-----------------------------------------------*/
#summary #visual{
	background						: url(../img/summary/catch.jpg) no-repeat;
}

/*----------------------------------------------
　安全マネジメント
-----------------------------------------------*/
#safe #visual{
	background						: url(../img/safe/catch.jpg) no-repeat;
}

/*----------------------------------------------
　採用情報
-----------------------------------------------*/
#recruit #visual{
	background						: url(../img/recruit/catch.jpg) no-repeat;
}

/*----------------------------------------------
　プライバシーポリシー
-----------------------------------------------*/
#policy #visual{
	background						: url(../img/policy/catch.jpg) no-repeat;
}

/*----------------------------------------------
　サイトマップ
-----------------------------------------------*/
#sitemap #visual{
	background						: url(../img/sitemap/catch.jpg) no-repeat;
}

/*----------------------------------------------
　お問い合わせ
-----------------------------------------------*/
#contact #visual{
	background						: url(../img/contact/catch.jpg) no-repeat;
}

#contact .listTbl th{
	width									: 130px;
}

#contact input.text{
	width									: 220px;
}
#contact textarea.text{
	width									: 270px;
	height									: 80px;
}

#contact input.button{
	padding								: 8px;
}


/*----------------------------------------------
　お見積もり
-----------------------------------------------*/
#order #visual{
	background						: url(../img/order/catch.jpg) no-repeat;
}

#order .listTbl th{
	width									: 130px;
}

#order input.text{
	width									: 220px;
}
#order textarea.text{
	width									: 270px;
	height									: 80px;
}

#order input.button{
	padding								: 8px;
}



/*----------------------------------------------
　エラーページ
-----------------------------------------------*/
#error #visual{
	background						: url(../img/error/catch.jpg) no-repeat;
}

#error .arrowList{
	margin								: 20px 0px;
}

/*----------------------------------------------
　各種チケット申し込み
-----------------------------------------------*/
#ticket #visual{
	background						: url(../img/ticket/catch.jpg) no-repeat;
}

.flow{
	margin							: 0px 0px 10px 0px;
	padding							: 0px 0px 0px 10px;
	
}

/*----------------------------------------------
　各種チケット申し込み
-----------------------------------------------*/
#info #visual{
	background						: url(../img/info/catch.jpg) no-repeat;
}
