@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;
}



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

select2 {
	-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;
}


ol{margin-left: 0em; margin-bottom: 2rem;list-style: decimal;}
ol li{margin-left: 2em; margin-bottom: 1em;}
ol li:last-child{ margin-bottom: 0;}

ol ol li{ margin-left: 2em;}

ul li:last-child{ margin-bottom: 0;}

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




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

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

}

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


}


#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;}




#loadingAnim .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7e7c7c, 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.5), -1.8em -1.8em 0 0em rgba(126,124,124, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.7), 1.8em -1.8em 0 0em #7e7c7c, 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.5), 1.8em -1.8em 0 0em rgba(126,124,124, 0.7), 2.5em 0em 0 0em #7e7c7c, 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.5), 2.5em 0em 0 0em rgba(126,124,124, 0.7), 1.75em 1.75em 0 0em #7e7c7c, 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.5), 1.75em 1.75em 0 0em rgba(126,124,124, 0.7), 0em 2.5em 0 0em #7e7c7c, -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.5), 0em 2.5em 0 0em rgba(126,124,124, 0.7), -1.8em 1.8em 0 0em #7e7c7c, -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.5), -1.8em 1.8em 0 0em rgba(126,124,124, 0.7), -2.6em 0em 0 0em #7e7c7c, -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.5), -2.6em 0em 0 0em rgba(126,124,124, 0.7), -1.8em -1.8em 0 0em #7e7c7c;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7e7c7c, 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.5), -1.8em -1.8em 0 0em rgba(126,124,124, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.7), 1.8em -1.8em 0 0em #7e7c7c, 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.5), 1.8em -1.8em 0 0em rgba(126,124,124, 0.7), 2.5em 0em 0 0em #7e7c7c, 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.5), 2.5em 0em 0 0em rgba(126,124,124, 0.7), 1.75em 1.75em 0 0em #7e7c7c, 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.5), 1.75em 1.75em 0 0em rgba(126,124,124, 0.7), 0em 2.5em 0 0em #7e7c7c, -1.8em 1.8em 0 0em rgba(126,124,124, 0.2), -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.5), 0em 2.5em 0 0em rgba(126,124,124, 0.7), -1.8em 1.8em 0 0em #7e7c7c, -2.6em 0em 0 0em rgba(126,124,124, 0.2), -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.5), -1.8em 1.8em 0 0em rgba(126,124,124, 0.7), -2.6em 0em 0 0em #7e7c7c, -1.8em -1.8em 0 0em rgba(126,124,124, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(126,124,124, 0.2), 1.8em -1.8em 0 0em rgba(126,124,124, 0.2), 2.5em 0em 0 0em rgba(126,124,124, 0.2), 1.75em 1.75em 0 0em rgba(126,124,124, 0.2), 0em 2.5em 0 0em rgba(126,124,124, 0.2), -1.8em 1.8em 0 0em rgba(126,124,124, 0.5), -2.6em 0em 0 0em rgba(126,124,124, 0.7), -1.8em -1.8em 0 0em #7e7c7c;
  }
}




/* 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; /* セルの線を重ねる */

}



input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

