* {
	font-family: 
    "Hiragino Kaku Gothic ProN",
	"Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
body{
  background: #023482;
}
.navbar{
  height: 103px;
    padding: 0px;
  background: url(../images/tri.png) repeat-x;
  box-shadow: 0px 0px 10px 1px #0f0f0f;
}
.navbar img{
    height: 103px;
    margin: 0 auto;
    width: auto;

}

.navright p{
    line-height: 50px;
    margin-bottom: 0px;
    padding-left: 20px;
    background: url(../angle.png)no-repeat;
    background-position: center left;
}
.navright a{
	color:#3f3f3f;
	text-decoration: none;
}

.navright a:hover{
	color:#000;
}
.login_text h3{
  color:#fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.login_text h5{
	margin-top: 20px;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.h3num{
	margin:0px 10px ;
	color:#5084C4;
	font-size: 1.6em;
	font-weight: normal;
}
.mt10{
	margin-top: 50px;
}
.login_box,.login_box_live{
	text-align: center;
    padding: 50px 100px ;
    background: #fff;
    margin: 50px 0px;
    border-radius: 4px;
}
.login_box p{
    margin-bottom: 30px;
    line-height: 2.2em;
    font-size: 0.9em;
    text-align: left;
}
.form-mini {
	margin:0 auto;
	width: 70%;
}
.err{
    color: #ca0a00;
    font-size: 0.9em;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.border{
	border:1px solid #9f9f9f;
	padding:30px;
}
.border p{
	font-size: 0.9em;
}
.btn-q {
	margin-bottom: 20px;
	width: 50%;
}
p.sml{
	font-size: .8em;
}
.attention h5{
	font-weight: bold;
	margin-bottom: 30px;
}
.lh30{
    line-height: 38px;
    font-size: 1.2em;
    font-weight: bold;
}
.attention ul{
	list-style:none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.8em;
}
.attention ul li {
	text-align: left;
}/*
.container{
	min-height: 100vh;
}*/
.btn-rounded{
  border-radius: 30px;
  height: 50px;
  width: 50%;
  color:#032C7C;
  background: #fff;
  border: 2px solid #032C7C;
  transition: 0.4s all;
  font-weight: bold;
}
.btn-rounded:hover{
  color: #fff;
  background: #bf9c47;
  border: 2px solid #bf9c47;
}
.footer{
  color: #858EA3;
}
#footer{
	/*margin-top: -70px;*/
	height: 70px;
	padding-top: 10px;
	padding-right: 1rem;
	text-align: right;
	border-top: 2px solid #5084C4;
}
.teisi{
  padding:80px;
  text-align: center;
  background: #e5f4ff;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.text-red{
	color:#5084C4;
	text-decoration: underline;
}

.t-left{
  text-align: left;
}
.img_100 img{
	width:100%;
}
  @media screen and (max-width: 499px) { 
	.login_box, .login_box_live{
		padding: 20px ;
	}
  .w100{
    width: 100%;
  }
  .h216{
    height: 216px;
  }
  	.btn-q {
  		width: 80%;
  	}
  	.attention{
  		padding: 0px;
  	}
  	.qu{
  		padding:20px 0px;
  		margin-bottom: 20px;
  	}
  	.qu p{
  		font-size: 0.8em;
  	}
  	#footer {
  		font-size: 0.8em;
  		padding-top:0px;
  		margin-bottom: 10px;
  		height: 40px;
  	}
  	.hdnav{
  		display: none;
  	}
    .teisi{
      padding:55px 10px;
    }
  	.blk_sm{
  		display: block;
  		line-height: 2em;
  	}
  }
  @media screen and (min-width: 500px) and (max-width: 999px) {
	.navbar-expand-lg .navbar-collapse{
		display: none!important;
	}
	.login_box, .login_box_live{
		padding: 20px 0px;
	}
  	.btn-q {
  		width: 60%;
  	}
  	.hdnav{
  		display: none;
  	}
  }
  @media screen and (min-width:1000px) {
	.attention{
		margin:30px;
	}
  .w740{
    width: 740px;
  }
	.navbtn{
		display: none;
	}
	.navbar-expand-lg .navbar-collapse{
		display: none!important;
	}
  }
