@charset "EUC-JP";
/**
 *	ticket infomation
 */

h2.subttl {
	margin: 0;
	padding: 0.1em 0 0 10px;
	height: 1.2em;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
h2.pagettl {
	margin: 0;
	text-align:center;
}
p.infotxtop {
	margin: 4px 20px 12px;
	text-align: center;
}

div#lowpricelist h2 {
	margin: 0 auto;
	padding: 0.1em 0 0 10px;
	width: 85%;
	height: 1.2em;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
	.foreign div#lowpricelist h2 {
		background: #FF9900 url(/img_cmn/inte_tit_bg.gif) 0 0 repeat-x;
		border: solid 1px #ff9900;
	}
	.domestic div#lowpricelist h2 {
		background: #00cc99 url(/img_cmn/inte_tit_bg.gif) 0 0 repeat-x;
		border: solid 1px #00cc99;
	}



table.search_form {
	margin: 10px auto;
	width: 640px;
}
	.domestic table.search_form {
		border: solid 2px #00cc99;
		background: #ffebcc;
	}
	.foreign table.search_form {
		border: solid 2px #ff9900;
		background: #ffebcc;
	}
	table.search_form th,
	table.search_form td {
		padding: 4px;
	}
	table.search_form th {
		text-align: right;
		width: 80px;
	}
	table.search_form td {
		text-align: left;
	}
		.foreign table.search_form th,
		.foreign table.search_form td {
			border-bottom: dotted 1px #cccccc;
		}
		.foreign table.search_form td.check span {
			float: left;
		}
		.domestic table.search_form th,
		.domestic table.search_form td {
			border: solid 1px #00cc99;
		}


/* price list*/
div.price_list {
	margin: 10px auto;
	width: 650px;
	text-align:left;
}
	div.price_list h3 {
		margin:20px 0px 5px 5px;
		padding: 5px 5px 5px 30px;
		background: url(/sys/img/mark_airplane.gif) no-repeat 5px 50% #f9f9f9;
		border-bottom: solid 1px #cccccc;
	    font-size: 120%;
	    letter-spacing: 0.1em;
	}
	div.price_list ul {
		margin: 5px auto 15px;
		padding: 0;
		width: 600px;
		font-weight: bold;
		list-style-type: none;
	}
		div.price_list ul li {
		    position: relative;
		    margin-bottom: 5px;
		    padding: 5px 0;
		    line-height: 1.4em;
		    font-size: 112%;
		    background: #ffffff;
		    border-bottom: dotted 1px #333333;
		}
		div.price_list ul li p {
			margin: 0;
		}
		div.price_list ul li p.title {
			float: left;
			width: 460px;
		}
		div.price_list ul li p.detail {
			float: right;
			width: 120px;
			text-align: center;
		}
			div.price_list ul li a {
				text-decoration: none;
			}
				div.price_list ul li a:hover {
					text-decoration: underline;
				}
			div.price_list ul li span.price {
			    color: #ff0000;
				font-family: verdana;
			}
			div.price_list ul li span.imagelink {
			}

	div#search_result {
		margin: 0 auto;
		padding-left: 15px;
		float: left;
	}

	.foreign div.search_result table {
		border: 1px solid #ffcc66;
		width: 595px;
	}
	.domestic div.search_result table {
		border-collapse:collapse;
		border: 1px solid #00cc99;
		width: 595px;
	}
	
	.domestic div.search_result table td {
		border: 1px solid #00cc99;
	}
	
	.foreign div.search_result table td {
		border: 1px solid #ffcc66;
	}
		

	div.search_result table td.price {
		width: 130px;
		text-align: center;
		background-color: #fffcfc;
		color: #ff0000;
		font-size: 120%;
		font-weight: bold;
		line-height: 1em;
		font-family: verdana;
	}
	
	div.search_result table td.title {
		width: 360px;
		padding: 0;
		background: #ffee99 url(/img_cmn/bg_th.gif) 0 0 no-repeat;
	}
		div.search_result table td.title h3 {
			margin: 0;
			padding: 0;
			font-size: 110%;
/*			line-height: 1.3; */
		}
		div.search_result table td.title a {
			display: block;
			margin: 0;
			padding: 5px;
			width: 330px;
			height: 100%;
			text-decoration: none;
			color:#003399;
		}
		div.search_result table td.title a:hover {
			text-decoration: underline;
			background-color: #ffee66;
		}

	div.search_result table td.icons {
		padding: 0 3px;
		background-color: #f9f9f9;
		line-height: 1em;
	}
		div.search_result table td.icons ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			div.search_result table td.icons ul li{
				margin: 1px 0 1px 12px;
				padding: 0;
				text-align: left;
			}
	div.search_result table td.date {
		padding: 5px;
		line-height: 1em;
	}
		div.search_result table td.date span.date {
			float: left;
		}
		div.search_result table td.date span.book_type {
			float: right;
			border-top: 1px solid #996600;
			border-bottom: 1px solid #996600;
			border-left: 3px solid #996600;
			border-right: 3px solid #996600;
			padding: 1px 10px;
			background: #ffff99;
			font-size: 82%;
		}
	div.search_result table td.detail {
		padding: 0;
		line-height: 1em;
	}
		div.search_result table td.detail p {
			margin: 0;
			padding: 5px;
			height: 3.5em;
			width: 98%;
			overflow: auto;
			line-height: 1.3;
			font-size: 87%;
			width: 440px;
		}
	div.search_result table td.button {
		padding: 3px;
		text-align: center;
	}
	div.search_result p.other_info {
		margin: 0 0 15px 0;
		padding: 2px 2px 0 5px;
		position: relative;
		color: #666666;
		width: 580px;
	}
	
	.domestic div.search_result p.other_info {
		width: 585px;
	}
		div.search_result p.other_info span.modify_info {
			position: absolute;
			left: 10px;
		}
		div.search_result p.other_info span.company_info {
			position: absolute;
			right: 10px;
		}


/* result list */
p.search_param {
	border: solid 1px #ccc;
	margin: 10px auto;
	padding: 7px;
	text-align: center;
	width: 680px;
}

	p.search_param strong {
		font-size: 110%;
	}
p.page_count {
	margin: 10px 20px;
	padding: 0;
	text-align:right;
	color: #444444;
}
p.support_information {
	margin: 0 30px;
	padding: 5px;
	text-align: center;
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;
	color: #664444;
}
p.page_top_link {
	margin: 10px 20px;
	padding: 0;
	text-align: right;
	color: #444444;
}

p.advertisement {
	padding: 10px;
	text-align: center;
}
	p.advertisement a{
		padding:5px 7px 0  37px;
		border: 1px dotted #999999;
		background: #ffffdd url(/img_cmn/pr.gif) 7px 0 no-repeat;
	}
	p.advertisement a:hover {
		background-color: #ffff99;
	}

/* when error */
p.error_message {
	margin: 20px 0 0 0;
	padding: 0 0 10px;
	text-align:center;
	line-height: 1.4;
	font-size: 105%;
	font-weight: bold;
}
p.request_link {
	margin: 10px;
	text-align: center;
}
	p.request_link img{
		margin: 5px;
	}

/* new_arrival */


div.search_result p.other_info span {
	position: absolute;
	top: 2px;
}

div.search_result p.other_info img {
	margin: 0 5px;
	vertical-align: middle;
}

td.dept_dest p {
	margin: 2px 0;
}
.foreign ul.airline_list {
	background: url(/sys/img/other_list_head_f.gif) no-repeat 0 0;
	border:1px solid #cccccc;
	padding: 30px 0 0 0;
	margin: 0;
	width: 120px;
}

.domestic ul.airline_list {
	background: url(/sys/img/other_list_head_d.gif) no-repeat 0 0;
	border:1px solid #cccccc;
	padding: 28px 0 0 0;
	margin: 0;
	width: 120px;
}

.domestic ul.airline_list li,
.foreign ul.airline_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	clear: left;
}

.foreign ul.airline_list li {
	float: left;
	margin: 0;
	padding: 0 4px 1px;
	width: 112px;
	border-bottom:1px dotted #cccccc;
}

.foreign ul.airline_list li.alt-row {
	background: #f9f9f9;
}

.foreign ul.airline_list li dl,
.domestic ul.airline_list li dl {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.domestic ul.airline_list li dl dt {
	padding: 2px;
	font-weight: bold;
	background: #f9f9f9;
	border-top: 1px solid #cccccc;
}

.foreign ul.airline_list li dl dt {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.foreign ul.airline_list li dl dd {
	margin:0;
	padding: 0;
}

.foreign ul.airline_list li dl dd a {
	display:block;
	font-family:verdana;
	font-size:100%;
	text-align:right;
}

.domestic ul.airline_list li dl dd {
	margin: 0;
	padding: 2px;
}

.domestic ul.airline_list li dl dd span {
	display:block;
	border-top: 1px dotted #cccccc;
	margin: 0;
	font-size: 90%;
	padding: 0;
}

.domestic ul.airline_list li dl dd a {
	display:block;
	font-family:verdana;
	font-size:100%;
	margin: 0;
	padding: 0;
	text-align:right;
}

/* hotel skip */

body.ticket div#sub {
	float: right;
	padding: 0 15px 0 0;
	width: 120px;
}

body.ticket div#sub div#hotel {
	background: url(/sys/img/hotel_head_f.gif) no-repeat 0 0;
	border:1px solid #cccccc;
	padding: 28px 0 0 0;
	margin: 10px 0 0 0;
	width: 120px;
}

body.ticket div#sub p {
	margin: 3px 0;
	padding: 5px 5px 0;
	font-size: 80%;
	color: #666666;
}

body.ticket div#sub p.powered {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}

body.ticket div#sub div#hotel ul {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

body.ticket div#sub div#hotel ul li {
	padding: 0
	margin: 0;
	list-style: none;
	border-bottom:1px dotted #cccccc;
}

body.ticket div#sub div#hotel ul li a {
	padding: 8px 0;
	display: block;
	width: 116px;
	text-align: right;
	text-decoration: none;
	border: 2px solid #ffffff;
}

body.ticket div#sub div#hotel ul li a:hover {
	background: #f9f9f9;
}

body.ticket div#sub div#hotel ul li a img.ph {
	float: left;
	width : 50px;
	margin: 2px 2px 2px 2px;
}

body.ticket div#sub div#hotel ul li a strong {
	padding: 3px 0 0 0;
	line-height: 1.1;
	display: block;
	margin-left: 57px;
	font-size: 90%;
	text-align: left;
}


body.ticket div#sub div#hotel ul li a span.price {
	display: block;
	clear: both;
	padding: 0 5px 0 0;
	font-family: verdana;
	font-size: 100%;
	text-align: right;
	color: #0000de;
	text-decoration: underline;
}

body.ticket ticket div#sub div#hotel ul li a span.type img {
	margin: 5px 1px 0 0;
}

body.ticket div#sub h3 {
	background: #59a6cc url(/sys/img/hotel/m_hotel.png) no-repeat 5px 3px;
	color: #ffffff;
	padding: 5px 5px 0 30px;
	font-size: 110%;
}


#PRpart {
	clear: both;
	margin: 20px auto;
	font-size: 100%;
	width: 700px;
}

#PRpart ul{
	margin-left: 25px;
	padding: 0;
	list-style:none;
}

#PRpart li{
	float: left;
	margin-right: 1em;
	padding: 5px 0px 0px 35px;
	height:25px;
	text-align:left;
}
#PRpart p {
	clear: left;
}
#PRpart li.airport{
	background-image: url("/sys/img/recommend_airport.gif");
	background-repeat:no-repeat;
}

#PRpart li.hotel{
	background-image: url("/sys/img/recommend_hotel.gif");
	background-repeat:no-repeat; 
}

#PRpart li.car{
	background-image: url("/sys/img/recommend_car.gif");
	background-repeat:no-repeat; 
}

#PRpart li.ticket{
	background-image: url("/sys/img/recommend_ticket.gif");
	background-repeat:no-repeat; 
}

#PRpart li.gift{
	background-image: url("/sys/img/recommend_gift.gif");
	background-repeat:no-repeat; 
}

#PRpart li.parking{
	background-image: url("/sys/img/recommend_parking.gif");
	background-repeat:no-repeat; 
}

#PRpart li.emergency{
	background-image: url("/sys/img/recommend_emergency.gif");
	background-repeat:no-repeat; 
}

#PRpart li.timetable{
	background-image: url("/sys/img/recommend_timetable.gif");
	background-repeat:no-repeat; 
}

.word_break {
	word-wrap: break-word;
}
