@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000; /* 標準文字色 */
    background-color: #efefef;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 959px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	position: relative;
	
}

.hpb-layoutset-01 #hpb-header{
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

.hpb-layoutset-02 #hpb-header{
	background-image : url(headerBg_10G.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 206px;
	overflow: hidden;
}

#hpb-headerExtra1 p.tel{
	color: #2c87e0;
}
.hpb-layoutset-01 #hpb-inner{
	padding-top: 470px;
}
.hpb-layoutset-02 #hpb-inner{
	padding-top: 90px;
}


.hpb-layoutset-02 #hpb-title{
	margin-left:20px;
}
#hpb-main{
	width: 680px;
	float: left;
	padding-left: 20px;
}

#hpb-aside{
    width: 223px;
	float:right;
	padding-right: 21px;
	
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 6px;
}
.hpb-layoutset-02 #hpb-aside{
	margin-top: -65px;
}


#hpb-nav{
	position: absolute;
	height: 63px;
	width: 938px;
	overflow: hidden;
	background-image : url(mainmenuBg_10G.png);
	background-position: top left;
	background-repeat: no-repeat;
	left: 13px;
}
.hpb-layoutset-01 #hpb-nav{
	top: 398px;
}
.hpb-layoutset-02 #hpb-nav{
	top: 219px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー */

#hpb-headerMain{
	padding: 13px 23px 13px 19px;
}

#hpb-headerLogo a{
	display: block;
	width: 298px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(logo_10G_01.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#hpb-headerExtra1{
	margin-top: 15px;
	padding-left: 17px;
}

/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.hpb-layoutset-01 #hpb-title h2{
	width: 959px;
	height: 380px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(top_mainimg_10G_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
}

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1px;
    list-style-type: none;
    overflow: hidden;
    height: 53px;
	text-align: left;
	letter-spacing: -0.4em;
}

#hpb-nav li{
    display: inline-block;
	text-align: center;
	background-image : url(mainmenuItem_10G.png);
    background-position: top right;
    background-repeat: no-repeat;
	padding-right: 2px;
	letter-spacing: 0;
}


#hpb-nav li a{
    display: block;
    height: 53px;
	line-height: 53px;
    overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link{
    color: #000;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #000;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #000;
    text-decoration: none;
    background-image : url(mainmenu_10G_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    color: #000;
    text-decoration: none;
    background-image : url(mainmenu_10G_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
    width: 100%;
		border-left: none;
		border-right: none;
	}
	
	.hpb-layoutset-01 #hpb-header{
		position: relative;
		background-color: #EFEFEF;
		padding-bottom: 10px;
	}
	.hpb-layoutset-02 #hpb-header{
		background-size: cover;
		height: auto;
		padding-bottom: 10px;
	}

	.hpb-layoutset-01 #hpb-inner{
		padding-top: 0px;
	}
	.hpb-layoutset-02 #hpb-inner{
		padding-top: 0px;
	}
	
	.hpb-layoutset-02 #hpb-title{
		margin-left: 0px;
	}
	
	#hpb-main{
		width: 96%;
		float: none;
		padding-left: 0px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#hpb-aside{
		width: 96%;
		float: none;
		padding-right: 0px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0px;
	}
	
	#hpb-nav{
		position: relative;
		height: auto;
		width: 100%;
		background-image: none;
		background-color: #FBFBFB;
		left: 0px;
		border-top-color: #E7E7E7;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #E7E7E7;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.hpb-layoutset-01 #hpb-nav{
		top: 0px;
	}
	.hpb-layoutset-02 #hpb-nav{
		top: 0px;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー */
	#hpb-headerMain{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#hpb-headerLogo a{
		width: 98%;
		background-position: top center;
		background-size: contain;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	#hpb-headerExtra1{
		margin-top: 0px;
		padding-left: 0px;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}

	/* トップページメインイメージ */
	.hpb-layoutset-01 #hpb-title{
		position: relative;
	}
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 220px;
		background-size: contain;
	}
	
	/* ナビゲーション */
	#hpb-nav ul{
    padding-left: 0px;
    height: auto;
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
    display: block;
		text-align: left;
		background-image : none;
		padding-right: 0px;
		border-top-color: #E7E7E7;
		border-top-style: solid;
		border-top-width: 1px;
	}
	#hpb-nav li a{
		height: auto;
		line-height: 1.4;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav a:hover{
		background-image : none;
		background-color: #F0F0F0;
	}
	#hpb-nav a:active{
		background-image : none;
		background-color: #F0F0F0;	
	}

}