@charset "utf-8";

*{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
*:not(input){
    -webkit-user-select: none;
	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.3rem;
	line-height:1.6;
	background-color: #ffffef;
}

/* Common */
a{
	color:#000;
	text-decoration:none;
}
ul{
	padding:0;
	list-style:none;
}
#p-message-area > p{
	font-size: 1.7rem;
}
.message{
	color:#f00;
	font-weight:bold;
}
.link-dis{
	color:#999;
}
.img-100{
	width: 100%;
	height: auto;
}
.img-h-100{
	height: 100%;
	width: auto;
}
input:not([type="radio"]):not([type="checkbox"]),button,textarea{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	appearance: button;
	-webkit-appearance: none;
	border:1px solid #999;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="radio"]{
	width:17px;
	height:17px;
	border:1px solid #000;
	background:#fff;
	vertical-align:middle;
}
input[type="radio"]:checked{
	background:#000;
}
input[type="checkbox"]{
	width:17px;
	height:17px;
	border:1px solid #000;
	border-radius:1px;
	background:#fff;
	vertical-align:middle;
}
input[type="checkbox"]:checked{
	background:#000;
}
button{
	padding:0;
	border:none;
	background-color:transparent;
}
input::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input::focus,
textarea::focus {
  outline-offset: -2px;
}
select {
	border-radius: 5px;
	border:1px solid #ccc;
	margin:0;
	padding:3px;
	background-color:#fff;
	vertical-align: middle;
}
button{
	cursor: pointer;
}
button:focus {
	outline: none;
}
img{
	vertical-align:top;
}
#log #title{
	width: 35%;
	margin: 0 auto;
	position: absolute;
	top: 2vh;
	left: 0;
	right: 0;
}
#log #logo{
	width: 20%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
#log #logo img{
	vertical-align: bottom;
}

/* Log */
#log{
	font-size: 1.8rem;
	position: relative;
	height: 99vh;
	width: 100vw;
	text-align: center;
}
#log #log-cont{
	color: #000;
	width: 100%;
	position: absolute;
	top: 10vh;
	padding: 0 50px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
#log #log-top{
}
#log-display-link-btn{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #0071bc;
	border-radius: 5px;
	width: 160px;
	padding: 12px 0;
	margin: 0 auto;
	position: absolute;
	top: 45vh;
	left: 0;
	right: 0;
	display: block;
}
#log-btn-area{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 40px 0 10px;
}
#log-btn-area #d-list{
	padding: 5px 15px;
	margin-right: 30px;
}
#log-btn-area button{
	display: none;
}
#log-display-area{
	height: 65vh;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	overflow: scroll;
	padding: 10px 0;
}
#log-display-area h2{
	font-size: 1.8rem;
	padding: 0 20px;
}
#log-table{
	font-size: 1.4rem;
	width: 100%;
	border-collapse: collapse;
}
#log-table th:first-child{
	width: 3%;
}
#log-table th:nth-child(2){
	width: 20%;
}
#log-table th:nth-child(3){
	width: 12%;
}
#log-table th:nth-child(4){
	width: 18%;
}
#log-table th:nth-child(5){
	width: 18%;
}
#log-table th:nth-child(6){
	width: 12%;
}
#log-table th:nth-child(7){
	width: 12%;
}
#log-table th:last-child{
	width: 5%;
	border-right: none;
}
#log-table th{
	padding: 1px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#log-table td{
	padding: 0 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#log-table td:last-child{
	border-right: none;
}
#log-table .ltj-error td{
	background-color: rgba(255,0,0,0.1);
}
#log-all-btn, #log-error-btn{
	width: 120px;
	color: #fff;
	background-color: #0071bc;
	font-weight: bold;
	padding: 7px 0;
	border-radius: 5px;
	text-align: center;
}
#log-all-btn{
	background-color: #777;
	margin-right: 20px;
}	
#log-error-btn{
	background-color: red;
}
#log-link-btn{
	width: 120px;
	color: #fff;
	background-color: #0071bc;
	font-weight: bold;
	margin-top: 30px;
	padding: 7px 0;
	border: 1px solid #0071bc;
	border-radius: 5px;
	float: left;
	text-align: center;
}

/* Loader */
.loader {
	margin: 100px auto;
	font-size: 12px;
	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 #808080, 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.5), -1.8em -1.8em 0 0em rgba(128,128,128, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.7), 1.8em -1.8em 0 0em #808080, 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.5), 1.8em -1.8em 0 0em rgba(128,128,128, 0.7), 2.5em 0em 0 0em #808080, 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.5), 2.5em 0em 0 0em rgba(128,128,128, 0.7), 1.75em 1.75em 0 0em #808080, 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.5), 1.75em 1.75em 0 0em rgba(128,128,128, 0.7), 0em 2.5em 0 0em #808080, -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.5), 0em 2.5em 0 0em rgba(128,128,128, 0.7), -1.8em 1.8em 0 0em #808080, -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.5), -1.8em 1.8em 0 0em rgba(128,128,128, 0.7), -2.6em 0em 0 0em #808080, -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.5), -2.6em 0em 0 0em rgba(128,128,128, 0.7), -1.8em -1.8em 0 0em #808080;
	}
}
@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #808080, 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.5), -1.8em -1.8em 0 0em rgba(128,128,128, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.7), 1.8em -1.8em 0 0em #808080, 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.5), 1.8em -1.8em 0 0em rgba(128,128,128, 0.7), 2.5em 0em 0 0em #808080, 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.5), 2.5em 0em 0 0em rgba(128,128,128, 0.7), 1.75em 1.75em 0 0em #808080, 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.5), 1.75em 1.75em 0 0em rgba(128,128,128, 0.7), 0em 2.5em 0 0em #808080, -1.8em 1.8em 0 0em rgba(128,128,128, 0.2), -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.5), 0em 2.5em 0 0em rgba(128,128,128, 0.7), -1.8em 1.8em 0 0em #808080, -2.6em 0em 0 0em rgba(128,128,128, 0.2), -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.5), -1.8em 1.8em 0 0em rgba(128,128,128, 0.7), -2.6em 0em 0 0em #808080, -1.8em -1.8em 0 0em rgba(128,128,128, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(128,128,128, 0.2), 1.8em -1.8em 0 0em rgba(128,128,128, 0.2), 2.5em 0em 0 0em rgba(128,128,128, 0.2), 1.75em 1.75em 0 0em rgba(128,128,128, 0.2), 0em 2.5em 0 0em rgba(128,128,128, 0.2), -1.8em 1.8em 0 0em rgba(128,128,128, 0.5), -2.6em 0em 0 0em rgba(128,128,128, 0.7), -1.8em -1.8em 0 0em #808080;
	}
}