@charset "UTF-8";

/*
 *トップ＆登録関連
 *
 *-----------------------------------------------------------------------------------------------------------------------------------------------------*/
#contents.regist .registBg {
	height:450px;
	margin:0 auto;
	background:url(https://mobage-forsp.websoccer.jp/img/regist/registBg.jpg) no-repeat top center;
	-webkit-background-size:620px 450px;
	background-size:620px 450px;
}

#contents.regist .regist_header {
	width: 100%;
	height: 20px;
	background:url(https://mobage-forsp.websoccer.jp/img/regist/headerBgRepeat.gif) repeat-x top left;
	-webkit-background-size:100% 20px;
	background-size:100% 20px;
}
#contents.regist .regist_header > div {
	width:320px;
	height:20px;
	background:url(https://mobage-forsp.websoccer.jp/img/regist/headerBg.jpg) no-repeat top left;
	-webkit-background-size:320px 20px;
	background-size:320px 20px;
	margin: 0 auto;
}
#contents.regist .main_area {
	height:450px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

/* トップ　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.top .main_area {
	height:auto;
	margin:0 auto -10px;
	padding:3px 0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:center;
	background:url(https://mobage-forsp.websoccer.jp/img/lp/lp_stripe_bg.png) repeat center top;
}
#contents.regist.top .main_area a.info {
	width:100%;
	height:29px;
	color:#FFF;
}
#contents.regist.top .main_area a.info > div {
	position:relative;
	display:block;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:25px;
	padding:2px;
	background-color:#179FFB;
}
#contents.regist.top .main_area a.info > div > div {
	width:100%;
	height:25px;
	font-size:10px;
	line-height:25px;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.51, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
}
#contents.regist.top .main_area a.info > div > div > span {
	position:absolute;
	right: 7px;
	top: 7px;
}

/* パスワード　-------------------------------------------------------------------------------------------------------------------------*/


#contents.regist.password .main_area div.logo {
	padding:55px 0 0;
	margin:0 0 17px;
}
#contents.regist.password .main_area .input_area > div {
	display:table;
	width:300px;
	height:30px;
	background-color:rgba(225,225,225,0.7);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin:0 auto 11px;
	font-size:10px;
	font-weight:bold;
}
#contents.regist.password .main_area .input_area div > span {
	display:table-cell;
	vertical-align:middle;
}
#contents.regist.password .main_area .input_area > div > span:nth-child(1) {
	width:84px;
}
#contents.regist.password .main_area .input_area > div:nth-child(1) > span:nth-child(2) {
	text-align:left;
}
#contents.regist.password .main_area .input_area > div:nth-child(1) > span:nth-child(3) {
	width:18px;
}
#contents.regist.password .main_area .input_area > div:nth-child(1) > span:nth-child(4) {
	text-align:left;
}
#contents.regist.password .main_area .input_area > div:nth-child(2) > span:nth-child(2) {
	text-align:left;
}
#contents.regist.password .main_area .input_area > div > span > input {
	width:110px;
	height:16px;
	line-height:16px;
	font-size:10px;
	padding:0 2px;
	font-weight:normal;
	border: 1px solid #666;
}
#contents.regist.password .main_area .input_area > div:nth-child(1) > span:nth-child(2) > input {
	width:200px;
}

#contents.regist.password .main_area .input_area > div > span > select {
	width:75px;
}
#contents.regist.password .main_area .btn_area {
	margin:0 auto 27px;
}
#contents.regist.password .main_area > a.remember {
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

/* パスワード忘れた場合　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.passwordreminder .main_area div.logo {
	padding:55px 0 0;
	margin:0 0 17px;
}
#contents.regist.passwordreminder .main_area > p {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin:0 0 12px;
}
#contents.regist.passwordreminder .main_area > form > .input_area {
	width:312px;
	background-color:rgba(225,225,225,0.7);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin:0 auto 10PX;
	padding:7px 0;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table {
	border-collapse: collapse;
	font-size: 9px;
	margin:0 auto;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr > th > span {
	display:inline-block;
	width:50px;
	height:30px;
	line-height:30px;
	color:#FFF;
	background-color:#003366;
	margin:0 0 3px;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr > td > span {
	display:inline-block;
	width:244px;
	height:28px;
	line-height:28px;
	border-top:#003366 solid 1px;
	border-right:#003366 solid 1px;
	border-bottom:#003366 solid 1px;
	padding:0 0 0 3px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	margin:0 0 3px;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr > td input {
	width:96px;
	height:16px;
	line-height:16px;
	font-size:10px;
	padding:0 2px;
	font-weight:normal;
	border: 1px solid #666;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr > td > span > span {
	display:inline-block;
	width:9px;
	text-align:center;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr:nth-child(1) > td > span > select {
	width:124px;
	font-size:10px;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr:nth-child(2) > td > span > select {
	width:60px;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr:nth-child(2) > td > span > select:nth-child(1) {
	width:70px;
}
#contents.regist.passwordreminder .main_area > form > .input_area > table > tbody > tr:nth-child(2) > td > span > span {
	padding:0 2px 0 0;
}

/* パスワード忘れた場合　送信完了画面-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.passwordreminder.send .main_area > .send_mess {
	display:table;
	width:300px;
	height:72px;
	background-color:rgba(225,225,225,0.7);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin:0 auto 34px;
}
#contents.regist.passwordreminder.send .main_area > .send_mess > div {
	display:table-cell;
	vertical-align:middle;
	font-size:10px;
	line-height:140%;
	font-weight:bold;
}
#contents.regist.passwordreminder.send .main_area > .btn_area > a {
	display:inline-block;
}


/* ユーザー登録０　-------------------------------------------------------------------------------------------------------------------------*/
#contents.regist.user0 .main_area > div {
	width:100%;
	height:50px;
	display:table;
}
#contents.regist.user0 .main_area div.logo {
	padding:70px 0 0;
	margin:0 0 17px;
}
#contents.regist.user0 .main_area div.box {
	display: table;
	width:290px;
	margin: 0 auto 10px;
	background-color:rgba(225,225,225,0.7);
	padding: 6px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.user0 .main_area div.box div {
	display: table-cell;
	vertical-align: middle;
}
#contents.regist.user0 .main_area div.box .btn {
	width: 108px;
}
#contents.regist.user0 .main_area div.box .text {
	padding: 6px 6px 0;
	border:1px solid #666;
	background-color:#FFF;
	text-align:left;
	vertical-align: top;
}
#contents.regist.user0 .main_area div.box .text p {
	margin-bottom:12px;
	color:#5A5A5A;
	font-size:10px;
	line-height:130%;
}

/* ユーザー登録１　-------------------------------------------------------------------------------------------------------------------------*/
#contents.regist.team1 .main_area #page0 > div {
	width:100%;
	height:50px;
	display:table;
}
#contents.regist.team1 .main_area #page0 > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:140%;
}
#contents.regist.team1 .main_area #page0 .up {
	display: block;
	width:270px;
	height:235px;
	margin: 0 auto 10px;
	background-color:rgba(225,225,225,0.7);
	padding: 10px 15px 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.team1 .main_area #page0 .up .tabBtn{
	display: table;
	width: 100%;
}
#contents.regist.team1 .main_area #page0 .up .tabBtn >span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 132px;
	color: white;
	font-size: 11px;
}
#contents.regist.team1 .main_area #page0 .up .tabBtn >span >span {
	display: inline-block;
	width: 100%;
	line-height: 21px;
	background-color:#179FFB;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#contents.regist.team1 .main_area #page0 .up .tabBtn > span > span.onColor {
	background-color:#003366;
}
#contents.regist.team1 .main_area　#page0 .up .tabBtn > span:nth-child(1) {
	padding: 0 5px 0 0;
}
#contents.regist.team1 .main_area #page0 .up .tabBtn > span:nth-child(2) > span > span {
	opacity:0.7;
}
#contents.regist.team1 .main_area #page0 .up > div.textwrap {
	border: #6D6D6D solid 1px;
	margin: 0 0 9px 0;
	background-color: #FFFFFF;
	width: 100%;
	height:175px;
	font-size: 10px;
	line-height:140%;
	position:relative;
}
#contents.regist.team1 .main_area #page0 .up > div.textwrap > div {
	width: 268px;
	height:175px;
	color:#5A5A5A;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position:absolute;
	top:0;
	left:0;
}
#contents.regist.team1 .main_area #page0 .up > div.textwrap > div > div {
	position:absolute;
	width: 256px;
	top:0;
	left:0;
	text-align:left;
	padding:6px;
}
#contents.regist.team1 .main_area #page0 .up .check {
	line-height:20px;
}
#contents.regist.team1 .main_area #page0 .up .check span {
	display:inline-block;
	color:#000000;
	padding:0 0 0 5px;
	font-size:12px;
	font-weight:bold;
}

/* ユーザー登録２　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.user2 .main_area > div {
	width:100%;
	height:50px;
	display:table;
}

#contents.regist.user2 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:140%;
}
#contents.regist.user2 .main_area > form > .up {
	display: block;
	width:270px;
	margin: 0 auto 10px;
	background-color:rgba(225,225,225,0.7);
	padding: 10px 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.user2 .main_area > form > .up > .input_area {
	margin:0 0 10px;
}
#contents.regist.user2 .main_area > form > .up > .input_area > span {
	display:inline-block;
	width:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
#contents.regist.user2 .main_area > form > .up > .input_area > input {
	width:90px;
	height:20px;
	line-height:20px;
	font-size:10px;
	padding:0 2px;
	font-weight:normal;
	border: 1px solid #666;
}
#contents.regist.user2 .main_area > form > .up > .input_area > select {
	width:135px;
	font-size:10px;
}
#contents.regist.user2 .main_area > form > .up > .input_area > div.error-message {
	font-weight: bold;
	color:#ff0000;
}
#contents.regist.user2 .main_area > form > .up > p {
	font-size:10px;
	line-height:140%;
	margin:0 0 5px;
}
#contents.regist.user2 .main_area > form > .up > div.notes {
	line-height:100%;
}
#contents.regist.user2 .main_area > form > .up > div.notes > span {
	font-size:10px;
	line-height:140%;
	font-weight:bold;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div {
	width:232px;
	font-size:10px;
	line-height:140%;
	text-align:left;
	background-color:#FFF;
	margin:0 auto;
	padding:8px;
	border: 1px solid #666;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div h2 {
	margin-bottom:4px;
	font-size:10px;
	line-height:120%;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div h3 {
	margin-bottom:4px;
	font-size:10px;
	line-height:120%;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div p {
	margin-bottom:1.0em;
	font-size:10px;
	line-height:140%;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div ol {
	margin-bottom:12px;
	list-style:outside decimal;
	padding:0 0 0 16px;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div ol li {
	margin-bottom:3px;
}
#contents.regist.user2 .main_area > form > .up > div.notes > div .career {
	list-style:none;
}
#contents.regist.user2 .main_area > form > .up > div.notes .howtoWrapper {
	position:relative;
	height:92px;
	border: #6D6D6D solid 1px;
}
#contents.regist.user2 .main_area > form > .up > div.notes .howto {
	padding:5px;
	height:82px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position:absolute;
	top:0;
	left:0;
}
#contents.regist.user2 .main_area > form > .up > div.notes .howto a {
	font-weight:bold;
	color:#69F;
	text-decoration:underline;
}

/* ユーザー登録３　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.user3 div.registBg {
	margin:0 auto;
	background:url(https://mobage-forsp.websoccer.jp/img/regist/registBg.jpg) no-repeat bottom center #000;
	-webkit-background-size:620px 372px;
	background-size:620px 372px;
	height:auto;
}
#contents.regist.user3 .main_area {
	height:auto;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#contents.regist.user3 .main_area > div {
	width:100%;
	height:45px;
	display:table;
}

#contents.regist.user3 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:140%;
}
#contents.regist.user3 .main_area > form > .up {
	display: block;
	width:300px;
	height:auto;
	margin: 0 auto 10px;
	background-color:rgba(225,225,225,0.7);
	padding: 7px 0px 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.user3 .main_area > form > .up > table {
	border-collapse: collapse;
	margin:0 auto;
	font-size:10px;
}

#contents.regist.user3 .main_area > form > .up > table > tbody > tr {
	margin:0 0 2px;
	display:block;
}


#contents.regist.user3 .main_area > form > .up > table > tbody > tr > th {
	background-color:#003366;
}

#contents.regist.user3 .main_area > form > .up > table > tbody > tr > th > span {
	background-color:#003366;
	display:inline-block;
	width:60px;
	height:30px;
	font-size:9px;
	line-height:30px;
	color:#FFF;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(3) > th > span {
	background-color:#003366;
	display:inline-block;
	width:60px;
	height:30px;
	font-size:9px;
	line-height:14px;
	color:#FFF;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span {
	display:inline-block;
	border-top:#003366 solid 1px;
	border-right:#003366 solid 1px;
	border-bottom:#003366 solid 1px;
	text-align:left;
	width:212px;
	padding:0 0 0 7px;
	font-size:10px;
	line-height:28px;
	height:auto;
	margin:auto;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span > input {
	width:200px;
	height:18px;
	line-height:18px;
	padding: 0 2px;
	border:#666666 solid 1px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(6) > td > span > input,
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(7) > td > span > input {
	vertical-align:middle;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span > select {
	width:200px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span {
	position:relative;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span > span.mess {
	font-size:8px;
	line-height:8px;
	display:block;
	position:static;

}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr > td > span > span.alertMess {
	color:#FF0000;
	height:12px;
	font-size:8px;
	line-height:8px;
	display:block;
	position:static;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(2) > td > span > span.alertMess,
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(3) > td > span > span.alertMess,
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(5) > td > span > span.alertMess {
	top:16px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(6) > td > span > input {
	height:15px;
	width:15px;
	position:relative;
	top:-1px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(6) > td > span > label {
	display:inline-block;
	padding:0 0 0 3px;
	width:51px;
	position: relative;
	top: 2px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(7) > td > span > input {
	height:15px;
	width:15px;
	position:relative;
	top:-1px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(7) > td > span > label {
	display:inline-block;
	padding:0 0 0 3px;
	width:26px;
	position: relative;
	top: 2px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(8) > td > span > select {
	width:58px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(8) > td > span > select:nth-child(1) {
	width:72px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(9) > td > span > input[type="checkbox"] {
	height:15px;
	width:15px;
}
#contents.regist.user3 .main_area > form > .up > table > tbody > tr:nth-of-type(9) > td > span > label {
	display:inline-block;
	padding:0 0 0 3px;
	width:51px;
	position: relative;
	top: 1px;
}
#contents.regist.user3 .main_area > form > .up > p {
	width:280px;
	margin:2px auto 0;
	text-align:left;
	font-size:8px;
	line-height:120%;
}



/* ユーザー登録４　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.user4 .main_area > div:nth-child(1) {
	width:100%;
	height:60px;
	display:table;
}

#contents.regist.user4 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:140%;
}
#contents.regist.user4 .main_area > .up {
	display: block;
	width:300px;
	margin: 0 auto 10px;
	background-color:rgba(225,225,225,0.7);
	padding: 7px 0px 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.user4 .main_area > .up > table {
	border-collapse: collapse;
	margin:0 auto;
	font-size:10px;
}
#contents.regist.user4 .main_area > .up > table > tbody > tr > th > span {
	background-color:#003366;
	display:inline-block;
	width:60px;
	height:30px;
	margin:0 0 2px;
	font-size:9px;
	line-height:30px;
	color:#FFF;
}
#contents.regist.user4 .main_area > .up > table > tbody > tr > td > span {
	display:inline-block;
	border-top:#003366 solid 1px;
	border-right:#003366 solid 1px;
	border-bottom:#003366 solid 1px;
	text-align:left;
	width:212px;
	height:28px;
	padding:0 0 0 7px;
	font-size:10px;
	line-height:28px;
	margin:0 0 2px;
}
#contents.regist.user4 .main_area > .up > table > tbody > tr:nth-of-type(7) > td > span > span:nth-child(even) {
	display:inline-block;
	padding:0 20px 0 10px;

}
#contents.regist.user4 .main_area > .btn_area a {
	display:inline-block;
}
#contents.regist.user4 .main_area > .btn_area a:nth-child(1) {
	margin:0 2px 0 4px;
}

/* ユーザー登録５　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.user5 .main_area > div:nth-child(1) {
	width:100%;
	height:60px;
	display:table;
	margin:0 0 18px 0;
	padding: 10px 0 0 0;
}
#contents.regist.user5 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	line-height:140%;
}
#contents.regist.user5 .main_area > div:nth-child(1) > p {
	-webkit-animation-name: 'regist_team4_1';
	-webkit-animation-duration: 1s;
}
@-webkit-keyframes 'regist_team4_1' {
  0% { 
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
  99.9%,to { 
    -webkit-transform: perspective(400px) rotateY(360deg);
  }
}
#contents.regist.user5 .main_area > div.kickoff {
	display:table;
	margin: 0 0 0;
	width:100%;
	text-align: center;
}
#contents.regist.user5 .main_area > .up {
	width:300px;
	height:225px;
	display:table;
	margin: 0 auto 12px;
	width:300px;
	height:60px;
	background-color:rgba(225,225,225,0.7);
	padding: 7px 0px 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contents.regist.user5 .main_area > .up > div {
	display:table-cell;
	vertical-align:middle;
	font-size:10px;
	font-weight:bold;
}

/* チーム登録１　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.team1 .main_area > div:nth-child(1) {
	width:100%;
	height:80px;
	display:table;
	margin:0 0 80px 0;
}
#contents.regist.team1 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:200%;
}
#contents.regist.team1 .main_area .up {
	width:300px;
	height:60px;
	text-align:center;
	margin: 0 auto 100px;
	padding:5px 0;
	background-color:rgba(225,225,225,0.7);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	font-size:9px;
	font-weight:bold;
}
#contents.regist.team1 .main_area .up > input {
	text-align:center;
	padding:0 inherit;
	margin:0 auto;
	width:150px;
	height:12px;
	padding:7px 0;
	font-size:12px;
	line-height:12px;
	border: 1px solid #666;
	margin:0 0 2px;
}
#contents.regist.team1 .main_area .up > span {
	line-height:150%;
	display:block;
}

/* チーム登録２　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.team2 .main_area > div:nth-child(1) {
	width:100%;
	height:80px;
	display:table;
	margin:0 0 17px 0;
}
#contents.regist.team2 .main_area > div > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:200%;
}
#contents.regist.team2 .main_area ul {
	width:310px;
	padding:0 5px;
	margin:0 auto 22px;
}
#contents.regist.team2 .main_area ul > li {
	width:155px;
	height:95px;
	list-style:none;
	float:left;
}
#contents.regist.team2 .main_area ul > li > a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#contents.regist.team2 .main_area ul > li > input {
	display:none;
}
#contents.regist.team2 .main_area ul > li span.list > span {
	float:left;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(1) {
	display:block;
	width:46px;
	height:90px;
	position:relative;
	overflow:hidden;
	margin:0 2px;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(1) > span {
	position:absolute;
	bottom:0;
	left:50%;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(1) > span > img {
	position:absolute;
	bottom:0;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(1) > span > img:nth-child(1) {
	left:-41px;
	z-index:2;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(1) > span > img:nth-child(2) {
	left:-23px;
	z-index:1;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) {
	position:relative;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-align:center;
	width:100px;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(1) {
	font-size:9px;
	font-weight:bold;
	height:17px;
	line-height:17px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	z-index:2;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(2) {
	height:87px;
	opacity:0.7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	z-index:1;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) {
	top:17px;
	height:50px;
	padding:10px 0;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	z-index:3;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span {
	display:block;
	margin:0 auto;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(1) {
	margin:0 auto 6px;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(2) {
	font-size:11px;
	line-height:100%;
	font-weight:bold;
	margin:0 auto 4px;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) {
	line-height:9px;
	vertical-align:bottom;
	font-size:9px;
}
#contents.regist.team2 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(3) > span {
	font-size:13px;
	font-weight:bold;
	line-height:13px;
}
#contents.regist.team2 .main_area .btn_area {
	display: inline-block;
	margin:0 auto;
}
#contents.regist.team2 .main_area .btn_area div {
	float:left;
}
#contents.regist.team2 .main_area .btn_area div:nth-child(1) {
	margin:0 2px 0 4px;
}

/* チーム登録３　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.team3 .main_area > div:nth-child(1) {
	width:100%;
	height:90px;
	margin:0 0 7px 0;
}
#contents.regist.team3 .main_area > div > p {
	color:#FFF;
	font-size:10px;
	line-height:120%;
}
#contents.regist.team3 .main_area > div > p:nth-child(1) {
	padding:24px 0 0;
	margin:0 0 13px 0;
}
#contents.regist.team3 .main_area > div > p:nth-child(2) {
	margin:0 0 7px 0;
}
#contents.regist.team3 .main_area > div > p:nth-child(3) {
	font-size:9px;
}
#contents.regist.team3 .main_area ul {
	width:310px;
	padding:0 5px;
	margin:0 auto 22px;
}
#contents.regist.team3 .main_area ul > li {
	width:155px;
	height:95px;
	list-style:none;
	float:left;
}
#contents.regist.team3 .main_area ul > li > a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#contents.regist.team3 .main_area ul > li > input {
	display:none;
}
#contents.regist.team3 .main_area ul > li span.list > span {
	float:left;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(1) {
	display:block;
	width:46px;
	height:90px;
	position:relative;
	overflow:hidden;
	margin:0 2px;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(1) > span {
	position:absolute;
	bottom:0;
	left:50%;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(1) > span > img {
	position:absolute;
	bottom:0;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(1) > span > img:nth-child(1) {
	left:-41px;
	z-index:2;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(1) > span > img:nth-child(2) {
	left:-23px;
	z-index:1;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) {
	position:relative;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-align:center;
	width:100px;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(1) {
	font-size:9px;
	font-weight:bold;
	height:17px;
	line-height:17px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	z-index:2;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(2) {
	height:87px;
	opacity:0.7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	z-index:1;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) {
	top:17px;
	height:60px;
	padding:5px 0;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	line-height: 0;
	z-index:3;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span {
	display:block;
	margin:0 auto;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(1) {
	margin:0 auto 8px;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(1) > span:nth-child(1) {
	margin:0 3px 0 0;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(1) > span:nth-child(2) {
	border:#000 solid 1px;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(2) > span {
	display:block;
	width:63px;
	margin:0 auto 1px;
}
#contents.regist.team3 .main_area ul > li span.list > span:nth-child(2) > span:nth-child(3) > span:nth-child(2) > span:last-child {
	margin:0 auto;
}
#contents.regist.team3 .main_area .btn_area {
	display: inline-block;
	margin:0 auto;
}
#contents.regist.team3 .main_area .btn_area div {
	float:left;
}
#contents.regist.team3 .main_area .btn_area div:nth-child(1) {
	margin:0 2px 0 4px;
}

/* チーム登録４　-------------------------------------------------------------------------------------------------------------------------*/

#contents.regist.team4 .main_area > div:nth-child(1) {
	width:100%;
	display:table;
	margin:0 0 6px 0;
	padding: 22px 0 0 0;
}
#contents.regist.team4 .main_area > div:nth-child(1) > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	line-height:140%;
}
#contents.regist.team4 .main_area > div:nth-child(1) > p {
	-webkit-animation-name: 'regist_team4_1';
	-webkit-animation-duration: 1s;
}
@-webkit-keyframes 'regist_team4_1' {
  0% { 
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
  99.9%,to { 
    -webkit-transform: perspective(400px) rotateY(360deg);
  }
}
#contents.regist.team4 .main_area > div:nth-child(2) {
	width:100%;
	display:table;
	margin:0 0 44px 0;
}
#contents.regist.team4 .main_area > div:nth-child(2) > p {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:10px;
	line-height:140%;
}
#contents.regist.team4 .main_area > div.kickoff {
	display:table;
	margin: 0 0 6px;
	width:100%;
	text-align: center;
}
#contents.regist.team4 .main_area > .btn_area a {
	display:inline-block;
}

