@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module_login.css
 author     :PCBrain
 style info :●ログインページ用
=================================================================== */

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	line-height: 1.7;
	font-size: 14px;
}

.mainlogin{
	width:400px;
	height:620px;
	margin: 30px auto;
	padding-top:45px;
	background-color:#FFFFFF;
}
/* .mainchgpass {
    width: 500px;
    height: 700px;
    margin: 0 auto;
    background-color: #FFFFFF;
} */
.headwr {
	height:76px;
	width:auto;
	min-width:1149px;
}
.header {
	width:1149px;
	margin:0 auto;
	position:relative;
}
.header h1 {
	display: block;
	position: absolute;
	top:7px;
	height:54px;
}
.header p.hnav {
	display:block;
	position:absolute;
	right:34px;
	top:18px;
}
input{
	font-size:130%;
	padding:2px;
}
/* -----------------------------------------------------------
	.login
		ログインフォーム
----------------------------------------------------------- */
/*
table th {
    padding: 4px 4px;
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    white-space: nowrap;
}


table.login{
	width: 75%;
	margin: 10px auto 15px auto !important;
}
table.login td.h2style{
	font-size:26px;
}
table.login td.h3style{
	font-size:28px;
	color: #516375;
}
table.login td{
       border: 1px solid #e2e2e2;
}
table.login th{
        border: 1px solid #e2e2e2;
}
 */
.login_item{
	font-size:12px;
	background-color:grey;
}
.login_text{
	font-size:17px;
	color:#000000;
}


.bottomLine {
    border-bottom: 1px solid #616060;
    padding: 4px 4px;
}

.loginbtn{
     width:300px;
     height:50px;
     line-height:50px;
     font-size:12px;
}

/* -----------------------------------------------------------
	.retypepwd
		パスワード再設定フォーム
----------------------------------------------------------- */
.retypepwd{
	width:450px !important;
	margin: 0 auto 15px auto !important;
}
.retypepwd table img{
	margin-left:3px;
}
.retypepwd .alphabet{
	background:url(../img/line_dot02.gif) repeat-x ;
	padding-top:5px;
}
.retypepwd .alphabet img{
	margin:5px;
}
/* -----------------------------------------------------------
	.information
		お知らせ
----------------------------------------------------------- */
table.information{
	width:600px !important;
	margin: 0 auto 15px auto;
}
table.information th.datestr{
	background-image:url(../img/ico_arrow_or.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding-left:25px;
	width:130px;
}

.mainwr {
	clear:both;
	min-width: 1210px;
/*	padding:10px 10px 250px 10px;
background-color:rgba(255,255,255,0.5);*/
}

.body-login {
	position: relative;
	min-height: 100%;
	height: auto !important;
	padding: 0px;
	padding-top: 0px;
	background-image: url(../img/top/13.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.login_title{
	color: #516375;
	border-top: 1px solid #516375;
	border-left: 1px solid #516375;
	border-right: 1px solid #516375;
	border-bottom: 1px solid #516375;
}

a.sbmt {
    position: relative;
    display: inline-block;
    background-color: #00afcc;
    text-align: center;
    color: white;
    top: 0px;
    left: 0px;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
}
a:hover.sbmt {
	color: #fff;
	background-color: #418fdb;
	text-decoration: none;
}
