/* 入力域デザイン　*/
input, select {
	padding: 4px;
	margin: 0px; border-radius : 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

td input[type="text"] {
	width: 100%;
}

.datepicker {
	min-width: 80px;
}
/* 付箋の色 */
.tagBlue { background-color: #0099FF;}
.tagYellow { background-color: #FFFF66;}
.tagRed { background-color: #FF3333;}
.tagGreen { background-color: #00A256;}

/* テーブルデザイン　カスタマイズ */
table {
	table-layout: auto;
}

.table>tbody>tr>td a {
	display: block;
	width: 100%;
	height: 100%;
}

.table>tbody>tr>td:hover {
	background-color: #FFCC99;
}

.table-hover>tbody>tr:hover {
	background-color: #cccccc
}

.table>thead>tr>th {
	border: 1px solid #cccccc;
	background-color: #F0FFF0;
}

.table>tbody>tr>td {
	border: 1px solid #cccccc;
	max-width: 500px;
}

.table>tbody>tr>th {
	border: 1px solid #cccccc;
	background-color: #F0FFF0;
}
/* ! テーブルデザイン　*/

.textOverflow {
	text-overflow: clip;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	overflow: hidden;
	white-space: nowrap;
	vertical-align: bottom;
}

.error input, .error textarea, .error select {
	margin-bottom: 0;
	background-color: #FFFFCC;
}

.error label, .error label.error {
	color: red
}

div.error-message {
	color: red;
	margin-bottom: 10;
}

/* Jquery Stable UI */
#jquery-ui-sortable {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jquery-ui-sortable #ui-state-default {
	float: left;
	margin: 1px;
	padding: 0px;
	font-size: 15px;
	cursor: move;
	background-color: whitesmoke;
}

/* 画像アップロード -> */
#Upload-file {
	width: 100%;
	height: 300px;
	position: relative;
	display: inline-block;
	border: 2px deepskyblue solid;
	margin: 10px 0px;
}

#Upload-file #Upload-file-preview {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#Upload-file input[type="file"] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

/* 印刷用 -> */
@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}
/*added by @r*/
.csv_io_btn {
	float: right;
}