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

/*** base ***/
body {
	color: #555555;
	line-height: 1.3;
}
form {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 3px auto 7px;
	padding: 6px;
	width: 730px;
	background: url(/img/ticket/headline.gif) no-repeat 0 0;
	font-size: 80%;
}
h2 span {
	padding-left: 5px;
	border-left: solid 5px #00cc99;
}
body#f h2 span {
	padding-left: 5px;
	border-left: solid 5px #ff9900;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

ul {
	margin: 0;
}
ul li {
	margin: 0;
}

table {
}


/*** clearfix ***/
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

/*** main ***/

div#main {
	float: none;
	margin: 0 0 0 15px;
	width: 740px;
}

/*** search ***/
div#search {
	float: left;
	padding: 0 0 20px;
	width: 310px;
	background: #f1f1f1 url(/img/ticket/search_bg.gif) no-repeat center bottom;
	font-size: 80%;
}
body#f div#search {
	width: 348px;
}
	body#f select {
		margin: 2px 0;
	}

	div#search h4 {
		margin: 0;
		padding: 0 0 0 10px;
	}

	div#search table.search {
		margin: 0 auto;
	}
	body#f div.jscalendar {
		width: 320px;
	}
	body#f div#search div.jscalendar table th {
		width: 10%;
	}
	body#f div.jscalendar table {
		width: 150px;
	}
	body#f div#search table.search {
		width: 310px;
		line-height: 1;
	}
	body#f div#search table.search th {
		width: 30%;
		text-align: left;
	}
	body#f div#search table.search td {
		width: 70%;
	}
	div#search table td.dept_day {
		letter-spacing: -1px;
	}
		div#search table td.dept_day img {
			position: relative;
			top: 6px;
		}
	div#search table td.button {
		padding: 10px 0 0;
		text-align: center;
	}

div#search table td.sheet span {
		clear: both;
		float: left;
	}


/*** estimate ***/
div#estimate {
	margin-left: 313px;
	padding: 0 0 20px;
	width: 416px;
	background: #f1f1f1;
}

body#f div#estimate {
	margin-left: 352px;
	padding: 0 0 51px;
	width: 374px;
}
	div#estimate p {
		margin: 10px auto;
		width: 90%;
		font-size: 80%;
	}
	body#f div#estimate p {
		margin: 17px auto;
		width: 306px;
		font-size: 80%;
	}
	body#f div#estimate p.flow {
		padding: 10px 0 0;
		width: 356px;
	}
	body#f div#estimate p.estimate {
		margin: 0 auto;
		padding: 0;
		width: 352px;
		
	}
	div#estimate p.estimate {
		margin: 0 auto;
		padding: 0;
		width: 352px;
	}

/*** lowprice ***/
div#lowprice {
	clear: both;
	padding: 10px 0 20px;
	width: 730px;
}
div#lowprice h3.title {
	background-color: #f1f1f1;
}
#mainLowPrice{
	text-align:left;
	width:650px;
	margin-right:auto;
	margin-left:auto;
}
#mainLowPrice h3 {
	margin:10px 0px 5px 5px;
	font-size:90%;
	background: url(/sys/img/mark_airplane.gif) no-repeat;
	padding-left:20px;
	margin-right:auto;
	margin-left:auto;
}
#mainLowPrice ul{
	width:600px;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
	margin:5px 0 15px;
	list-style:none;
	margin-right:auto;
	margin-left:auto;
}
#mainLowPrice li{
    border-bottom:dotted 1px #222222;
    padding:5px 0;
    margin-bottom:5px;
    position:relative;
}
#mainLowPrice li span.Lowprice{
    position: absolute;
    right: 110px;
    color: #FF0000;
    font-weight: bold;
	font-family: verdana;
}
#mainLowPrice li a.imageLink {
    position:absolute;
    top:2px;
    right:0px;
}

div#sbigroup_link h2 {
	padding: 0;
	width: 100%;
	background: none;
}

/*** fairticket price list ***/
div.price_list {
	margin: 10px auto;
	width: 650px;
	text-align:left;
}
	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 img {
				margin: 5px 0 0;
			}

body#f div#lowprice {
	font-size: 80%;
}
body#f div#lowprice h2 {
	font-size: 100%;
}

#ticketlist .searchResult table td {
	border: solid 1px #cccccc;
	background: #fafafa;
}


