@charset "utf-8";
/* CSS Document */
#navi05{ background-position:-420px -160px;}
#mainTT{
	background-image: url(../images/title.png);
	background-repeat:no-repeat;
	background-size:33px;
	background-position:5px top;
	padding:0px 0 0 45px;
	height:30px;
	line-height:30px;
	font-size:16px;
	margin:0 0 5px;
}
.orange_point{ color:#ff7200;}
.blue_point{ color:#0b90fc;}


/*======================================
 +　切り替えボタン
========================================*/
#KirikaeBtDisp{
	border-top:2px solid #bfc0c0;
	border-left:2px solid #bfc0c0;
	border-bottom:2px solid #bfc0c0;
	position: relative;
	z-index:990;
}
#KirikaeBtDisp ul{
}
#KirikaeBtDisp ul li{
	border-right:2px solid #bfc0c0;
	float:left;
	height:30px;
	margin:0 0px 0 0px;
	width:20%;
	text-align:center;
	box-sizing: border-box;
	position:relative;
	background-color:#FFF;
}
#KirikaeBtDisp ul li.selected{ }
#KirikaeBtDisp ul li a{
	display:block;
	text-align:center;
	width:100%;
	text-decoration:none;
	line-height:30px;
	color:#000;
	font-size:11px;
}
#KirikaeBtDisp ul li a span{
}
#KirikaeBtDisp ul li.selected a{
	z-index:999;
	border-bottom:2px solid #FFF;
	position:absolute;
	height:29px;
	line-height:30px;
	top:0;
	left:0;
	border-top:1px solid #0069e0;
	color:#0069e0 !important; font-weight: bold;
}
