@charset "Shift_JIS";

/* 要素リセット */
BODY{
    margin: 0;
    padding : 0px 0px 0px 10px;
    text-align: center;
    font-size : 80%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #000000; /* 標準文字色 */
    min-width: 925px;
  height : 500px;
/*  background-image : url(commom_images/headerBg_1R_01.png);　*/
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

.hpb-layoutset-01 #hpb-header{
    width : 1020px;
    margin-top : 0px;
    margin-left: auto;
    margin-right: auto;
    height : 460px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
  border-top-color : #000000;
}

.hpb-layoutset-02 #hpb-header{
    width: 980px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 700px;
    padding-top: 0px;
    float: left;
}

#hpb-main{
    width : 691px;
    float: left;
    text-align : center;
    padding-right: 10px;
    padding-bottom: 20px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main{
    padding-right : 5px;
	padding-left : 0px;
  border-top-color : #000000;
  border-left-color : #000000;
}
#hpb-aside{
    width: 268px;
    float: left;
    text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left : 10px;
  margin-left : 0px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top: 20px;
}

#hpb-footer{
    clear: both;
}


.hpb-layoutset-01 navi{
    width: 980px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
}

.hpb-layoutset-02 navi{
    width: 1000px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 0px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
	display: none;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(commom_images/bg_1Ba_01_01.png); 
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
/*    background-image : url(commom_images/headerBg_1R_02.png); */
    background-position: top left;
    background-repeat: repeat-x;
}

/* ナビゲーション */

navi ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	
}

navi ul::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

navi li{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #b0cff3;
}
navi li:first-child{
	border: none;
}

navi li a{
    display: block;
    height: 37px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
	
}

navi li span.en{
    display: none;
}

navi a:link{
    background-image : url(commom_images/mainmenu_1R.png);
    background-position: top left;
}
navi a:visited{
    background-image : url(commom_images/mainmenu_1R.png);
    background-position: top left;
}
navi a:hover{
    background-image : url(commom_images/mainmenu_1R_on.png);
    background-position: left top;
}
navi a:active{
    background-image : url(commom_images/mainmenu_1R_on.png);
    background-position: left top;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	.hpb-layoutset-01 #hpb-header{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
		background-color: #327ecc;
		padding-bottom: 10px;
	}
	.hpb-layoutset-02 #hpb-header{
		width: 100%;
		background-color: #327ecc;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		padding-top: 0px;
		float: none;
	}
	#hpb-main{
		width: 96%;
		float: none;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-right: 0;
		padding-left: 0;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-01 navi{
		width: 100%;
		height: auto;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
		border-bottom-width: 6px;
		border-bottom-color: #327ecc;
		border-bottom-style: solid;
		background-color: #ecf3fa;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 navi{
		width: 100%;
		height: auto;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
		border-bottom-width: 6px;
		border-bottom-color: #327ecc;
		border-bottom-style: solid;
		background-color: #ecf3fa;
		position: relative;
		top: 0;
		left: 0;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		display: block;
		width: 100%;
		height: 160px;
		overflow: hidden;
		background-image : url(commom_images/top_mainimg_01_1R.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-01 #hpb-title h2{
		display: none;
	}

	/* 背景設定 */
	.hpb-layoutset-01{
		background-image : none;
	}
	.hpb-layoutset-02{
		background-image : none;
	}

	/* ナビゲーション */
	navi ul{
		display: none;
	}
	navi ul.toggled-on{
		display: block;
	}
	navi li{
		float: none;
		display: block;
		line-height: 1.4;
		height: auto;
		border-left-width: 0;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
	}
	navi li:first-child{
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
	}
	navi li a{
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	navi a:link,
	navi a:visited,
	navi a:hover,
	navi a:active{
		background-image : none;
	}
	navi li a:hover{
		background-color: #438fd8;
	}



}
