@charset "shift_jis";
/*------------------------------------------------------------------
　　　　　　　　　　　レイアウト調整
------------------------------------------------------------------*/

.header--title{
	margin-top:18px;
}


/*------------------------------------------------------------------
　　　　　　　ID・パスワード問い合わせ、初期登録
------------------------------------------------------------------*/

h2{
	background:#689f38;
	padding:5px 10px 3px;
	margin:0;
	border:1px solid #eee;
	font-size:24px;
	font-weight:normal;
	color:#fff;
}
h2.fix{
	background:none;
	padding:0;
	margin:70px 0 0;
	border:none;
	text-align:center;
	font-size:20px;
	color:#689f38;
}
h2.fix + div p{
	text-align:center;
}
h2.fix + div p:first-child{
	margin-bottom:30px;
}
h2 span{
	margin-left:20px;
	font-size:12px;
}
h3{
	background:url('../img/headlineBg.gif') left bottom repeat-x;
	margin:30px 0 10px;
	font-size:20px;
	font-weight:normal;
	color:#689f38;
}
h3 + p{
	margin-top:0;
}
h4{
	margin-bottom:0;
	font-size:16px;
	font-weight:normal;
}
h4 + p{
	margin-top:0;
}
.agreement{
	margin-top:50px;
	text-align:center;
}
.table--entry th{
	width:20%;
}
.table--entry td{
	width:30%;
}
.table--idpw th{
	width:20%;
}
.table--idpw td{
	width:80%;
}
td p{
	margin:0;
}
td input[maxlength="255"]{
	width:400px;
}
.formNavi .backLogin a{
	background:url('../img/btn-backLogin.gif') no-repeat;
	width:210px;
}
.formNavi .nextTop a{
	background:url('../img/btn-nextTop.gif') no-repeat;
	width:210px;
}
.mail{
	background:#eee;
	width:400px;
	padding:10px;
	margin:30px auto;
	font-size:24px;
	text-align:center;
}
.mail + div{
	width:750px;
	margin:0 auto;
}
.mail + div p:first-child{
	margin-bottom:30px;
}
#container .inquiry{
	background:#fcfcfc;
	width:450px;
	padding:5px 10px 10px;
	margin:40px auto 20px;
	border:1px solid #eee;
}
#container .inquiry dl{
	padding:0;
	margin:0;
	text-align:center;
}
#container .inquiry dt{
	margin-bottom:10px;
	border-bottom:1px dotted #c8c8c8;
	font-size:16px;
}
#container .inquiry dd{
	margin:0;
}
#container .inquiry .tel{
	font-size:24px;
	font-weight:bold;
	line-height:1;
}

