div.frm {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	border: 1px solid #eeeeee;
	border-top: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
	color: #000000;
}

/* 定義リスト */
dl {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 1.8em;
	width: 100%;
	text-align: left;
}

dl::after {
	content: "";
	display: block;
	clear: both;
}

/* dt：定義、dd：説明 */
dt, dd {
	margin: 5px 5px;
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
}

dl .key {
	text-align: left;
   	line-height: 1.8em;
	background-color: #ffffff;
	color: #000000;
	padding: 10px 0px 10px 10px;
}

dl .val {
	background-color: #ffffff;
	color: #000000;
	padding: 10px 0px 10px 10px;
}

dl .val input[type=text],
dl .val input[type=email],
dl .val input[type=tel]
{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	padding: 4px 0px 4px 0px;
	margin: 2px 4px 2px 0px;
}

dl .val textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width:98%;
	margin: 2px 0px 2px 0px;
}

span.spw {
	color: #000000;
	font-size:20px;
}

span.spr {
	color: #ff0000;
	font-size:20px;
	padding-left: 0px;
}

span.sps {
	color: #ff0000;
	font-size:20px;
	line-height: 1.2em;
}

.txtmode1 {
	ime-mode: disabled;
}

.txtmode2 {
	ime-mode: active;
}

.setfont {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
}

.line {
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.confirm {
	padding:10px 40px;
	position:relative;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #3cb371;
	background-color:#2e8b57;
	background-image: linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -o-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -moz-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -webkit-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -ms-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #2e8b57),
	color-stop(1, #3cb371)
	);
	-webkit-box-shadow: inset 0px 1px 0px #2e8b57, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #2e8b57, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #2e8b57, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.confirm::before {
	background-color:#2e8b57;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #2e8b57, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #2e8b57, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #2e8b57, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #2e8b57, 0px 1px 0px #fff;
}

.confirm:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.confirm:active {
	background-image: linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -o-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -moz-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -webkit-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -ms-linear-gradient(bottom, #2e8b57 0%, #3cb371 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #2e8b57),
	color-stop(1, #2e8b57)
	);
}

.w80 {
	width: 80%;
}

.w40 {
	width: 40%;
}

@media screen and (min-width: 500px) {
	dl {
		border-top: 1px solid #dddddd;
	}

	dt {
		width: 30%;
		float: left;
	}

	dd {
		border-left: 1px dashed #dddddd;
		float: left;
		width: 62%;
	}

}

@media screen and (max-width: 500px) {
	dl {
		padding: 0px 0px;
		margin: 0px 0px;
	}

	dd {
		padding: 3px 10px;
		border-bottom: 1px solid #999999;
	}

	dt {
		padding: 3px 10px;
		border-bottom: 1px dashed #dddddd;
	}

	.dltop {
		border-top: 1px solid #999999;
	}

	.setfont,
	span.spw,
	span.spr,
	span.sps {
		font-size:14px;
	}

	.w80 {
		width: 78%;
	}

}
