@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
    display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    color: #646464;
}
body.fontS {
    font-size: 10px;
}
body.fontM {
    font-size: 12px;
}
body.fontL {
    font-size: 14px;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
    margin: 0;
    padding: 0;
}
input, textarea {
    margin: 0;
    font-size: 100%;
}
label {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset, img {
    border: 0;
}
img {
    vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:after, q:before {
    content: '';
}
a, input {
    /* outline: none; */
}
abbr, acronym {
    border: 0;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {}
@media print {
    html,
    html body {
        *zoom: 0.65;
    }
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
    position: relative;
    padding-top: 100px;
}
/* !header
---------------------------------------------------------- */
#header {
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    padding-bottom: 10px;
    left: 0;
    top: 0;
}
#headerIn p {
    padding-top: 27px;
}
#headerLogo {
    padding-top: 18px;
}
#headerLinks {}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {}
#breadcrumb span {}
#breadcrumb span a {}
/* !gNavi
---------------------------------------------------------- */
#gNavi {
    width: 100%;
    margin: 0 auto;
}
#gNavi ul {
    width: 921px;
    margin: 0 auto;
}
#gNavi li {
    width: 14.2%;
    float: left;
}
#gNavi li a {
    border-left: 1px solid #cbcbcb;
    display: block;
    text-indent: -9999px;
    height: 20px;
}
#gNavi li:last-child a {
    border-right: 1px solid #cbcbcb;
}
#gNavi li#gNav01 a {
    background: url(../img/nav_news_no.png) center center no-repeat;
}
#gNavi li#gNav02 a {
    background: url(../img/nav_message_no.png) center center no-repeat;
}
#gNavi li#gNav03 a {
    background: url(../img/nav_functions_no.png) center center no-repeat;
}
#gNavi li#gNav04 a {
    background: url(../img/nav_results_no.png) center center no-repeat;
}
#gNavi li#gNav05 a {
    background: url(../img/nav_company_no.png) center center no-repeat;
}
#gNavi li#gNav06 a {
    background: url(../img/nav_contact_no.png) center center no-repeat;
}
#gNavi li#gNav07 a {
    background: url(../img/nav_recruit_no.png) center center no-repeat;
}
#gNavi li#gNav01 a:hover,
#gNavi li#gNav01.selected a {
    background: url(../img/nav_news_on.png) center center no-repeat;
}
#gNavi li#gNav02 a:hover,
#gNavi li#gNav02.selected a {
    background: url(../img/nav_message_on.png) center center no-repeat;
}
#gNavi li#gNav03 a:hover,
#gNavi li#gNav03.selected a {
    background: url(../img/nav_functions_on.png) center center no-repeat;
}
#gNavi li#gNav04 a:hover,
#gNavi li#gNav04.selected a {
    background: url(../img/nav_results_on.png) center center no-repeat;
}
#gNavi li#gNav05 a:hover,
#gNavi li#gNav05.selected a {
    background: url(../img/nav_company_on.png) center center no-repeat;
}
#gNavi li#gNav06 a:hover,
#gNavi li#gNav06.selected a {
    background: url(../img/nav_contact_on.png) center center no-repeat;
}
#gNavi li#gNav07 a:hover,
#gNavi li#gNav07.selected a {
    background: url(../img/nav_recruit_on.png) center center no-repeat;
}
/* !mainimg
---------------------------------------------------------- */
#mainimg {
    width: 100%;
    background: url(../../img/bg_mainimg_new_04.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
#mainimgTop {
    width: 100%;
    position: relative;
    height: 470px;
    /*	margin-bottom: 72px;*/
    margin-bottom: 50px;
}
#mainimgTop p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -48px 0 0 -169px;
}
#mainimg ul {
    text-align: center;
    /*	margin-bottom: 55px;*/
    margin-bottom: 30px;
}
#mainimg ul li {
    display: inline-block;
}
#mainimg ul li + li {
    /*	margin-left: 105px;*/
    margin-left: 70px;
}
#mainimg ul li a {}
#mainimgIn {
    text-align: center;
    padding-bottom: 183px;
}
/* !teaser
---------------------------------------------------------- */
#teaser {}
/* !contents
---------------------------------------------------------- */
#contents {
    padding: 40px 0 20px;
}
#main {
    width: 921px;
    margin: 0 auto;
}
#side {}
/* !pageTop
---------------------------------------------------------- */
.pageTop {}
/* !footer
---------------------------------------------------------- */
#footer {
    width: 921px;
    margin: 0 auto;
    border-top: 1px solid #ea5404;
}
#copyright {
    font-size: 11px;
    line-height: 2.0;
    color: #646464;
    padding-top: 10px;
}
.copyRight {
    margin: 10px 5px 0 0;
    border-left: 1px solid #ea5404;
    border-right: 1px solid #ea5404;
}
.copyRight a {
    font-size: 13px;
    line-height: 1.5;
    color: #ea5404;
    text-decoration: none;
    display: block;
    padding: 0 18px 2px 18px;
}
/* !h(n)eading
---------------------------------------------------------- */
.h1Basic {}
h2 {
    margin-bottom: 13px;
}
.h3Basic {}
.h4Basic {}
.h5Basic {}
.h6Basic {}
/* !Listing
---------------------------------------------------------- */
.ulBasic {}
.ulBasic li {}
.olBasic {}
.olBasic li {}
.dlBasic {}
.dlBasic dt {}
.dlBasic dd {}
/* !Table
---------------------------------------------------------- */
table {
    width: 100%;
}
table th,
table td {}
table th {
    width: 150px;
    background: #e6e6e6;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: 6px solid #FFF;
    text-align: center;
    padding: 10px 0;
    vertical-align: top;
}
table td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 20px;
}
/* !Section
---------------------------------------------------------- */
.section {}
@media (min-width: 640px) {
    #headerIn {
        width: 921px;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}
@media (max-width: 639px) {
    #main,
    #footer,
    #gNavi ul {
        width: auto;
        margin: 0;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #headerIn {
        display: flex;
        justify-content: space-between;
        padding: 0 3vw;
    }
    #headerLogo {
        width: 35vw;
    }
    .flImgR {
        order: 2;
        width: 40vw;
    }
    #footer {
        text-align: center;
        margin: 0;
        padding: 2vw;
    }
    #footer .flR {
        display: inline-block;
        float: none;
        text-align: center;
        border: none;
        margin: 0 auto;
    }
    #footer .flR a {
        border-bottom: 1px solid #ea5404;
        padding: 0;
    }
    #copyright {
        font-size: 3.5vw;
        line-height: 1.5;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    /*ipad*/
    #headerIn {
        width: auto;
        margin: 0 20px 20px;
    }
    #footer {
        width: auto;
    }
}
