@charset "utf-8";

ul,ol,dl,li {
	list-style: none;
}

.sponly {
display:none;
}

.pconly {
display:inherit;
}


.page_main {
	width: 960px;
	margin:0;
	padding:0;
	font-size: 1.6rem;
}

.teamlab {
    width:100%;
    background:#fff;
}

#header_wrap {
	width: 960px;
	position: fixed;
	top:0;
	z-index:50;
	/* border-bottom:1px solid #005ca2; */
	margin:0;
	padding:0;
	height: 50px;
	box-shadow:0px 0px 12px 2px rgba(102,102,102,0.6);
}

#header {
	width:100%;
	margin:0;
	padding:0;
}

#header nav {
	overflow: hidden;
	width:100%;
	background: -moz-linear-gradient(left, #fabe00 0%, #6fba2c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fabe00 0%,#6fba2c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fabe00 0%,#6fba2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 50px;
}

#header nav h1 {
	text-align:left;
	padding:0 0 0;
	margin:0 5px 0 0px;
	color:#fff;
	float:right;
	font-style: italic;
	width:40px;
}
#header nav h1 a {
	text-decoration: none;
	color:#fff;
}
#header nav h1 a img {
	width:100%;
}

#header nav ul {
	text-align:left;
	padding:0 0 0;
	margin:18px 10px 0 5px ;
	float:left;
	overflow: hidden;
}

#header nav ul li {
	text-align:left;
	padding:0 8px;
	color:#fff;
	line-height: 0.8rem;
	float:left;
	margin:0 0;
	list-style: none;
	border-right:1px solid #fff;
}
#header nav ul li:last-child {
	border-right:none;
}

#header nav ul li a {
	text-align:left;
	padding:0 0 0;
	color:#fff;
	font-size:1.3rem;
	line-height: 1.4rem;
	text-decoration:none;
	text-shadow:0px 0px 6px #455c3d;
}

#mainttl {
	width:100%;
	margin:40px 0 0 0;
}
#mainttl img {
	width:100%;
}




.section {
	padding:90px 0 0px;
	width:100%;
	margin:0 0 00px 0;
}
.section .ttl {
	margin:0 70px 15px;
}
.section .bdy {
	margin:0 0;
	padding:0 0 0;
}
.section .bdy p {
	font-size: 1.5rem;
	line-height: 2.3rem;
	padding:20px 70px;
	margin:0 0;
}
.section .bdy p img {
	width:100%;
}

#read .ttl img {
	width:380px;
}
#read #bdy1 {
	background:url(../teamlabimages/sec1_bg1.png) no-repeat top right;
	background-size: 70%;
}
#read #bdy2 {
	background:url(../teamlabimages/sec1_bg2_pc.jpg) no-repeat bottom right;
	background-size: 100%;
	padding:0 0 130px 0;

	text-shadow:0px 0px 6px #fff;
}


#ticket {
	background:#fff;
}
#ticket .ttl img {
	width:475px;
}
#ticket .bdy {
	margin:0 70px;
	background: -moz-linear-gradient(left, #fab500 0%, #ff8800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fab500 0%,#ff8800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fab500 0%,#ff8800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:30px 50px;
}
#ticket .bdy ul {
	margin:0;
	padding:10px 70px;
}
#ticket .bdy ul li {
	margin:0 0 10px 0;
	padding:0 0 25px 0;
	background:url(../teamlabimages/plus.png) no-repeat center bottom;
	background-size:20px;
}
#ticket .bdy ul li:last-child {
	background:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#ticket .bdy ul li img {
	width:100%;
}
#ticket .bdy p {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
#ticket .bdy p img {
	width:100%;
}

#ticket p a {
	display: block;
	width:420px;
	margin:0 auto;
}

#ticket p a img {
	width:70%;
}

#ticket span {
	font-size: 1.4rem;
}


#howtouse .ttl img {
	width:500px;
}

#howtouse dl {
	width:calc(100% - 140px);
	display:table;
	margin:0 70px;
	font-size: 1.8rem;
	border-top:1px dashed #666;
	padding:25px 0;
}
#howtouse dl:last-child {
	border-bottom:1px dashed #666;
}
#howtouse dl dt,
#howtouse dl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#howtouse dl dt {
	text-align: center;
	padding:7px;
	color:#fff;
	background:#6fba2c;
	border-radius: 8px;
	width: 2.5rem;
	height: 2.5rem;
}
#howtouse dl dd {
	padding:0 0 0 15px;
	line-height: 120%;
}
#howtouse dl dd span {
	font-size: 1.4rem;
}



#about .ttl img {
	width:457px;
}

#about .bdy {
	background:#000;
	color:#f9f9f9;
}
#about .bdy p {
	padding:30px 70px;
	font-size: 1.6rem;
	line-height: 150%;
}

#about .bdy .mov {
	padding:20px 70px;
}

#about .bdy p.link {
	text-align: center;
}
#about .bdy p.link a {
	font-size:1.6rem;
	display: block;
	padding:15px;
	text-decoration: none;
	border:1px solid #fff;
	color:#fff;
}
#about .bdy p.link a:hover {
	opacity: 0.8;
}

.mov_inner {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:15px auto 30px;
    }

.mov_inner iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%!important;
     height: 100%!important;
    }

.snstop {
	float:right;
	margin:0 15px 0 0;
}

.wsbl_facebook_like {
	width: 135px!important;
}


@media screen and (max-width: 767px) {


}


/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */

@media screen and (max-width: 640px) {

.sponly {
display:inherit;
}

.pconly {
display:none;
}

.page_main {
	margin:0;
	padding:0;
	font-size: 1.2rem;
}

.teamlab {
    width:100%;
    background:#fff;
}

#header_wrap {
	width: 100%;
	position: fixed;
	top:0;
	z-index:50;
	/* border-bottom:1px solid #005ca2; */
	margin:0;
	padding:0;
	box-shadow:0px 0px 12px 2px rgba(102,102,102,0.6);
}

#header {
	width:100%;
	margin:0;
	padding:0;
}

#header nav {
	overflow: hidden;
	width:100%;
	background: -moz-linear-gradient(left, #fabe00 0%, #6fba2c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fabe00 0%,#6fba2c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fabe00 0%,#6fba2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 50px;
}

#header nav h1 {
	text-align:left;
	padding:0 0 0;
	margin:0 5px 0 0px;
	color:#fff;
	float:right;
	font-style: italic;
	width:40px;
}
#header nav h1 a {
	text-decoration: none;
	color:#000;
}
#header nav h1 a img {
	width:100%;
}

#header nav ul {
	text-align:left;
	padding:0 0 0;
	margin:18px 10px 0 5px ;
	float:left;
	overflow: hidden;
}

#header nav ul li {
	text-align:left;
	padding:0 8px;
	color:#fff;
	line-height: 0.8rem;
	float:left;
	margin:0 0;
	list-style: none;
	border-right:1px solid #000;
}
#header nav ul li:last-child {
	border-right:none;
}

#header nav ul li a {
	text-align:left;
	padding:0 0 0;
	color:#000;
	font-size:1.25rem;
	line-height: 1.4rem;
	text-decoration:none;
	text-shadow:none;
}

#mainttl {
	width:100%;
	margin:40px 0 0 0;
}
#mainttl img {
	width:100%;
}




.section {
	padding:70px 0 0px;
	width:100%;
	margin:0 0 00px 0;
}
.section .ttl {
	margin:0 15px 15px;
}
.section .bdy {
	margin:0 0;
	padding:0 0 0;
}
.section .bdy p {
	font-size: 1.25rem;
	line-height: 1.6rem;
	padding:15px;
	margin:0 0;
}
.section .bdy p img {
	width:100%;
}

#read .ttl img {
	width:220px;
}
#read #bdy1 {
	background:url(../teamlabimages/sec1_bg1.png) no-repeat top right;
	background-size: 100%;
}
#read #bdy2 {
	background:url(../teamlabimages/sec1_bg2.png) no-repeat bottom right;
	background-size: 100%;
	padding:0 0 50px 0;

	text-shadow:0px 0px 6px #fff;
}


#ticket {
	background:#fff;
}
#ticket .ttl img {
	width:280px;
}
#ticket .bdy {
	margin:0 0;
	background: -moz-linear-gradient(left, #fab500 0%, #ff8800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fab500 0%,#ff8800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fab500 0%,#ff8800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:15px;
}
#ticket .bdy ul {
	margin:0;
	padding:10px 0;
}
#ticket .bdy ul li {
	margin:0 0 10px 0;
	padding:0 0 25px 0;
	background:url(../teamlabimages/plus.png) no-repeat center bottom;
	background-size:20px;
}
#ticket .bdy ul li:last-child {
	background:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#ticket .bdy ul li img {
	width:100%;
}
#ticket .bdy p {
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}
#ticket .bdy p a {
	width:100%;
}
#ticket .bdy p img {
	width:100%;
}
#ticket span {
	font-size: 1.2rem;
}


#howtouse .ttl img {
	width:290px;
}

#howtouse dl {
	width:calc(100% - 40px);
	display:table;
	margin:0 20px;
	font-size: 1.6rem;
	border-top:1px dashed #666;
	padding:15px 0;
}
#howtouse dl:last-child {
	border-bottom:1px dashed #666;
}
#howtouse dl dt,
#howtouse dl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#howtouse dl dt {
	text-align: center;
	padding:7px;
	color:#fff;
	background:#6fba2c;
	border-radius: 8px;
	width: 2.5rem;
}
#howtouse dl dd {
	padding:0 0 0 15px;
	line-height: 120%;
}
#howtouse dl dd span {
	font-size: 1.4rem;
}



#about .ttl img {
	width:240px;
}

#about .bdy {
	background:#000;
	color:#f9f9f9;
}
#about .bdy p {
	padding:20px;
	font-size: 1.2rem;
	line-height: 150%;
}

#about .bdy .mov {
	padding:20px;
}

#about .bdy p.link {
	text-align: center;
}
#about .bdy p.link a {
	font-size: 1.2rem;
	display: block;
	padding:8px 5px;
	text-decoration: none;
	border:1px solid #fff;
	color:#fff;
}
#about .bdy p.link a:hover {
	opacity: 0.8;
}

.mov_inner {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:5px auto 20px;
    }

.mov_inner iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%!important;
     height: 100%!important;
    }


}

