@charset "UTF-8";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-inner{
    width: 1202px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
	position: relative;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
	margin-left: 222px;
	float: left;
	margin-right: -1502px;
	width: 968px;
}

#hpb-main{
    width: 700px;
    float: left;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 360px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 135px;
}

#hpb-aside{
    width: 268px;
    float: right;
    text-align: left;
	padding-top: 360px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top: 117px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width: 211px;
	float: left;
	padding-top: 360px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-nav{
	padding-top: 117px;
}

.div.newsboxout{
  width: 700px;
  height: 200px;
}

.div.newsbox{
  width: 680px;
  height: 180px;
  background-color:;
  overflow: auto;
  margin: auto;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 1202px;
    height: 341px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(top_main_img.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 1202px;
    height: 98px;
	background-image : url(titleBgimg.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(bg_1C1a_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(bg_1C1a_04.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	border: 1px solid #dedede;
	}

#hpb-nav ul::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li{
    border-top: 1px solid #dedede;
}
#hpb-nav li:first-child{
    border-top: none;
}
#hpb-nav li a{
    display: block;
    background-image : url(mainmenu_1C1a.png);
    background-position: top left;
    background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
}
#hpb-nav li a:hover{
	background-image : url(mainmenu_1C1a_on.png);
}

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

	body{
		min-width: 100%;
	}


	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
		width: 100%;
	}

	#hpb-wrapper{
		margin-left: 0;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#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-top: 2em;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	#hpb-nav{
		width: 100%;
		float: none;
		border-top-width: 1px;
		border-top-color: #c8c8c8;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #c8c8c8;
		border-bottom-style: solid;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.hpb-layoutset-02 #hpb-nav{
		padding-top: 0;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: 160px;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		background-size: cover;
		position: relative;
		top: 0;
		left: 0;
	}

	/* 背景設定 */
	.hpb-layoutset-01{
		background-image : none;
	}
	.hpb-layoutset-02{
		background-image : none;
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #585858;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		font-size: 11px;
		border: none;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		background: none;
		line-height: 1.4;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #585858;
	}
	#hpb-nav li a:hover{
		background: none;
		border-bottom-color: #585858;
	}
	.div.newsboxout{
	  width: 500px;
	  height: 100px;
}

	.div.newsbox{
	  width: 90%;
	  height: 100%;
	  background-color:;
	  overflow: auto;
	  margin: auto;
}


