@charset "utf-8";
/* CSS Document */

.schedule_table {
	margin: 0 auto;	
	width: 96%;
}

h4 {
	margin-top: 1.5em;
}

/*----------------------------------
-----------------------------------*/ 

.idTabs {
	border-bottom: solid 1px #3A443C;
	padding-left: 10px;
	margin-top: 1em;
	margin-bottom: 2em;
}
.idTabs li {
	min-width: 110px;float: left;
	margin-right: 5px;
	text-align: center;
}
.idTabs li a {
	min-width: 110px;
	height: 33px;
	line-height: 33px;
	display: block;
	background-color: #cccccc;
	margin-top: 5px;
	padding: 3px 10px;
}
.idTabs li a.selected {
	height: 38px;
	line-height: 38px;
	display: block;
	background-color: #3A443C;
	color: #FFF;
	margin-top: 0px;
} 

/*---------------------------------
_table
-----------------------------------*/ 
table.type_01 {
	font-size: 0.8em;
	margin-top: 0px;
}

/*---------------------------------
_出発便
-----------------------------------*/ 
#departure {
	margin-bottom: 2em;
}

/*---------------------------------
_到着便
-----------------------------------*/ 
#arrival {
	margin-bottom: 2em;
}
#photo {
	text-align: center;
	margin-bottom: 2em;
}
#banner {
	text-align: center;
	margin-bottom: 2em;
}
#banner p {
	margin-bottom: 1em;
}
#message {
	margin-bottom: 2em;
}

	/*山形空港時刻*/
	.ya {
		font-size: 1.2em;
		font-weight: bold;
	}

table.type_01 tr td img {
	height: 1.5em;
	width: auto;
	mix-blend-mode: multiply;
}

/*---------------------------------
_1024～
-----------------------------------*/
@media screen and (min-width : 600px) {

	table.type_01 {
		font-size: 1em;
	}
	table.type_01 tr th {
		padding-left: 1em;
	}
	table.type_01 tr td {
		padding-left: 1em;
	}

}
@media screen and (min-width : 980px),print {

	h2 {
		background-color: inherient;
		background-image: url(../img/main/information/page_title.gif);
	}
	
	#departure,#arrival,#banner {
		margin-bottom: 60px;
	}
	#photo {
		margin-bottom: 100px;
	}
	#departure h3 {
		background-image: url(../img/main/information/title_departure.gif);	
	}
	
	#arrival h3 {
		background-image: url(../img/main/information/title_arrival.gif);	
	}
	
	.schedule_table {
		width: 570px;
		float: right;
	}
	
	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width : 980px), 
only screen and (min-device-pixel-ratio: 2) and (min-width : 980px) {
	
	h2 {
		background-color: inherient;
		background-image: url(../img/main/information/page_title_l.gif);
		-webkit-background-size:730px 80px; 
		background-size: 730px 80px; 
	}
	
	#departure h3 {
		background-image: url(../img/main/information/title_departure_l.gif);
		-webkit-background-size:110px 110px; 
		background-size: 110px 110px; 
	}
	
	#arrival h3 {
		background-image: url(../img/main/information/title_arrival_l.gif);	
		-webkit-background-size:110px 110px; 
		background-size: 110px 110px; 
	}

	
}


