@charset "utf-8";

/* ログインページ・ヘッダー
---------------------------------------------*/

#header {
	margin-bottom: 43px;
}

#header #header-inner{
	padding-bottom: 5px;
	/padding-bottom: 23px;
}

header .login-header {
	margin: 0 0 ;
}

#header h1 {
	 padding: 26px 0 0;
}

#header-inner .login-font {
	padding: 35px 0 0;
	margin: 0;
	
}

.login-header #header-top {
    background: #f27a10;
    height: 28px;
}

.login-header .logoset li {
	display:inline-block;
	padding:1.6em 0;
	text-indent:-9999px;
	height:50px;
}

.login-header .logo-ajha {
	background: url(/tokutei/img/header/logo-ajha.jpg) no-repeat center left;
	width:538px;
	height:50px;
}

.login-header .logo-sque {
	background: url(/tokutei/img/header/logo-sque.jpg) no-repeat center left;
	width:359px;
	height:34px;
}

.login-header #header-right {
	position:relative;
	height:40px;
}

.login-header #header-inner .login-font {
    padding: 0;
    margin: 0;
}

.login-header #font-change {
    bottom: 10px;
}


/* ログインページ・コンテンツ
---------------------------------------------*/

.login-contents {
	background: #fff !important;
	margin-bottom: 50px !important;
}

.entry-body {
	padding: 18px;	
}

.login-body {
	width: 950px !important;
}

.login-body p {
	margin-bottom: 15px;
}


/* フォームエリア */
.login-form {
	text-align: center;
	margin: 0 0 50px 0;	
}

.forget-form {
	margin: 0;	
}

.login-form form {
	width: 700px;
	margin: 0 auto;
	padding: 30px 20px 0 15px;
	text-align: left;
	font-size: 110%;
}


.login-form label {
	display:block;
	margin:0 0 20px 0;
	color:#555555;
}

.login-form label span {
	display:block;
	float:left;
	width:130px;
	font-weight:bold;
}

.login-form label input {
	width: 450px;
}

/* 送信・リセットボタン 

.login-form .login-submit {
	text-align: center;
}

.login-form .submit , .login-form .reset {
	width: 246px;
	height: 54px;
	padding: 0 0 3px;
	margin:0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
}
*/

/* ログイン保存箇所 */
	
.login-form .login-check {
	text-align: center;
	letter-spacing: 0px;
	font-size: 85%;
}

.login-form .check {
	padding: 0 20px 0 0;
}


/* パスワード忘れた方ページ */

.forget-form form {
	padding: 30px 20px 25px;
}

.login-form .forget-mail {
	text-align: center;
	margin-bottom:20px;
}

.forget-form .submit-btn {
	width:540px;
	margin: 0 auto;
}
.passforget-comp {
	padding-bottom: 215px;	
}


/* お問い合わせ
---------------------------------------------*/

.contact-page .entry-body {
	padding-top: 0px;
}

.contact-page .login-form {
	margin: 0 0 30px;
}

.contact-page .login-form form {
	width: 100%;
	padding: 0 20px 0 0;
}


.contact-page form dl {
	border-bottom: 1px solid #d7d6db;
	margin: 0 0 20px;
}

.contact-page form dl dt , .contact-page form dl dd{
	border-top: 1px solid #d7d6db;
	padding: 20px 0;
}

.contact-page form dl dt{
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
	clear: both;
}

.contact-page form dl dd {
	float: right;
	width: 764px;
	/float: none;
	/margin-left: 150px;
	/width: auto;
		
}

.contact-page form dl dd input {
	width: 350px;
}

.contact-page form select , .contact-page form textarea {
	width: 246px;
}

.contact-page form textarea {
	width: 457px;
	_width: 452px;
	height: 120px;
	overflow: auto;
}



/* Hタグ　設定まとめ
---------------------------------------------*/

#contents .login-title {
	padding: 25px 18px 20px;
}

.login-body h2 {
	height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.login-body .login-h2 {
	background: url(/tokutei/img/title_login.jpg) no-repeat;
	width: 150px;
}

.login-body .passforget-h2 {
	background: url(/tokutei/img/title_passforget.jpg) no-repeat;
	width: 300px;
}


.login-body h3 {
	border-bottom: #d7d6db solid 1px;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #f07937;
}

.contact-page .login-body .login-h2 {
    background-image: url(/tokutei/img/title_contact.jpg) ;
	width: 180px;
}


/* リンク　設定まとめ
---------------------------------------------*/

.login-form .login-check .forget a , .forget-mail a{
	color: #444;
}


