/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
}
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  font-size : 82%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color : #404040;
/* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
  font-size: 70%;
}
/* end */

img{
  border-top : 0px none;
  border-right : 0px none;
  border-bottom : 0px none;
  border-left : 0px none;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
  width: 900px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}
#hpb-header{
  height : 70px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : black;
}
#hpb-inner{
  position: relative;
  padding-top: 54px;
  width: 100%;
}
#hpb-inner::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-wrapper{
  width : 620px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
}
#hpb-title{
  width: 590px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#hpb-main{
  width : 620px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom : 5px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}
#hpb-aside{
  width : 260px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: right;
  padding-bottom: 20px;
}
#hpb-footer{
  background-image : url(../image/footerbg_5Ab.png);
  background-position: left top;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  clear: both;
  position: relative;
}
#hpb-nav{
  width: 900px;
  height: 41px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image : url(../image/mainmenubg_5Ab_01.png);
  background-position: left top;
  background-repeat: repeat-x;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align : center;
}
#hpb-nav ul::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-nav li{
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  float: left;
  height: 40px;
  overflow: hidden;
  width : 149px;
}
#hpb-nav li a{
  display: block;
  height: 40px;
}
#hpb-nav li span.en{
  display: block;
  line-height: 12px;
  padding-top: 7px;
  font-size: 10px;
  font-family: century, serif;
  text-transform: uppercase;
  color : gray;
}
#hpb-nav li span.ja{
  display: block;
  line-height : 2.5em;
  font-size : 13px;
  padding-top: 5px;
  font-weight: bold;
  color : black;
  font-family : 07ロゴたいぷゴシック7;
}
#hpb-nav a:link{
  color: #6999AD;
  text-decoration: none;
  background-image : url(../image/mainmenubg_5Ab_01.png);
  background-position: top left;
  background-repeat: repeat-x;
}
#hpb-nav a:visited{
  color: #6999AD;
  text-decoration: none;
  background-image : url(../image/mainmenubg_5Ab_01.png);
  background-position: top left;
  background-repeat: repeat-x;
}
#hpb-nav a:hover{
  background-image : url(../image/mainmenu_5Ab_01_on.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: #ffffff;
  text-decoration: none;
}
#hpb-nav a:active{
  background-image : url(../image/mainmenu_5Ab_01_on.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}

.sm_none {
  display: none;
}
/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
  width: 100%;
}
#hpb-header{
  height: auto;
  padding-bottom: 10px;
}
#hpb-inner{
  padding-top: 0;
}
#hpb-wrapper {
    width: calc(100% - 40px);
    float: none;
    margin: 0 auto;
}
#hpb-title{
  width: 100%;
}
#hpb-main{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 20px;
}
#hpb-aside{
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#hpb-footer{
  background-image: none;
}
#hpb-nav{
  width: 100%;
  height: auto;
  position: relative;
  background-image: none;
  background-color: #e1e1e1;
}
/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav h3.hpb-c-index{
  width: 27px;
  height: 20px ;
  background-image : url(../image/btn_menu_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
#hpb-nav ul{
  display: none;
}
#hpb-nav ul.toggled-on{
  display: block;
}
#hpb-nav li{
  display: block;
  width: 100%;
  border-right: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  float: none;
  height: auto;
}
#hpb-nav li a{
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: left;
}
#hpb-nav li span.en{
  line-height: 1.4;
  padding-top: 0;
}
#hpb-nav li span.ja{
  line-height: 1.4;
  padding-top: 0;
}
#hpb-nav a:link{
  background-image: none;
}
#hpb-nav a:visited{
  background-image: none;
}
#hpb-nav a:hover{
  background-image: none;
  background-color: #119CDE;
}
#hpb-nav a:active{
  background-image: none;
  background-color: #119CDE;
}
}
