@charset "Shift_JIS";


/* 見出し関係　中の主だった部分のCSS h1とかh4とかの見出しも含まれます*/

/*--------------------------------------------------------
  共通レイアウトパーツ設定　見出しなど
--------------------------------------------------------*/

#hpb-container{
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-top: 5px solid #f79a15;
	margin-top: -1px;
}

#hpb-header{
	
	background-color: #fff;
}

/* オリジナル 

#hpb-header{
	
	background-color: #f0f4f6;
}
*/



/*こげ茶色　#331A03*/




#hpb-inner{
	position: relative;
	border-top: 6px solid #e9eff2;
}
#hpb-wrapper{
	position: relative;
}

/* ヘッダー内パーツ */

#hpb-header{
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
}
#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}


#hpb-headerLogo{
    width: 550px;
    float: left;
	padding-left: 10px;
}

#hpb-headerMain h1, #hpb-headerMain .add-header-text{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;

}

#hpb-headerLogo a{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 72px;
    background-image : url(logo_1B1.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 330px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
	letter-spacing: 0.1rem;
}
#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;
    line-height: 1.4;
    text-align: right;
	font-size: 1.4rem;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
	display: inline-block;
	width: 59px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	margin-right: 10px;
    background-image : url(headerTel_1B1.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#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;
}


/* フッター内パーツ */

#hpb-footer{
	border-top-color: #f79a15;
	border-top-width: 4px;
	border-top-style: solid;
	background-color: #f0f4f6;
}

#hpb-footerMain{
	background-color: #dbe3e7;
	padding-top: 18px;
	padding-bottom: 18px;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    text-align: center;
	margin: 0;
}

#hpb-footerExtra1{
    padding-top: 13px;
    padding-bottom: 23px;
    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: 960px;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(arrow_1B1.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 21px;
    padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-weight: normal;
}

#hpb-footerExtra1 a:link{
    text-decoration: underline;
}
#hpb-footerExtra1 a:visited{
    text-decoration: underline;
}
#hpb-footerExtra1 a:hover{
    color: #666;
    text-decoration: underline;
}
#hpb-footerExtra1 a:active{
    color: #666;
    text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#hpb-nav li a:link{
    color: #fff;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #fff;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: black;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #fff;
    text-decoration: none;
}

#hpb-nav li span.ja{
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #000;
    text-decoration: underline;
}
a:hover{
    color: #666;
    text-decoration: none;
}
a:active{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    padding-right: 20px;
    padding-left: 0.1rem;
    line-height: 1.8rem;
    text-align: left;
}

/*メインのpですよ！上のオリジナル
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{
    padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
	line-height: 55px;
    color: #fff;
    font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}

h2 span.ja{
    display: none;
}

/*h3 茶色バージョン
#hpb-wrapper h3{
    background-image : url(indexBg_brown.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #7F5B33;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
	border: 3px solid #70533B;
}

*/



/*上のオリジナル
h3オレンジバージョン

#hpb-wrapper h3{
    background-image : url(indexBg_1B1.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #feab35;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
	border: 3px solid #f79a15;
}

*/



/*h3 こげ茶色バージョン は　#331A03*/


#hpb-wrapper h3{
    background-image : url(indexBg_brown.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #999790;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
	border: 3px solid #999790;
}






h3.hpb-c-index, div.hpb-c-index.add-hpb-c-index, #add-nav{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #FB660D;　/*朱色*/
    font-weight: bold;
}

.naga{margin-top: 0;
    margin-right: 23px;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
    color: green;　/*緑色*/
}
	


/* h4のオリジナル　文字色変えてみた
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: #f46314;
    font-weight: bold;
}


はじめの茶色
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: #A7684B;
    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.1rem;
    line-height: 1.2;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #1da6b2;　/*青緑*/
}



/* テーブルあった */














/* オリジナル

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: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
	padding: 10px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}
#contact form{
	text-align:center;
}
#contact form h3{
	text-align: left;
}
#contact form table{
	margin-left:auto;
}
/* メインコンテンツ内基本パーツ */

#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.5;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(point_1B1.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #feab35;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    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: normal;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(point_1B1.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
}

#hpb-main dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	padding-left: 165px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feab35;
}


#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;
}

#hpb-main #toppage .add-h1{
    background: #999790;
    color: #FFF;
    padding-left: 55px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-image: url(indexBg_brown.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.3rem;
}

#pagetop{
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-image : url(returnTop_1B1.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
   text-indent: -9999px;
   overflow: hidden;
	width: 146px;
	height: 34px;
	display: inline-block;
}

/* サイドブロック内パーツ */

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 8px;
}

#banner li a{
    display: block;
    width: 246px;
    height: 80px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(banner_1B1_011.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-service:hover{
    /* 製品一覧バナー */
    background-image : url(banner_1B1_0111.png);
    background-position: top left;
    background-repeat: no-repeat;
}


#banner a#banner-recruit{
    /* 採用情報バナー */
    background-image : url(banner_1B1_022.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-recruit:hover{
    /* 採用情報バナー */
    background-image : url(banner_1B1_0222.png);
    background-position: top left;
    background-repeat: no-repeat;
}



#banner a#banner-access{
    /* 会社概要 */
    background-image : url(banner_1B1_033.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access:hover{
    /* 会社概要 */
    background-image : url(banner_1B1_0333.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner .add-side-nav a {
    text-indent: 0;
    height: auto;
}

#banner .add-side-nav dd ul li{
    padding-bottom: 0;
}

#banner .add-side-nav dd ul li dl{
    display: table;
    border-collapse: separate;
}

#banner .add-side-nav dl dd{
    margin-top: 2px;
}

#banner .add-side-nav, #banner .add-side-nav dd, #banner .add-side-nav dl{
    margin: 0;
}

#banner .add-side-nav dd ul{
    margin-bottom: 2px;
}

#banner .add-side-nav dd .add-side-nav02{
    margin: 0;
}

#banner .add-side-nav dd ul li dl{
    width: 100%;
    margin-top: 2px;
}

#banner .add-side-nav dd ul li dl dt, #banner .add-side-nav dd ul li dl dd{
    display: table-cell;
    vertical-align: top;
}


#banner .add-side-nav dd ul li dl dt{
    width: 72%;
}

#banner .add-side-nav dd ul li dl dd{
    width: 28%;
    padding-left: 2px;
}

#banner .add-side-nav dd ul li dl dt a{
    width: auto;
}


#hpb-inner #companyinfo{
    padding-top: 17px;
    padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
    background-color: #e5eaed;
	margin-bottom: 10px;
}

#hpb-inner #companyinfo h3, #hpb-inner #companyinfo .companyinfo-dl dt{
    color: #000;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 5px;
    background-image : url(pointCompany_1B1_01.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 1rem;
    margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

#hpb-inner #companyinfo .companyinfo-dl, #hpb-inner #companyinfo .companyinfo-dl dd{
    margin: 0;
}

#hpb-inner #companyinfo .companyinfo-dl dt{
    font-weight: bold;
    margin-bottom: 1rem;
}

#hpb-inner #companyinfo .add-lh{
    line-height: 1.8rem;
}

#hpb-inner #companyinfo p{
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/* トップページ デザイン定義 */

#toppage p.large{
	display: block;
	height: 77px;
	overflow: hidden;
	text-indent: -9999px;
	background-image : url(toppageText_1B1.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	position: relative;
	width: 1022px;
	margin-left: 0px;
}

/*トップh3　こげ茶色バージョン*/

#toppage h3, .add-toppage-h2{
    background-image : url(indexBg_brown.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #999790;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

/*トップH3オリジナル　オレンジバージョン

#toppage h3{
    background-image : url(indexBg_1B1.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #feab35;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

茶色バージョン
#toppage h3{
    background-image : url(indexBg_brown.png);
    background-position: left center;
    background-repeat: no-repeat;
	background-color: #7F5B33;
    padding-left: 55px;
	padding-top: 11px;
	padding-bottom: 11px;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}





*/




#toppage h3 span.ja{
    display: none;
}

/* ボーダー茶色バージョン　*/
#toppage-topics{
	margin-bottom: 15px;
	border: 3px solid #999790;
}

/*オリジナル　オレンジボーダー
#toppage-topics{
	margin-bottom: 15px;
	border: 3px solid #f79a15;
}


茶色ボーダー

#toppage-topics{
	margin-bottom: 15px;
	border: 3px solid #70533B;
}


*/


#toppage-topics h3{
	border: none;
}
#hpb-main #toppage-topics hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#hpb-main #toppage-topics ul{
	margin-bottom: 8px;
}
#hpb-main #toppage-topics li{
	border-bottom: none;
	border-top: 1px solid #feab35;
}
#hpb-main #toppage-topics li:first-child{
	border: none;
}


/* news ボーダーオリジナル　オレンジ  
#toppage-news{
	margin-bottom: 15px;
	border: 3px solid #f79a15;
}
*/





/* news ボーダー茶色

#toppage-news{
	margin-bottom: 15px;
	border: 3px solid #70533B;
}




こげ茶*/
#toppage-news{
	margin-bottom: 15px;
	border: 3px solid #999790;
}

#toppage-news h3, .add-toppage-h2{
	border: none;
}
#hpb-main #toppage-news dl{
	margin-bottom: 12px;
}
#hpb-main #toppage-news dt{
	width: 100px !important;
}
#hpb-main #toppage-news dd{
	padding-left: 120px;
}

#hpb-main #toppage-news dd{
	border-bottom: none;
	border-top: 1px solid #feab35;
}
#hpb-main #toppage-news dt:first-child + dd{
	border: none;
}

#hpb-main #toppage-news .add-toppage-news-list li dl{
    margin: 0;
}

#hpb-main #toppage-news .add-toppage-news-list li{
    background: none;
    padding: 0;
}

#hpb-main #toppage-news .add-toppage-news-list li{
    background: none;
    padding: 0;
}

#hpb-main #toppage-news .add-toppage-news-list li.add-toppage-news-list-last{
    border-bottom: none;
    margin-bottom: 12px;
}


/* アクセスページ デザイン定義 */

#access h3 + img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		margin-top: 0;
	}

	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		padding-bottom: 10px;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerMain h1, #hpb-headerMain .add-header-text{
		margin-left: 0;
		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%;
		height: 72px;
		background-size: contain;
		background-position: top center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		float: none;
	}

	/* フッター内パーツ */
	#hpb-footerMain{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
		width: 100%;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 0;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index, #hpb-nav #add-nav{
		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: 10px;
		margin-right: 10px;
	}
	img.right{
		margin-left: 10px;
		margin-right: 10px;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		padding-left: 0;
		padding-top: 25px;
		line-height: 1.4;
		margin-top: 4px;
		margin-right: auto;
		margin-left: auto;
		word-break: break-all;
	}
	table{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

    #hpb-main #toppage .add-h1{
        padding-right: 10px;
    }

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{
		float: none;
		line-height: 1.4;
		padding-bottom: 0;
	}
	#hpb-main dd{
		line-height: 1.4;
		padding-left: 20px;
		padding-right: 0;
	}
	#hpb-main img.left{
		margin-left: 10px;
		margin-right: 10px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 10px;
		margin-right: 10px;
		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;
	}
	#hpb-inner #companyinfo{
		margin-bottom: 0;
	}

    #banner .add-side-nav dd ul li dl dt a{
        width: auto;
    }

    #banner .add-side-nav dd ul li dl dd a{
        width: auto;
    }

	/* トップページ デザイン定義 */
	#toppage p.large{
		width: 100%;
		background-position: top center;
		background-size: contain;
		margin-left: 0;
		margin-right: 0;
	}
	#hpb-main #toppage-news dd{
		padding-left: 20px;
		border: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #feab35;
	}
	#hpb-main #toppage-news dt:first-child + dd{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #feab35;
	}
	#hpb-main #toppage-news dd:last-child{
		border: none;
	}

    #hpb-main #toppage-news .add-toppage-news-list li.add-toppage-news-list-last dl dd{
        border-bottom: none;
    }

	/* アクセスページ デザイン定義 */
	#access h3 + img{
		margin-left: 10px;
		margin-right: 10px;
	}



}
