<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#DataVersion {
	color: white;
	font-size: 11px;
	font-weight: normal;
}
#Spook {
	margin:	0px;
}
#HC {
	position:absolute;
	top:	0px;
	left:	0px;
}
#BTM {
	position:	absolute;
}
.selectedBox table.itineraryTable .attention { color: #FF0000; }
.selectedBox .requestBox .textbox input.request {
	color : black;
	margin-left : 3px;
	padding-bottom : 2px;
	padding-top: 2px;
	top:3px;
	width:200px;
}
.example { color: #999999!important; }
.selectedBox table.itineraryTable th.date {
	width : 150px;
}
.selectBox .box table.stationTable td .railbtn.selected {
	line-height:26px;
	margin-bottom:1px;
	padding-top:1px;
}
/****************
	フォントサイズ調整
*****************/
/*----------
JR予約画面
----------*/
body {
	font-size: 78%;
	color:#595959;
}
.pagetitle .title {
	font-size: 145%;
	color:#595959;
}
.planDetailBox .plantitle {
	font-size: 130%;
}
.planDetailBox .detail .hotel .name {
	font-size: 135%;
}
.planDetailBox .detail .price {
	font-size: 130%;
}
.guideBox {
	font-size: 90%;
	text-align : justify;
}
.guideBox ul {
	font-size: 110%;
}
.selectedBox table.itineraryTable .soine .title {
	font-size: 115%;
}
.selectedBox .totalBox table.totalTable td .total .price {
	font-size: 210%;
}
.selectedBox .totalBox table.totalTable td .total .yen {
	font-size: 120%;
}
.selectBox .box .step_title {
	font-size: 120%;
	color:#595959;
	padding: 4px 15px;
	min-height: 25px;
}
.selectBox .box .step_title .attention {
	font-size: 80%;
}
.selectBox .box .step_title .cls_left {
	float: left;
}
.selectBox .box .step_title .traintime_attention {
	display : block;
	float: right;
	font-size: 80%;
	font-weight: normal;
	line-height: 110%;
	margin-right: 140px;
}
.selectBox .box table.stationTable td .railbtn {
	font-size: 14px;
}
.selectBox .box table.railTable dl dt .railbtn_s {
	font-size: 14px;
}
.selectBox .box table.railTable dl.selectlist2 dd table td.sta {
	font-size: 12px;
}
.selectBox .box table.railTable dl.selectlist2 dd table td.rail span {
	font-size: 10px;
}
.selectBox .box .sectionBox table.sectionTable .section {
	font-size: 135%;
}
.selectBox .box .item_title {
	font-size: 125%;
}
.selectedBox table.itineraryTable .section .subtitle {
	font-size: 90%;
}
.selectBox .box table.roomTable td {
	padding: 4px;
}
.selectedBox table.itineraryTable td {
	padding: 4px 10px;
}
.selectedBox .requestBox .remarks {
	float: left;
	width: 360px;
}
.selectedBox .totalBox {
	clear : none;
}
.selectedBox table.itineraryTable .section {
	padding-bottom:3px;
}
.selectBox .box .sectionBox table.sectionTable .section .select {
	color:#595959;
}
.selectBox .box .sectionBox table.sectionTable .time {
	color:#595959;
}
.step_title .mc_message {
	font-weight: normal;
	font-size : 80%;
	display : inline;
}
#maincontents {
	clear: both;
	position : relative;
}
.selectedBox .requestBox {
	float : left;
	width : 440px;
	background-image: url("../images/tit_bar7.gif");
	background-repeat: no-repeat;
}
.selectedBox .requestBox .textbox {
	padding-top : 0px;
	width : 450px;
}
.selectedBox .totalBoxTop {
	float: right;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 540px;
}
.selectedBox .totalBoxTop table.totalTable th {
	text-align: center;
	vertical-align: middle;
	width: 38px;
	padding-top: 5px;
}
.selectedBox .totalBoxTop table.totalTable td {
	padding : 0px 10px
}
.selectedBox .totalBoxTop table.totalTable td .total .title {
	font-weight: bold;
	margin-right: 5px;
}
.selectedBox .totalBoxTop table.totalTable td .total .price {
	font-size: 210%;
	font-weight: bold;
	color: #FF0000;
	margin-right: 5px;
}
.selectedBox .totalBoxTop table.totalTable td .total .yen {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
.selectedBox .totalBoxTop table.totalTable td .booking {
	float: right;
	width: 192px;
}
.selectedBox .totalBoxTop table.totalTable td .guide 
,.selectedBox .totalBox table.totalTable td .guide
{
	color: #FF0000;
	padding-top: 5px;
	float:	left;
	padding:5px;
	width: 314px;
}
.selectBox .box table.guideTable {
	margin-bottom : 0px;
}
#guide1 {
	width : 500px;
}
.step_message {
	font-weight : normal;
	float : right;
	color : #FF0000;
}
.room_message {
	width : 550px;
	line-height: 24px;
	margin: 6px 0;
}
.train_message {
	padding : 10px;
	width : 300px;
}
.guideBox ul li a {
	background:none no-repeat scroll left center transparent;
}
.selectedBox .requestBox .textbox {
	width: 360px;
}
.selectBox {
	padding-top : 0px;
}
.padtop {
	padding-top : 10px;
}

/*****	POST XML用	*****/
pre {
	margin: 0px;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
	border: 1px solid #999999;
	background-color: #FFFFCC;
	color: black;
	line-height: 1.0em;
	font-family: 'Courier New', Courier, Monospace;
	font-size: 11px;
	padding: 5px;
}
pre .tag {
	/*background-color: #FFFF80;*/
	color: #777777;
}
pre .tbl {
	color: red;
}

option.na {
	background-color:#DDDDDD;
	color:#999999;
}
#attention_message {
	border : 2px solid red;
	margin : 3px 0;
	padding : 6px;
	color:red;
	font-size: 13px;
}
#attention_message span {
	font-weight : bold;
}
.selectBox .box .sectionBox table.sectionTable .train_attention {
	padding-left : 5px;
	font-weight : bold;
	color : red;
}
.selectBox .box .sectionBox table.sectionTable .train_attention span{
	text-decoration : underline;
}
.selectedBox table.itineraryTable .soine {
	float:left;
	margin:5px;
	width:186px;
	height:120px;
}
table.roomTypeOption {
	border-collapse:collapse;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cfe1ee;
}
table.roomTypeOption th {
	background: #ecf5fc;
	padding: 8px 12px;
	border: 1px solid #cfe1ee;
	margin: 10px 0px 2px;
	font-weight: bold;
	color: #0b8df1;
	width:200px;
	padding:5px;
	text-align:left;
}
table.roomTypeOption td.check {
	width:200px;
	border: 1px solid #cfe1ee;
	border-right:0px;
	padding:5px;
	text-align:left;
}
table.roomTypeOption td.desc {
	border: 1px solid #cfe1ee;
	border-left:0px;
	padding:5px;
	text-align:left;
}
table.trainTable th input{
	font-size: 7pt;
	color: #585858;
	width: 20px;
	height: 15px;
}
.selectBox .box table.roomTable .roomTypeSelect {
	width: 70px;
}
.selectBox .box table.roomTable .roomTypeSelection {
	background: url(../images/jr_btn_rail_s_off.gif) no-repeat;
	height: 26px;
	width: 60px;
	float: left;
	margin: 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #36F;
	text-align: center;
	display: block;
	cursor: pointer;
}
.selectBox .box table.roomTable .roomTypeSelection.selected {
	color: white;
	background: url(../images/jr_btn_rail_s_selected.gif) no-repeat !important;
}

#Foot{
	position: relative !important;
	margin-top: 15px
}
</pre></body></html>