@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    position:absolute;
    left: 10px;
    top: 3px;
}

#hpb-headerMain h1{
    margin:0;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    color: #393939;
}

#hpb-headerLogo{
    position:absolute;
    top: 20px;
    left: 0;
    width: 210px;
    /*float: left;*/
    height: 60px;

}

#hpb-headerLogo a{
    display: block;

    text-indent: -9999px;
    overflow: hidden;
    height: 60px;
    background-image: url(../logo_1Ba.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    position:absolute;
    top: 20px;
    right: 10px;
    /* width: 250px; */
    margin: 0;
    padding: 0;
    /* float: right; */
    text-align: right;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
 color: #3179E9;
    line-height: 1.2;
    text-align: right;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
 color: #000000;
    font-size: 15px;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: left;
    font-size: 12px;
}

#hpb-headerExtra2
{
}

/* フッター設定 */
#hpb-footer{ height:100px;clear:both;background:#eee;position:relative; z-index:999;}
/* フッター内パーツ */
#hpb-footerMain{clear:both; /* コピーライト文字設定 */ margin-top:10px;font-size: 0.8em;text-align: center;width:100%;}
#hpb-footerExtra1{ padding-top:10px; }
#hpb-footerExtra1 ul{list-style-type: none;text-align: center;margin: 0px;padding-left: 4px; }

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline-block;
    background-image: url(../fpoint_1Ba.png);   /* マーク */
    background-position: 0 center;
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c2c2c2;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
    padding-left:16px;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
 color: #3179E9;
    text-decoration: underline;
}
a:visited{
 color: #3179E9;
    text-decoration: underline;
}
a:hover{
 color: #6199EE;
    text-decoration: none;
}
a:active{
 color: #6199EE;
    text-decoration: none;
}

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

p{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    text-align: left;
}

p.large{
    font-size: 1.0em;
    padding-top: 10px;
}
.indent{
    padding-left: 35px;
    margin-top: 2px;
    margin-bottom:0px;
    font-size: 13px;
}
.red { font-weight: bold; margin: 0 3px; color: #dd0000; }

.left {text-align:left}
.right {text-align:right; padding-right:3%;}

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

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

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
 color: #1FDF47;
}

h5{
    display: block;
    margin: 0;
    text-align: left;
    background-image: url(../point_1Ba.png);
    background-position: 8px 4px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #155BC6;
    padding: 4px 0 2px 35px;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 100%;
    max-width: 400px;
    height: 200px;
}

input.l{
    width: 100%;
    max-width: 400px;
}
input.m{
    width: 100%;
    max-width: 250px;
}
input.s{
    width: 100%;
    max-width: 150px;
}


/* メインコンテンツ内基本パーツ */
#hpb-main 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;
}

#hpb-main ul li{
    text-align: left;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-image: url(../point_1Ba.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
 color: #000000;
}

#hpb-main dl{
    margin: 0;
    padding: 0;
    zoom: 100%;
}

#hpb-main dt{
    text-align: left;
    font-size: 14px;
    font-weight:500;
/*    height:28px; */
}
#hpb-main dt::before{
    position:relative;
    top:5px;
    content: url(../point_1Ba.png);
    padding-right:4px;
}

#hpb-main dd{
    margin: 0;
    padding: 3px 4px 3px 16px;
    text-align: left;
    line-height: 1em;
}

#hpb-main #toppage-news dt{margin-top:10px;font-size: 0.9em;}
#hpb-main #toppage-news dd{line-height: 18px;font-size:13px;}
#hpb-main #concept dd {line-height: 18px;font-size: 13px;}
#hpb-main #company dd {line-height: 18px;font-size: 13px;}
#hpb-main #topics dt{ background:#eee;margin-top:7px;font-size:13px; }
#hpb-main #topics dd{ line-height: 18px;font-size: 12px;}

#hpb-main dl:after{
 content: ".";
 clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#pagetop{
    margin: 20px auto 0 auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: inline-block;
    height:21px;
    width:147px;
    background-image: url(../returnTop_1Ba.png);
    background-repeat: no-repeat;
    text-indent: -9999px;

}

#hpb-inner #hpb-wrapper #hpb-main #hpb-aside #companyinfo {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
}

#hpb-inner #hpb-wrapper #hpb-main #hpb-aside #companyinfo h3{
    margin-top:0;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #5B9AC8;
    font-size: 1em;
}

#hpb-inner #hpb-wrapper #hpb-main #hpb-aside #companyinfo p{
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 5px;
    font-size:13px;
}

#hpb-main #contact span {
    font-weight: bold;
}

#hpb-main #contact table {
    width: 98%;
}

#concept p {
    margin: 8px 5px;
    line-height: 18px;
}
#concept dt {
    margin-top: 5px;
}
#concept dd {
    margin-left: 8px;
    margin-bottom:5px;
    line-height: 14px;
}
/*    company      */
#company dt {
    margin-top: 10px;
}
#company dd {
    margin-left: 8px;
    margin-bottom:5px;
    line-height: 16px;
}
/* ****************************************
               製品一覧
***************************************** */

/* ****************************************
               問合せ
***************************************** */
#contact h3 { margin-bottom:0; background-color:#5B9AC8; color:#fff;}
.kakunin { width: 96%;margin:0 auto; }
.hissu { font-size:12px; color:#00d; float:right; padding: 0; }
.kakunin th { padding:3px; border-bottom: none; }
.kakunin td { width: 96%;margin:0 auto; }
.kakunin td input { width: 96%;margin:0 auto; }
.kakunin .policy { max-width:520px; margin: 15px auto;padding:5px;font-size: 0.85em; border:solid 1px #aaa;}
.kakunin .policy ul { font-size: 0.95em; }
.kakunin .policy ul li { text-align:left; }
.kakunin th { padding:3px; border-bottom: none; }
.itemtitle { text-align:center; }
/* ****************************************
               アクセス
***************************************** */
#access { width: 95%;margin-left:3%;font-size:0.9em; }
#access dd,
#access .desc { padding-left:1em; padding-bottom: 10px;}

/* ****************************************
            プライバシー
***************************************** */
#privacy { width: 95%;margin-left:3%;font-size:0.9em; }