
/* CSS Document */

/*-----------------------------------------------------------
		ヘッダー
-----------------------------------------------------------*/
#header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba(255,255,255,0.95);
	z-index:9998;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
}
/*@media only screen and (max-width: 1080px) {
#header{
	width:1080px;
}
}*/
@media only screen and (max-width: 768px) {
#header{
	height:50px;
}
}
/*-- ロゴ --*/
#header-logo{
	float:left;
	width:140px;
	height:47px;
	margin-top:0;
	margin-left:26px;
	margin-right:24px;
}
@media only screen and (max-width: 768px) {
#header-logo{
	margin-left:12px;
}
}
/*-- アイコン --*/
#header-icon{
	/* position:fixed; */
	float:right;
	top:0;
	right:0;
}
@media only screen and (max-width: 768px) {
#header-icon{
	right:51px;
	position:fixed;
}
}
@media only screen and (max-width: 480px) {
#header-icon{
	/*display:none;*/
	display:block;
	width: 50px;
}
}
#header-icon ul{
	float:left;
	margin-right:10px;
}
#header-icon li{
	float:left;
}
#header-icon li a{
	display:block;
	width:40px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 24px 24px;
}
#header-icon li.twitter a{
	background-image:url(../img/common/tw.png);
}
#header-icon li.youtube a{
	background-image:url(../img/common/yt.png);
}
#header-icon li.facebook a{
	background-image:url(../img/common/fb.png);
}
.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #1e2875;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
/*@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}*/

.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #E00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon_white.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.corporate-icon {
	float:left;
}
.corporate-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/corporate-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	background-color: #fff;
	background-image:url(../img/common/shopping-icon_red.png);
	background-size:30px;
	text-indent:-9999px;
	border:solid 1px #E00012;
	box-sizing:border-box;
}
.corporate-icon a{
	width:50px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}
#header-icon a{
	display:block;
	color:#fff;
}
#header-icon a:hover{
	color:#fff;
}
#header-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
#header-icon a:visited {
	color:#fff;
}


/*-----------------------------------------------------------
		グローバルナビゲーション
-----------------------------------------------------------*/
#header-nav{
	/*float:none;
	width:100%;
	display:block;
	list-style:none;
	overflow:hidden;
}
@media only screen and (min-width: 1320px) {
#header-nav{*/
	float:left;
	margin-left:10px;
	margin-top:3px;
	/*width:840px;*/
}
/*}*/
#header-nav ul{
	margin: 0 auto;
	/*width:840px;*/
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
#header-nav ul{
	display:none;
}
}
#header-nav li{
	float:left;
}

#header-nav li a {
	height:36px;
	line-height:36px;
	display:block;
	text-align:center;
	font-size:13px;
	padding:5px 1.3em;
	background-image:url(../img/common/rod.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/*@media only screen and (min-width: 1080px) {
#header-nav li a {
	padding:5px 1.6em;
}
}*/
#header-nav li:last-child a{
	background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;
}

#header-nav li a:hover{
}
#header-nav li a:link {
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
#header-nav li a:visited {
	color:#333;
}


