/*===============================================
 * smart_common.css  1024px以上共通
 * ===============================================*/
div.switchDevice{
	float:right;
	top:65px;
	z-index:100;
	margin-right:11px;
}
div.switchDevice a{
	display: inline-block;
	height:32px;
	width:32px;
}
div.switchDevice a.pc {
	background-size: 32px 32px;
	border-radius:5px 0 0 5px;
	padding-left:5px;
	border-right:0.25px solid white;
}
div.switchDevice a.sp {
	background-size: 32px 32px;
	border-radius: 0 5px 5px 0;
	padding-right:5px;
}
div.switchDevice a.pc.off {
	background:url(../images/baseline_desktop_mac_black_18dp.png) no-repeat center/60% #e5e5e5;
}
div.switchDevice a.pc.on {
	background:url(../images/baseline_desktop_mac_white_18dp.png) no-repeat center/60% #1da1f2;
}
div.switchDevice a.sp.off {
	background:url(../images/baseline_smartphone_black_18dp.png) no-repeat center/60% #e5e5e5;
}
div.switchDevice a.sp.on {
	background:url(../images/baseline_smartphone_white_18dp.png) no-repeat center/60% #1da1f2;
}
.topPage .logoSet a{
	float:left;
}
#nav-box.position-L{
	position:absolute;
}
#nav-box.position-L .switchDevice{
	top:5px;
}
#nav-box.position-R{
	float:right;
}
#nav-box.position-R #nav-drawer{
	float:right;
	right:20px;
	left:0px;
}
.clImage {
	overflow: auto;
}
