@charset "UTF-8";


/* ========================================================
共通・SPメニュー
=========================================================*/
.menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    display: block;
    background: url(../images/common/btn-menu.png) no-repeat left top;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/* ========================================================
共通・PCメニュー
=========================================================*/

/* header-pc
**********************************/
#pc-header-container {
    width: 100%;
    /* 全体の幅を指定 */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    z-index: 10;
}

#pc-header-main {
    float: left;
    /* 左にフロート */
}

#pc-header-sub {
    width: 120px;
    /* サブコンテンツの幅を指定 */
    float: right;
    /* 右にフロート */
}



.sitemap {
    padding-top: 13px;
    z-index: 1;
    width: 120px;
    height: 30px;
}

.sitemap img {
    padding-left: 3px;
}

.page-tittle {
    z-index: 2;
    width: 110px;
    height: 24px;
    margin-top: 13px;
}

.site-logo img {
    margin: 44px 0 0 5px;
}

.site-sitemap img {
    cursor: pointer;
}



/* ========================================================
/* PCヘッダー
=========================================================*/

/*ヘッダー*/
#globalheader {
    margin: 0 auto;
    height: 100px;
    background: url(../images/header_footer1.png) repeat-x center bottom #fff;
    padding: 0 10px;
}

#globalheader .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    height: 90px;
}

#globalheader h1 {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/logo.png) no-repeat left top;
    height: 45px;
    padding-left: 45px;
}

#globalheader h1 a {
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    font-size: 23px;
}

#globalheader h1 span {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

#globalheader h1 a:hover {
    text-decoration: none;
}

#globalheader p.description {
    font-size: 11px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: 400;
}

#globalheader p.description strong {
    color: #ff6300;
    padding: 0 5px 0;
    font-size: 16px;
    text-decoration: underline;
}

#globalheader div.contact1 {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
}

#globalheader div.contact2 {
    font-size: 12px;
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}

#globalheader .hnav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f2f4f6;
    padding: 9px 1em 9px 0;
    border: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    border-top-color: #CCCCCC;
    border-right-color: #e5e5e5;
    border-left-color: #e5e5e5;
}

#globalheader .hnav li {
    float: left;
    background: url(../images/li.png) no-repeat left center;
    padding-left: 15px;
    margin: 0 0 0 1em;
    line-height: 1;
}


#globalheader .hnav li a {
    font-size: 13px;
    font-weight: 400;

}

/* ========================================================
/* SPヘッダー
=========================================================*/

.header {
    width: 100%;
    text-align: center;
    position: static;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    background-color: #fff;

}

.header img {
    padding: 0 5px 5px 0;
    height: 40px;
}


.header h1 a {
    font-size: 20px;
    font-weight: 800;
    height: 45px;
    padding-top: 3px;
}

.header h1 span {
    font-size: 14px;
    font-weight: 600;
}

.header h2 {
    font-size: 12px;
    font-weight: 500;
}

.header .tel {
    font-size: 12px;
    font-weight: 500;
}
