﻿@charset "utf-8";

@import "common.css";
@import "list.css";

/**********************************************************
 *登録用ページ画面スタイル
 **********************************************************/

#header {
	height: 20px;
}

#container {
	border-width: 0px;
	width: 100%;
}

/**********************************************************
 *登録用ページ::外枠
 **********************************************************/
.user-regist {
}

/**********************************************************
 *登録用ページ::ボディ部
 **********************************************************/
.user-regist .basic {
	margin: 10px 0px 10px 0px;
}

/**********************************************************
 * フォーム部品::変更可能フィールド
 **********************************************************/
.elements-login-lastname {
    width: 150px;
}
.elements-login-firstname {
    width: 150px;
}
.elements-mailaddress {
    width: 300px;
}

/**********************************************************
 * フォーム部品::確認ボタン
 **********************************************************/
.elements-submit {
	width: 200px;
}

/**********************************************************
 * 確認ボタン(IE用)
 **********************************************************/
.confirm {
	width: 430px;
	text-align: center;
}

/**********************************************************
 * 確認ボタン(FireFox用)
 **********************************************************/
.confirm input {
	margin-left: auto;
	margin-right: auto;
}


/**********************************************************
 * 確認ボタン(FireFox用)
 **********************************************************/
.centering {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}


