@charset "UTF-8";
body {
	background: #01012b;
    background-image: url('/images/bg.png');
	color: #fff;
}
h1 {
	text-align: center;
	width: 360px;
	margin: 48px auto;
	position: relative;
}
h2 {
	text-align: center;
	width: 360px;
	margin: 32px auto;
	position: relative;
}
img.logo {
	height: 150px;
}
dl {
	margin: 0;
}
dl>dt {
	position: absolute;
	width: 100px;
	line-height: 48px;
	text-align: right;
}
dl>dd {
	display: block;
	padding-left: 120px;
	margin: 0;
	min-height: 48px;
	line-height: 48px;
}
main {
	width: 360px;
	margin: 24px auto;
}
a.btn,
button.btn {
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    display: inline-block;
}
a.btn-link,
button.btn-link {
    background-color: #17a2b8;
}
a.btn-link:hover,
button.btn-link:hover {
    background-color: #138496;
}
button.btn-toggle {
    background-color: #007bff;
    color: white;
}
button.btn-toggle:hover {
    background-color: #0056b3;
}
button.btn-modify {
    background-color: #28a745;
    color: white;
}
button.btn-modify:hover {
    background-color: #218838;
}
button.btn-delete {
    background-color: #dc3545;
    color: white;
}
button.btn-delete:hover {
    background-color: #c82333;
}
button.btn-white {
    background-color: white;
    color: black;
}
button.btn-white:hover {
    background-color: #e6e6e6;
}
button.btn-member {
	position: absolute;
	left: 8px;
	bottom: 0;
	font-size: 14px;
	font-weight: normal;
	background: rgb(255, 255, 255);
	color: black;
	padding: 4px 8px;
	border: 0;
	outline: none;
	border-radius: 4px;
    cursor: pointer;
}
button.btn-member:hover {
    background: rgb(240, 240, 240);
}
button.btn-minwidth {
    min-width: 80px;
}
.profile {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.w100p {
	width: 100%;
}
input {
	font-size: 16px;
	box-sizing: border-box;
}
input.default {
	font-size: 16px;
	padding: 4px 8px;
}
footer {
	margin: 24px 0;
	text-align: center;
}
footer>button {
	font-size: 16px;
	padding: 4px 24px;
}
