@charset "UTF-8";
html {
	margin: 0;
	height: 100%;
	font-size: 12pt;
}

a, a:link {
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.3s;
}

a:hover, a:focus {
	opacity: 0.7;
	text-decoration: none;
}

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	background: linear-gradient(29deg, #080c14, #1c2e48) fixed;
	background-size: cover;
	color: #FFF;
}


.outline {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: url(../../images/bg_wrapper.png) repeat;
	background-size: 30px;
	background-position: 50% 0;
	overflow: hidden;
}
div.main {
	position: relative;
	margin: 20px 20px 50px;
	height: 600px;
	box-sizing: border-box;
}
div.main .frame {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

div.main .frame.horizontal > .frame {
	width: 50%;
	height: 100%;
}

div.main .frame.vertical > .frame {
	width: 100%;
	height: 50%;
}

body > .hidden {
	width: 0;
	height: 0;
	overflow: hidden;
}

div.main.account {
	margin: 60px auto 0;
	max-width: 400px;
    height: auto;
    overflow: hidden;
}
div.main.account .frame .pane {
	position: relative;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 5px;
	background: none;
}
div.main.account .frame .pane .content {
	position: relative;
}
div.main.account .frame .pane .content .title {
	top: 20px;
	padding: 0;
	font-size: 18px;
}
div.main.account .frame .pane .content .form-form {
	margin: 70px 20px 0;
	width: calc(100% - 40px);
}
div.main.account .frame .pane .content .form-form > * {
	width: 100%;
}
div.main.account .frame .pane .content .form-form .form-group input {
	margin-bottom: 1px;
	border: none;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #FFF;
	background-color: rgba(59, 110, 162, 0.4);
	box-sizing: border-box;
}
div.main.account .frame .pane .content .form-group input:first-child {
	border-radius: 3px 3px 0 0;
}
div.main.account .frame .pane .content .form-group input:last-child {
	border-radius: 0 0 3px 3px;
}
div.main.account .frame .pane .content p.error {
	margin: 10px 0 10px;
	width: 100%;
	font-size: 13px;
	color: rgba(255, 78, 27, 0.9);
}

div.main.account .frame .pane .content .form-form button[type=submit], 
.change_password{
	display: block;
	margin: 40px auto 30px;
	border: none;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0);
	background-image: url(../../images/login.png);
	background-size: 50px 150px;
	box-sizing: border-box;
}

div.main.account .frame .pane .content .form-form button[type=submit]:hover{
	background-position: 0 200px;
	cursor: pointer;
}

/* Djangoエラーテンプレート編集　field.errors部分 */
div.main.account .frame .pane .content .form-form .field .errorlist{
	color: rgba(255, 78, 27, 0.9);
}

div.main.account .frame .pane .content .link-biosignin {
	margin: 20px 20px;
    text-align: right;
}

div.main.account .frame .pane .content .link-backlogin {
	margin: 20px 20px;
    text-align: left;
}

div.main .frame .pane {
	position: absolute;
	top: 5px; right: 5px; bottom: 5px; left: 5px;
	margin: 0;
	padding: 0;
	background-position: right, bottom;
	background-size: 9px, 9px;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

div.main.fix .frame .pane>.close {
	display: none;
}
div.main .frame .pane .close {
	position: absolute;
	top: 8px; right: 8px;
	width: 12px;
	height: 12px;
	background-size: contain;
	z-index: 10;
	cursor: pointer;
}


div.main .frame .pane .content {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 0;
	border-radius: 5px;
	padding: 0;
	height: 100%;
	color: #FFF;
	overflow: auto;
	box-sizing: border-box;
	overflow: hidden;
}
div.main .frame .pane .content {
	border: 1px solid rgba(255,255,255,0.1) !important;
	background-color: rgba(35,96,163,0.10);
}


div.main .frame .pane .title{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}
div.main .frame .pane .title.conceal {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
div.main .frame .pane .title.conceal:hover {
	opacity: 1;
}
div.main .frame .pane .icon input[type=button]:hover {
	background-position: 0 200px;
	cursor: pointer;
}

.logo {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 275px;
    height: 26px;
    background-image: url(../..//images/logo.png);
    background-position-y: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}