@CHARSET "UTF-8";

.form-table .cell {
	vertical-align: middle !important;
}

.form-table input, .form-table select, .form-table textarea {
	border-radius: 5px;
	background-color: #cccccc;
	border: 1px solid #666666;
	box-shadow: 0 0 0 1px rgba(72, 36, 0, 1) inset;
	font-size: 13px;
	padding: 10px;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", Osaka, serif;
}

.submit {
	border-radius: 5px;
	background-color: #cccccc;
	border: 1px solid #666666;
	box-shadow: 0 0 0 1px rgba(72, 36, 0, 1) inset;
	font-size: 13px;
	padding: 10px;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", Osaka, serif;
}

.form-table .no-border {
	border: none !important;
	box-shadow: none;
}

.form-table input[type=radio], .form-table input[type=checkbox] {
	display: none;
}

.form-table .radio, .form-table .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 8px 8px 8px 42px;
	border-radius: 4px;
	background-color: #b2ab99;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
}

.form-table .radio:hover, .form-table .checkbox:hover {
	background-color: #cec7b8;
}

.form-table .radio:hover:after, .form-table .checkbox:hover:after {
	border-color: #b2ab99;
}

.form-table .radio:after, .form-table .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 3px;
	content: '';
}

.form-table .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #333;
	content: '';
	opacity: 0;
}

.form-table input[type=radio]:checked+.radio:before {
	opacity: 1;
}

.form-table .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-table input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

.form-table .h125 {
	height: 125px;
}

.form-table .w95p {
	width: 95%;
}

.form-table .w100 {
	width: 100px;
}

.form-table .w200 {
	width: 200px;
}

.form-table .w300 {
	width: 300px;
}

.form-table .w50 {
	width: 50px;
}

.form-table .mar-10 {
	margin-right: 10px;
}

.form-table .mar-20 {
	margin-right: 20px;
}

.form-table .mar-5 {
	margin-right: 5px;
}

.color-red {
	color: #901808;
}

button {
	font-family: メイリオ, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", Osaka, serif;
	font-size: 13px;
	padding: 10px;
}

.en-number-text {
	color: #901808;
	font-size: 24px;
	font-weight: bold;
}