<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#mainInner{
	width:540px;
	padding:0 54px 0 50px;
}

#timeTable {
	margin:0 0 38px;
}

#timeTable table{
	width:400px;
	margin:0 10px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#timeTable th,
#timeTable td{
	padding:8px 14px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
}

#timeTable th{
	width:80px;
	font-weight:bold;
	text-align:center;
}

#timeTable td{
	width:auto;
}

#guide {
	margin:0 0 38px;
	line-height:150%;
}

#guide em{
	font-weight:bold;
}

#guide ol{
	margin:0 0 20px 20px;
	padding:0 0 0 15px;
}

#guide ol li{
	padding:0 0 5px;
	list-style-type:decimal;
}

#guide ol li ul{
	margin:0;
	padding:5px 0 6px 15px;
}

#guide ol li ul li{
	list-style-type:disc;
}

#guide p{
	padding:0 10px;
}

.txt-link{
	background:url(../../images/cmn_icon_orange.png) 0 50% no-repeat;
	padding:18px;
	font-weight:bold;
	text-decoration:none;
}

.txt-link a{
	color:#79796a;
	}

.txt-link a:hover{
	color:#d9a300;
	}


#flow{
}

#flow dd{
	padding:0 10px 18px 10px;
	line-height:150%;
}

#flow dd.pdNone{
	padding:0 10px;
}

#flow dd#us{
	padding:0 0 18px;
}

#flow dd#us dl dt{
	padding:0 10px;
	font-weight:bold;
	font-size:16px;
}</pre></body></html>