@charset "Shift_JIS";

/* フォントサイズ変更ボタン用スタイルシート */

/* 初期化 */
dl#Size-Change , dl#Size-Change dt ,
dl#Size-Change dd {
	margin:0;
	padding:0;
}
h1 {font-size:200%;}
h2 {font-size:150%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}
h6 {font-size:100%;}
table {font-size:100%;}
form {font-size:100%;}

/* 文字サイズ変更ボタンレイアウト */
.container , .container2 {
	position:relative;
}

dl#Size-Change {
	display:block;
	position:absolute;
	top:47px;
	right:160px;
	width: 160px;
	height: 22px;
	overflow: hidden;
}

dl#Size-Change dt {
	display:block;
	float:left;
	width:82px;
	padding-right:5px;
	height:11px;
	text-indent:-9999px;
	background:url(../img/txt_fontsize_change.gif) left bottom no-repeat;
	position:relative;
	top:8px;
}
/* IE hack */
* html dl#Size-Change dt {
	width:87px;
	position:relative;
	top:2px;
}

/* for /train_info/info.asp begin */
#popup-header dl#Size-Change {
	position:absolute;
	top:25px;
	right:0;
}
#popup-header dl#Size-Change dt {
	display:block;
	float:left;
	width:82px;
	padding-right:5px;
	height:11px;
	text-indent:-9999px;
	background:url(../img/txt_fontsize_change.gif) left bottom no-repeat;
	position:relative;
	top:10px;
}
* html #popup-header dl#Size-Change dt {
	width:87px;
	position:relative;
	top: 4px;
}
/* for /train_info/info.asp end */

dl#Size-Change dd {
	float: left;
	display:block;
	padding-right:4px;
}

/* 小ボタン */
dl#Size-Change dd#small-btn {
	width:17px;
	height:17px;
	position:relative;
	top:5px;
}
/* IE hack */
* html dl#Size-Change dd#small-btn {
	width:21px;
}

/* 中ボタン */
dl#Size-Change dd#medium-btn {
	width:20px;
	height:20px;
	position:relative;
	top:2px;
}
/* IE hack */
* html dl#Size-Change dd#medium-btn {
	width:24px;
}

/* 大ボタン */
dl#Size-Change dd#large-btn {
	width:22px;
	height:22px;
}
/* IE hack */
* html dl#Size-Change dd#large-btn {
	width:26px;
	height:22px;
}

dl#Size-Change dd img {
	cursor: pointer;
	display:block;
}

/* **** No Script **** */
p#js-off {
	width:718px;
	padding:10px;
	font-size:12px;
	color: #f00;
	font-weight:bold;
	background-color:#fcc;
	border:solid 1px #f00;
	margin:10px 0 10px 10px;
}
* html p#js-off {/* only IE */
	width:738px;
}

.head , .head2,
.sub_navi , .sub_navi3,
.foot {font-size: 12px;}