@charset "windows-31j";
/* CSS Document */

html {
	min-height: 100%;
	position: relative;
}
body{
	overflow: auto;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
div {
	margin: 16px 0px;
}

ul { padding: 0;}
a {
	text-decoration: none;
	color:#000000;
}
a img {	border: 0px;}

.hbox { margin: 8px auto;}

.label { font-size: 14px;}
.label_s { font-size: 12px;}
.hidden { visibility: hidden;}
.border_none{	border-style: none;}
.align_left {
	padding: 0px 0px 0px 4px;
}
.errorMsg {	color: #FF0000;}

#login {
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 100px;
}

#container {
	width: 100%;
	height:100%;
	margin:  0 auto;
	position: relative;
}
#login a.bt_search {margin: 0 auto;}
#content {
	width:  250px;
	margin:  0 auto;
	padding: 40px 0px 10px;
	position: relative;
	z-index: 2;
}

input[type=text],
input[type=password]{
  margin: 5px auto;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
}

#login #footer {
	margin: 5px;
	width:  190px;
	height: 70px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	background-repeat: no-repeat;
	z-index: 1;
}
h1 {
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	color: navy;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 15px;
}
#login h1 {
	background-size: 30px;
	background-position: 15px;
}

#login #copyRight {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
}

#changePw .tanto {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}

 p.eMsg {
	color: #F00;
	margin-top: 10px;
	text-align: center;
}

p.sucMsg {
	color: #00F;
	text-align: center;
}

div.button { margin: 0px; }

#login .bt_search { margin: auto;}


/* パスワードポリシー ********************************************/
#passPolicy h1 {
	text-align: left;
	font-size:	16px;
	font-weight: bold;
	color: #373737;
	border-bottom: 2px solid #1f69d8;
	padding: 5px 5px 0px 5px;
}
#passPolicy #container { height: auto; color: #2f2f2f;}
#passPolicy #container > p { padding-right: 5px; }
#passPolicy #content {
	width: 100%;
	padding: 30px 5px;
}
#passPolicy #content p {
	margin-bottom: 20px;
}
#passPolicy ol,
#passPolicy ul {
	padding-left: 40px;
	line-height: 1.5;
}
#passPolicy ol > li{
	list-style: decimal;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#passPolicy ul > li{list-style: disc;}
#passPolicy ol > li span,
#passPolicy ul > li{
	font-size: 14px;
	font-weight: normal;
}