﻿@charset "Shift_JIS";
/* 要素リセット */
body{
	text-align: center;
	font-size : 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka, sans-serif";
	color: #000000;/* 標準文字色 */
	min-width: 980px;
	background-color: white;
	line-height : 1.6;
}
/* 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: 980px;
  margin-left: auto;
  margin-right: auto;
  clear : both;
  position: relative;
  background-color: white;
}
#hpb-main{
  width: 700px;
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 20px;
}
.hpb-layoutset-01 #hpb-main{
  padding-top : 470px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top : 280px;
}
#hpb-aside{
  width: 268px;
  float: right;
  text-align: left;
  padding-top : 475px;
  padding-bottom: 20px;
}
#hpb-aside img {
  margin-top: 10px;
  text-align: center;
}

.hpb-layoutset-02 #hpb-aside{
  padding-top : 272px;
}
#hpb-footer{
  clear: both;
}
#hpb-nav{
  width: 980px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  top : 12px;
  left: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
  width: 980px;
  height: 390px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../photo/top_mainimg_1C1b_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top : 60px;
  left: 0px;
}
.hpb-layoutset-02 #hpb-title{
  width: 980px;
  height : 185px;
  background-image : url(../photo/top2.JPG);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top : 62px;
  left: 0;
}
/* 背景設定 */
.hpb-layoutset-01{
  background-image : url(../photo/bg_1C1b_01.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.hpb-layoutset-02{
  background-image : url(../photo/bg_1C1b_02.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 : 5px;
  padding-bottom: 0;
  list-style-type: none;
  text-align: left;
  font-size : 14px;
}
#hpb-nav ul::after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#hpb-nav li{
	display: inline-block;
	margin-right: 8px;
}
#hpb-nav li a{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
}
#hpb-nav li a:hover{
  border-bottom-color: #519d19;
  background-color : #ddffdd;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}
/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
  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;
  text-align: left;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 0;
}
#hpb-nav{
  width: 100%;
  height: auto;
  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;
}
/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
  width: 100%;
  height: 190px;
  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{
  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{
  display: block;
  font-size: 11px;
  margin-right: 0;
}
#hpb-nav li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
#hpb-nav li a:hover{
  border-bottom-color: #585858;
}
}