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

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

	全ページ共有セレクタ

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


#wrap,ul.tabs{
	width: 100%;
}

ul.tabs li {
	width: auto;
	box-sizing: border-box;
	padding: 1% 5%;
	text-align: center;
	background: #FFF;
	float:left;
}

ul.tabs li:first-child {
	background-color: #FFF;
}

ul.tabs li.active {
	border-bottom: 1px solid #FFF;
	background-color: #007BC6;
	margin-bottom: -1px;
}
ul.tabs li a {
	color: #007BC6;
	font-weight: bold;
	display: block;
}
ul.tabs li.active a {
	font-weight: bold;
	color: #FFF;
}

div.tabs_content {
	width: 100%;
	box-sizing: border-box;
	clear: both;
	margin-bottom: 2%;
}
div.tabs_content > div {
	padding: 3% 2%;
}
.timeTable{
	margin:0;
	font-size:0.8em;
}

/* 幅800px以下のスタイル*/
@media screen and (max-width: 800px) {
ul.tabs li {
	width: 50%;
	box-sizing: border-box;
	padding: 2%;
	text-align: center;
}
ul.tabs li a {
	font-size: 0.9em;

}

}

