@charset "utf-8";
/* CSS Document */

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form {
	width: 920px;
	font-size: 14px;
	margin: 0 auto;
}

.app02 .form_box {
	padding: 0 0 13px;
	margin: 0 0 25px;
	border-bottom: #999 solid 1px;
}

.app02 .form_box dl {
	width: 920px;
	clear: both;
	overflow: hidden;
}

.app02 .form_box dl dt {
	width: 200px;
	float: left;
	clear: both;
	padding: 20px 0;
}

.app02 .form_box dl dt span {
	background: #4a4a4a;
	font-size: 10px;
	color: #FFF;
	padding: 2px 5px;
	margin-left: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	-o-border-radius: 3px; /* for opera */
	behavior: url('../js/PIE.htc');/* for IE */
}

.app02 .form_box dl dd {
	margin-left: 200px;
}

.app02 .form_box dl.form_01 dd span {
	margin-left: 10px;
}

.app02 .form_box dl.form_02 dd span {
	margin-left: 28px;
}

.app02 .form_box .radio_btn dd  {
	padding: 0 0 10px;
}

.form-control {
}

.teiin {
	margin-left: 225px;
	margin-bottom: 10px;
	color: #FF0000!important;
	line-height: 1.6;
	font-size: 13px;
}

input, 
select, 
textarea, 
button {
	background: #fff;
	font-size: 1em;
	color: #3e3e3e;
}

input[type=text], 
input[type=password], 
input[type=tel],
input[type=email], 
textarea,
select {
	border: 1px solid #c7c7c7;
	/*outline: 1px solid #d7d7d7;*/
	padding: 10px 5px;
	margin: 10px 0;
}

input[type=text]:active, 
input[type=text]:focus, 
input[type=password]:active, 
input[type=password]:focus, 
input[type=tel]:active, 
input[type=tel]:focus, 
input[type=email]:active, 
input[type=email]:focus, 
textarea:active, 
textarea:focus {
	outline: 1px solid #8a8a8a;
}

.dropdown {
	margin: 10px 0;
	box-shadow: none;
	width: 220px;
	background: url(../images/drop_arrow.png) no-repeat;
	background-position: 95% 50%;
	color: #666;
}

.date {
	display: none;
}

.date + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.date + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.date:checked + label {
  color: #2c5e95;
}

.date:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #2c5e95;
  border-radius: 50%;
}

/*submit*/
.button {
	margin: 40px auto 50px;
	text-align: center;
}	

input[type=submit] {
	background: #1d4f86;
	font-size: 18px;
	color: #FFF;
	padding: 13px 60px 14px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #2c5e95;
}

input[type=submit]:focus, 
input[type=submit]:active {
	background: #2c5e95;
}

input[type=submit].action {
	background: #2c5e95;
}

input[type=submit].action:hover {
	background: #2c5e95;
}

input[type=submit].action:focus, 
input[type=submit].action:active {
	background: #2c5e95;
}

input[type=submit] {
	background: #1d4f86;
	font-size: 18px;
	color: #FFF;
	padding: 13px 60px 14px;
	cursor: pointer;
}

input[type=reset]:hover {
	background: #2c5e95;
}

input[type=reset]:focus, 
input[type=reset]:active {
	background: #2c5e95;
}

input[type=reset].action {
	background: #2c5e95;
}

input[type=reset].action:hover {
	background: #2c5e95;
}

input[type=reset].action:focus, 
input[type=reset].action:active {
	background: #2c5e95;
}
