form .title {
	font-weight:bold;
	border-left: 5px solid #ed242c;
	padding: 3px 0px 3px 8px;
	margin-bottom: 8px;
}
form .must ,.must{
	vertical-align: top;
	font-size: x-small;
	padding: 2px 5px;
	font-weight: normal;
	background-color: #ed242c;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form .warn , .warn{
	font-size:small;
	color:#999999;
}
form .button {
	-webkit-appearance: none;
	appearance: none;
	padding:5px 10px;
	background-color:#DDDDDD;
	border-style: none;
	border-radius: 5px;
}
.errmsg {
	color:#e13333;
	font-weight:bold;
	line-height:1.6em;
}
hr {
	border:none;
	border-top:dashed 1px #999999;
	height:1px;
	color:#FFFFFF;
	margin:15px 0px 15px 0px;
}



input[type="submit"].form_button01 {
	font-weight:bold;
	margin: 10px 0px 15px 0px;
	padding: 10px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #92cffc;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	display: block;
}

input[type="submit"].form_button02 {
	font-weight:bold;
	margin: 10px auto 15px auto;
	padding: 10px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d84a38;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	display: block;
}

input[type="submit"].form_button03 ,input[type="button"].form_button03 , .form_button03{
	font-weight:bold;
	margin: 10px auto 15px auto;
	padding: 9px 4px;
	border: 1px solid #d01221;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d01221;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

input[type="submit"].form_button04 ,input[type="button"].form_button04 , .form_button04{
	font-weight:bold;
	margin: 10px auto 15px auto;
	padding: 9px 4px;
	border: 1px solid #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #AAA;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

select {
	background-color: #FFFFFF;
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	padding:5px 20px 5px 5px;
	border: solid 1px #ccc;
	box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgba(153, 153, 153, 0.3) 0px 0px 1px 1px inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: url(../images/arrow_selecet.png) no-repeat 100% 50%;
	background-size: 15px auto;

}


.input_type input {
	display: none;
}
.input_type label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.input_type label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.input_type label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.input_type input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.input_type input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}

.bg_checkbox li {
	position: relative;
	display: inline-block;
	margin: 0 32px 0 0;
	padding: 0;
}

.bg_checkbox input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.bg_checkbox input[type="checkbox"] + label {
	display: block;
	background-image: url(../images/css/check_off.png);
	background-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 28px;
}

.bg_checkbox input[type="checkbox"]:checked + label {
	background-image: url(../images/css/check_on.png);
}

.display_area{
	display: none;
}