@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(href=https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://code.ionicframework.com/ionicons/1.4.1/css/ionicons.min.css);
/*==================================================================================================

共通スタイル
基本設定（PC版想定：769px以上）

==================================================================================================*/
html,
body {
	min-height: 100%;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size:1.0em;
	color: #fff;
}
body {
	background: #2e3441;
	background-image: -webkit-radial-gradient(#e5e5e5, #bfbfbf 80%);
	background-image: -moz-radial-gradient(#e5e5e5, #bfbfbf 80%);
	background-image: -o-radial-gradient(#e5e5e5, #bfbfbf 80%);
	background-image: radial-gradient(#e5e5e5, #bfbfbf 80%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#header h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	font-size:2.4em;
	font-weight: 400;
	border-bottom: solid 4px #e2e2e2;
	position: relative;
	margin:1em auto 0;
	padding-bottom:4px;
	width: 290px;
}
#header h1:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 4px #fff;
bottom: -4px;
width: 20%;
}
#container .signin {
	display: block;
	position: relative;
	width: 250px;
	margin: 10px auto 6px;
	padding: 20px;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
}
#container .signin .avatar {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border: 5px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
#container .signin .avatar:before {
	content: "\f272";
	text-align: center;
	font-family: Ionicons;
	display: block;
	height: 100%;
	line-height: 100px;
	font-size: 5em;
}
#container .signin h2 {
	font-size:1.3em;
	font-weight:800;
	text-align: center;
	margin:6px 0 1em;
}
#container .signin .inputrow {
	position: relative;
}
#container .signin .inputrow label {
	position: absolute;
	top: 12px;
	left: 10px;
}
#container .signin .inputrow label:before {
	color: #538a9a;
	opacity: 0.4;
	-webkit-transition: opacity 300ms 0 ease;
	-moz-transition: opacity 300ms 0 ease;
	transition: opacity 300ms 0 ease;
}
#container .signin input[type="text"],
#container .signin input[type="password"] {
	padding: 10px 12px 10px 32px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: #fff;
	color: #333;
	font-size: 1em;
	font-weight: 300;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: border-color 300ms 0 ease;
	-moz-transition: border-color 300ms 0 ease;
	transition: border-color 300ms 0 ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container .signin input[type="text"]:focus + label:before,
#container .signin input[type="password"]:focus + label:before {
	opacity: 1;
}
#container .signin input[type="submit"] {
	-webkit-appearance: none;
	height: 40px;
	padding: 10px 12px;
	margin-bottom: 10px;
	background-color: #538a9a;
	/*text-transform: uppercase;*/
	color: #fff;
	border: 0px;
	float: right;
	margin: 0;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#container .signin input[type="submit"]:hover {
	background-color: #5e98a8;
}
.signin input[type="submit"]:active {
	background-color: #4a7b89;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	position: relative;
	padding-left: 36px;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 16px;
	opacity: 0.8;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
	display: block;
	height: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
input[type="checkbox"] + label:before {
  left: 0;
	top: -2px;
	width: 30px;
	background: rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
}
input[type="checkbox"] + label:after {
	opacity: 0.3;
	background: #fff;
	top: 0px;
	left: 2px;
	height: 12px;
	width: 12px;
	-webkit-transition: all 200ms 0 ease;
	-moz-transition: all 200ms 0 ease;
	transition: all 200ms 0 ease;
}
input[type="checkbox"]:checked + label {
	opacity: 1;
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	left: 16px;
}
input, button {
	min-height: 100%;
	font-weight: 300;
	font-size: 1em;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
#container .comment {
	color: #5e5e5e;
	margin:0 auto;
	width: 290px;
	font-size: 14px;
}
#container .comment p {
	margin-top:0;
}
#container .comment.attention {
	color: #c33;
}
#footer .footer_bottom {
	position: relative;
	margin: 6em auto 0;
	/*padding: 5px 0 20px;*/
}
#footer .footer_bottom small {
	color: #fff;
	position: absolute;
	font-size: 9px;
	font-size: 0.9rem;
	font-family: 'Source Sans Pro';
	bottom: 8px;
	right: 0;
}
@media (max-width: 480px){
	#footer .footer_bottom small {
	font-size: 0.8rem;
	left:0;
	right: 0;
	text-align: center;
	}
}
