@charset "UTF-8";

/* LOGIN.HTML CUSTOM */

/* --------------------------------
	基本レイアウト
-------------------------------- */
input[type="text"],
textarea,
select {
    width: 100%;
}
label {
    font-weight: normal;
    line-height: 24px;
}
input[type="radio"],
input[type="checkbox"],
label[for] {
    cursor: pointer;
}
label[for] {
    vertical-align: top;
}

/* --------------------------------
	画面幅
-------------------------------- */
.login_area{
    width: 780px;
    margin: 0 auto;
}

/* --------------------------------
	ログイン領域
-------------------------------- */
.login_info_area {
    background-color:  #e1f1f3;
    padding:30px;
}

.text_label{
    font-size: 14px;
    font-weight: bold;
}

.id_check {
    text-align: center;
}
.border{
    border-top: 1px solid;
    margin-bottom: 30px;
    color:#a1a1a1;
}

/* --------------------------------
	EDMメールマガジン
-------------------------------- */
.login_edm_area{
}
.login_edm_area img{
    width: 100%;
    height: auto;
    max-height: 100%;
}

/* --------------------------------
	会員登録説明
-------------------------------- */
.login_description_area {
/*     background-color:  #ececec; */
	background-color: #bdd7ee;
    padding: 20px;
/*      margin-bottom: 30px; */
}
.login_description_area .title {
	font-size: 18px;
	font-weight: bold;
}
.login_description_area pre {
}
.login_description_area pre .important {
	color: red;
}

/* --------------------------------
	FAXでのお申し込みはこちら
-------------------------------- */
.fax_send_area {
    text-align: right;
}

/* --------------------------------
	ボタンレイアウト
-------------------------------- */
.button_area {
    text-align: center;
}

.button_area .button_change{
    font-size: 20px;
    width: 250px;
    height: 50px;
}
