/* ヘッダー --------------------------------------------------------------- */
#header{
	display: block;
	width: 100%;
	height: 134px;
	background-color: #ffffff;
	text-align: center;
}
#header_logo{
	display: block;
	text-indent: -9999px;
	background-image: url(../images/iwatani_logo.png);
	background:url(../images/iwatani_logo.png) left 44px no-repeat;
	width: 144px;
	height: 134px;
	float: left;
}
#header_sns{
	position: relative;
	top: 30px;
	left: 540px;
	text-align: right;
	width: 120px;
	height: 30px;
	float: left;
}
.header_sns_facebook{
	display: block;
	text-align: left;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	background:url(../images/fb.png) no-repeat 0px 0px;
	float: left;
}
.header_sns_instagram{
	display: block;
	text-align: left;
	text-indent: -9999px;
    margin-left: 8px;
	height: 30px;
	width: 30px;
	background:url(../images/insta.png) no-repeat 0px 0px;
	float: left;
}
.header_sns_youtube{
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin-left: 8px;
	height: 30px;
	width: 30px;
	background:url(../images/yt.png) no-repeat 0px 0px;
	float: left;
}
#header_navi{
	display: block;
	position: relative;
	top: 36px;
	font-size:11px;
	text-align: right;
	height: 42px;
	width: 836px;
	float: left;
	margin-bottom: 2px;

}
#header_navi a{
	padding-left: 12px;
	padding-right: 8px;
	border-left:1px solid #666666;
	font-weight: bold;
}
.header_search{
	position: relative;
	top: 30px;
	left: 540px;
	background-color: #eeeeee;
	float: left;


}
.header_search_form{
	display:inline;
}

.header_search_word{
	background-color: #eeeeee;
	margin: 0;
	border: 0px;
	width:168px;
	height:30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#header_search_word{
		margin-bottom: 8px;
	}
	input {
		vertical-align : middle;
	}
}
.header_search_btn{
	cursor: pointer;
	border: 0px;
	text-indent: -9999px;
	width:30px;
	height:30px;
	background:url(../images/search.png) no-repeat -2px 2px;
	background-color: #121212;

}

@media screen and ( max-width: 480px ) {
	#header{
		display:none;
	}
}
