body {
	background: #f3f3f3;
}
/* header */
h1 {
	background: #000;
	padding: 24px;
	margin: 0;
	text-align: center;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 60px;
	padding: 0;
}
h2 span {
	font-size: 15px;
	display: block;
}
nav {
	background: #464646;
	padding: 5px;
}
nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
nav li {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	line-height: 1;
	display: inline;
	padding: 0 20px;
}
nav li a {
	color: #000;
}
nav li a:hover {
	text-decoration: none;
}
nav li.nav01 a:hover { color: #04bffc; }
nav li.nav02 a:hover { color: #fcf307; }
nav li.nav03 a:hover { color: #f43e3e; }
div.top nav li.nav01 a { color: #04bffc; }
div.talent nav li.nav02 a { color: #fcf307; }
div.company nav li.nav03 a { color: #f43e3e; }

/* -------------------------
 top page
------------------------- */
/* mainvisual */
#mainVisual {
	background: #d4e8f8;
	position: relative;
	z-index: 3;
}
#mainVisual .item a {
	display: block;
}
#mainVisual .item img {
	margin: auto;
}
.carousel-indicators .active {
    background-color: #00b3eb;
}
.carousel-indicators li {
    background-color: #dcdcdc;
    border: none;
}

/* talent */
#talent {
	background: #f5f5f5;
	padding: 40px 0 70px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}
#talent ul.talentList {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#talent ul.talentList li {
	width: 290px;
	margin-right: 65px;
	margin-bottom: 65px;
	background: #fff;
	float: left;
}
#talent ul.talentList li:nth-child(3n) {
	margin-right: 0;
}
#talent ul.talentList li a {
	text-decoration: none;
	display: block;
}
#talent ul.talentList li img {
	width: 100%;
}
#talent ul.talentList li span {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	display: block;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
@media screen and (max-width: 999px) { 
	#talent ul.talentList {
		width: 95%;
	}
	#talent ul.talentList li {
		width: 29%;
		margin-right: 6.5%;
	}
}

/* company */
#company {
	background: #fff;
	padding: 60px 0 100px;
	position: relative;
	z-index: 1;
}
#company .profile {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
#company .profile .row {
	margin-left: 0;
	margin-right: 0;
}
#company .profile .table {
	padding-bottom: 12px;
	background: url("../img/bdr.png") repeat-x left bottom;
	font-size: 16px;
}
#company .profile .table .ttl {
	font-weight: bold;
}

/* -------------------------
 footer
------------------------- */
footer {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #1e1e1e;
	font-size: 14px;
	color: #a0a0a0;
	text-align: center;
}
footer p.copyright {
	font-size: 30px;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 30px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 4;
}
	
#pageTop a {
		
	display: block;
}
#pageTop a img {
	opacity: 0.3;
}
#pageTop a:hover img {
	opacity: 0.5;
}

/* -------------------------
 talent
------------------------- */
#contents {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 60px 0;
}
/* contents top */
#contents .contentsTop {
	margin-bottom: 40px;
}
#contents .contentsTop .mainVisual img {
	width: 100%;
	margin-bottom: 30px;
}
#contents .contentsTop h2.talTtl {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url("../img/bdr.png") left bottom repeat-x;
}
#contents .contentsTop h2.talTtl span {
	font-size: 20px;
	color: #a0a0a0;
	font-family: sans-serif;
	display: block;
}
#contents .contentsTop .profile div {
	font-size: 13px;
	line-height: 1.7;
}
#contents .contentsTop .profile div h3 {
	font-size: 16px;
}
#contents .contentsTop p.membersList {
	padding-top: 1em;
}
/* contents bottom */
#contents .contentsBottom {
	
}
#contents .contentsBottom ul {
	width: 95%;
	max-width: 940px;
	margin: 0 auto 50px;
	padding: 0;
	list-style: none;
}
#contents .contentsBottom li {
	width: 310px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#contents .contentsBottom li:nth-child(3n) {
	margin-right: 0;
}
#contents .contentsBottom li a {
	display: block;
	cursor: pointer;
}
#contents .contentsBottom li img {
	width: 100%;
}
.modal-header {
	border-bottom: none;
}
.modal-header .close {
	margin-bottom: 10px;
}
.modal-body {
	padding-top: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#contents .contentsBottom li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#contents .contentsBottom li:nth-child(3n) {
		margin-right: 2%;
	}
	#contents .contentsBottom li:nth-child(2n) {
		margin-right: 0;
	}
}
p.btnList {
	width: 310px;
	margin: 0 auto 50px;
	background: #000;
}
p.btnList:hover {
	opacity: 0.8;
}
p.btnList a {
	width: 310px;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
