* { padding:0; margin:0; border: none; font-weight:normal; text-decoration:none; list-style:none; line-height:100%; box-sizing:border-box; tab-size: 40px; }
* { font-family: "Arial", "メイリオ"; }
*:focus { outline: none; }
html,body { height: 100%; }
body { color: #222; }
textarea { resize: none; }
.hide { display: none; }
.phide { position: absolute; width:1px; height: 1px; overflow: hidden; left: -9999px; top: -9999px; }

* {
	word-break: break-all;
	font-size: 16px;
}

a.textlink {
	color: rgba( 37,99,235,1 );
	text-decoration: underline;
}
a.textlink:hover {
	opacity: 0.8;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

body {
	background: rgba(249,250,251,1);
	
}

#content {
	text-align: center;
}
.inner {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: calc( 832px + 32px );
	padding: 0 16px 0 16px;
	text-align: left;
}

.header {
	text-align: center;
	padding: 16px 0 16px 0;
}
.header__logo {
	width: 300px;
	height: 52px;
	margin: 0 auto 16px auto;
	background: url("./img/logo.png") 0px 0px no-repeat;
	background-size: 300px  52px;
}
.header__title {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 20px;
}
.header__text {
	display: none;
}


.tabmenu {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFF;
}
.tabmenu-button {
	display: table-cell;
	width: 50%;
	cursor: pointer;
}
.tabmenu-button:first-child {
	border-right: 1px solid #CCC;
}
	.tabmenu-button:hover {
		opacity: 0.5;
	}
.tabmenu-button-txt {
	padding: 15px 20px;
	text-align: center;
	font-size: 20px;
	opacity: 0.5;
}
.tabmenu-button-uline {
	width: 100%;
	height: 5px;
}

.tabmenu-button.select {
	
}
.tabmenu-button.select .tabmenu-button-txt {
	font-weight: bold;
	opacity: 1;
}
.tabmenu-button.select .tabmenu-button-uline {
	background-color: #ffb650;
}


.breadcrumb {
	margin-bottom: 16px;
	line-height: 140%;
}
.breadcrumb-link {
	cursor: pointer;
}
.breadcrumb-link:hover {
	opacity: 0.8;
}
.breadcrumb-arrow {
	opacity: 0.2;
}


.white {
	display: block;
	border: 1px solid rgba(229, 231, 235, 1);
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 24px;
	background: #FFF;
}
.title-h3 {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 24px;
}
.title-h4 {
	display: block;
	margin-bottom: 8px;
	line-height: 160%;
}
.title-h5 {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
}

.text-plane {
	margin-bottom: 40px;
}
.text-plane p {
	line-height: 140%;
}

.input-text {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	background: rgba(243,244,246,1);
	padding: 16px;
	border-radius: 8px;
	line-height: 140%;
}
.input-text::placeholder {
	color: #BBB;
}

.input-select {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	background: rgba(243,244,246,1);
	border-radius: 8px;
	line-height: 140%;
	position: relative;
}
.input-select__inner {
	padding: 16px;
}

.buttonarea {
	text-align: right;
}
.button {
	display: inline-block;
	background: rgba(37,99,235,1);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 16px 32px;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
}
.button:hover {
	opacity: 0.8;
}



.white-table {
	padding: 0;
}

.table-titile {
	margin-bottom: 16px;
	position: relative;
}
.table-titile-h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

.table-files-out {
	display: block;
	border: 1px solid rgba(229, 231, 235, 1);
	border-radius: 16px;
	margin-bottom: 24px;
	overflow: hidden;
}

table.table-files {
	width: 100%;
}
table.table-files tr th,
table.table-files tr td {
	text-align: left;
	padding: 16px;
	line-height: 140%;
}
table.table-files tr th {
	font-weight: bold;
	color: #666;
	background: #EEE;
}
table.table-files tr td {
	background: #FFF;
	color: #000;
	border-bottom: 1px solid #EEE;
}
table.table-files tr td:nth-of-type(1) {
	width: 165px;
}
table.table-files tr td p {
	line-height: 140%;
}
table.table-files tr td p a {
	color: rgba( 37,99,235,1 );
}
table.table-files tr td p a:hover {
	opacity: 0.8;
}
table.table-files tr th:nth-child(1) {
	width: 170px;
}




table.table-user {
	width: 100%;
	border: 1px solid #EEE;
	border-bottom: none;
}
table.table-user tr th,
table.table-user tr td {
	text-align: left;
	padding: 16px;
	line-height: 140%;
}
table.table-user tr th {
	font-weight: bold;
	color: #666;
	background: #EEE;
}
table.table-user tr td {
	background: #FFF;
	color: #000;
	border-bottom: 1px solid #EEE;
}
table.table-user tr td p {
	line-height: 140%;
}
table.table-user tr td p a {
	color: rgba( 37,99,235,1 );
}
table.table-user tr td p a:hover {
	opacity: 0.8;
}
table.table-files tr th:nth-child(1) {
	width: 170px;
}



.dateselecter-area {
	margin-bottom: 16px;
}
.dateselecter {
	display: inline-block;
}
.dateselecter-table {
	display: table;
}
.dateselecter-row {
	display: table-cell;
	padding: 2px;
	
}
.dateselecter-select {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 4px;
}
.dateselecter-all {
	margin-bottom: 8px;
}

#dateselecter.select-lock .dateselecter-table {
	opacity: 0.2;
}
#dateselecter.select-lock .dateselecter-table select {
	pointer-events: none;
}

.tools {
	position: relative;
	margin-bottom: 16px;
}
.tools-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.tools-button {
	display: inline-block;
	border: 1px solid rgba(229, 231, 235, 1);
	background: #FFF;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
}
.tools-button:hover {
	opacity: 0.8;
}

.button-reload {
	background: url(./img/icon-reload.svg) right 9px top 9px no-repeat #FFF;
	background-size: 20px 20px;
	padding-right: 40px;
}
.button-download {
	background: url(./img/icon-download.svg) right 9px top 9px no-repeat #FFF;
	background-size: 20px 20px;
	padding-right: 40px;
}
.button-edit {
	background: url(./img/icon-edit.svg) right 9px top 9px no-repeat #FFF;
	background-size: 20px 20px;
	padding-right: 40px;
}
.button-stop {
	background: url(./img/icon-stop.svg) right 9px top 9px no-repeat #FFF;
	background-size: 20px 20px;
	padding-right: 40px;
}

.logout {
	text-align: center;
	padding-bottom: 24px;
}
.logout-link {
	color: #999;
}
.logout-link:hover {
	opacity: 0.8;
}

.copyright {
	color: #666;
	background: #EEE;
	padding: 24px;
	text-align: center;
}

.loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}
.loading.on {
	display: block;
}
.loading-ring {
	width: 64px;
	height: 64px;
	border: 10px solid rgba(255,255,255,0.2);
	border-top: 10px solid rgba(255,255,255,0.5);
	border-radius: 64px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* 一括取得画面 */
#content.page01 #page01,
#content.page01 #page03 {
	display: none;
}

/* 設定画面 */
#content.page02 #page02,
#content.page02 #page03 {
	display: none;
}

/* 自動取得画面 */
#content.page03 #page01,
#content.page03 #page02 {
	display: none;
}



#content.apage01 #admin02,
#content.apage01 #admin03 {
	display: none;
}

#content.apage02 #admin01,
#content.apage02 #admin03 {
	display: none;
}

#content.apage03 #admin01,
#content.apage03 #admin02 {
	display: none;
}


.error p {
	line-height: 140%;
}
.error p a {
	color: rgba( 37,99,235,1 );
}
.error p a:hover {
	opacity: 0.8;
}
.error-code {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 16px;
}

.login {
	text-align: center;
}

.password {
	position: relative;
	
}
.password_view {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	background: rgba(255,0,0,0);
	width: 54px;
	height: 54px;
	display: block;
	text-align: center;
	padding-top: 21px;
	font-weight: bold;
	cursor: pointer;
}
.password_view:hover {
	opacity: 0.8;
}
.password .input-text {
	padding-right: 70px;
	
}

.megabit {
	position: relative;
	
}
.megabit_view {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	background: rgba(255,0,0,0);
	width: 54px;
	height: 54px;
	display: block;
	text-align: center;
	padding-top: 21px;
	font-weight: bold;
}

.img-area {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.img-area img {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0 auto;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


#toast {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 16px;
	text-align: center;
	z-index: 9999;
}
.toast_bg {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 0 auto;
	padding: 16px;
	background: #FFF;
	border: 1px solid #999;
	box-shadow: 0 0 24px rgba(0,0,0,0.8);
	border-radius: 8px;
}
.toast_top {}
#toast_text {}
.toast_bottom {
	padding: 16px 0 0 0;
}
.toast_gauge {
	width: 100%;
	height: 3px;
	background: #CCC;
	text-align: left;
}
#toast_gauge_bar {
	width: 0%;
	height: 3px;
	background: #fc9403;
	transition: width 0.5s ease;
}




/* ==== Google ボタン ==== */
.gsi-material-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	background-color: WHITE;
	background-image: none;
	border: 1px solid #747775;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1f1f1f;
	cursor: pointer;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	max-width: 400px;
	min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
	width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
	-webkit-transition: opacity .218s;
	transition: opacity .218s;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.gsi-material-button:disabled {
	cursor: default;
	background-color: #ffffff61;
	border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
	opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
	opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
	background-color: #303030;
	opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
	background-color: #303030;
	opacity: 8%;
}
/* ==== /Google ボタン ==== */

/* -------------------------------------------------------------------- */
/* スマホ版 */
/* -------------------------------------------------------------------- */
@media screen and (max-width: 768px)
{
	.tools {
		text-align: center;
	}
	.button-reload {
		margin: 0 auto 0 auto;
		width: 260px;
	}
	.tools-right {
		position: relative;
		text-align: center;
		padding-top: 16px;
	}
	
	table.table-files tr th {
		display: none;
	}
	table.table-files tr {
		display: block;
		padding: 0px;
	}
	table.table-files tr td {
		display: block;
		width: 100%;
		border: none;
		padding: 0px;
	}
	table.table-files tr td:nth-of-type(1) {
		padding: 16px 16px 4px 16px;
		font-size: 15px;
		opacity: 0.5;
	}
	table.table-files tr td:nth-of-type(2) {
		padding: 0 16px 0 16px;
	}
	table.table-files tr td:nth-of-type(3) {
		padding: 8px 16px 16px 16px;
		border-bottom: 1px solid rgba(229, 231, 235, 1);
	}
	
	table.table-files tr td:nth-of-type(3) a {
		display: inline-block;
		display: inline-block;
		border: 1px solid rgba(229, 231, 235, 1);
		
		padding: 12px;
		border-radius: 8px;
		box-shadow: 0 0 4px rgba(0,0,0,0.1);
		
		background: url(./img/icon-attachment.svg) left 9px top 9px no-repeat rgba(249,250,251,1);
		background-size: 20px 20px;
		padding-left: 40px;
		
		margin-top: 4px;
	}
	
	.white {
		padding: 16px;
	}
	
	table.table-user {
		width: 100%;
		border: none;
	}
	table.table-user tr th {
		display: none;
	}
	table.table-user tr {
		display: block;
		padding: 0px;
	}
	table.table-user tr td {
		display: block;
		width: 100%;
		border: none;
		padding: 0px;
	}
	table.table-user tr td:nth-of-type(1) {
		padding: 16px 16px 4px 16px;
		font-size: 15px;
		opacity: 0.5;
	}
	table.table-user tr td:nth-of-type(2) {
		padding: 0 16px 0 16px;
	}
	table.table-user tr td:nth-of-type(3) {
		padding: 8px 16px 16px 16px;
	}
	table.table-user tr td:nth-of-type(4) {
		padding: 0px 16px 16px 16px;
	}
	
	
	

		
	
}

