@charset "UTF-8";

.topicpath ul li:after {
	content: " >";
}

.section dl {
	margin-left: -10px;;
	border-bottom: 1px #ccc solid;
}

.section dl dt {
	float: left;
	clear: left;
	width: 160px;
	padding: 10px 10px 0 10px;
	border-top: 1px #ccc solid;
	text-align: right;
}

.section dl dd {
	margin-left: 180px;
	padding: 10px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

span.md_note {
	font-size: 89%
}

dl dd fieldset label {
	display: block;
}

dl dd fieldset label input {
	margin: 0 3px 0 0;
}

p.trivial {
	margin: 0;
}

#confirm .trivial {
	display: none;
	height: 0;
}

form p.submit {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

form#confirm .conf_none {
	display: none;
}

dl dd {
	overflow: hidden;
}

dl dd.name1 {
	position: relative;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"] {
	font-size: 120%;
	width: 100%;
	padding-left: 5px;
	box-sizing: border-box;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #E6FFE6 inset;
}

textarea {
	font-size: 120%;
	width: 100%;
	height: 5em;
	padding-left: 5px;
	box-sizing: border-box;
}

dt.required::after{
	content:"必須";
	display: inline-block;
	position: relative;
	height: 20px;
	line-height: 20px;
	top: -2px;
	left: 0;
	margin: 0 5px;
	padding: 1px 10px;
	font-size: 12px;
	color: #f00;
	border:1px solid #f00;
}

.icon_required{
	display: inline-block;
	margin-left: 5px;
	padding: 1px 10px;
	font-size: 12px;
	color: #f00;
	border:1px solid #f00;
}


input[type="submit"],
.submit button {
	clear: left;
	width: 300px;
	margin: 20px 0;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.error input{
	background-color: #FFAFAF;
}

.require_error::after{
	content: "未入力です";
	display: inline;
	float: right;
	color: #f00;
}

.select_error::after{
	content: "未選択です";
	display: inline;
	float: right;
	color: #f00;
}

.email_validate_error::after{
	content: "正しいメールアドレスの形式で入力してください";
	display: inline;
	float: right;
	color: #f00;
}

.url_validate_error::after{
	content: "正しいURLの形式で入力してください";
	display: inline;
	float: right;
	color: #f00;
}

.half_num_error::after{
	content: "半角数字のみで入力してください";
	display: inline;
	float: right;
	color: #f00;
}

input:focus, textarea:focus, select:focus {
	background-color: #E6FFE6;
}