@charset "utf-8";

/*----------------------------------------------------
	日時ダイアログ
----------------------------------------------------*/
/*	見出しh3 */
.goodsorderstatus h3{
	font-size: 125% ! important;
	margin: 0 0 5px ! important;
}

.goodsorderstatus {
	background-color: #fff;
	color: #333333;
}

.goodsorderstatus .ui-dialog-titlebar-close {
	display: none;
}

.goodsorderstatus .ui-dialog-content {
	margin: 1.5em;
}

.goodsorderstatus .closeBtn {
	float: right;
	margin-right: 20px;
}

.goodsorderstatus .description {
	margin: 0 0 0 20px;
	font-size: 90%;
	line-height: 150%;
}

.goodsorderstatus p {
	margin: 10px 0 10px;
}

.goodsorderstatus p span {
	color: #e60011;
}

/* テーブル */
.goodsorderstatus table {
	font-size: 82% ! important;
	width: 650px ! important;
	margin: 0 0 15px ! important;
	border: 1px solid #ccc ! important;
}

.goodsorderstatus table th {
	padding: 5px 15px ! important;
	background: #e8e8e8 ! important;
	border: 1px solid #ccc ! important;
	font-weight: normal ! important;
	text-align: center ! important;
}

.goodsorderstatus table td {
	padding: 10px 15px ! important;
	border: 1px solid #ccc ! important;
	background: #fff ! important;
	text-align: center ! important;
}

.goodsorderstatus .control_btn {
	background: #e4e9f6;
	border: 1px solid #c9d4f0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;

}
