@charset "utf-8";
/*------------------------------------------------
 * タイトル：トップページ用ＣＳＳファイル
 * 説明    ：
 *
 * 著作権  ：
 * 会社名  ：
 *
-------------------------------------------------*/

/*------------------------------------------------
 外部ＣＳＳのインポート
------------------------------------------------*/
@import "common.css";		/* 共通CSS */

/*------------------------------------------------
 ライトボックス
------------------------------------------------*/
/* ライトボックス */
div#boxRight {
	background: url(../images/pagepink/bgMiddlePink.gif) repeat-y;
}

div#contentsArea {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* リード文章 */
div#readText {
	width: 100%;
	margin-bottom: 20px;
}

/* パンくず */
p#pankuzu {
	margin-bottom: 10px;
	font-size: 70%;
	color: #999999;
}

/* 時間帯割引 */
table#timeSale {
	width: 100%;
	margin-bottom: 20px;
}

table#timeSale td {
	padding-left: 10px;
	border-top: solid 1px #b6a70e;
	border-bottom: solid 1px #b6a70e;
	background-color: #ffffff;
}

table#timeSale td.midashi {
	width: 30%;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 200%;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #e362a9;
}

table#timeSale td.time {
	border-bottom: solid 1px #999999;
}

.priceOffText {
	font-size: 150%;
}

.priceOffPercent {
	font-size: 150%;
	line-height: 1;
}

/* マイレージ */
table#mile {
	width: 100%;
	margin-bottom: 20px;
}

table#mile td {
	padding-left: 10px;
	border-top: solid 1px #b6a70e;
	border-bottom: solid 1px #b6a70e;
	background-color: #ffffff;
}

table#mile td.midashi {
	width: 30%;
	padding: 0;
	text-align: center;
	color: #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #e362a9;
}

.textPoint {
	font-size: 150%;
	font-weight: bold;
}

.textPrice {
	line-height: 1;
	color: #e32d91;
	font-size: 150%;
	font-weight: bold;
}




	



