﻿/* アカウントコントローラ
---------------------------------------------------*/
/* 共通 */
div#agreement_box
{
	width: 960px;
	height: auto;
	margin: 0;
	overflow: hidden;
	font-size: 0.8em;
}

/* 発車オ～ライネット登録規約 */
div.agreement_box_body
{
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.agreement_box_body_right 
{
    width: 100%;
	height: auto;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.agreement_box_body_left
{
    width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 登録フォーム */
div.register_box
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

div.register_box input[type="password"] 
{
	width: 300px;
	margin-left: 5px;
}

div.register_box input[type="text"] 
{
	width: 300px;
	margin-left: 5px;
}

div.register_box p
{
	width: 100%;
	height: auto;
	text-align: left;
}

table.register_tbl
{
	width: 958px;
	height: auto;
}

table.register_tbl th 
{
	width: 300px;
	background: rgba(169, 169, 169, 0.2);
}

table.register_tbl th,
table.register_tbl td 
{
	height: 40px;
}

table.register_tbl th label
{
	text-align: left;
	margin-left: 10px;
}

table.register_tbl tr
{
	border-top: solid 1px #268BBA;
	border-bottom: solid 1px #268BBA;
}

.asterisk
{
	color: #FF0000;
}

label.error 
{
	margin-left: 5px;
	font-size: 0.8em;
	color: #ff7f50;
}

/* ログインフォーム */

div.login_box_header
{
	width: 80%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url("../Images/Background/bg_contents.gif");
}

div.login_box_body
{
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.login_box_footer
{
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.new_member 
{
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

p.new_member a 
{
    font-size: 1.2em;

}

/* パスワードリマインダフォーム */
div.reminder_box
{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}


div.reminder_box input[type="text"] 
{
	width: 400px;
	margin-left: 5px;
}

div.reminder_box p
{
	width: 100%;
	height: auto;
	text-align: left;
}

table.reminder_box
{
	width: 958px;
	height: auto;
	text-align: center;
}

table.reminder_tbl th,
table.reminder_tbl td 
{
	height: 50px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}
