@charset "utf-8";
/* CSS Document */
#list > .header{
	position:fixed;
}

.items > .data{
	position:relative;
	width:740px;
	margin:0 auto;
	min-height:600px;
	border:1px solid #FFFFFF;
}
body.black .items > .data{
	border:1px solid #000000;
}
.items > .data > div{
	position:relative;
	width:100%;
	top:0;
	display:none;
}
body.black .items > .data > div{
	
}

.items > .data .center{
	text-align:center;
}

.items > .data > div h1{
	position:relative;
	margin:2em 0 1em 0;
	font-size:16px;
	width:16px;
	line-height:29px;
	text-align:center;
}
.items > .data > div.center h1{
	margin:2em auto 1em auto;
}
.items > .data div p{
	font-size:13px;
	line-height:25px;
	padding-bottom:13px;
	letter-spacing:1.5px;
}
.items > .data div.content{
	position:relative;
	margin:0 auto;
	width:640px;
	font-size:13px;
	line-height:20px;
	padding-bottom:13px;
	letter-spacing:1.5px;
}

.data div.content > .head{
	line-height:40px;
}
.data div.table > div{
	line-height:40px;
}
.data div.table > div > div{
	display:inline-block;
}


#toll .text > div{
	display:inline-block;
	line-height:40px;
}
#toll .text .item{
	width: 160px;
}

#toll .item{
	width: 160px;
}
#toll .table .item-data{
	color:#E83518;	
}
#toll .last .item{
	border-bottom:none;	
}
#toll .last .item-data{
	border-bottom:none;	
	
}
#toll div.content > .arrow{
	padding-left:43px;	
	padding-top:20px;
}
#toll div.content > .text{
	padding-left:40px;	
}
#toll div.table > div > div.arrow2{
	width:40px;
	text-align:center;
	opacity:0;
	font-size:24px;
}


@media only screen and (max-width: 1024px) {
	
	
}

@media only screen and (max-width: 768px) {
	.items > .data{
		width:95%;
	}
}


@media only screen and (max-width: 640px) {
	.data div.content > .text{
		padding-left:3em;	
	}
	.data div.content > .arrow{
		padding-left:3.2em;	
	}
	.data div.table > div > div.arrow2{
		width:3em;
		text-align:center;
		opacity:0;
	}
	/*
	.items > .data > div h1{
		font-size:16px;
	}
	.items > .data div p{
		font-size:13px;
	}
	.items > .data div.content{
		font-size:13px;
	}	*/

	#toll > div h1{
		margin:2em 0 1em 35px;		
	}
}