@charset "utf-8";

/*------------------------------------------------



   common/header.css



------------------------------------------------*/

#language{
	clear:both;
	position:absolute;
	top:20px;
	right:20px;
	width:250px;
}
#japanese{
	width:120px;
	background:url(../../img/common/header/japanese.png) 0px 0px no-repeat;
	float:left;
}
#japanese a{
	height:25px;
	display:block;
	text-indent:-9999px;
}
#english{
	width:120px;
	background:url(../../img/common/header/english.png) 0px 0px no-repeat;
	float:right;
}
#english a{
	height:25px;
	display:block;
	text-indent:-9999px;
}

#head{
	width:100%;
	position:absolute;
	top:110px;
	background:url(../../img/common/header/head_bg.png) repeat-x;
	z-index:-10 !important;
/*	padding:2px 0 10px 0px;*/
}

#head_sp{
	display:none;
}



#head_ttl{
	width:980px;
	margin:0 auto;
background:url(../../img/common/header/head_bg.png) repeat-x;
padding:6px 0;
}

#bear{
	width:1200px;
	margin:0 auto;
	position:relative;
}

#bear_in{
	position:absolute;
	top:57px;
	right:0px;
	z-index:-10;
}

@media screen and (max-width: 1200px) {

#bear{
	display:none;
}

}



@media screen and (max-width: 480px) {

.sp_ttl{
	border-top:5px solid #526D18;
	background:#FFF;
	text-align:center;
	padding:10px 0;
}

#language{
	display:none;
}

#language_sp{
	clear:both;
	width:80%;
	padding:10px 0 0 0;
	margin:0 auto;
}

#japanese_sp{
	width:120px;
	background:url(../../img/common/header/japanese.png) 0px 0px no-repeat;
	float:left;
}
#japanese_sp a{
	height:25px;
	display:block;
	text-indent:-9999px;
}
#english_sp{
	width:120px;
	background:url(../../img/common/header/english.png) 0px 0px no-repeat;
	float:right;
}
#english_sp a{
	height:25px;
	display:block;
	text-indent:-9999px;
	margin:10px 0 0 0;
}

#head{
	display:none;
}

#head_sp{
	width:100%;
	position:static;
	/*background:url(../../img/common/header/head_bg.png) repeat-x;*/
	z-index:-10 !important;
	padding:2px 0 5px 0px;
	display:block;
}


#head_ttl{
	width:100%;
	margin:0 auto;
}

#bear{
	display:none;
}

#head_sp{

}

}



