@charset "utf-8";

/*===============================================
●sp-top.css  画面の横幅が850pxまで
===============================================*/


.sp-dn{
	display: none;
}






/* ヘッダー */

header{
    background-color: #222;
    clear: both;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	height: 50px;
}

#h-logo{
    position: relative;
    z-index: 1;
}

#h-logo img{
	height: 50px;
}


 /*メニューボタンのエフェクト*/
  .nav-button {
    cursor: pointer;
    display: block;
    z-index: 20;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }

  .nav-button span {
	position: absolute;
	left: 0;
	width: 40%;
	height: 2px;
	background-color: #FFF;
	margin-left: 15px;
  }
  .nav-button span:nth-of-type(1) {
    top: 15px;
  }
  .nav-button span:nth-of-type(2) {
    top: 24px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 15px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }


/* nav */

.nav-top{
    margin-bottom: 20px;
    text-align: center;
}

.nav-dl dl{
    border-top: solid 1px #444;
    margin-bottom: 20px;
}

.nav-dl dd a{
    font-size: 75%;
    color: #808080;
}

.nav-banner li a{
    border: solid 1px #FFF;
    display: block;
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: center;
}

.nav-banner li a span{
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 40px;
}

.icon-news{
    background-image: url(../images/nav/icon-news.png);
}

.icon-contact{
    background-image: url(../images/nav/icon-contact.png);
}

.nav-list{
    margin-bottom: 40px;
}

.nav-list li:first-child{
    height: 100px;
	margin: 0 auto 10px;
	width: 100px;
}

.nav-list li:first-child a{
    background-repeat: no-repeat;
    background-image: url(../images/web-catalog.png);
    background-position: center center;
	background-size: 100%;
    height: 100px;
	margin: 0 auto 10px;
	position: absolute;
	width: 100px;
}

.nav-list li:nth-child(2){
    background-repeat: no-repeat;
    background-image: url(../images/work-life-excellent.png);
    background-position: center center;
	background-size: 100%;
    height: 100px;
	margin: 0 auto 10px;
	width: 100px;
}

#nav-wrap-inner {
    padding: 60px 0;
}

/* article */

#contents-absolute{
    position: absolute;
    top: 50px;
    width: 100%;
}




/* フッター */

#f-inner{
    margin: 0 auto;
    padding: 5% 0;
    width: 90%;
}




/* ページトップ */

.pagetop-top{
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 199;
}

.pagetop-top a{
    background-repeat: no-repeat;
    background-image: url(../images/jump.gif);
    background-position: 90% bottom;
    background-size: 100% auto;
    display: block;
    padding: 25px;
}

.pagetop-top a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}



/* ページYouTube */

.page-yt{
    top: 15px;
    right: 50px;
    position: fixed;
    z-index: 99;
}

.page-yt a{
    background-repeat: no-repeat;
    background-image: url(../images/yt.png);
    background-position: 90% center;
    display: block;
    height: 23px;
    width: 30px;
}

.page-yt a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/* ワーク・ライフ・バランス推進エクセレント企業 */

.nav-work-life{
    background-repeat: no-repeat;
    background-image: url(../images/work-life-excellent.png);
    background-position: center center;
	background-size: 100%;
    display: block;
    top: 8px;
    right: 96px;
    position: fixed;
    height: 35px;
    width: 35px;
    z-index: 199;
}

/* WEB カタログ */

.nav-web-catalog a{
    background-repeat: no-repeat;
    background-image: url(../images/web-catalog.png);
    background-position: center center;
	background-size: 100%;
    display: block;
    top: 8px;
    right: 145px;
    position: fixed;
    height: 35px;
    width: 35px;
    z-index: 199;
}


/* メールフォーム */


table input {
    padding: 10px 5px;
    width: 95%;
}

textarea{
    width: 95%;
}


#contents p.error_messe{
    margin-bottom: 0;
}

	
.checkbox {
    width: 100%;
}	
	
.btn-form {
    width: 80%;
}
	





