@charset "utf-8";
/* PC Header + gNav */

/*////////////////////////////////
header
////////////////////////////////*/
#header{

}
#header header{
    width: 980px;
    height: 98px;
    margin: 0 auto;
    text-align: left;
}

#header header > h1{
    padding: 2px 0 2px 2px;
}
#header .siteLogo{
    float: left;
    text-align: left;
}
#header .siteLogo a,
#header .siteLogo img{
    display: block;
    width:200px;
    height: 70px;
}

#header .headRight{
    float: right;
    width: 775px;
}

#header .headInfo{
    float: right;
    text-align: right;
    width: auto;
}
#header .headInfo ul{
}
#header .headInfo img{
    display: block;
}
#header .headInfo li{
    float: left;
    margin-left: 10px;
}
#header .headInfo .telMail{
    padding-right: 15px;
}

.recruit{
    border: 1px solid #dddddd;
    width: 980px;
}
.recruit td{
    border: 1px solid #dddddd;
    padding: 5px;
    margin:5px;
}
.recruit th {
    background: #eeeeee;
}


/*////////////////////////////////
gnav
////////////////////////////////*/
.gNavBlock{
    height: 52px;
    width: 100%;
    border-bottom: solid 1px #edeee9;
}
.gNav{
    width: 980px;
    height: 51px;
    margin: 0 auto;
}
.gNav li{
    float:left;
}


