@charset "utf-8";

/* CSS Document */
.popup_message {
	display: inline-block;
	line-height: 33px;
	margin-top: 72px;	/* メッセージ2行 */
}
/* メッセージ3行 */
#confirm_message, #confirm2_message, #error5_message, #error6_message {
	margin-top: 54px;
}
/* メッセージ4行 */
#error7_message, #error8_message, #error9_message, #error10_message, #error11_message {
	margin-top: 36px;
}
.popup_button_yes {
	left: 206px;
	top: 291px;
}
.popup_button_no {
	position: absolute;
	left: 364px;
	top: 291px;
}
.popup_button_agree {
	left: 285px;
	top: 291px;
}

#loarder_anime_text {
display:inline-block;
margin-left:100px;
}
#loader_anime {
display:inline-block;
width:100px;
text-align:left;
}

/* テーブル */
#table_wrapper1 {
	left: 9px;
	top: 24px;
	width:782px;
	height:auto;
}
#table_wrapper2 {
	left: 9px;
	top: 190px;
	width:782px;
	height:auto;
}
.table_border {
	border-bottom: #fff solid 1px !important;
}
.table_border_top{
	border-top: #b3b3b3 solid 1px;
}
.radio {
	margin-right:7px;
}

.table_title {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}
#table_title1 {
	left: 16px;
	top: 0px;
}
#table_title2 {
	left: 16px;
	top: 166px;
}
.text_box > .text_dot {
	padding: 0 6px;
}
