@charset "utf-8";

body {
	position: relative;
	margin: 47px 0 0;
	padding: 0;
}

#commonheader {
	display: block;
	width: 100%;
	height: 47px;
	position: absolute;
	top: -47px;
	left: 0;
	border-bottom: 1px solid #ccc;
	background: #eee;
	z-index: 999;
}

#commonheaderInner {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#commonheaderNav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#commonheaderNav li {
	float: left;
}

#commonheaderNav li a {
	display: block;
	height:40px;
	color: #333;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	padding: 7px 12px 0;
	border-right: 1px solid #ccc;
}

#commonheaderNav li a:hover {
	background: #e8e8e8;
}

#commonheaderNav li:first-child a {
	border-left: 1px solid #ccc;	
}

#commonheaderNav #navSmarticle a {
	height: 33px;
	padding-top: 14px;
}

#commonheaderNav #navRemotesupport a {
	color: #fff;
	background: #e7542d;
}

#commonheaderLogo {
	width: 150px;
	height: 47px;
	float: right;
	line-height: 47px;
}

#commonheaderLogo img {
	vertical-align: middle;	
}

.sp {
	margin: 0;
}

.sp #commonheader {
	height: 354px;
	position: absolute;
	top: auto;
	bottom: 0;
}

.sp #commonheaderInner {
	width: auto;
}

.sp #commonheaderNav {
	float: none;	
}

.sp #commonheaderNav li {
	float: none;
}

.sp #commonheaderNav li a {
	position: relative;
	height: 50px !important;
	font-size: 14px;
	line-height: 50px;
	text-align: left;
	padding: 0 10px !important;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}

.sp #commonheaderNav li:first-child a {
	border-top: 1px solid #ccc;
	border-left: 0;	
}

.sp #commonheaderNav li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp #commonheaderNav #navRemotesupport a::after {
	border-color: #fff;
}

.sp #commonheaderNav li a br {
	display: none;	
}

.sp #commonheaderLogo {
	padding: 0 10px 0 0;
}
