@charset "utf-8";
/* CSS Document */
.logo .smp
img {
	max-width:100%;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.check_label {
	position: relative;
	line-height:2.6;
	padding: 0 0 0 30px;
	/*margin-left:10px;*/
	font-size:13px;
}
.check_label:hover:after {
	border-color: #0171bd;
}
.check_label:after, .check_label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
.check_label:after {
	left: 0;
	margin-top: -12px;
	width: 18px;
	height: 18px;
	border: 2px solid #a3e0fc;
}
.check_label:before {
	left: 6px;
	margin-top: -9px;
	width: 7px;
	height: 11px;
	border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=radio]:checked + .check_label:before, input[type=checkbox]:checked + .check_label:before {
	opacity: 1;
}
.check_label {
	margin-left:5px;
}
/*#contents {
	margin-top:100px;
}*/
#contents table {
	width:97%;
	margin:0 auto;
}
#contents table th {
	height:30px;
	padding: 10px 0 0 10px;
	background:#eeeeee;
	text-align:left;
}
#contents table td {
}
#contents table.check td {
	height:auto;
	padding:20px 0px 20px 10px;
}
#main_table textarea {
	width : 80%;
	height: 140px;
	border-radius:5px;
	border:#cccccc solid 1px;
	margin:15px 0 15px 10px;
	padding:5px;
}
#main_table input {
	border-radius:5px;
	border:solid 1px #cccccc;
	margin:12px auto 12px 10px;
	height:35px;
	width:90%;
	outline:none;
}
#txt_explain_n {
	margin: 30px auto 20px auto;
	text-align:left;
	overflow-y:scroll;
	overflow-x:hidden;
	height:100px;
	border:1px solid #cccccc;
	padding:1%;
	width:96%;
}
#txt_explain_n::-webkit-scrollbar {
 width:15px;
}
#txt_explain_n::-webkit-scrollbar-thumb {
 background: #cccccc;
 border-radius:2px;
}
#txt_explain_n::-webkit-scrollbar-track {
 background: #eeeeee;
}
.red {
	color:#ff0202;
	padding:2px;
	margin-right:7px;
	font-size:13px;
	float:right;
}
#contents .flow {
	width:97%;
	margin:0 auto;
	margin-bottom:30px;
}
#contents h3 {
	background:url(/as400/archives/img/icon_book.png) no-repeat;
	padding:5px 0px 15px 60px;
	border-bottom:5px solid #000000;
	border-left:none;
	margin:15px 5px 25px 5px;
	clear:both;
	color:#000000;
	font-size:20px;
}
#contents_wrapper {
	width:100%;
	padding:10px 0 0 0;
	border:none;
}
#contents .inner {
	padding:0 5px;
}
#submit_button, .button_box input {
	border: #ffffff 3px solid;
	border-radius: 30px;
	box-shadow: 0px 0px 3px 3px #dfd5d5;
	padding: 15px 50px;
	background: #f8974f;
	font-size: 25px;
	width: 80%;
	color: #fff;
	margin: 0 0 50px 0;
}
.button_box input {
	margin-top:30px;
}
#return_button {
	border: #ffffff 3px solid;
	border-radius: 30px;
	box-shadow: 0px 0px 3px 3px #dfd5d5;
	padding: 15px 50px;
	background: #cccccc;
	font-size: 25px;
	width: 80%;
	color: #fff;
	color:#fff;
	margin: 50px 0 0 0;
}
.read {
	font-size:18px;
	margin:0 10px;
}
input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus::-ms-input-placeholder {
 color: transparent;
}
input:focus::placeholder {
 color: transparent;
}
input::placeholder {
 color: #aaaaaa;
}
.confirm input:focus, .confirm textarea:focus {
	outline: none;
}
@media screen and (max-width:768px) {
 #contents table td, #contents table th {
 display:block;
}
}
@media screen and (min-width:768px) {
#contents_wrapper {
 width:750px;
 margin:0 auto;
}
#contents table {
 width:730px;
}
.check_label {
 font-size:16px;
}
#contents table th {
 padding:0 0 0 10px;
 width:25%;
}
#contents .flow {
 width:100%;
 text-align:center;
}
.button_box button, .button_box input {
 width:50%;
}
#submit_button,	
.button_box input, 	
#return_button { 	
	
width: 43%; 
margin:2%;
}
}
.input_error {
	color: red;
	padding: 5px;
}
.input {
	padding: 5px;
}
	
@media screen and (min-width:1000px) {
/*#contents {
 margin-top:160px;
}*/
}
/*
input[type=radio] {
	display: none;
}
input[type="radio"].checkbox02:checked + label {
	background: #31A9EE;
	color: #ffffff;
}
.check_label:hover {
	background-color: #E2EDF9;
}
.check_label {
	display: block;
	float: left;
	margin: 5px;
	width: 350px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #31A9EE;
	border: 2px solid #006DD9;
	border-radius: 5px;
}
*/
/*
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #17bcdf;
}
*/
