@CHARSET "UTF-8";

/*********
	画面
**********/
.item_display_area {
	width: 800px;
	margin: 0 auto;
}
.disp_items {
	margin-top: 40px;
}
.items_table {
	padding: 5px;
	font-size: 16px;
	margin: 0 auto;
	width: 800px;
}
.items_table .td_item_name {
	width: 500px;
}
.items_table .td_item_flg {
	width: 300px;
	text-align: center;
}

/***************
	ダイアログ
****************/
#setting_modal .well {
	margin-bottom: 0px;
}
.modal_message {
	font-size: 18px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
.modal_close_area {
	margin-bottom: 0px;
}
.modal_close,
.modal_next,
.modal_back2list {
	margin-right: 15px;
}

