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


dl {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 2.0em;
	width: 100%;
	text-align: left;
	background-color: #f8efdc;
}

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

dt, dd {
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
}

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

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

dl .val input[type=text],
dl .val input[type=email],
dl .val input[type=tel]


input[type=text]{
        width:96%;
        height:2.4em;        
}

input[type=tel]{
        width:96%;
        height:2.4em;
}

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

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

span.spw {
	color: #000000; 
	font-size:14px;
}
span.spr {
	color: #ff0000;
	font-size:14px;
	padding-left: 0px;
}
span.sps {
	color: #ff0000;
	font-size:14px;
	line-height: 1.2em;
}

.txtmode1 {
	ime-mode: disabled;
}

.txtmode2 {
	ime-mode: active;
}

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

.confirm {
        margin: 10px 0px;
	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 #ff6600;
	background-color:#ff9900;
	background-image: linear-gradient(bottom, #ff9900 0%, #ff6600 100%);
	background-image: -o-linear-gradient(bottom, #ff9900 0%, #ff6600 100%);
	background-image: -moz-linear-gradient(bottom, #ff9900 0%, #ff6600 100%);
	background-image: -webkit-linear-gradient(bottom, #ff9900 0%, #ff6600 100%);
	background-image: -ms-linear-gradient(bottom, #ff9900 0%, #ff6600 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #ff9900),
	color-stop(1, #ff6600)
	);
	-webkit-box-shadow: inset 0px 1px 0px #ff9900, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #ff9900, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #ff9900, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.confirm::before {
	background-color:#ff6600;
	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 #ff6600, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #ff6600, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #ff6600, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #ff6600, 0px 1px 0px #fff;
}

.confirm:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.confirm:active {
	background-image: linear-gradient(bottom, #ff6600 0%, #ff9900 100%);
	background-image: -o-linear-gradient(bottom, #ff6600 0%, #ff9900 100%);
	background-image: -moz-linear-gradient(bottom, #ff6600 0%, #ff9900 100%);
	background-image: -webkit-linear-gradient(bottom, #ff6600 0%, #ff9900 100%);
	background-image: -ms-linear-gradient(bottom, #ff6600 0%, #ff9900 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #ff9900),
	color-stop(1, #ff9900)
	);
}


.w80 {
	width: 80%;
}

.error {
	margin-top: 400px;
}


@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: 66%;
}

}

@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;
}

.error {
	margin-top: 700px;
}


}
