.inline {
	display: inline !important;
}

div#settei {
	width: 97%;
	border: 0px solid red; 
	min-height: 1500px;
	padding: 20px 0 40px 40px;
	background-color: #fff;
}

div#gTitle {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 5px 10px 20px;
	border-left: 5px solid #888;
	margin: 25px 0 25px 1px;
}


table.tab,
div#settei_panel {
	/*width: 95%;*/

}

table.tab {
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.tab td {
	border-bottom: 1px solid #888;
	padding: 10px 15px 5px;
	letter-spacing: 1px;
	text-align: center;
	background: linear-gradient(#fff,#eee);
}
table.tab td a {
	color: #444;
}
table.tab td.on,
table.tab td.off {
	/*width: 200px;*/
	white-space: nowrap;
}
table.tab td.on {
	border: 1px solid #888;
	border-top: 4px solid #d4001e;
	border-bottom: 1px solid #fff;
	background: #fff;
}
table.tab td.off a {
	color: #bbb;
}
table.tab2 td.on {
	border-top: 1px solid #888 !important;
}
table.tab2 td.on,
table.tab2 td.off {
	width: 150px;
}
table.tab2 td.off {
}



div#settei_panel {
	border: 1px solid #fff;
	border-top: 0;
	min-height: 1000px;
	background-color: #fff;
	padding: 25px 0 15px 0;
}
div#settei_panel div#imgarea {
	margin-left: -15px;
}
div#settei_panel div.thum {
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	float: left;
	margin: 0 0 15px 15px;
	/*
	background-color: yellow;
	padding:10px;
	*/
	position: relative;
}
div#settei_panel div.thum img {
	width : 120px;
	height:  80px;
	object-fit: cover; /* この一行を追加するだけ！ */
}


span.click {
	cursor: pointer;
	text-decoration: underline;
}
span.click:hover {
	color: #c70018;
	font-weight: 700;
}

/*
div#droparea {
	height: 100px;
	border: 1px solid red;
}
*/

/*
.dropzone {
	border: 2px dashed #0087F7;
	border-radius: 5px;
	background: white; 
	padding: 2em;
}
.dropzone .dz-message {
	font-weight: 400; 
}
.dropzone .dz-message .note {
	font-size: 0.8em;
	font-weight: 200;
	display: block;
	margin-top: 1.4rem; 
}
*/

table.edt_lst {
	
}
table.edt_lst th,
table.edt_lst td {
	padding: 13px 0 3px 10px;
	vertical-align: top;
}
table.edt_lst th {
	padding-left: 0;
}
table.edt_lst th div.thum {
	margin-left: 0 !important;
}
table.edt_lst th.chk {
	text-align: center;
	vertical-align: center;
	padding: 10px;
}

.txt,
table.edt_lst td .txt1,
table.edt_lst td .txt2 {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 400px;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1) inset;
}
table.edt_lst td .txt2 {
	width: 400px;
	font-size: 12px;
	color: #666;
}
.txt {
	color: #333;
	font-weight: 700;
	width: 240px;
	background-color: #fff;
}





div#gTitleForm {
	font-weight: 700;
	margin-bottom: 1em;
}

div.setumei {
	font-size: 90%;
	margin: 1em 0 2em 1px;
	color: #999;
}

.sbmt {
	height: 2.5em;
	width: 150px;
}

div#alldel {
	margin-top: 3.5em;
}

div.tlabel {
	font-size:10px;
	margin-top:2px;
	text-align:center;
	background-color: #fff;
}

input::-webkit-input-placeholder{ color: #ddd; }
input::-moz-placeholder         { color: #ddd; }
input:-ms-input-placeholder     { color: #ddd; }
