﻿@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Form Element START---- */
input, select {
	padding: 5px;
}

select {
	border: 1px solid #ccc;
}

input:focus, textarea:focus {
	outline: none;
	background: #ffffcc;
}

select: focus {
	background: #fff;
}

userregTable td {
	float: left;
	position: relative;
}

input[type="password"], input[type="text"], select {
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.userregTable td input[type="text"].inputEmail {
	width: 350px;
}

input[type="password"].inputPswd {
	width: 280px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Form Element END---- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Layout Element START---- */
.lastName {
	width: 190px;
	display: block;
	float: left;
	margin: 0px 0px 8px 0px;
}

.firstName {
	display: block;
	float: left;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Layout Element END---- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Validation Element START---- */
span.required:before {
	content: "必須";
	font-weight: 700;
	color: #ff3c00;
	text-shadow: none;
	background-color: #fff;
	font-size: 12px;
	margin: 0px 4px 0px 0px;
	padding: 2px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

span.em:before {
	content: "<全角>";
	font-size: 12px;
}

span.normal:before {
	content: "<半角>";
	font-size: 12px;
}

span.emnormal:before {
	content: "<全角半角>";
	font-size: 12px;
}

.validation_mark {
	color: #ff3c00;
	font-weight: 900;
	display: block;
	line-height: 35px;
	float: right;
	position: relative;
	margin:0;
}

	.validation_mark span {
		position: absolute;
		right: 0px;
	}

.validation_summary {
	color: #ff0000;
	border: 1px solid #ccc;
	background-color: #ffffcc;
	width: 77%;
	margin: 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.validation_summary ul {
		list-style-position: inside;
		padding: 5px 15px;
		font-size: 14px;
	}

		.validation_summary ul:before {
			content: "以下項目をご確認下さい。";
			background-color: #ff0000;
			color: #fff;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 0px 5px;
		}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Validation Element END---- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- Validation Element END---- */
