/*
a {
	color: #1f254f;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
}
*/

.tab_area_acdon{
	position: fixed;
	display: block;
	width: 100vw;
  z-index: 1;
  cursor: pointer; 
}
.acdon {
	position: fixed;
	width: 100vw;
	left: 0;
}
.acdon li {
	display: block; 
}
.acdon .menu {
	display: block;
	position: relative;
	font-size: 14px;
	background-color: #eee;
	color:#1f254f;
	border-bottom: solid 2px #1f254f;
	text-align: center;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.acdon .child {
	display: none;
	padding: 0;
	color: #1b234d;
	background: #eee; 
}
.acdon .child > li {
	text-align: center;
	border-bottom: 2px solid #1B234D; 
	height: 40px;
	font-size: 10px;
	line-height: 40px;
}

.switch .menu:after {
	position: absolute;
	top: 1.5px;
	right: 3vw;
	content: '<';
	font-size: 1.2rem;
	font-weight: bold;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear; 
}
.switch .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); 
}
@media screen and (max-width: 750px){
.tabbox2 li.select{
  /*アクティブタブの装飾*/
	background-color: #444;
	color: #eee;
}
}