/**************************************************************************************************
*	Copyright(C) TrancomITS CO.,LTD. All Rights Reserved.
*
*	SYSTEM NAME			: 株式会社鶴弥様向け	Web受注システム
*
*	SOURCE NAME			: RePassWord.css
*							パスワード再発行画面スタイルシート
*
*	DESCRIPTION			:
*
***************************************************************************************************
*	GUIDANCE						DATE				NAME
*	新規作成						2019.10.8			J.HATTORI
*
***************************************************************************************************/
.maintitle {
	margin-top:30px;
	margin-left:30px;
	color:#26228B;
	font-size:170%;
	border-bottom: solid 2px #26228B;
	width:300px;
}

.inputspace {
	margin-top:20px;
	margin-left:30px;
	padding-left:20px;
}

.description {
	margin-top:10px;
	//margin-left:10px;
	font-size:90%;
}

.buttonspace {
	margin-top:30px;
}

.actionbutton {
	width:80px;
}

.selecterror {
	font-size:120%;
	color:red;
}
.inputtable th {
	font-size: 80%;
}
.email {
	width:400px;
	ime-mode:active;
}