@charset "UTF-8";


a,
img,
input,
svg,
*:before,
*:after {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


#status {
  opacity: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  background: hsla( 0, 0%, 0%, 0.8);
  padding: 20px;
  border-radius: 10px;
  z-index: 2; /* over other stuff */
}

:root {


}



* {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	box-sizing: border-box;
	max-height: 999999px;
	position: relative;
}
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, figure, h1, h2, h3, h4, h5, h6, form, select {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
svg, input, select, textarea, label {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
strong {
	font-weight: 700;
}

iframe {
	border: none;
}
:focus {
	outline: 0;
}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}

hr {
	border: 0;
	padding: 0;
	margin: 0;
	height: 1px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
 color: #666;
 opacity: 1;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #666;
 opacity: 1;
}

/* Firefox 18- */
:-moz-placeholder {
 color: #666;
 opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
 color: #666;
 opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
 color: #666;
 opacity: 1;
}
.placeholder {
	color: #666;
	opacity: 1;
}
:disabled {
	color: #fff !important;
	opacity: 1 !important;
}
textarea[disabled][readonly], input[disabled][readonly] {
	color: #fff !important;
	opacity: 1 !important;
}

/* IE Only
----------------------------------------------- */
#dp_swf_engine {
	display: none;
}




/* loading cover
----------------------------------------------- */

#loader{
	width: 5000px;
	height: 102%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index:50000;
	
	background: #fff;
}

#loadingAnim{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 120px;
	text-align: center;
	transform: translate(-50%,-50%);
	display:block;
	color: #ccc;

	 background-size: contain;

}

#loadingAnim:before{ content: ''; display: block; position: absolute; top:0; left:0%; width: 100%; height: 0; padding-top: 28.26%;

}


#loadingAnim:after{ content: 'Now Loading...'; display: block; position: absolute; bottom:0; text-align: center; width: 100%; white-space: nowrap;}



#loadingAnim div:nth-of-type(1) { width: 20%; height: 55%;  left: 0%; background-position: 0% 0%;   animation-name: loading_flower_1; }
#loadingAnim div:nth-of-type(2) { width: 20%; height: 55%;  left: 20%;  background-position: 25% 0%;  animation-name: loading_flower_2;}
#loadingAnim div:nth-of-type(3) { width: 20%; height: 55%;  left: 40%;  background-position: 50% 0%;  animation-name: loading_flower_3 ;}
#loadingAnim div:nth-of-type(4) { width: 20%; height: 55%;  left: 60%;  background-position: 75% 0%;  animation-name: loading_flower_4 ;}
#loadingAnim div:nth-of-type(5) { width: 20%; height: 55%;  left: 80%;  background-position: 100% 0%;  animation-name: loading_flower_5;}
#loadingAnim > div{  background: url(./img/loading/flower.png) no-repeat; position: absolute; top: 0; opacity: 0; animation-duration: 1500ms; animation-iteration-count:infinite;}



#loading_count{
	position: fixed;
	top: 53%;
	left: 50%;
	width: 200px;
	height: 5px;

	text-align: center;
	transform: translate(-50%,-50%);
	display:none;
	
	background: #e2e8f7;
	
}

#loading_count .bar{ 
 position: absolute; 
	top: 0; left: 0;
	width: 0%;
	height: 5px;
	background: #708ed5;
	

	
}

#loading_count .per{ 
 position: absolute; 
	top: 20px; left: 50%;
	transform: translate(-50%,0);
	width: auto;
	height: auto;
	color: #708ed5;
	font-size: 0.8rem;
}



#loading_count .bar.harf{ width: 50%;}
#loading_count .bar.up{ transition-duration:300ms !important;}

/* content tags
----------------------------------------------- */
p:last-child{}
p:nth-of-type(1){}
li:first-child 		{/* 親の最初にあったら*/}
li:last-child 		{/* 親の最後にあったら*/}
li:nth-of-type(1) 	{/* n番目*/}
li:nth-child(odd) 	{/* 奇数*/}
li:nth-child(even) 	{/* 偶数*/}


th,td {
    border: solid 0px;  /* 枠線指定 */
    padding: 0px;      /* 余白指定 */
    font-weight: normal;
}
 
table {
    border-collapse:  collapse; /* セルの線を重ねる */

}





  
  @keyframes loading_flower_1 { 
  	0% { opacity: 0;}
    10% { opacity: 1;}
    80% { opacity: 1;}
    90% { opacity: 0;}
	100% { opacity: 0;}
  }
  
  @keyframes loading_flower_2 { 
  	0% { opacity: 0;}
    10% { opacity: 0;}
    20% { opacity: 1;}
    80% { opacity: 1;}
    90% { opacity: 0;}
	100% { opacity: 0;}
  }


@keyframes loading_flower_3 { 
  	0% { opacity: 0;}
    20% { opacity: 0;}
    30% { opacity: 1;}
    80% { opacity: 1;}
    90% { opacity: 0;}
	100% { opacity: 0;}
  }


@keyframes loading_flower_4 { 
  	0% { opacity: 0;}
    30% { opacity: 0;}
    40% { opacity: 1;}
    80% { opacity: 1;}
    90% { opacity: 0;}
	100% { opacity: 0;}
  }


@keyframes loading_flower_5 { 
  	0% { opacity: 0;}
    40% { opacity: 0;}
    50% { opacity: 1;}
    80% { opacity: 1;}
    90% { opacity: 0;}
	100% { opacity: 0;}
  }



