@charset "utf-8";
/* CSS Document */

/* メインコンテンツ */

#Content {
	margin-top:20px;
}
#Content img {
	max-width:100%;
	width:auto;
	height:auto;
}
.fnt110 {
	font-size:110%;
}
.mode_Ttl {
	display: inline-block;
	background-color:#666;
	color:#fff;
	font-size:110%;
	padding:1px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	width:120px;
	height:30px;
	text-align:center;
	border-radius:3px;
}

/* テーブル */

.setTable {
	border:1px solid #999999;
}
.setTable th {
	padding:10px;
	border:1px solid #999;
	background:#f0f0f0;
	text-align:center;
}
.setTable td {
	padding:10px;
}
.setTable th {
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#dcdcdc;
}
.setTable td {
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.setTable .cell_01 {
	text-align:center;
}
.setTable .cell_02 {
	text-align:left;
}
.setTable .cell_03 {
	text-align:right;
}
.setTable .bdb_das01 {
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
.setTable .bdb_dot01 {
	border-bottom-width:1px;
	border-bottom-style:dotted;
}
.setTable .bdr_das01 {
	border-bottom-width:1px;
	border-right-style:dashed;
}
.setTable .bdr_dot01 {
	border-bottom-width:1px;
	border-right-style:dotted;
}
.setTable .bdr_none {
	border-right:none;
}
.setTable .bdb_none {
	border-bottom:none;
}
.setTable .vab {
	vertical-align:bottom;
}
.setTable .vat {
	vertical-align:top;
}
.gray_Box {
	background-color:#f0f0f0;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 10px;
}
/* 操作 */
.operation {
	margin-top:30px;
}
.operation .Ttl {
	font-weight:bold;
	padding:5px;
	background:#dcdcdc;
	margin-bottom:20px;
}
/* パネル部 */
.panel {
	margin-top:15px;
	margin-bottom:15px;
}
.panel_Box {
	padding:5px 10px;
	border:1px dotted #666;
	border-radius: 5px;
}
.panel_Ttl {
	display: inline-block;
	background-color:#dcdcdc;
	padding:1px;
	font-weight:bold;
	margin-top:5px;
	width:80px;
	height:30px;
	text-align:center;
}
.panel_Img {
	padding:10px;
	text-align:center;
}
/* 操作手順 */
.number {
	margin-top:20px;
	padding-bottom:20px;
	font-size:120%;
	font-weight:bold;
	padding-left:1.2em;
	text-indent:-1.2em;
}
.bdb_solid {
	border-bottom:1px solid #666;
}
.number div.text01 {
	font-size:medium;
	font-weight:normal;
	margin-top:20px;
	padding-left:1.2em;
	text-indent:0em;
}
.number_box {
	border:1px solid #000;
	padding:1px 4px;
}
/* お知らせ */	
.yellow_Box {
	background-color:#ffc;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 10px;
}
.Gray_Box {
	background-color:#dcdcdc;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 10px;
}
.Gray_ttl {
	display: inline-block;
	background-color:#eee;
	padding:1px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	width:80px;
	height:30px;
	text-align:center;
}

.listDot_B li {
	margin-left:30px;
	list-style:disc;
}
.flex-container {
	display:flex;
}
@media only screen and (max-width: 767px) {
.flex-container {
	display:block;
}
}
