@charset "UTF-8";
/************************************************
	ファイル名 : header.css
	バージョン番号 : $Revision: 198 $
	コミット日時 : $Date: 2014-09-19 15:17:06 +0900 (2014/09/19 (金)) $
	作業者 : $Author: 知生 $
	開発者 : 有限会社 プロペラ
	開発者住所 : 〒 904-0117 沖縄県中頭郡北谷町北前 1-11-3-A
	開発者TEL : 098-923-0358 / FAX : 098-923-0359
************************************************/
/************* ヘッダー上部 *****************/
/* ----- PC用 ----- */
.type1 #header_a_container
{
	width: 100%;
	height: 91px;
	background-image: url(../images/common/header_a.png);
	background-position: 0px -50px;
}
.type1 #header_a
{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
/* ----- タブレット用 ----- */
.type2 #header_a_container
{
	width: 100%;
	height: 91px;
	background-image: url(../images/common/header_a.png);
	background-position: 0px -50px;
}
.type2 #header_a
{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
/* ----- スマフォ用 ----- */
.type3 #header_a_container
{
	width: 100%;
	height: 73px;
	background-image: url(../images/common/header_a.png);
	background-position: 0px -60px;
	margin-bottom: 5px;
}
.type3 #header_a
{
	/* type3のみセンター合わせ */
	text-align: center;
}
/************* ヘッダー下部 *****************/
/* ----- PC用 ----- */
.type1 #header_b_container
{
	width: 100%;
	background-image: url(../images/common/header_b.png);
	background-position: 0px -50px;
}
.type1 #header_b
{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- タブレット用 ----- */
.type2 #header_b_container
{
	width: 100%;
	background-image: url(../images/common/header_b.png);
	background-position: 0px -150px;
}
.type2 #header_b
{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* ----- スマフォ用 ----- */
.type3 #header_b_container
{
	width: 100%;
	background-image: url(../images/common/header_b.png);
	background-position: 0px -300px;  
}
.type3 #header_b
{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
/************* ロゴ *****************/
.type1 #header_a .custom_logo
{
	position: absolute;
	left: 10px;
	top: 33px;  
}
.type2 #header_a .custom_logo
{
	position: absolute;
	left: 10px;
	top: 33px;  
}
.type3 #header_a .custom_logo
{
	position: absolute;
	left: 10px;
	top: 20px;
}
/************* メニュー(スマフォ時) *****************/
.type1 #header_a .custom_home {
  display: none;  
}
.type2 #header_a .custom_home {
  display: none;  
}
.type3 #header_a .custom_home {
  position: absolute;
  right: 10px;
  top: 22px;
}
/************* キャッチコピー(トップバー) *****************/
.type1 .custom_header_catchcopy,
.type2 .custom_header_catchcopy
{
	position: absolute;
	right: 10px;
	top: 2px;
	color: #FFFFFF;
}
.type3 .custom_header_catchcopy
{
	display: none;
}
