@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul, ol {
	list-style-type:none;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

html, body {
	height: 100%;
	-webkit-overflow-scrolling: touch !important;
	overflow-scrolling: touch;
}

body {
	position: relative;
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	background-color: #F4F7F9;
	border: 1px solid #F4F7F9;;
}

button, input, select, textarea, pre {
	font-family : inherit;
	font-size : 100%;
}

button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner{
    border :0px;
}


a:link ,a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

input[type="text"], input[type="password"] {
	margin: 0 0 4px 0;
	padding: 0 5px;
	width: 100%;
	height: 34px;
	font-size : 13px;
//	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-color: #f2f2f2;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-appearance:textfield;
	-webkit-appearance: none; 
}
input[type="text"]:focus { border-color:#1473e6; }
input[type="password"]:focus { border-color:#1473e6; }


button, input[type="submit"] {
	margin: 8px 0 0 0;
	width: 100%;
	height: 34px;
	color: #ffffff;
	letter-spacing: 1px;
	outline:none;
	color: #2A93D2;
	text-shadow: 2px 2px 3px #2A93D2;
	background-color: #FFF;
	border: solid 1px #2A93D2;
}

input[type="submit"]:hover {
	cursor: pointer;
}

.cautionbox {
	margin: 0 auto 12px auto;
	padding: 10px;
	color: #ff4c4c;
	font-size: 14px;
	text-align: left;
	border: 1px solid #ff4c4c;
}

/* ========================================================================== */

#wrapper_login {
	margin: 200px auto 0 auto;
	width: 840px;
	height: 198px;
}

#login {
	padding: 0 0 0 445px;
	background:url("../image/login/logo.png") no-repeat 30px 40%;
}

#login > .form {
	width: 395px;
	height: 198px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

table.login {
	margin: 0 auto 0 auto;
	width: 320px;
	height: 198px;
}

/* ========================================================================== */
