@charset "utf-8";

form#mail_form {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px;
	color:white;
}

form#mail_form dl {
	margin: 0 auto;
	position: relative;
	}

form#mail_form dl dt {
	width:80%;
	margin:0;
	padding:0;
	margin-left:10%;
	text-align:left;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

.name_span01 {
	top: 0px;
	left:35%;
	position: absolute;
}

.name_span02 {
	top: 0px;
	left:60%;
	position: absolute;
}

.read_span01 {
	top: 60px;
	left:35%;
	position: absolute;
}

.read_span02 {
	top: 60px;
	left:60%;
	position: absolute;
}


form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: none;
	float: right;
	color: #ffffff;
	line-height: 1;
	padding:0;
	border-radius: 6px;
}

form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	height: 0px;
	display: block;
	color: #ff0000;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-left: 15%;
}
@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	height: 0px;
	display: block;
	color: #ff0000;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-left: 0px;
}
}

.alertarea{
	display: block;
	color: #ff0000;
	margin-top: 0px;
	}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input{
	color:white;
}

form#mail_form input[type="text"] {
	width: 33%;
	margin-left:10%;
	background-color:#ffffff;
}
form#mail_form input[type="email"] {
	width: 85%;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	font-family: sans-serif;
	font-size: 13px;
	height: 20px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	background: black;
	-webkit-appearance: none;
}


form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	color:white;
	background:black;
}

form#mail_form select {
	font-family: sans-serif;
	font-size: 13px;
	height: 30px;
	background:black;
	color:white;
	border-radius: 4px;
}

form#mail_form textarea {
	font-family: sans-serif;
	font-size: 13px;
	color:white;
	width:85%;
	height: 120px;
	resize: none;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background:black;
	margin-left:10%;
}

form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form select#product {
	margin-left:10%;
	font-size: 10px;
}

form#mail_form input#mail_address, 
form#mail_form input#company, 
form#mail_form input#phone {
	width:80%;
	margin-left:10%;
}


form#mail_form p#form_submit {
	margin: 0 auto;
	margin-left:25%;
}


form#mail_form input[type="button"] {
	margin-top: 0px;
	padding: 5px 30px;
	font-size:8px;
	background: #000000;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #000000;
	border: 1px solid #ffffff;
}

form#mail_form input#form_submit_button {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 61%;
}

form#mail_form input[type=radio] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
}


