/*CONTENTS INNER*/

.contents_inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:320px) and ( max-width:768px) {
	.contents_inner {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}


#tstopimg1 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_jp.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg2 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_ikari.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg3 {
position: relative;
min-height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_aof.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg4 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_ff.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg5 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_wom.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg6 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_kim.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg7 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_vill.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg8 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_ygm.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg9 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_oi.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg10 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_sa.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg11 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_mexico.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg12 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_st.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg13 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_cin.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg14 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_shang.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg15 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_another.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}

#tstopimg16 {
position: relative;
height: 455px;
width: 100%;
background-image: url(../../teamstory/img/storytopart_k.jpg);
background-size: cover;
	background-repeat: no-repeat;
background-position: bottom center;
overflow: hidden;
}



.teamstorytitle {
	position: relative;
	margin:-400px 0 20px 0;
}
@media screen and (min-width:320px) and ( max-width:1090px) {
.teamstorytitle {
	position: relative;
	margin:-100px 0 20px 0;
}
}
@media screen and (min-width:320px) and ( max-width:768px) {
.teamstorytitle {
	position: relative;
	margin:-100px 0 20px 0;
}
}


.teammenu0 {
	margin-top: 80px;
	margin-right: -25px;
}
.teammenu0 li {
	float: left;
	margin-right: 22px;
	margin-bottom: 40px;
}


@media screen and (min-width:320px) and ( max-width:768px) {
	.teammenu0 {
		margin-top: 20px;
		margin-right: -25px;
	}
	.teammenu0 li{
		float: left;
		margin-right:22px;
	}
}


.teammenu {
	margin-top: 20px;
}

.teammenu li {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}

.teammenu li:nth-child(4n+4) {
	margin-right: -25px;
}

@media screen and (min-width:320px) and ( max-width:768px) {
	.teammenu {
		margin-top: 0px;
	}
	.teammenu li:nth-child(2n+2) {
		margin-right: -25px;
	}
}

.teammenu2 {
	margin-top: 0px;
}

.teammenu2 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.teammenu2 li:nth-child(2) {
	margin-right: -15px;
}

.teammenu3 {
	position: relative;
	margin-top:0px;
}

.teammenu3 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.teammenu3 li:nth-child(4n+4) {
	margin-right: -25px;
}

@media screen and (min-width:320px) and ( max-width:768px) {
	.teammenu3 {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 473px;
	}
	.teammenu3 li {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}
	.teammenu3 li:nth-child(2n+2) {
		margin-right: 0px;
	}
}

.teamstoryhead {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
@media screen and (min-width:320px) and ( max-width:768px) {
.teamstoryhead {
	position: relative;
	margin-top: 0px;
	width: 100%;
overflow: hidden;
}
}


.teamstorytitle {
	position: relative;
	margin:-400px 0 20px 0;
}
@media screen and (min-width:320px) and ( max-width:1090px) {
.teamstorytitle {
	position: relative;
	margin:-100px 0 20px 0;
}
}
@media screen and (min-width:320px) and ( max-width:768px) {
.teamstorytitle {
	position: relative;
	margin:-100px 0 20px 0;
}
}

#contents7 {
	position: relative;
	width: 100%;
	z-index: 1500;
	background-color: #fff;
	min-height: 950px;
	padding-bottom:30px;

}

@media screen and (min-width:320px) and ( max-width:768px) {
	#contents7 {
		position: relative;
		margin-top: 13px;
		width: 100%;
		z-index: 100;
		min-height: 1620px;
		margin-bottom: 30px;
	}
}
.text24 {
	font-size: 11pt;
	font-weight: normal;
	color: #1b1440;
}

.text25 {
	position: absolute;
	margin-top: 5px;
	color: #000;
	font-size: 11pt;
	line-height: 1.2em;
	margin-left: 5px;
}
#contents6 {
	position: relative;
	width: 100%;
	z-index: 1500;
	background-color: #000;
	min-height: 950px;
	padding-bottom:70px;

}

@media screen and (min-width:320px) and ( max-width:768px) {
	#contents6 {
		position: relative;
		margin-top: 13px;
		width: 100%;
		z-index: 100;
		min-height: 1620px;
		margin-bottom: 30px;
	}
}

.tstext {
	position: relative;
	width: 800px	;
	margin-top: 50px;
	color:#fff;
	line-height: 1.9em;
	font-size: 12pt;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%
}
@media screen and (min-width:320px) and ( max-width:768px) {
.tstext {
	position: relative;
	width: 100%;
	color:#fff;
	line-height: 1.7em;
	font-size: 12pt;
	padding:0 20px 0 20px;
	text-align:justify
}
}

.stagename {
	position: absolute;
	margin-top: -65px;
	right: 0;
}

.tsteamtitle {
	position: relative;
	width: 600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:320px) and ( max-width:768px) {
.tsteamtitle {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
}

.tsteamname {
	position: relative;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 12pt;
}

#teamstorytop {
width: 236px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}


