@charset "utf-8";
/* CSS Document */

header {
	position: relative;
	top: 0;
	z-index: 10;
	height: 100px;
	background: url(../img/common/border.png) repeat-x bottom;
	box-shadow: 0 5px 5px rgba(153,153,153,0.5);
}
header .container {
	height: 100px;
	background: url(../img/header/bg_header2.png) no-repeat 320px top;	
}
header h1 {
	float: left;
	display: inline-block;
	width: 320px;
	height: 100px;
	background: url(../img/header/logo.png) no-repeat left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: normal;
}
header h1 a {
	display: block;
	width: 320px;
	height: 100px;	
}
header .headerbox {
	float: right;
	width: 680px;
	height: 100px;
}
header #google_translate_element {
	height: 25px;
	margin: 15px 0 0;
	text-align: right;
}
header .btn_search {
	display: none;
}
header #searchform {
	display: block;
	height: 25px;
	margin: 10px 0 0;
	text-align: right;
}
header #searchform label {
	font-size: 12px;
	line-height: 20px;
}
header #searchform input[type="text"] {
	width: 190px;
	height: 20px;
	margin: 0 5px;
}
header #searchform input[type="submit"] {
	width: 50px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: none;
	border-radius: 3px;
	background-color: #AB8DC7;
	cursor: pointer;
}

/* pc only*/
@media screen and (min-width: 1200px) {
	
	header #searchform input[type="submit"]:hover {
		opacity: 0.75;
	}	
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	header .container {
		background: none;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	header .headerbox {
		width: auto;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	header {
		position: fixed;
		width: 100%;
		height: 90px;
		background-color: #FFFFFF;
	}
	header .container {
		height: 90px;
	}	
	header h1 {
		position: fixed;
		top: 0;
		left: 5px;
		width: 160px;
		height: 50px;
		background-size: 160px 50px;
		margin: 5px 0;
	}
	header h1 a {
		width: 160px;
		height: 50px;	
	}
	header .headerbox {
		float: none;
		width: 100%;
	}	
	header #google_translate_element {
		position: absolute;
		z-index: 500;
		left: -2%;
		top: 58px;
		width: 102%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		/*background-color: #FFFFFF;
		box-shadow: 0 5px 5px rgba(153,153,153,0.5); */
	}
	header .btn_search {
		display: block;
		position: absolute;
		z-index: 501;
		top: 0;
		right: 60px;
		width: 45px;
		height: 60px;
		background: url(../img/header/btn_search.png) no-repeat;
		background-size: 45px 60px;
		cursor: pointer;
	}	
	header #searchform {
		display: none;
		position: absolute;
		z-index: 500;
		left: -2%;
		top: 58px;
		width: 102%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	header #searchform div {
		width: 100%;
		padding: 15px 0;
		background-color: #FFFFFF;
		box-shadow: 0 5px 5px rgba(153,153,153,0.5); 
	}
	header #searchform label {
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px 0;
	}

}