@charset "utf-8";

/* 要素リセット */
body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right : 0px;
	padding-bottom: 0px;
	padding-left : 0px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;フォント種類（ゴシック）*/
	-webkit-text-size-adjust : 100%;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色*/
	color: #454545;/*文字色*/*/
    min-width: 970px;
	font-size: 11pt;
	-webkit-text-size-adjust: 100%;
	vertical-align: middle;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color : #f8f8f8;
}

/* Safari用ハック 文字サイズ調整 */

html:first-child body{
    font-size: 70%;
}
/*スクロールなめらか*/
html{
  overflow-y : scroll;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
	color: #666666;
	text-decoration: none;
	transition: 0.3s;/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover{
	text-decoration: underline;/*下線を消す*/
	opacity: 0.7;/*色を90%だけ出す*/
}

a:active{
    color : #730000;
    text-decoration: underline;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
#hpb-inner::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ヘッダー内パーツ */
#hpb-header{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height : 60px;
	overflow: hidden;
	vertical-align : middle;
  margin-top : 3px;
}

#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
	vertical-align : middle;
}

#hpb-headerMain h1{
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 5px 5px 12px;
    text-align: right;
    font-weight: normal;
    line-height: 16px;
    font-size: 10px;
	color: #464545;

}
#hpb-headerLogo{
	width: 300px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top : 0px;
	font-size: 10px;
	color: #464545;
}
#hpb-headerLogo a{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/title_img.jpg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
	height: 42px;
}

#hpb-headerExtra1{
	width: 640px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right : 12px;
	padding-top: 0px;


  text-align : right;
}
/* フッター内パーツ */

#hpb-footer{
  background-color : #eeeeee;
  color : inherit;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  padding-left : -10px;
  padding-right : -10px;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#hpb-header ul{
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 9px;
	padding-bottom: 0px;
	list-style-type: none;
	text-align: right;
	width: 640px;
	overflow: hidden;
	letter-spacing: 0em;
}

.hpb-header_li{
	font-size: 11pt;
	background-repeat: no-repeat;
	padding-left: 16px;
	float: right;
	padding-right: 12px;
	margin-right: 0px;
	color: #666666;
	padding-top: 20px;
}

.footer{
	font-size: 10pt;/*文字サイズ。bodyのfont-sizeの70%です。*/
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色*/
	text-align: center;/*内容をセンタリング*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;/*ボックス内の余白*/
	margin-left : 0px;
	margin-right : 0px;
  width : 100%;
  padding-left : 0px;
}

/*リンクテキスト*/
.footer a{
	color: inherit;text-decoration: none;
}

/*--------------------------------------------------------
  ページ デザイン定義
--------------------------------------------------------*/
#wrapper{
	margin:0 auto;
padding : 0px 1%;
width:98%;
position:relative;
}
.inner{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	font-size: 11pt;
	line-height: 180%;
	color: inherit;
}

/* トップページ デザイン定義 */
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show{
	display: block;
}

/*ボタンの設定*/
.pagetop a{
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}
/*--------------------------------------------------------
  リンク画像が半透明になる設定
--------------------------------------------------------*/
.light{
  margin-bottom : 2px;
  margin-left : 2px;
  margin-right : 2px;
}
.light a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    font-weight: normal;
}

/*--------------------------------------------------------
  タイトル
--------------------------------------------------------*/
.box2{
	background-color : teal;
color : #ffffff;
border-radius: 20px;
  font-size : 14pt;
  font-weight : bold;
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 80%;
  letter-spacing : 3px;
}

