/* txt
-------------------------------------------*/
.txt{
margin:10px 0;
}

.txt-pa{
padding:10px 0;
}

.txt-c{
text-align:center;
padding:10px;
}

.txt-r{
text-align:right;
padding:10px;
}

.txt-center li{
padding:10px;
}

.a-underline a{
text-decoration:underline;
}

.float-l{
	float:left;
	margin-right:25px;
}

.float-l:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;
  clear: both; 
  visibility:hidden;
}

.clear { 
  text-indent:100%;
  white-space:nowrap; 
  overflow:hidden;
	display: none;
 }

 /* clearfix
-------------------------------------------*/
.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
	
.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 

 /* global
-------------------------------------------*/
#global-content{
	background:#fffbac !important;
}

.global-header{
padding:10px;
background-color:#ffac0c;
color:#fff;
}

/* content
-------------------------------------------*/
#wrapper{
	word-wrap: break-word;
	overflow: hidden;
	background: url(../img/pre/back.jpg) repeat;
}

#content{
	max-width:960px;
	margin:0 auto 0 auto;
}

video{
	max-width: 960px;
	width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.header{
	margin: 10px 0;
	position: relative;
	z-index: 1;
}

.header .chara{
	position: absolute;
	top:0;
	left:450px;
	z-index: -1;
}

.register-box{
	width: 480px;
	border-radius: 8px;
	background: rgba(255,210,74,0.6);
	margin: 10px 0 20px 0;
}

.register-list{
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.register-list .left{
	width: 200px;
	text-align: center;
}

.register-list .right{
	line-height: 0;
}

.register-list img{
	margin: 5px;
}

.howto{
	position: relative;
	z-index: 3;
	padding: 20px;
	margin: 10px 0;
}

.howto img{
	max-width: 873px;
	width: 100%;
}

 /* global
-------------------------------------------*/
#global-content{
	background:#fffbac !important;
}

.global-header{
padding:10px;
background-color:#ffac0c;
color:#fff;
}

/* info
-------------------------------------------*/
.info li{
	padding:0 0 0 10px;
	height:44px;
	border-top:solid 1px #ccc;
}

.info li a{
	display:block;
	height:44px;
	line-height:44px;
}

.info li:last-child {
border-bottom:solid 1px #ccc;
}

.info a{
   position: relative;
}

.info a::after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:3px solid #ccc;
	border-right:3px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
}

.info-list{
	padding:10px;
}

.info-list dd{
	margin-bottom:5px;
}

.info-list li{
	margin-bottom:10px;
}

.info-list-img{
	padding:10px;
}

.info-list-img img{
	max-width: 100%;
}

.faq dt{
	display:block;
	background:url(../img/i-plus.png) right no-repeat,#fff;
	font-weight:bold;
	background-size:25px;
	padding:10px;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}

.faq dd{
	background:#fff;
	margin-left:0;
	padding:5px;
	display:none;
}

.faq dt.active{
    background:url(../img/i-minus.png) right no-repeat,#fff;
	background-size:25px;
}

.faq2 dt{
	background:#f1fff1;
	font-weight:bold;
	display:block;
	background-size:25px;
	padding:5px 2px;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}

.faq2 dd{
	background:#fff;
	margin-left:0;
	padding:5px;
	display:none;
}

.faq2 dt.active{
	background:#fff7c0;
	background-size:25px;
}

/* back-btn
-------------------------------------------*/
.back-btn{
    border-top:solid 1px #00a6bf;
}

.back-btn a{
    display:block;
    line-height:35px;
    width: 280px;
    color:#fff;
}

.back-btn{
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #51ba4f;
    margin:10px auto;
    height:35px;
    width: 280px;
}


.back-btn INPUT{
	background:none;
	border:none;
    display:block;
    line-height:35px;
    width: 280px;
    color:#fff;
}

/* footer
-------------------------------------------*/
.footer-chara{
	max-width:845px;
	margin:0 auto;
}

.footer-chara img{
	width:100%;
	max-width:845px;
}

.footer-bk{
	width:100%;
	height:350px;
	background:url(../img/footer_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-color:#ffffed;
	margin-top:-230px;
}

.footer-info{
	background:#ffac0c;
	width:100%;
	text-align:center;
	padding:20px 0;
}

.footer-info nav{
	margin-bottom:20px;
}

.footer-info-sp{
	background:#ffac0c;
	text-align:center;
	padding:10px;
}

.footer-link{
	margin-top:20px;
}

.ui-footer{
    text-shadow: none;
    background:#ffac0c;
    padding:10px 0;
    text-align:center;
}


/* CDT
-------------------------------------------*/
.countdown-header{
	text-align: center;
	padding: 10px;
}
.countdown-header img{
	width: 80%;
}

.countdown{
	text-align: center;
	background: #009DE9;
	border-radius: 8px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.6em;
}

#CDT{
 font-size: 110%;
}
#CDT .day{
 font-size: 130%;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: ;
}

/* Media Queries
-------------------------------------------*/
@media only screen and (max-width:768px){
	
	.header{
		text-align: center;
	}
	
	.header h1 img{
		max-width: 100%;
	}
	
	.header .subtitle img{
		max-width: 100%;
	}
	
	.header .chara{
		position: static;
		margin-left: 20px;
	}
	
	.header .chara img{
		max-width: 80%;
	}
	
	.register-box{
		width: auto;
		margin: 0 10px;
	}
	
	.register-box ul{
		width: 90%;
		margin: 0 auto;
	}
	
	.register-list{
		width: 80%;
		margin: 0 auto;
		justify-content: space-between;
	}
	
	.register-list .left{
		width: auto;
	}

}

/* Media Queries
-------------------------------------------*/
@media only screen and (max-width:640px){
	
	#wrapper{
		padding: 0;
	}
	
	#content{
		margin:0 auto;
}
	
	.header h1 img{
		width: 100%;
}

	.header .subtitle img{
		width: 100%;
	}
	
	.header .chara{
		position: static;
		margin-left: 20px;
	}
	
	.header .chara img{
		width: 100%;
	}
	
	.register-box{
		width: auto;
		display: block;
		text-align: center;
		margin: 0 10px;
	}
	
	.register-list .left{
		width: auto;
	}

	.register-list{
		display: block;
		width: auto;
	}
	
	.register-list img{
	margin: 5px 0 0 0;
	max-width: 200px;
}
	.howto{
		padding: 10px;
	}
	
	.regisiter-count-title img{
		width: 80%;
	}
	
	.regisiter-count-number img{
		width: 10%;
	}
	
	footer{
		//margin-top: -5em;
	}
	
	.footer-bk {
    height: 200px;
    margin-top: -180px;
	}
	
	.footer-info .txt-c{
		text-align: left;
	}

/* Media Queries
-------------------------------------------*/
@media only screen and (min-width:640px){
	.sp-only {
	display:none;
}