@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain
{
  }
#hpb-headerMain H1{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 0;
  text-align:right;
  font-weight: normal;
  line-height: 18px;
  font-size: 10px;
  color: #252525;
/* ヘッダー説明文文字色 */
}
#hpb-headerLogo{
  width: 245px;
  height:150px;
  position:absolute;
  left:23px;
  top:0;
  z-index:3;
}
#hpb-headerLogo A{
  display: block;
  width: 245px;
  height:150px;
  text-indent: -9999px;
  overflow: hidden;
  background-image : url(logo_1Sa.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-headerExtra1{
  height:20px;
  margin-top: 17px;
  margin-right: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align:right;
}
#hpb-headerExtra1 P.tel{
  /* 電話番号の文字設定 */
    display:inline;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 35px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  background-image : url(tel_1Sa.png);
  background-position:left center;
  background-repeat:no-repeat;
}
#hpb-headerExtra1 P.tel SPAN{
  /* 電話番号の「TEL」文字設定 */
    display:none;
}
#hpb-headerExtra1 P.address{
  /* 住所文字設定 */
    display:inline;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 71px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  background-image : url(address_1Sa.png);
  background-position:left center;
  background-repeat:no-repeat;
}
#hpb-headerExtra2
{
  }
/* フッター内パーツ */
#hpb-footerMain{
  padding-top:65px;
}
#hpb-footerMain P{
  /* コピーライト文字設定 */
    font-size: 0.8em;
  text-align: center;
}
#hpb-footerLogo
{
  }
#hpb-footerExtra1{
  position:absolute;
  left:35px;
  top:0;
  width:940px;
  padding-top:10px;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  border-top-width:2px;
  border-top-style:solid;
  border-top-color:#e5e5e5;
}
#hpb-footerExtra1 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;
  text-align: left;
}
#hpb-footerExtra1 LI{
  /* フッターナビ設定 */
    display: inline;
  background-image : url(fpoint_1Sa.png);
  background-position: 7px 4px;
  background-repeat: no-repeat;
  padding-left: 23px;
  padding-right: 10px;
  font-weight: bold;
}
#hpb-footerExtra1 A:LINK{
  color: #666666;
  text-decoration: none;
}
#hpb-footerExtra1 A:VISITED{
  color: #666666;
  text-decoration: none;
}
#hpb-footerExtra1 A:HOVER{
  color: #eeb231;
  text-decoration: none;
}
#hpb-footerExtra1 A:ACTIVE{
  color: #eeb231;
  text-decoration: none;
}
#hpb-footerExtra2
{
  }
/* サイドブロック内パーツ */
#banner
{
  }
#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: 5px;
}
#banner LI A{
  display: block;
  width: 231px;
  height: 75px;
  text-indent: -9999px;
  overflow: hidden;
}
#banner A#banner-service{
  /* 製品一覧バナー */
    background-image : url(top_banner_1Sa_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner A#banner-recruit{
  /* 採用情報バナー */
    background-image : url(top_banner_1Sa_02.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#banner A#banner-access{
  /* アクセスバナー */
    background-image : url(top_banner_1Sa_03.png);
  background-position: top left;
  background-repeat: no-repeat;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav LI A{
  /* ナビゲーション文字設定 */
    font-weight: normal;
}
#hpb-nav LI A:LINK{
  color:#252525;
  text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav LI A:VISITED{
  color:#252525;
  text-decoration: none;
}
#hpb-nav LI A:HOVER{
  color:#252525;
  text-decoration: none;
}
#hpb-nav LI A:ACTIVE{
  color:#252525;
  text-decoration: none;
}
#hpb-nav LI SPAN.en{
  display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
A:LINK{
  color: #E28F2E;
  text-decoration: underline;
}
A:VISITED{
  color: #E28F2E;
  text-decoration: underline;
}
A:HOVER{
  color: #eeb231;
  text-decoration: none;
}
A:ACTIVE{
  color: #eeb231;
  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: 0.1em;
  padding-left: 0.1em;
  line-height: 1.4;
  text-align: left;
}
p.large
{
  }
P.indent{
  padding-left: 40px;
}
.left{
  float: left;
}
.right{
  float: right;
}
HR{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  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{
  background-image : url(content_title_1Sa.png);
  width: 700px;
  height: 58px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: 0;
  text-align: left;
  overflow: hidden;
}
.hpb-layoutset-02 H2 SPAN.ja{
  font-size: 1.15em;
  color: #ffffff;
  padding-right: 10px;
  line-height: 50px;
  padding-left: 18px;
}
H2 SPAN.en{
  font-size: 0.9em;
  color: #ffd270;
  font-weight:normal;
}
H3{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-top: 3px;
  padding-left: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #f29721;
  font-size: 1.3em;
  color: #000000;
}
H3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border:none;
}
H4{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #e28f2e;
}
H5{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 25px;
  text-align: left;
  background-image : url(point_1Sa.png);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  font-size: 1.1em;
  line-height: 1.2;
  color: #4D8700;
}
TABLE{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 0;
  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;
}
TABLE TH{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  background-color: #eeeeee;
  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;
}
TEXTAREA{
  width: 400px;
  height: 200px;
}
INPUT.l{
  width: 400px;
}
INPUT.m{
  width: 250px;
}
INPUT.s{
  width: 150px;
}
/* メインコンテンツ内基本パーツ */

#hpb-main UL{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-right: 15px;
  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: 0;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image : url(point_1Sa.png);
  background-position: 5px 12px;
  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: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
}
#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: bold;
  width: 130px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image : url(point_1Sa.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  color: #4d8700;
}
#hpb-main DD{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 155px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  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{
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}
#pagetop A{
  /* ページの先頭へのリンク設定 */
    display: block;
  margin-left: auto;
  width: 103px;
  height: 18px;
  overflow: hidden;
  background-image : url(returnTop_1Sa.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}
/* トップページ デザイン定義 */

#toppage-topics H3{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 44px;
  overflow: hidden;
  background-image : url(top_indexBg_1Sa.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: none;
  line-height: 44px;
  padding-top:0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  text-align: left;
  font-size: 1.4em;
}
#toppage-news H3{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 44px;
  overflow: hidden;
  background-image : url(top_indexBg_1Sa.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: none;
  line-height: 44px;
  padding-top:0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  text-align: left;
  font-size: 1.4em;
}
#toppage-news H3 SPAN.ja{
  display: none;
}
#hpb-inner #companyinfo{
  margin-top:0;
  margin-right:3px;
  margin-bottom:0;
  margin-left:3px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image : url(infoBg_1Sa_01.png);
  background-position:center bottom;
  background-repeat:no-repeat;
}
#hpb-inner #companyinfo H3{
  text-align: left;
  font-weight: bold;
  margin-top:0;
  margin-right:2px;
  margin-bottom:0;
  margin-left:2px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#e9e9e9;
  background-image : url(infoBg_1Sa_02.png);
  background-position:center top;
  background-repeat:no-repeat;
  font-size: 14px;
}
#hpb-inner #companyinfo P{
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-header{
  width: 100%;
  padding-bottom: 10px;
}
#hpb-headerMain H1{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: left;
}
#hpb-headerLogo{
  width: 98%;
  height:auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  left:0;
  top:0;
}
#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%;
  height:auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerExtra1 P.tel{
  /* 電話番号の文字設定 */
		display:block;
  text-align: left;
}
#hpb-headerExtra1 P.address{
  /* 住所文字設定 */
		display:block;
  text-align: left;
}
/* フッター内パーツ */
	#hpb-footerMain{
  padding-top:10px;
  padding-bottom:10px;
}
#hpb-footerMain P{
  /* コピーライト文字設定 */
		padding-left: 5px;
  padding-right: 5px;
  margin-bottom:0;
  word-break: break-all;
}
#hpb-footerExtra1{
  position:relative;
  left:0;
  top:0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#hpb-footerExtra1 UL{
  text-align: center;
  width: 100%;
}
#hpb-footerExtra1 LI{
  /* フッターナビ設定 */
		display: inline-block;
  padding-left: 16px;
  padding-bottom: 2px;
}
/* サイドブロック内パーツ */
	#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-nav H3.hpb-c-index{
  width: 27px;
  height: 20px;
  background-image : url(btn_menu1.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{
  background-image : none;
  width: 100%;
  height:auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  background-color: #f29721;
  word-break: break-all;
}
.hpb-layoutset-02 H2 SPAN.ja{
  display: block;
  width: 96%;
  padding-right: 0;
  line-height: 1.4;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.hpb-layoutset-02 H2 SPAN.en{
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
TABLE{
  width: 96%;
  margin-left: auto;
}
/* フォームパーツ設定 */
	TEXTAREA{
  width: 96%;
}
INPUT.l{
  width: 96%;
}
INPUT.m{
  width: 60%;
}
INPUT.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
	#hpb-main DT{
  float: none;
  padding-bottom: 0;
}
#hpb-main DD{
  padding-left: 25px;
}
#hpb-main IMG.left{
  margin-right: 0;
  float: none;
}
#hpb-main IMG.right{
  margin-left: 0;
  float: none;
}
/* サイドブロック内パーツ */
	#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;
}
/* トップページ デザイン定義 */
	#toppage-topics H3,
	#toppage-news H3{
  height: auto;
  background-image : none;
  border-bottom: none;
  line-height: 1.4;
  border-top-width: 1px;
  border-top-color: #cacaca;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #cacaca;
  border-right-style: solid;
  border-left-width: 5px;
  border-left-color: #f29721;
  border-left-style: solid;
  padding-top:8px;
  padding-bottom:6px;
}
#hpb-inner #companyinfo{
  margin-right:0;
  margin-left:0;
  background-image : none;
  border-top-width: 2px;
  border-top-color: #cacaca;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-color: #cacaca;
  border-right-style: solid;
  border-left-width: 2px;
  border-left-color: #cacaca;
  border-left-style: solid;
}
#hpb-inner #companyinfo H3{
  background-image : none;
}
}