html {
    height: 100%;
}

body{
	margin:0;
	padding:0;
	color:#333;
	height:100%;
	background-color:#f7f9ff;
	font-size:13px;
	line-height:15px;
}

div{
	margin:0;
	padding:0;
}

p{
	margin:1em 0 0.3em;
	padding:0;
}


#wrapper{
	position:relative;
	max-width:950px;
	margin:0 auto;
	padding:0;
	min-height:100%;
	//background-color:#ff7a5c;
}

.wrapperOCR{
	position:absolute !important;
	width:38%;
	left:61%;
	top:0;
}

#header{
	position:relative;
	width:100%;
	height:64px;
	background-size:contain;
	background-color:#d1478c;
	background-repeat:no-repeat;
}

#login #header{
	position:relative;
	width:100%;
	padding-top:27.894%;
	height:0;
	background-image:url(../images/logo.gif);
	background-size:contain;
	background-color:#f7f9ff;
}

#navigation{
	position:absolute;
	right:8%;
	top:0;
	width:32%;
	text-align:right;
	color:white;
	visibility:visible;
	line-height:1.5em;
}

#navigation #sheet{
	font-size:15px;
	line-height:22px;
}

#footer{
	
	width:90%;
	margin:0 auto;
	text-align:center;
	color:white;
	padding-bottom:1em;
}

#footer .back{
	border-bottom:1px solid white;
}

#content{
	padding-top:1em;
	//background-color:#f7f9ff;
	padding-bottom:10%;
	background-size:contain;
	background-position: bottom;
	background-repeat:no-repeat;
}

#content>div{
	padding:0;
	margin:0 auto;
}

h2{
	margin:0 0 1em;
	padding-left:0.5em;
	color:#d1478c;
	border-left:5px solid #d1478c;
	line-height:1.1em;
}

hr {
	border:solid #53d397;
	border-width:2px 0 0 0;
} 

a:link, a:hover, a:visited{
	color:#333;
	text-decoration:underline;
}

#header a:link, #header a:hover, #header a:visited, #navigation a:link, #navigation a:hover, #navigation a:visited{
	color:white;
}



#footer a:link, #footer a:hover, #footer a:visited{
	color:white;
}

.lead{
	background-color:white;
	padding:0 20%;
}

.error{
	background-color:#ffe3de;
}

.error p, .lead p{
	padding:1em;
	margin-bottom:1em;
}

textarea{
	box-sizing:border-box;
	width:100%;
	height:10em;
}

.object p{
	margin-top:5px;
	margin-bottom:2px;
}

input[type="text"], input[type="password"]{
	box-sizing:border-box;
	width:100%;
	margin-right:0;
	border:1px solid #ccc;
	font-size:1.2em;
	padding:0.3em;
}

.object input[type="text"]{
	font-size:13px;
	padding:2px;
}

input[type="submit"]{
	display:block;
	margin:1em auto;
	width:150px;
	height:1.6em;
	font-size:1.2em;
	line-height:1.6em;
	background-color:#53d397;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	font-weight:bold;
}

#register input[type="submit"]{
	background-color:#ff7a5c;
}

a.button:link, a.button:hover, a.button:visited{
	display:block;
	margin:1em auto;
	width:150px;
	height:1.6em;
	font-size:1.2em;
	line-height:1.6em;
	background-color:#53d397;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#login a.button:link, #login a.button:hover, #login a.button:visited{
	background-color:#ff7a5c;
}

select{
	font-size:1.2em;
}

.required{
	color:#ff7a5c;
	margin:0 0.5em;
}

#footer table{
	margin:0 auto 3em;
	border-spacing: 20px;
}

#footer table td{
	text-align:left;
}

.for_pc{
	display:block;
}
	
	
.for_sp{
	display:none;
}

a.link:link, a.link:visited, a.link:hover{
	position:relative;
	width:30%;
	height:0;
	padding-top:15%;
	padding-bottom:2em;
	margin-bottom:1.5em;
	margin-right:3%;
	display:block;
	background-color:#53d397;
	float:left;
	color:white;
}

a.link:hover{
	background-color:#ff7a5c;
}

a.link div{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	padding-top:1em;
	padding-bottom:2em;
	box-sizing:border-box;
	display:table;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-origin: content-box;
}

a.link div>span{
	position:absolute;
	display:block;
	width:100%;
	height:2em;
	line-height:2em;
	bottom:0;
	color:white;
	text-align:center;
	text-decoration:underline;
}

#camera div{
	background-image:url(../images/icons/camera.png);
}

#chart div{
	background-image:url(../images/icons/chart.png);
}

#admins div{
	background-image:url(../images/icons/admins.png);
}

#users div{
	background-image:url(../images/icons/users.png);
}
#support div{
	background-image:url(../images/icons/support.png);
}
#files div{
	background-image:url(../images/icons/file.png);
}

.skeleton{
	display:none;
}



table.list{
	background-color:white;
	border-left: 1px #aaa solid;
	border-top: 1px #aaa solid;
	width:100%;
}

table.list td,table.list th{
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	padding:0.5em;
}

div.array{
	font-size:0.95em;
	line-height:1.1em;
	margin-left:1.5em;
}

div.object{
	font-size:0.95em;
	line-height:1.1em;
	margin-left:1.5em;
}



.add, .zip, .change{
	text-align:right;
	padding-bottom:0;
}

a.removeButton, a.removeButton2{
	font-size:2em;
	font-weight:bold;
	color:red;
	text-decoration:none;
}

a.closeButton{
	font-size:2em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1em;
}

a.addButton{
	font-size:1em;
	font-weight:bold;
	color:#53d397;
	text-decoration:none;
}

a.changeButton{
	font-size:1em;
	font-weight:bold;
	color:#53d397;
	text-decoration:none;
}

a.zipButton{
	font-size:1em;
	font-weight:bold;
	color:#53d397;
	text-decoration:none;
}

#customers{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	z-index: 9999;
	display:none;
}

#customers>div.sheet{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}

#customers>div.list{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:90%;
	height:90%;
	max-width:640px;
	min-height:300px;
	border-radius:10px;
	background-color:white;
}

#customers form{
	padding:2em;
}

#customers>div.list>form>div{
	overflow:auto;
	margin-top:1em;
}

#graph{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	z-index: 9998;
	display:none;
	overflow:auto;
}

#graph>div.sheet{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}

#graph>div.chart{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	border-radius:10px;
	background-color:white;
	padding: 0;
	margin:1em auto;
	max-width:930px;
}

#graph>div.chart>div{

}


#table{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	z-index: 9998;
	display:none;
	overflow:auto;
}

#table>div.sheet{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}

#table>div.table{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	border-radius:10px;
	background-color:white;
	padding: 0;
	margin:1em auto;
	max-width:930px;
}


.DDarea {
    margin: 1em 0;
    text-align: center;
    background-color: #e8e8e8;
    height:5em;
    line-height:5em;
    width:100%;
}

.images{margin-bottom:0;float:left}
.images div{margin:5px;float:left;text-align:center}
#upload.images div{height:280px}
.images div p{text-align:left;margin:0;padding:0}
.images div p.links{text-align:center}
.images div p.links a{margin:0 0.5em}
.images div p a.removeButton{text-decoration:none}
.images div p a.removeButton2{text-decoration:none;display:none}
.images div img{width:auto;height:auto;max-width:250px;max-height:250px;vertical-align:top;cursor: pointer;border: 2px solid #666666}
.images div img.over{border: 2px dashed #000}

#OCR{
	position:fixed;
	left:0;
	top:0;
	width:60%;
	background-color:rgba(0,0,0,0.5);
	z-index: 9998;
	display:none;
	height:100%;
	overflow:auto;
}
#OCR>p{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	width:100%;
	height:35px;
	color:white;
	line-height:40px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




#OCR>#OCRimage{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	display:block;
	padding:35px 10px 10px;
	bottom:75px;
	width:100%;
	box-sizing:border-box;
}

#OCR>#OCRtext{
	position:absolute;
	z-index:0;
	left:0;
	bottom:0;
	display:block;
	padding:35px 10px 10px;
	height:75px;
	width:100%;
	box-sizing:border-box;
}

#OCR>#OCRtext>a{
	color:white;
	display:block;
	text-align:center;
}


#OCR form{
	position:absolute;
	visibility:hidden;
	display:block;
	left:10px;
	right:10px;
	top:60px;
	bottom:10px;
	margin:0;
	padding:0;
}


#OCR textarea.all{
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}


#OCR #touchArea{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
}


#OCR #touchArea img{
	display:block;
	width:100%;
	height:auto;
}

#OCR p.result{
	position:absolute;
	z-index:1;
	left:10px;
	right:10px;
	height:30px;
	margin:0;
	top:0;
	display:block;
	padding:0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px; 
	color:#333;
	font-size:20px;
	background-color:#efe;
	box-sizing:border-box;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#OCR #touchArea #DIV_SELECT {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	border:1px solid #f00;
	box-shadow:1px 1px 1px #ccc;
	margin:0;
	padding:0;
	display:none;
	background-color:rgba(0,0,0,0.1);
}
#DIV_SELECT span {
	opacity:0.6;
	background:#000;
	color:#fff;
}

#loading{
	font-weight:bold;
	font-size:20px;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
	color:white;
}


@-webkit-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}

@-moz-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}

@keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}

.hiddenKey{
	display:none;
}

#oneMoreImage, #noMoreImage{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	z-index: 10001;
	display:none;
}

#oneMoreImage>div.sheet,#noMoreImage>div.sheet{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}

/* @media screen and (max-width:480px){ */
	.for_sp{
		display:block;
	}
	
	.for_pc{
		display:none;
	}
	
	#menu, #close{
		position:absolute;
		right:3%;
		top:40px;
		width:100px;
		z-index: 9998;
		text-align:right;
		font-size:13px;
		line-height:15px;
	}
	
	#persons{
		position:absolute;
		right:150px;
		top:30px;
		width:100px;
		z-index: 9998;
		text-align:right;
		font-size:13px;
		line-height:15px;
	}
	
	#menu a{
		color:white;
		line-height:1.5em;
	}
	
	#close{
		visibility:hidden;
	}
	
	#navigation{
		position: absolute;
		left: 0;
		top: 0;
		width: 97%;
		height:55px;
		z-index: 9997;
		font-size:13px;
		line-height:15px;
	}
	
	#login #navigation .mypage{
		display:none;
	}
	
	#navigation .mypage{
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		display:block;
		height:55px;
		width:55px;
	}
	
	#navigation .mypage img{
		display:block;
	}
	
	#navigation>p{
		margin-right:0;
		margin-top:0.5em;
	}
	
	#navigation #sheet{
		position:absolute;
		right:0;
		top:40px;
		margin:0 auto;
		max-width:950px;
		display:none;
	}

	#navigation #sheet #links{
		position:absolute;
		right: 0;
		padding:45px 20px 20px;
		top: 5px;
		width: 200px;
		background-color:#999;
	}
	

	#footer table{
		font-size:0.8em;
		border-spacing: 10px;
	}
	
	#copyright{
		font-size:0.8em;
	}
	
	a.link:link, a.link:visited, a.link:hover{
		width:47%;
		padding-top:23.5%;
		padding-bottom:2em;
		margin-bottom:1em;
	}
/*} */


#botframe {

    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 568px;
    max-width: 100%;

    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-color:white;
    z-index: 999;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);

}


#chatbot{
	text-align:right;
	padding-right:3%;
}

#chatbot img{
	width:96px;
	height:auto;
}


#payee_botframe{
  position:fixed;
  bottom:0;
  right:0;
  width:320px;
  height:568px;
  max-width:100%;
  -moz-background-size:100% auto;
  background-size:100% auto; 
  background-color:white;
  z-index: 9999;
  display:none;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

#payee_botframe_header{
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  height:30px;
  font-size:28px;
  line-height:30px;
  background-color:#eee;
  padding:4px 0 6px;
}

#payee_botframe_header a{
  text-align:right;
  float:right;
  display:block;
  width:45px;
  height:30px;
  margin-right:15px;
}

#payee_botframe_header div{
  text-align:left;
  font-size:18px;
  margin-left:15px;
  color:#333;
}

#payee_botframe_body{
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  box-sizing: border-box;
  width:100%;
  height: 100%;
  padding-top: 40px;
}

#payee_botframe_body iframe{
  width:100%;
  height:100%;
}

@media screen and (max-width:480px){
  #payee_botframe{
    width:100%;
    height:100%;
  }
}

.back{
	text-align:right;
	background-color:#f7f9ff;
	margin:0;
	padding:1em 0.5em 0.5em;
}

#mypage .back, #login .back, #admin .back{
	padding:0;
	display:none;
}

#content #topicPath{
	margin-bottom:1em;
}

.loading{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}


@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@media screen and (max-width:950px){
	table.list{
		font-size:0.8em;
		width:calc(100% - 1em);
	}
	#content{
		padding-left:2%;
		padding-right:2%;
	}
}


