@charset "UTF-8";

/* Header ver.1.1.0 last update  16/1/16

	headerのposition: fixed から relative に
	
	header nav position fixed に
	
	お米の家倉 CSS for header
*/

/*===================================================
    header
===================================================*/
header {
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	width: 100%;
}

/*===================================================
    header logo, text
===================================================*/
header h1 a {
	display: block;
	width: 74px;
	height: 233px;
	background: url(../img/header_logo_3.png) no-repeat left top;
	-moz-background-size:contain;
	background-size:contain;
	position: fixed;
	right: 24px;
	top: 30px;
}

a.logo-top {
	display: none;
}

#header_title {
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
}

/*===================================================
    global navi 
===================================================*/

nav {
	position: fixed;
	left: -24px;
	top: 30px;
}

header nav ul {
	height: 210px;
	float: right;
}
header nav ul li {
	float: right;
	margin-left: 12px;
}

header nav ul li a {
	display: block;
	width: 14px;
	background: url(../img/header_gnav_low.png) no-repeat left top;
	background-size: 125px auto;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header nav ul li a.header_gnav01 {
	height: 170px;
	background-position: -110px 0;
}
	header nav ul li a.header_gnav01:hover {
		background-position: -110px -210px;
	}

header nav ul li a.header_gnav02 {
	height: 208px;
	background-position: -82px 0;
}
	header nav ul li a.header_gnav02:hover {
	background-position: -82px -210px;
}


header nav ul li a.header_gnav03 {
	height: 146px;
	background-position: -54px 0;
}
	header nav ul li a.header_gnav03:hover {
		background-position: -54px -210px;
	}


header nav ul li a.header_gnav04 {
	height: 154px;
	background-position: -28px 0;
}
	header nav ul li a.header_gnav04:hover {
		background-position: -28px -210px;
	}

header nav ul li a.header_gnav05 {
	height: 118px;
}
	header nav ul li a.header_gnav05:hover {
		background-position: 0 -210px;
	}

header nav ul li a.header_gnav01.current {
	background-position: -110px -210px !important;
}
header nav ul li a.header_gnav02.current {
	background-position: -82px -210px !important;
}
header nav ul li a.header_gnav03.current {
	background-position: -54px -210px !important;
}
header nav ul li a.header_gnav04.current {
	background-position: -28px -210px !important;
}
header nav ul li a.header_gnav05.current {
	background-position: 0 -210px !important;
}
/*===================================================
    SNS navi 
===================================================*/
ul#header_sns {
	width: 16px;
	float: right;
	margin: 20px 0 0 0;
}
ul#header_sns li {
	margin-bottom: 10px;
}

ul#header_sns li a {
	background: url(../img/header_sns_low.png) no-repeat left top;
	display: block;
	width: 16px;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}

ul#header_sns li a.sns_tw {
	height: 15px;
	}
ul#header_sns li a.sns_fb {
	height: 15px;
	background-position: 0 -15px;
	}
ul#header_sns li a.sns_fd {
	height: 14px;
	background-position: 0 -35px;
	}	