#Contents h1 {
	margin: 0 0 23px;
	border-left: 6px solid #005A82;
	padding: 0 0 0 .6em;
	line-height: 33px;
	font-size: 1.8rem;
	font-weight: normal;
}
#Contents a {
	color: #005A82;
}

#Contents .instruction,
#Popup .instruction {
	margin: 0 0 30px;
	padding: 0 20px;
	line-height: 2em;
	font-size: 0.9rem;
	color: #003d75;
}
#Contents .title_tab + .instruction {
	margin-top: 20px;
}

#Contents ul.instruction,
#Popup ul.instruction {
	list-style-position: outside;
}

#Contents dl.instruction dt,
#Popup dl.instruction dt {
	float: left;
	line-height: 1.6em;
}

#Contents dl.instruction dd,
#Popup dl.instruction dd {
	margin: 0 0 5px 50px;
	width: calc(100% - 50px);
	line-height: 1.6em;
}

#Contents .emphasize,
#Popup .emphasize{
	margin: 0 5px;
	color: #FF3908;
	font-weight: bold;
	font-size: 1em;
}

#Contents .note,
#Popup .note{
	display: block;
	margin-top: 2px;
	color: #FF3908;
	font-size: 1em;
}

#Contents .alert,
#Popup .alert {
	display: none;
	margin: 0 0 30px;
	padding: 0 20px;
	width: 100%;
	line-height: 2em;
	font-size: 1em;
	color: #FF3300;
}
p.alert:before {
	content: '！';
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	text-align: center;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
}





#Contents .control_icon {
	display: inline-block;
	width: 60px;
	height: 20px;
	background-color: #005A82;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
#Contents .control_icon:hover {
	opacity: 0.8;
}
#Contents .control_icon:before {
	content: "▼";
	position: absolute;
	top: 50%; left: 27%;
	transform: translate(-50%,-50%) rotate(-90deg);
	color: #fff;
	font-size: .7rem;
}
#Contents .control_icon:after {
	content: "詳細";
	display: inline-block;
	margin-left: 25px;
	color: #FFF;
	font-size: 0.9rem;
}

#Contents .control_icon.edit {
}
#Contents .control_icon.edit:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0; left: 4px;
	width: 20px;
	height: 20px;
	transform: none;
	background-image: url(../../../../file/img/icon_btn_edit.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}
#Contents .control_icon.edit:after {
	content: "編集";
}

#Contents .control_icon.delete:before {
	content: "×";
	font-size: 1.6rem;
}
#Contents .control_icon.delete:after {
	content: "削除";
}

#Contents .control_icon.csv:after {
	content: "CSV";
}

#Contents .control_icon.download {
	width: 100px
}
#Contents .control_icon.download:before {
	left: 16%;
}
#Contents .control_icon.download:after {
	content: "ダウンロード";
}

#Contents .control_icon.duplicate:before {
	content: "+";
	font-size: 1.6rem;
}
#Contents .control_icon.duplicate:after {
	content: "複製";
}

#Contents .title_tab {
	display: block;
	position: relative;
	border-bottom: 1px solid #000;
}
#Contents .title_tab span {
	display: inline-block;
	position: relative;
	margin: 0 0 -1px 2px;
	border: 1px solid #000;
	padding: 3px 10px 2px;
}
#Contents .title_tab span.on {
	border-bottom-color: #FFF;
}
#Contents .title_tab span a {
	margin: -3px -10px -2px;
	padding: 3px 10px 2px;
	width: auto;
	box-sizing: border-box;
}

#Contents .title_bar{
	margin-top: 20px;
	margin-bottom:12px;
	border-bottom:1px solid #000;
	padding-bottom: 6px;
	height: 24px;
}
#Contents .title_bar h2{
	display:inline-block;
	margin:0;
	font-size:1rem;
	font-weight:normal;
}
#Contents h1 + .title_bar{
	margin-top: 0;
}
#Contents h2,
#Popup h2 {
	margin: 30px 0 20px;
	font-weight: bold;
}
#Contents h3,
#Popup h3 {
	margin: 17px 0;
	font-weight: bold;
}
#Contents h3:not(:first-child) {
	margin-top: 40px;
}

#Contents p,
#Popup p {
	margin: 0 0 10px;
}

#Contents ul,
#Popup ul {
	margin: 0 0 10px;
	list-style: square;
	list-style-position: inside;
}

#Contents ul li,
#Popup ul li{
	margin: 0 0 10px;
}

#Popup dl {
	margin: 0 0 10px;
}
#Popup dl dt {
	margin: 0 0 5px;
}
#Popup dl dd {
	margin: 0 0 10px;
}
#Popup dl dd textarea {
	width: calc(100% - 2px);
	height: 5em;
	box-sizing: border-box;
}
#Popup dl.table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5px;
}
#Popup dl.table dt {
	width: 30%;
}
#Popup dl.table dd {
	width: 70%;
}
#Popup dl.table dd input:not([type]),
#Popup dl.table dd input[type=text] {
	width: calc(100% - 2px);
}

#Contents h3 span.note {
	display: inline-block;
	margin-left: 30px;
	font-size: 0.8em;
}
#Contents .control_action {
	display:inline-block;
	margin-left:40px;
	position: relative;
	font-weight:normal;
	font-size:1rem;
	cursor: pointer;
}
#Contents span.control_action {
	margin: 0 5px;
}
#Contents .control_action:before{
	display: block;
	width: 16px;
	height: 16px;
	background: #005A82;
	color: #fff;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-120%,-50%);
	-ms-transform: translate(-120%,-50%);
	transform: translate(-120%,-50%);
}
#Contents .control_action.add:before{
	content:"+";
}
#Contents .control_action.edit {
	border-radius: 10px;
	width: 60px;
	height: 20px;
	background: #005A82;
}
#Contents .control_action.edit:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0; left: 4px;
	width: 20px;
	height: 20px;
	transform: none;
	background-image: url(../../../../file/img/icon_btn_edit.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}
#Contents .control_action.edit:after {
	content: "編集";
	display: inline-block;
	margin-left: 20px;
	color: #FFF;
	font-size: 0.9rem;
}


#Contents .col_select,
#Contents .col_tool,
#Popup .col_select{
	background: #f4f4f4;
	padding: 12px 30px;
	overflow: hidden;
}
#Contents .col_select > dl,
#Contents .col_tool > dl,
#Popup .col_select > dl{
	margin: 0;
}
#Contents .col_select > dl > dt,
#Contents .col_tool > dl > dt,
#Popup .col_select > dl > dt{
	float: left;
	padding-right: 6em;
	width: 14em;
}
#Contents .col_select > dl > dd,
#Contents .col_tool > dl > dd,
#Popup .col_select > dl > dd{
	float: left;
	margin: 0;
}
#Contents .col_select > dl > dd > dl,
#Contents .col_tool > dl > dd > dl,
#Popup .col_select > dl > dd > dl{
	margin: 0;
}
#Contents .col_select > dl > dd > dl > dt,
#Contents .col_tool > dl > dd > dl > dt,
#Popup .col_select > dl > dd > dl > dt{
	float: left;
	text-align: right;
	width: 120px;
	height: 25px;
}
#Contents .col_select > dl > dd > dl > dd,
#Contents .col_tool > dl > dd > dl > dd,
#Popup .col_select > dl > dd > dl > dd{
	margin: 0 0 12px 120px;
	width: calc(100% - 120px);
	min-height: 25px;
}
/*
#Contents .col_select > dl > dd > dl > dd:last-child,
#Popup .col_select > dl > dd > dl > dd:last-child{
	margin: 0 0 0 1em;
}
*/
#Contents .col_select > dl > dd > dl > dd .control_caption,
#Contents .col_tool > dl > dd > dl > dd .control_caption,
#Popup .col_select > dl > dd > dl > dd .control_caption{
	font-size:0.85rem;
	color:#666;
}
#Contents .col_select button,
#Contents .col_tool button,
#Popup .col_select button{
	padding-top:.2em;
	padding-bottom:.2em;
}

#Contents .wrap_contents {
	margin-bottom:60px;
}

#Popup .wrap_contents {
	overflow-y: auto;
}

#Contents .table_list,
#Popup .table_list {
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
}
#Contents .col_select + .table_list,
#Contents .col_tool + .table_list {
	margin-top: 30px;
}

#Contents .table_list th,
#Popup .table_list th{
	padding: .4em .7em;
	font-weight: normal;
	text-align: left;
}
#Contents .table_list tr.placeholder,
#Popup .table_list tr.placeholder{
	background-color: yellow !important;
}
#Contents .table_list tr:nth-child(even),
#Popup .table_list tr:nth-child(even){
	background-color: rgba(0, 0, 0, 0.1);
}
#Contents .table_list tr.on,
#Popup .table_list tr.on{
	background-color: #FCEFA1;
}
#Contents .table_list tr td,
#Popup .table_list tr td{
	border-top: 1px solid #999;
	padding: .7em;
	line-height: 1.5em;
	word-break: break-all;
}

#Contents .table_list tr td:first-child {
	max-width: 180px;
	width: 30%;
	color: #333;
	font-size: 1em;
}

#Contents .table_list tr td.number,
#Popup .table_list tr td.number{
	text-align: right;
}



#Contents .wrap_table .table_list tr td:first-child,
#Contents .wrap_table_edit .table_list tr td:first-child,
#Popup .table_list tr td:first-child {
	width: 30%;
	color: #333;
	font-size: 0.9em;
}

.note:before {
	content: '※';
	display: inline-block;
	width: 1.2em;
}

#Contents .table_list tr.separator td {
	padding: 0;
	height: 3px;
	background-color: #fff;
}
#Contents .table_list tr.separator + tr td {
	background-color: #fff;
}

#Contents .table_list tr td.handle,
#Popup .table_list tr td.handle{
	width: 60px;
	cursor: grab;
}


#Contents .col_btn,
#Popup .col_btn {
	margin: 20px 0 40px;
	text-align: right;
	overflow: hidden;
}
#Contents h2 + .col_btn,
#Contents h3 + .col_btn,
#Contents .title_bar + .col_btn {
	margin-bottom: 10px;
}

#Contents .col_btn button,
#Popup .col_btn button {
	display: inline-block;
}

#Contents .popup {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	padding: 60px 20%;
	overflow: auto;
}
#Contents .popup.on {
	display:block;
	animation: popupOpen .3s ease 0s 1 normal;
	animation-fill-mode:forwards;
}
@keyframes popupOpen {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#Contents .app_step {
	background-color: #eee;
	padding: .5em;
}
#Contents .app_step.complete .step_text:after {
	content: "完了";
	color: #00f;
	padding: 0 1em;
}
#Contents .step_num,#Contents .step_text {
	display: inline-block;
}
#Contents .app_progress {
	position: relative;
	margin-left: 20px;
	border-left: 4px;
	border-color:#999;
	padding: 1.5em 0 1.5em 1em;
}
#Contents .app_progress.past {
	border-style:solid;
	border-color:#000;
}
#Contents .app_progress.now {
	border-style:dotted;
}
#Contents .app_progress.now:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(calc(-50% - 2px),-50%);
	-ms-transform: translate(calc(-50% - 2px),-50%);
	transform: translate(calc(-50% - 2px),-50%);
}
#Contents .app_progress.now:after {
	content: "";
	height: 50%;
	width: 100%;
	border-left: 4px solid #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-4px,0);
}
#Contents .app_progress {
	border-style:dotted;
}
