@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 1rem;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #000000; /* 標準文字色 */
    background-color : #eaf3ff;
}
/* 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 : 1000px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #fff;
	background-color : #ffffff;
	

  background-image : url("名称未設定-1 - コピー.png");
  background-repeat : repeat;
}

#hpb-header{
	background-color: #80b7ec;
	padding-bottom : 0px;
}
#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;

}

#hpb-wrapper{
	width : 700px;
	float: right;
	padding-top: 14px;
	padding-right: 14px;
}

/*//kaeta//*/
#hpb-aside{
    width : 250px;
	float:left;
	padding-left: 14px;
}
/*//kaeta//*/
#hpb-nav{
	width : 250px;
	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 : 10px;
	height : 5px;
	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 : 0px;
	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 : 75px;
	width : 235px;
	line-height: 57px;
    overflow: hidden;
	background-image : url(mainmenu_10G_02.png);
    background-position: top left;
    background-repeat: no-repeat;
	padding-left : 25px;
}

#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;
}


.box{
  position: relative;
}
.top-left{
  position: absolute;
  top: 14px;
  left: 25px;
}


.box{
  position: relative;
}
.top-center{
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box{
  position: relative;
}
.top-right{
  position: absolute;
  top: -15px;
  right: 25px;
}
