body {
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #404040;
	background-color: #e8eef8;
}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.login {
  position: relative;
  margin: 30px auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0px white;
  background: #0075C2;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  box-shadow: 0 1px whitesmoke;
}

.login p {
  margin: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: center;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

input {
  xxfont-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

.login input[type=text], input[type=password] {/*.login +*/
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.login input[type=text]:focus, input[type=password]:focus {/*.login +*/
  border-color: #7dc9e2;/*7dc9e2　不明確*/
  outline-color: #dceefc;/*dceefc 不明確*/
  outline-offset: 0;
}

input[type=submit] {/*ログインボタン*/
	text-align: center;
	width: 120px;/*実寸100*/
	height: 30px;
	xdisplay: block;/*アクティブにすると左右にずれる*/
  margin: 5px 5px 0px 0px;
  padding: 4px 10px 6px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #527ACC;
  background: #fff;
  border: 1px solid #527ACC;
  border-radius: 18px;
transition: 0.3s;
}
.button_wrap{
  color: #fff;
  position: relative;
  width: 120px;
	height: 22px;/*アイコンのホバータイミング（領域）調整*/
  margin:0 auto;
}
.button_wrap::after{/*ドアアイコン*/
  content: "";
  xdisplay: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 81px;/*ひだり 時15px*/
	background: url("../img/arrow-out.svg") no-repeat;
	transition: 0.5s;
	box-sizing: border-box;
}
.button_wrap:hover::after{/*ドアアイコン*/
	background: url("../img/arrow-out-whit_edit.png") no-repeat;
	transition: .0s;
}
input[type=submit]:hover {
	cursor: pointer;
	color: #fff;
  background: #527ACC;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
 transition: 0.0s;
}
input[type=submit]:active {
	
}
.login_outbox{/*ログイン中の文字とボタンが入る*/
	display: flex;
	width: 220px;
	height: 29px;
	text-align: right;
	border: 0px solid #527ACC;
	margin: 2px;
	padding: 2px 0px 5px 5px;
	border-radius: 5px;
}
.login_chu{
	font-size: 12px;
	width: 122px;/*これでボタンとの距離調整*/
	text-align: right;
	vertical-align: middle;
	margin-top: 6px;
}
/*上からここまでは不要箇所多い 　メンバーページ特有cssも以下に記述*/
.log_btn{
		text-align: center;
	width: 90px;/*実寸100*/
	display: inline-block;/*アクティブにすると左右にずれる*/
	text-decoration: none!important;
  margin: 5px 5px 0px 0px;
  padding: 4px 19px 3px 0px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #527ACC;
	background-image: url(../img/logout_bg.png);
  border: 1px solid #527ACC;
  border-radius: 25px;
transition: 0.3s;
}
.xxlog_btn::after{
content: url(../img/arrow-out.svg);
position: relative;
right: -5px;
top: 4px;
}
.log_btn:hover{
  color: #fff;
  background-image: url(../img/logout_bg_hov.png);
  border: 1px solid #527ACC;
transition: 0.0s;
}
.height_video_list {/*トレーニングマニュアル8版　発売記念講演動画　動画リストの表セルの高さ*/
	height: 20px;
}