@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#hpb-headerMain h1{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  font-size: 10px;
  color: #555555;
/* ヘッダー説明文文字色 */
}
#hpb-headerLogo a{
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height : 80px;
  background-image : url(logo_1Lc.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-headerExtra1{
  width: 330px;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: right;
  text-align: right;
}
#hpb-headerExtra1 p.tel{
  /* 電話番号の文字設定 */
	display: inline;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #ff7171;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-image: url(pointTel_1Lc.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-align: right;
  font-family: HG明朝B, HGP明朝B;
}
#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
    display: none;
}
#hpb-headerExtra1 p.address{
  /* 住所文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  text-align: right;
}
#service p.pop{
  font-family: メイリオ;
  font-weight: bold;
  margin-bottom : -5px;
}
/* フッター内パーツ */

#hpb-footerMain{
  width: 100%;
}
#hpb-footerMain p{
  /* コピーライト文字設定 */
    font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  color: #ff7171;
  font-weight: bold;
  background-image : url(footerBg_1Lc.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#hpb-footerExtra1{
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
}
#hpb-footerExtra1 ul{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  list-style-type: none;
}
#hpb-footerExtra1 li{
  /* フッターナビ設定 */
    display: inline;
  background-image : url(fpoint_1Lc.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: normal;
}
#hpb-footerExtra1 li:first-child{
  background-image: none;
  padding-left: 0;
}
#hpb-footerExtra1 a:link{
  color: #ff7171;
  text-decoration: underline;
}
#hpb-footerExtra1 a:visited{
  color: #ff7171;
  text-decoration: underline;
}
#hpb-footerExtra1 a:hover{
  color: #f3bd03;
  text-decoration: underline;
}
#hpb-footerExtra1 a:active{
  color: #f3bd03;
  text-decoration: underline;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
  /* ナビゲーション文字設定 */
    font-weight: normal;
}
#hpb-nav li a:link{
  color: #555;
  text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
  color: #555;
  text-decoration: none;
}
#hpb-nav li a:hover{
  color: #555;
  text-decoration: none;
}
#hpb-nav li a:active{
  color: #555;
  text-decoration: none;
}
#hpb-nav li span.en{
  display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
  color: #3366ff;
  text-decoration: underline;
}
a:visited{
  color: #3366ff;
  text-decoration: underline;
}
a:hover{
  color: #f3bd00;
  text-decoration: none;
}
a:active{
  color: #f3bd00;
  text-decoration: none;
}
#hpb-skip{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
p{
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.4;
  text-align: left;
}
p.large{
  color: #ff7171;
  font-weight: bold;
}
p.indent{
  padding-left: 22px;
}
.left{
  float: left;
}
img.left{
  margin-left: 14px;
}
.right{
  float: right;
}
.tcenter{
  text-align: center;
  padding-bottom : 0px;
  margin-bottom : 0px;
  font-size : 75%;
}
.tcr{
  float: right;
  text-align: center;
  padding-bottom : 0px;
  margin-bottom : 0px;
  width : 200px;
}
.tcr2{
  float: right;
  text-align: center;
  padding-bottom : 0px;
  margin-bottom : 0px;
  width : 276px;
}
img.right{
  margin-right: 24px;
}
hr{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: 24px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-02 h2{
  margin-top: 0;
  margin-bottom: 1em;
  height: 38px;
  overflow: hidden;
  background-image : url(indexBg_1Lc_02.png);
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 38px;
  padding-left: 20px;
  text-align: left;
  color: #555555;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
h2 span.en{
  display: none;
}
.hpb-layoutset-02 #hpb-wrapper h3{
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  padding-top: 3px;
  padding-left: 1px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff8787;
  font-size: 1.3em;
  color: #333;
  font-weight: normal;
}
h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}
h4{
  margin-top: 0;
  margin-right: 24px;
  margin-bottom: 1em;
  margin-left: 12px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #ff8787;
  font-weight: bold;
}
h5{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 13px;
  text-align: left;
  background-image : url(point_1Lc.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 1.2;
}
table#table001{
  margin-bottom: 20px;
  margin-left: 20px;
}
table#table001 tr th{
  width : 200px;
  font-weight : bold;
  text-align: left;
  vertical-align: top;
}
table#table001 tr td{
  width : 500px;
}
table.table002{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  margin-bottom : 5px;
  margin-left: 20px;
}
table.table002 tr th{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  width : 200px;
  font-weight : normal;
  text-align: center;
}
table.table002 tr td{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  width : 150px;
  text-align: center;
}
table.table003{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
}
table.table003 tr th{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  width : 200px;
  font-weight : bold;
  text-align: center;
}
table.table003 tr td{
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  width : 400px;
  text-align: left;
}
table.table004{
  margin-left: 13px;
}
table.table004 tr th{
  width : 55px;
  font-weight : normal;
  text-align: right;
  vertical-align: top;
}
table.table004 tr td{
  width : 460px;
  text-align: left;
  vertical-align: top;
}
table.table005{
  margin-left : 15px;
}
table.table005 tr th{
  width : 15px;
  font-weight : normal;
  text-align : right;
  vertical-align: top;
}
table.table005 tr td{
  width : 435px;
  text-align: left;
  vertical-align: top;
}
table#gaiyou1{
  margin-bottom: 20px;
  margin-left: 20px;
}
table#gaiyou1 tr th{
  width : 140px;
  font-weight : bold;
  text-align : right;
  padding-right : 30px;
  vertical-align: top;
}
table#gaiyou1 tr td{
  width : 351px;
  font-weight : bold;
}
table#kihonhoshin{
  margin-left: 20px;
  margin-top : -22px;
}
table#kihonhoshin tr th{
  width : 22px;
  vertical-align : top;
}
table#yakuin{
  margin-left : 60px;
  margin-top : -20px;
  margin-bottom : 20px;
}
table#yakuin tr th{
  width : 80px;
  vertical-align : top;
  font-weight : normal;
}
table#enichinichi_t{
  border-collapse: collapse;
  border : 2px solid;
  margin-left : 20px;
}
table#enichinichi_t tr td{
  border-style: solid;
  border-width: 1px;
  width : 232px;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
}
table#enichinichi{
  border-collapse: collapse;
  border : 2px solid;
  margin-left : 20px;
  font-size : 81%;
}
table#enichinichi tr th{
  padding-right: 10px;
  border-style: dotted solid;
  border-width: 1px;
  width : 50px;
  text-align : right;
}
table#enichinichi tr td{
  border-style: dotted solid;
  border-width: 1px;
  width : 170px;
}
table#engyouji{
  border-collapse: collapse;
  border: 1px solid;
  margin-left: 20px;
}
table#engyouji tr th{
  border: 1px solid;
  width: 40px;
  text-align : right;
  padding-right: 5px;
}
table#engyouji tr td{
  border: 1px solid;
  width : 640px;
  padding: 5px 10px 5px 10px;
/*上右下左*/
}
table#nenpyou{
  border-collapse: collapse;
  border-top-width : 1px;border-right-width : 1px;border-bottom-width : 0px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : hidden;border-left-style : solid;
  margin-left: 20px;
  font-weight : normal;
  font-size : 8pt;
}
table#nenpyou tr th{
  border : 1px solid;
  width : 110px;
  text-align : left;
  vertical-align : middle;
  font-family : "ＭＳ ゴシック", sans-serif;
  font-size : 9pt;
  padding-top : 3px;
  height : 40px;
}
table#nenpyou tr td{
  border: 1px solid;
  width : 380px;
  height : 40px;
  font-size : 120%;
}
table#nenpyou_op{
  border-collapse: collapse;
  border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;
  margin-left: 20px;
  font-weight : normal;
  font-size : 8pt;
  border-bottom-color : transparent;
  border-left-color : transparent;
  border-right-color : transparent;
}
table#nenpyou_op tr th{
  border: 1px solid;
  width : 110px;
  text-align : left;
  vertical-align : middle;
  font-family : "ＭＳ ゴシック", sans-serif;
  font-size : 9pt;
  padding-top : 3px;
  height : 1px;
  border-bottom-color : transparent;
  border-left-color : transparent;
  border-right-color : transparent;
}
table#nenpyou_op tr td{
  border: 1px solid;
  width : 380px;
  height : 1px;
  border-bottom-color : transparent;
  border-left-color : transparent;
  border-right-color : transparent;
}
table#tayori{
  border-collapse: collapse;
  border: 0px;
  margin-left: 20px;
}
table#tayori tr th{
  font-weight: normal;
  border: 0px;
  width: 240px;
  text-align : left;
  padding-right: 20px;
}
table#tayori tr td{
  border: 0px;
  width : 240px;
  padding-left: 20px;
}
table#tayori_t{
  border-collapse: collapse;
  border: 0px;
  margin-left: 20px;
}
table#tayori_t tr th{
  font-weight: normal;
  border: 0px;
  width: 240px;
  text-align : left;
  padding-right: 20px;
  padding-left: 30px;
}
table#tayori_t tr td{
  border: 0px;
  width : 240px;
  padding-left: 20px;
}

/* フォームパーツ設定 */
input.button{
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}
textarea{
  width: 400px;
  height: 200px;
}
input.l{
  width: 400px;
}
input.m{
  width: 250px;
}
input.s{
  width: 150px;
}

/*スライドトグル実装*/

.toggle_box{
    display:none;
    color:#fff;
    background-color:#f26c4f;
    padding:20px;
    margin-top:20px;
}
.btn{
    background-color:#dddddd;
    padding:10px;
}
.btn.active{
    background-color:#1b325f;
    padding:10px;
    color:#fff;
}
.btn:hover{
    cursor:pointer;
}
.box{
    background-color:#132343;
    width:100%;
    height:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.block{
    margin-left:20pt;
}

/* メインコンテンツ内基本パーツ */

#hpb-main p{
  margin-left: 10px;
  margin-right: 10px;
}
#hpb-main ul{
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-main ul li{
  text-align: left;
  line-height: 1.4;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image : url(point_1Lc.png);
  background-position: 3px 8px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
  color: #555555;
}
#hpb-main dl{
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  zoom: 100%;
}
#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: normal;
  width: 170px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image : url(point_1Lc.png);
  background-position: 3px 8px;
  background-repeat: no-repeat;
}
#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 195px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
}
*:first-child + html #hpb-main dd{
  /* for IE7 */
    padding-left: 10px;
  min-height: 20px;
}
* html #hpb-main dd{
  /* for IE6 */
    height: 20px;
  padding-left: 0px;
}
#hpb-main dl:after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
#pagetop{
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: right;
}
#pagetop a{
  /* ページの先頭へのリンク設定 */
    background-image : url(returnTop_1Lc.png);
  background-position: center left;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  line-height: 1.6;
}
/* 各ページ デザイン定義 */

#access > img{
  margin-left: 10px;
}
}