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


#hpb-headerLogo{
  width: 400px;
  float: left;
}
#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: #ffffff;
/* ヘッダー説明文文字色 */
}
#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: 41px;
  background-image : url(logo_1R.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;
}
#hpb-headerExtra1 P.tel{
  /* 電話番号の文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.2em;
}
#hpb-headerExtra1 P.tel SPAN{
  /* 電話番号の「TEL」文字設定 */
    color: #ffffff;
  font-size: 0.75em;
  font-weight: normal;
}
#hpb-headerExtra1 P.address{
  /* 住所文字設定 */
	 color: #ffffff;
  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;
}
/* フッター内パーツ */

#hpb-footer{
  background-image : url(footerBg_1R.png);
  background-position: left top;
  padding-top: 14px;
  padding-bottom: 44px;
}
#hpb-footerMain P{
  /* コピーライト文字設定 */
    text-align: center;
  margin-bottom: 11px;
  line-height: 1;
  color: #fff;
}
#hpb-footerExtra1{
  padding-top: 13px;
  padding-bottom: 4px;
  width: 100%;
}
#hpb-footerExtra1 UL{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  width: 980px;
}
#hpb-footerExtra1 LI{
  /* フッターナビ設定 */
    display: inline;
  background-image : url(fpoint_1R.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
}
#hpb-footerExtra1 A:link{
  color: #000;
  text-decoration: underline;
}
#hpb-footerExtra1 A:visited{
  color: #005b90;
  text-decoration: underline;
}
#hpb-footerExtra1 A:hover{
  color: #333;
  text-decoration: underline;
}
#hpb-footerExtra1 A:active{
  color: #333;
  text-decoration: underline;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

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

/* リンク文字色 */
A:link{
  color: #3366cc;
  text-decoration: underline;
}
A:visited{
  color: #3366cc;
  text-decoration: underline;
}
A:hover{
  color: #f3bd00;
  text-decoration: none;
}
A:active{
  color: #64BEE6;
  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: 20px;
  padding-left: 0.1em;
  line-height: 1.4;
  text-align: left;
}
P.large{
  font-weight: bold;
}
P.indent{
  padding-left: 25px;
}
.left{
  float: left;
}
IMG.left{
  margin-left: 14px;
}
.right{
  float: right;
}
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{
  width: 670px;
  background-image : url(indexBg_1R.png);
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-color: #ddedfd;
  padding-left: 23px;
  padding-top: 5px;
  padding-bottom: 3px;
  text-align: left;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #327ecc;
  margin-top: 53px;
  margin-right: 3px;
  font-size: 1.4em;
}
H2 SPAN.en{
  display: none;
}
.hpb-layoutset-02 #hpb-wrapper H3{
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 23px;
  text-align: left;
  padding-top: 3px;
  padding-left: 1px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #327ecc;
  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: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #327ecc;
  font-weight: bold;
}
H5{
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 14px;
  margin-right: 34px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 0px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #333333;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #327ecc;
}
TABLE{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
  width: 90%;
}
TABLE TH{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  background-color: #e9f9e9;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
TABLE TD{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
/* フォームパーツ設定 */
INPUT.button{
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 10px;
}
TEXTAREA{
  width: 400px;
  height: 200px;
}
INPUT.l{
  width: 400px;
}
INPUT.m{
  width: 250px;
}
INPUT.s{
  width: 150px;
}
/* メインコンテンツ内基本パーツ */

#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(arrow_1R.png);
  background-position: 5px 8px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
  color: #000000;
}
#hpb-main DL{
  margin-top: 0;
  margin-right: 15px;
  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(arrow_1R.png);
  background-position: 5px 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{
  clear: both;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}
#pagetop A{
  /* ページの先頭へのリンク設定 */
    background-image : url(returnTop_1R.png);
  background-position: center left;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  line-height: 1.6;
}
#pagetop A:link{
  color: #000000;
  text-decoration: none;
}
#pagetop A:hover{
  text-decoration: underline;
}
#pagetop A:visited{
  color: #000000;
}
/* サイドブロック内パーツ */

#banner 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;
}
#banner LI{
  padding-bottom: 6px;
}
#banner LI A{
  display: block;
  width: 268px;
  height: 108px;
  text-indent: -9999px;
  overflow: hidden;
}
#banner a#banner-service{
  /* 製品一覧バナー */
    background-image : url(banner_1R_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner a#banner-recruit{
  /* 採用情報バナー */
    background-image : url(banner_1R_02.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner a#banner-access{
  /* アクセスバナー */
    background-image : url(banner_1R_03.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-inner #companyinfo{
  width: 262px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #FFF;
  border-width: 3px;
  border-style: solid;
  border-color: #eaeaea;
}
#hpb-inner #companyinfo H3{
  color: #000;
  text-align: center;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 5px;
  background-color: #caecf0;
  font-size: 1em;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
#hpb-inner #companyinfo P{
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
}
/* トップページ デザイン定義 */

#toppage H3{
  background-image : url(indexBg_1R.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
  background-color: #ddedfd;
  padding-left: 23px;
  padding-top: 4px;
  padding-bottom: 3px;
  text-align: left;
  color: #333;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #327ecc;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 3px;
}
#toppage H3 SPAN.ja{
  display: none;
}
#toppage-topics{
  border-width: 3px;
  border-style: solid;
  border-color: #eaeaea;
  margin-bottom: 8px;
}
#hpb-main #toppage-topics HR{
  margin-bottom: 0px;
  padding-bottom: 0;
}
#hpb-main #toppage-topics LI{
  border-bottom: none;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #DDDDDD;
}
#toppage-news{
  border-width: 3px;
  border-style: solid;
  border-color: #eaeaea;
  margin-bottom: 8px;
}
#hpb-main #toppage-news DL{
  margin-bottom: 7px;
}
#hpb-main #toppage-news DD{
  border-bottom: none;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #DDDDDD;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerLogo{
  width: 98%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerMain H1{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: left;
}
#hpb-headerLogo A{
  display: block;
  max-width: 100%;
  background-size: contain;
  background-position: top center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerExtra1{
  width: 98%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* フッター内パーツ */
	#hpb-footer{
  background-repeat: repeat-x;
  background-color: #ffffff;
}
#hpb-footerMain P{
  /* コピーライト文字設定 */
		padding-left: 5px;
  padding-right: 5px;
  word-break: break-all;
}
#hpb-footerExtra1 UL{
  text-align: center;
  width: 100%;
}
#hpb-footerExtra1 LI{
  /* フッターナビ設定 */
		display: inline-block;
  margin-bottom: 2px;
}
/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav H3.hpb-c-index{
  width: 27px;
  height: 20px;
  background-image : url(btn_menu.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;
}
/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	P{
  padding-right: 0;
  padding-left: 0;
}
IMG.left{
  margin-left: 0;
}
IMG.right{
  margin-right: 0;
}
.hpb-layoutset-02 H2{
  width: 100%;
  padding-right: 10px;
  margin-top: 0;
  margin-right: 0;
  word-break: break-all;
  box-sizing: border-box;
}
.hpb-layoutset-02 #hpb-wrapper H3{
  margin-right: 0;
  padding-left: 0;
}
H4{
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
H5{
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
TABLE{
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
/* フォームパーツ設定 */
	TEXTAREA{
  width: 96%;
}
INPUT.l{
  width: 96%;
}
INPUT.m{
  width: 60%;
}
INPUT.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
	#hpb-main P{
  margin-left: 0;
  margin-right: 0;
}
#hpb-main UL LI{
  padding-right: 0;
}
#hpb-main DL{
  margin-right: 10px;
}
#hpb-main DT{
  float: none;
  padding-bottom: 0;
  max-width: 100%;
}
#hpb-main DD{
  padding-right: 0;
  padding-left: 15px;
}
#hpb-main IMG.left{
  margin-right: 0;
  float: none;
}
#hpb-main IMG.right{
  margin-left: 0;
  float: none;
}
#pagetop A{
  /* ページの先頭へのリンク設定 */
		padding-right: 0;
}
/* サイドブロック内パーツ */
	#banner LI A{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#banner A#banner-service,
	#banner A#banner-recruit,
	#banner A#banner-access{
  background-position: top center;
  background-size: contain;
}
#hpb-inner #companyinfo{
  margin-left: auto;
  margin-right: auto;
}
}
