@charset "utf-8";
div.switch_frame {
	width:110px;
	margin: 0;
	padding:0;
	border: solid 1px #CCCCCC;
}
a.switch_item_link {
	display: block;
	height:auto;
	padding: 0;
	margin: 0;
	color: #006dcc;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s;
}
a.switch_item_disabled {
	color: #111111;
	pointer-events: none;
}
div.switch_item_check {
	float: left;
	font-size:12px; font-size:1.2rem;
	width:30px;
	height:28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
}
div.switch_item_name {
	float: left;
	font-size:12px; font-size:1.2rem;
	width:70px;
	height:28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
