@charset "UTF-8";
/* CSS Document */

.popup_detail .popup_message {
	line-height: 33px;
	padding-top: 72px;	/* メッセージ2行 */
}

/* メッセージ3行 */
#error_message, #error3_message, #error4_message {
	padding-top: 54px;
}

span#loader_anime {
	position: absolute;
}

.popup_button_agree {
	left: 285px;
	top: 291px;
}

/* テーブル画面上部テキスト */
.table_top_text.line3 {
	font-size: 19px;
	line-height: 26px;
}

/* テーブル */
#table_wrapper1 {
	left: 104px;
	top: 90px;
	width:592px;
	height:196px;
}

/* パスワード表示チェックボックス */
.show_password.check_box {
	position: absolute;
	width: 170px;
	top: 335px;
	left: 522px;
}
/* ラベル */ 
.check_box .label_show_password {
	text-align: left !important;
	position: absolute;
	left: 25px;
	top: 0px;
	font-size: 20px;
	font-weight: normal;
}
