@charset "euc-jp";


@media screen and (min-width: 768px) {
#header_top{
	width:100%;
/* 	background:#333; */
/* 	background:#999; */
/* 	background:#69f; */
 	background:#fc9;
 	color:#fff;
 	text-align: left;
/* 	padding: 20px; */
	position:relative;
	height:143px; 
/* 	background-image: url(../images/head_img.png); */
 	background-image: url(../images/head_img_top.png);
 	background-repeat: no-repeat;
  	background-position: center top;	
 	background-size: contain;
}
}

@media screen and (max-width: 767px) {
#header_top{
	width:100%;
/* 	background:#333; */
/* 	background:#999; */
/* 	background:#69f; */
 	background:#39f;
 	color:#fff;
 	text-align: left;
/* 	padding: 20px; */
 	padding: 0px; 
	position:relative;
/*	height:47px;*/
	height:47px;
}
}

@media screen and (min-width: 768px) {
#header_cont{
	width:100%;
/* 	background:#333; */
/* 	background:#999; */
/* 	background:#69f; */
 	background:#fff;
 	color:#fff;
 	text-align: left;
/* 	padding: 20px; */
	position:relative;
	height:143px; 
/* 	background-image: url(../images/head_img.png); */
 	background-image: url(../images/head_img_cont_y70g.png); 
 	background-repeat: no-repeat;
  	background-position: center top;	
 	background-size: contain;
}
}

@media screen and (max-width: 767px) {
#header_cont{
	width:100%;
/* 	background:#333; */
/* 	background:#999; */
/* 	background:#69f; */
 	background:#39f;
 	color:#fff;
 	text-align: left;
/* 	padding: 20px; */
 	padding: 0px; 
	position:relative;
/*	height:47px;*/
	height:47px;
}
}