@charset "utf-8";

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

form#mail_form dl {
	margin: 0 auto;
	margin-left:150px;
	}

form#mail_form dl dt {
	float: left;
	width: 140px;
	margin:0;
	padding:20px 0 25px 0;
	padding-top:10px;
	text-align:center;
}

@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form dl dt {
	padding-top: 16px;
}
}
form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

.name_span01 {
	margin-right: 20px;
}

.read_span01 {
	margin-right: 5px;
}

.name_span02 {
	margin-left: 15px;
	margin-right: 20px;
}
.read_span02 {
	margin-left: 15px;
	margin-right: 10px;
}


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: 200px;
}
@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: 10px;
	margin-left: 200px;
}
}

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

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: 157px;
}
form#mail_form input[type="email"] {
	width: 388px;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	height: 2em;
	padding: 2px 1%;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background: black;
	-webkit-appearance: none;
	margin-top: 2px;
}
@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
}


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 ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	height: 30px;
	background:black;
	color:white;
	border-radius: 4px;
}

@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
}
form#mail_form textarea {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	color:white;
	width: 380px;
	height: 120px;
	resize: none;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background:black;
	margin-left:28px;
	margin-top: 15px;
	margin-bottom: 0px;
}

@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
}

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

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


form#mail_form select#product {
	margin-top: 8px;
	margin-left: 28px;
}

form#mail_form input#mail_address, 
form#mail_form input#company, 
form#mail_form input#phone {
	width: 380px;
	margin-left:28px;
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
}


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%;
}
@media all and (-ms-high-contrast: none){/* IE10以上 */
form#mail_form input#form_submit_button {
	height: 25px;
	line-height: 25px;
}
}

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


