@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-header{
	background-color: #80b7ec;
	padding-bottom: 8px;
}
#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;

}

#hpb-wrapper{
	width: 685px;
	float: right;
	padding-top: 14px;
	padding-right: 14px;
}

#hpb-aside{
    width: 223px;
	float:left;
	padding-left: 14px;
}

#hpb-nav{
	width: 231px;
	float: left;
	padding-left: 14px;
	padding-top: 14px;
	margin-bottom: 13px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー */

#hpb-headerMain{
	padding: 13px 23px 0px 19px;
}
#hpb-headerLogo{
	width: 440px;
	float: left;
	padding-left: 19px;
}
#hpb-headerLogo a{
	display: block;
	width: 440px;
	height: 64px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(logo_10G_02.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#hpb-headerExtra1{
	width: 400px;
	float: right;
	padding-right: 20px;
	
}
#hpb-headerExtra1 p{
	text-align: right;
}

#hpb-headerExtra1 p.tel{
	color: #fff;
}
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title {

}
.hpb-layoutset-01 #hpb-title h2{
	width: 685px;
	height: 293px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(top_mainimg_10G_02.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: 0px;
    list-style-type: none;
	text-align: left;
}

#hpb-nav li a{
    display: block;
    height: 59px;
	width: 198px;
	line-height: 57px;
    overflow: hidden;
	background-image : url(mainmenu_10G_02.png);
    background-position: top left;
    background-repeat: no-repeat;
	padding-left: 33px;
}

#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_02_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    color: #000;
    text-decoration: none;
	background-image : url(mainmenu_10G_02_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
	
	body{
		min-width: 100%;
	}
	
	/*--------------------------------------------------------
		レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		border-left: none;
		border-right: none;
	}
	
	#hpb-header{
		padding-bottom: 10px;
	}
	
	#hpb-wrapper{
		width: 100%;
		float: none;
		padding-top: 0px;
		padding-right: 0px;
	}
	
	#hpb-main{
		width: 96%;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	#hpb-aside{
		width: 96%;
		float: none;
		padding-left: 0px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#hpb-nav{
		width: 100%;
		float: none;
		padding-left: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		display: inline-block;
		background-color: #FBFBFB;
		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-headerMain{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		padding-left: 0px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	#hpb-headerLogo a{
		width: 100%;
		background-position: top center;
		background-size: contain;
	}
	#hpb-headerExtra1{
		width: 98%;
		float: none;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* トップページメインイメージ */
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 235px;
		background-size: contain;
	}
	
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li a{
		height: auto;
		width: auto;
		line-height: 1.4;
		background-image: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #E4E4E4;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav a:hover{
		background-image: none;
		background-color: #F2F2F2;
	}
	#hpb-nav a:active{
		background-image: none;
		background-color: #F2F2F2;
	}
	
}