@CHARSET "UTF-8";

.inlinebox {
	display: inline-block;
	width: 90px;
	padding-left: 10px;
}

#contents #main section table.table.step th:nth-child(1) {
  width: 100px;
	color: #009fe8;
	font-weight: bold;
	text-align: center;
}

table.table.cond td:first-child {
	width: 5%;
}
table.table.cond td:nth-child(2) {
	width: 70%;
}
table.table.cond td:nth-child(3) {
	width: 25%;
}

.pl2 {
	padding-left: 2em;
}

.descript {
	color: #000000;
	margin-bottom: 20px;
}

.blue_btn {
	display: block;
	color: #ffffff;
	border-radius: 25px;
	background: #009fe8;
	margin-bottom: 10px;
	font-size: 15px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.blue_btn:hover {
	background-color: #0083d1;
	color: #ffffff;
}

.orange_btn {
	display: block;
	color: #ffffff;
	border-radius: 25px;
	background: #ff9429;
	margin-bottom: 20px;
	font-size: 15px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.orange_btn:hover {
	background-color: #eb8029;
	color: #ffffff;
}
