@charset 'UTF-8';

/* リセット
=============================================================================== */
html,body,h1,h2,h3,h4,h5,h6,div,p,span,a,ul,li,dd,dt,small,img{
	margin:0;
	padding:0;
	border:0;
}
a:link{
	text-decoration:none;
	color:#449;
}
a:visited{
	color:#449;
}
li{
	list-style-type:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

*::-webkit-scrollbar{
	width:6px;
	height:8px;
	background-color:#f0f0f0;
}
*::-webkit-scrollbar-thumb{
	background-color:#80858f;
}
*::-webkit-scrollbar-thumb:hover{
	background-color:#70757f;
}
*::-webkit-scrollbar-button{
	width:2px;
	height:2px;
	background-color:#40454f;
}



/* フォント
====================================================*/
@font-face {
	font-family: 'web';
	font-style:normal;
	font-weight:normal;
	src:url('/files/font/web.woff2') format('woff2'),
		url('/files/font/web.woff') format('woff'),
		url('/files/font/web.eot') format('embedded-opentype'),
		url('/files/font/web.ttf') format('truetype');
}

/* システム共通
=============================================================================== */
html{
	background: #ddd url("/files/imgs/moza.png");
}
body,
input,
textarea{
	/* font-family: "HiraKakuProN-W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif; */
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}
input{
	vertical-align: middle;
}



div.clear{
	clear:both;
	width:100%;
	height:0px;
}
p.clear{
	clear:both;
	height:0px;
}


/* ===ボタン系========================= */
.btn1{
    text-align: center;
    position: relative;
    color: #fff !important;
	font-size: 1rem;
	line-height: 2rem;
    border: 2px solid #336;
    background-color: #336;
    cursor: pointer;
    transition: .3s;
}
.btn1:hover{
    color: #336 !important;
    background-color: #fff;
}
.btn1::before,
.btn1::after{
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #336;
    opacity: 0;
    transition: .3s;
}
.btn1::before{top: 0;}
.btn1::after{bottom: 0;}

.btn1:hover::before,
.btn1:hover::after{
    height: 0;
    opacity: 1;
}


.button1{
	display: inline-block;
	background-color: #fff;
	border-radius: .5em;
	line-height: 1.7;
	padding: 0 1em;
	border: 1px solid #888;
	cursor: pointer;
	transition: background-color .1s;
}
.button1:hover{
	background-color: #e0eeff;
}

.svb{
	color: #fff;
	background-color: #c31;
	border-radius: 4px;
	cursor: pointer;
}

.onoffb{
	position: relative;
	display: inline-block;
	width: 3em;
	height: 1.4em;
	border-radius: 1em;
	cursor: pointer;
}
.onoffb[data-onoff="0"]{background-color: #777;}
.onoffb[data-onoff="1"]{background-color: #25a;}
.onoffb::after{
	position: absolute;
	top: 2px;
	content: ' ';
	width: calc( 1.4em - 4px );
	height: calc( 1.4em - 4px );
	border-radius: 1em;
	background-color: #fff;
	transition: .2s;
}
.onoffb[data-onoff="0"]::after{left:2px;}
.onoffb[data-onoff="1"]::after{left:calc( 1.6em + 2px );}


.icon-conf::before{
	font-family:'web';
	content:"\e82d";
	margin-right: .3em;
}
.icon-check::before{
	font-family:'web';
	content:"\e85f";
	margin-right: .3em;
}
.icon-checkbox::before{
	font-family:'web';
	content:"\e85a";
	margin-right: .3em;
}
.icon-checkcircle::before{
	font-family:'web';
	content:"\e861";
	margin-right: .3em;
}
.icon-checkcircle::before{
	font-family:'web';
	content:"\e861";
	margin-right: .3em;
}
.icon-pen::before{
	font-family:'web';
	content:"\e811";
	margin-right: .3em;
}
.icon-graph::before{
	font-family:'web';
	content:"\e819";
	margin-right: .3em;
}
.icon-mail1::before{
	font-family:'web';
	content:"\e800";
	margin-right: .3em;
}
.icon-mail2::before{
	font-family:'web';
	content:"\e801";
	margin-right: .3em;
}



.pup-out{/* 薄暗 */
  position: fixed;
  top:0;left:0;right:0;bottom:0;
  background-color: rgba(0,0,0,.4);
  z-index: 1000;
  animation: ana_fade .15s;
  padding-top: 30px;
}
.pup-out2{/* 透明 */
  position: fixed;
  top:0;left:0;right:0;bottom:0;
}
.pup-in{
    position: relative;
}
.pup-ti{
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 25px;
    color: #fff;
    background-color: #345;
    font-size: 13px;
    font-style: oblique;
}
.pup-ti::after{
    content: " ";
    position: absolute;
    top: 26px;
    left: 0;
    border-width: 7px 0px 0px 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #123;
}
.pup-con{
	position: absolute;
	top: 36px;left: 10px;right: 10px;bottom: 15px;
	overflow-y: auto;
}

/* 待機中ポップアップ */
.syncp-out{
	position: fixed;
	top: 0;left: 0;right: 0;bottom: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 1000;
	text-align: center;
}
.syncp-in{
	display: inline-block;
	background-color: #f0f0f0;
	line-height: 1;
	margin-top: 20%;
	padding: 10px 30px;
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}
#syncp-icon{
	display: inline-block;
	position: relative;
	width: 100px;
	height: 40px;
}
#sypi{
	position: absolute;
	top: 12px;left: 65px;
	display: block;
	width: 34px;
	height: 4px;
	background-color: #458;
	border-top: 4px solid #236;
	border-bottom: 4px solid #236;
	transform: rotate(-45deg);
	/* animation: 2s sypi linear infinite; */
}
#sypi::before{
	content: ' ';
	position: absolute;
	top: -4px;left: -12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-right: 12px solid #f5dbb5;
	border-left: 0;
}
#sypi::after{
	content: ' ';
	position: absolute;
	top: 0px;left: -12px;
	width: 0;
	height: 0;
	border: 2px solid transparent;
	border-right: 4px solid #000;
	border-left: 0;
}
@keyframes sypi{
	0%{left: 5px;opacity:0;transform: rotate(-45deg);}
	10%{left: 5px;opacity:1;transform: rotate(-45deg);}
	40%{left: 65px;opacity:1;transform: rotate(-45deg);}
	45%{left: 65px;opacity:1;transform: rotate(-48deg);}
	51%{left: 65px;opacity:1;transform: rotate(-42deg);}
	57%{left: 65px;opacity:1;transform: rotate(-48deg);}
	63%{left: 65px;opacity:1;transform: rotate(-42deg);}
	69%{left: 65px;opacity:1;transform: rotate(-48deg);}
	75%{left: 65px;opacity:1;transform: rotate(-42deg);}
	82%{left: 65px;opacity:1;transform: rotate(-42deg);}
	90%{left: 65px;opacity:0;transform: rotate(-42deg);}
	100%{left: 65px;opacity:0;transform: rotate(-42deg);}
}
#sypi-l{
	position: absolute;
	left: 2px;bottom: 1px;
	width: 60px;
	height: 1px;
	background-color: #000;
	/* animation: 2s sypil linear infinite; */
}
@keyframes sypil{
	0%{width: 0;opacity: 0;}
	10%{width: 0;opacity: 1;}
	40%{width: 60px;opacity :1;}
	82%{width: 60px;opacity :1;}
	90%{width: 60px;opacity :0;}
	100%{width: 60px;opacity :0;}
}


/* ログインページ用 */
#login-cont{
	margin: 0 auto;
	width: 90%;
	max-width: 360px;
}
#login-title{
	margin: 0 auto;
	height: 50px;
	text-align: center;
}
#login-title-icon{
	display: none;
}
#login-title-logo{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

#login{
	background-color:rgba(0,0,0,0.3);
	width: 100%;
	margin: 20px auto;
	padding: 6px 0;
}
#login p{
	text-align: center;
	margin: 20px 0;
	padding: 0 15%;
	font-size: 14px;
}
#login input[type="text"],
#login input[type="password"]{
	position: relative;
	font-family: Arial;
	border-radius: 0;
	height: 25px;
	line-height:25px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #889;
}
#login #sub_but{
	display:block;
	margin:18px auto 0;
	height:30px;
	line-height:30px;
	width:100px;
	text-align:center;
	font-size:14px;
	border-radius:6px;
	border:none;
	cursor:pointer;

	color:#fff;
	background-color:#049;
}
/* フッター
=========================================*/
#login-footer{
	height:30px;/* ここの高さ30pxを使ってjs書いてる */
	background-color:#333;
	line-height:30px;
	color:#abc;
	text-align:right;
	padding-right:20px;
}
