@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

.inner{
	width: 980px;
	margin: 0 auto;
}


/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	width: 100%;
    position: fixed;
    height: 50px;
    z-index: 999;
}
.header .inner{
	height: 50px;
	position: relative;
    width: 100%;
    background:rgba(255,255,255,0.9);
}
.header .logo{
	position:absolute;
	top: 15px;
	left: 30px;
	width: 114px;
	margin: auto;
}
.header .gNav{
	position: absolute;
	right: 20px;
	top: 0;
}
.header .gNav li{
    float: left;
}
.header .gNav li a{
    display: block;
    padding: 16px 20px;
    text-indent: -9999px;
}
.header .gNav li.about a{
    width: 60px;
    height: 18px;
    background: url("../images/btn_about.png") no-repeat center center;
    background-size: 60px 18px;
}
.header .gNav li.about.stay a,
.header .gNav li.about a:hover{
    background: url("../images/btn_about_on.png") no-repeat center center,#00A8B8;
    background-size: 60px 18px;
}
.header .gNav li.contact a{
    width: 80px;
    height: 18px;
    background: url("../images/btn_contact.png") no-repeat center center;
    background-size: 80px 18px;
}
.header .gNav li.contact a:hover{
    background: url("../images/btn_contact_on.png") no-repeat center center,#00A8B8;
    background-size: 80px 18px;
}
.header .gNav li.recruit a{
    width: 74px;
    height: 18px;
    background: url("../images/btn_recruit.png") no-repeat center center;
    background-size: 74px 18px;
}
.header .gNav li.recruit.stay a,
.header .gNav li.recruit a:hover{
    background: url("../images/btn_recruit_on.png") no-repeat center center,#00A8B8;
    background-size: 74px 18px;
}


/* ---------------------------------------------
　container
------------------------------------------------ */
.keyvisual{
	width:100%;
}
.container{
	width:100%;
    padding: 50px 0 0 0;
}


/* ------ title -------------------------------- */


/* ------ topic-path --------------------------- */


/* ------ pagetop ------------------------------ */


/* content
------------------------------------------------ */
.content.next{
    padding: 50px 0;
}


/* pagetop
------------------------------------------------ */
.pagetop{
	position: fixed;
    width: 50px;
	right: 20px;
	bottom: 100px;
	z-index: 999;
	display: none;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */
.footer{
	clear:both;
    margin: 40px auto 20px auto;
    padding: 25px 0 0 0;
    border-top: #231815 solid 1px;
}
.footer .leftBox{
    width: 25%;
    float: left;
    margin: 0 0 0 20px;
}
.footer .leftBox ul li{
    float: left;
    margin: 0 10px 0 0;
    width: 32px;
}
.footer .rightBox{
    width: 50%;
    float: right;
    text-align: right;
    margin: 0 20px 0 0;
}