@charset "utf-8";

.pagenavi{
	max-width: 1280px;
}
.pagenavi ul{
	width: 980px;
	margin: 0;
}
/*
#contents{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
}

#contents header .title{
	text-align: center;
	width: 462px;
	margin: 0 auto;
	margin: 0 auto 50px;
}

#contents header .title div{
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
	line-height: 100%;
}
*/
#contents header .logo{
	text-align: center;
	margin: 50px 0;
}

#contents .visual{
	position: relative;
	display: block;
	min-height: 260px;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#contents .visual img.bg{
	position: absolute;
	top: 132px;
	left: 724px;
	z-index: -1;
	width: 100%;
	min-width: 1280px;
	min-height: 424px;
}

#bg001{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	min-width: 1280px;
	min-height: 424px;
}

/* by company */
#contents .visual img.copy{
	margin-top: 80px;
	padding: 10px;
}


/* INDEX MENU 
--------------------------------*/
.index-menu{
	margin: 0 auto;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.index-menu a{
	position: relative;
	display: table-cell;
	height: 260px;
	min-height: 260px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	width: 25%;
}

.index-menu .title{
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	padding: 12px 0;
	width: 185px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	z-index: 2;
}

.index-menu .bg{
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
}
.index-menu .bg img{
	width: 100%;
	min-height: 264px;
	min-width: 297px;
}

/* INDEX CONTENTS
--------------------------------*/
/*.index-contents{
	margin: 0 auto;
	background-color: #f1ebe7;
}*/
.index-contents{
	margin: 0 auto;
	background-color: #006699;
}
.index-contents h1{
	position: relative;
	text-align: center;
	padding: 20px;
	line-height: 14px;
	margin-bottom: 10px;
}

.index-contents.sub{
	background-color: #fff;
}

.index-contents.sub h1:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 16px 0 16px;
}

.index-contents.sub h1.bg-west:before{
	border-color: #073A97 transparent transparent transparent;
}
.index-contents.sub h1.bg-bs:before{
	border-color: #BE0809 transparent transparent transparent;
}
.index-contents.sub h1.bg-ma:before{
	border-color: #F0B72C transparent transparent transparent;
}
.index-contents.sub h1.bg-ft:before{
	border-color: #039EA8 transparent transparent transparent;
}
.index-contents.sub h1.bg-neo:before{
	border-color: #0389C9 transparent transparent transparent;
}
.index-contents.sub h1.bg-ba:before{
	border-color: #A43782 transparent transparent transparent;
}
.index-contents.sub h1.bg-smc:before{
	border-color: #AAC50B transparent transparent transparent;
}

.index-contents.sub h1{
	margin-bottom: 30px;
}


.index-contents .plates{
	padding: 0 0 20px;
	margin: 0 auto;
	max-width: 1280px;
}
.index-contents .mplate{
	position: relative;
	display: block;
	width: 310px;
	margin: 3px;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
/*	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;*/
}
.index-contents .mplate img{
	width: 100%;
}

.index-contents .mplate h2{
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0;
}
.index-contents .mplate p{
	line-height: 180%;
	font-size: 0.8em;
	text-align: center;
}
.index-contents .mplate .label-mypage{
	position: absolute;
	top: 0;
	left: 18px;
	width: auto;
}


/* 下層共通 */
.index-contents.sub .inner{
	background: url('../images/company/bg.png');
	max-width: 980px;
	margin: 60px auto;
	padding: 60px 45px;
}

.index-contents.sub .inner h2{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.index-contents.sub .inner h2:after{
	content: "";
	display: block;
	border-bottom: 1px solid #8f8f8f;
	width: 150px;
	height: 1px;
	margin: 16px auto 35px;
}

.index-contents.sub .inner .lead{
	margin-bottom: 50px;
	line-height: 180%;
	padding: 0 10px;
}

.back{
	display: block;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.back:hover{
	opacity: 0.9;
}

/* 事業紹介 */
.nttwest .c1{ background-color: #0799cb; }
.nttma   .c1{ background-color: #ee7700; }
.nttbs   .c1{ background-color: #ea5350; }
.nttba   .c1{ background-color: #af62a4; }
.nttneo  .c1{ background-color: #22add6; }
.nttft   .c1{ background-color: #23b8bc; }
.nttsmc  .c1{ background-color: #58b530; }

.nttwest .c2{ background-color: #75b5dd; }
.nttma   .c2{ background-color: #f39800; }
.nttbs   .c2{ background-color: #f0907a; }
.nttba   .c2{ background-color: #c386b8; }
.nttneo  .c2{ background-color: #77b5cd; }
.nttft   .c2{ background-color: #71c7c8; }
.nttsmc  .c2{ background-color: #9cc813; }

.nttwest .c3{ background-color: #9dcce9; }
.nttma   .c3{ background-color: #fabe59; }
.nttbs   .c3{ background-color: #f9b5a5; }
.nttba   .c3{ background-color: #e5afdb; }
.nttneo  .c3{ background-color: #9cd3e8; }
.nttft   .c3{ background-color: #97ddde; }
.nttsmc  .c3{ background-color: #bcd66a; }


/*流れのボックスにて改造

.box{
	text-align: center;
	font-size: 14px;
}

.box h3{
	display: inline-block;
	background-color: #eaeaea;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 7px;
}
*/


.box{
	text-align: center;
	font-size: 14px;
}

.box h3{
	display: inline-block;
	background-color: #eaeaea;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;

	margin-bottom: 7px;
}



.box i{
	display: block;
	margin: 0 0 10px;
	text-align: center;
	color: #787878;
}

.box .cbox{
	display: table;
	table-layout: fixed;
	color: #fff;
	height: 4em;
	width: 100%;
	margin-bottom: 10px;
}

.box .cbox span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 4px 8px;
}

.box-col1 .box{
	width: 100%;
}

.box-col2 .box{
	width: 49%;
	float: left;
}

.box-col2 .box.left{
	margin-right: 1%;
}

.box-col3 .box{
	width: 32.333%;
	float: left;
}

.box-col3 .box.mid{
	margin: 0 1%;
}


/* セミナー情報 */
.seminar h3{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin: 30px 0 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	padding:10px 15px;
	
}
/*0302_add_titlebg*/
.west h3{background: #073A97;color:#fff;}
.bs h3{background: #BE0809;color:#fff;}
.ma h3{background: #F0B72C;color:#fff;}
.ft h3{background: #039EA8;color:#fff;}
.neo h3{background: #0389C9;color:#fff;}
.ba h3{background: #A43782;color:#fff;}
.smc h3{background: #AAC50B;color:#fff;}

.seminar table{
	border-collapse: collapse;
	width:100%;
}

.seminar table th{
	padding: 10px 20px;
	border: 1px solid #cacaca;
	text-align: center;
}

.seminar table td{
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #cacaca;
}

.seminar table td.week{
	text-align: center;
}

.seminar .tc{
	text-align: center;
}

.seminar .btn{
	color: #fff;
	display: inline-block;
	padding: 16px 40px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}

.nttwest .seminar .c1.btn:hover{ background-color: #75b5dd; }
.nttma   .seminar .c1.btn:hover{ background-color: #f39800; }
.nttbs   .seminar .c1.btn:hover{ background-color: #f0907a; }
.nttba   .seminar .c1.btn:hover{ background-color: #c386b8; }
.nttneo  .seminar .c1.btn:hover{ background-color: #77b5cd; }
.nttft   .seminar .c1.btn:hover{ background-color: #71c7c8; }
.nttsmc  .seminar .c1.btn:hover{ background-color: #9cc813; }

.seminar .coming{
	border: 1px solid #cacaca;
	background-color: #fff;
	padding: 50px;
	text-align: center;
}

.seminar p{
	margin: 20px 0;
}

.seminar .end td,
.seminar .end.sp{
	color: #999;
}

/* 採用メッセージ */
.message .visual{
	text-align: center;
	margin-bottom: 20px;
}

.message p{
	padding: 0 140px;
	line-height: 200%;
}

.message h3{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em;
}


/* 募集要項 */
.requirement table{
	border-collapse: collapse;
}

.requirement table th{
	padding: 10px 20px;
	border: 1px solid #cacaca;
	text-align: center;
}

.requirement table td{
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #cacaca;
}

@media screen and (max-width: 980px) and (min-width: 641px) {
#contents{
	margin-top: 20px;
}
#contents header .title{
	width: 380px;
	max-width: 100%;
}
.index-menu a{
	display: block;
	float: left;
	width: 50%;
}
.index-menu .title{
	top: 50%;
	margin-top: -30px;
}
.index-contents .mplate{
	width: 32.333%;
	padding: 10px;
}
.index-contents .mplate img{
	width: 100%;
}
.index-contents .mplate .label-mypage{
	width: auto;
}

.box .cbox br{
	display: none;
}

.message p{
	padding: 0 10%;
}

.seminar table.pc{
	display: block !important;
}

.seminar .sp-table.sp{
	display: none !important;
}

}

@media screen and (max-width: 640px) {
#contents{
	margin-top: 20px;
}
#contents header .logo{
	padding: 10px;
	margin: 20px 0;
}
#contents header .title{
	max-width: 100%;
}
#contents header .title{
	width: 230px;
	margin: 30px auto 20px;
}
#contents header .title div {
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0;
	line-height: 100%;
}
#contents .visual{
	min-height: 160px;
}
#contents .visual img.copy{
	margin-top: 40px;
}

.index-menu a{
	display: block;
	width: 100%;
	height: 150px;
	min-height: 0;
}

.index-menu .title{
	max-width: 90%;
	top: 50%;
	margin-top: -30px;
}
.index-menu .bg img {
	width: 100%;
	min-height: 0;
	min-width: 0;
}
.index-contents .plates {
	padding: 0 0;
	margin: 0 auto;
	max-width: 100%;
}
.index-contents .mplate{
	width: 48%;
	padding: 10px;
}
.index-contents .mplate img{
	width: 100%;
}
.index-contents .mplate .label-mypage{
	width: auto;
}

/* 下層共通 */
.index-contents.sub .inner{
	width: 100%;
	margin-top: 30px;
	padding: 10px;
}

.box-col3 .box,
.box-col2 .box{
	width: 100%;
	float: none;
}

.box-col2 .box.left,
.box-col3 .box.mid{
	margin: 0 0 1em;
}

.box{
	border-bottom: 1px dotted #777;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.box .box{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box .cbox br{
	display: none;
}

.requirement table{
	display: block;
	border-bottom: 1px solid #cacaca;
}

.requirement table th{
	display: block;
	border-bottom: none;
}

.requirement table td{
	display: block;
	border-top: none;
	border-bottom: none;
}

.message p{
	padding: 0 10px 20px;
}

.message h3{
	text-align: left;
	font-size: 18px;
	padding: 0 10px;
}

.nttwest .seminar .sp-table strong{ color: #0799cb; }
.nttma   .seminar .sp-table strong{ color: #ee7700; }
.nttbs   .seminar .sp-table strong{ color: #ea5350; }
.nttba   .seminar .sp-table strong{ color: #af62a4; }
.nttneo  .seminar .sp-table strong{ color: #22add6; }
.nttft   .seminar .sp-table strong{ color: #23b8bc; }
.nttsmc  .seminar .sp-table strong{ color: #58b530; }

.nttbs .seminar .sp-table.end strong{
	color: #999;
}

.seminar hr{
	display: block;
	border: 0;
	border-top: 1px dotted #33adbb;
	width: 100%;
}

.nttwest .seminar hr{ border-color: #0799cb; }
.nttma   .seminar hr{ border-color: #ee7700; }
.nttbs   .seminar hr{ border-color: #ea5350; }
.nttba   .seminar hr{ border-color: #af62a4; }
.nttneo  .seminar hr{ border-color: #22add6; }
.nttft   .seminar hr{ border-color: #23b8bc; }
.nttsmc  .seminar hr{ border-color: #58b530; }
}
