#formWrap {
	width:1100ox;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;

}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	margin-top: -25px;
	background-color: #FFF;
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
	background-color: #FFF;
}


.style1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}
.attention{
  background-color: #FFF;
  display: block;
  padding: 15px;
  border: 2px solid #FF0000;
margin-bottom:1em;
}
p.dnnFormRequired{
	text-align:right;
}
p.dnnFormRequired span {
  border-left-color:#FF0000;
  border-left-style:solid;
  border-left-width:5px;
  padding-left:0.5em;
}

h2.dnnFormSectionHead {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #F00;
	text-align: center;
	margin-top: -10px;
	padding-top: -10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


h2.dnnFormSectionHead {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.2;
	margin: 0.9em auto 0.3em;
	padding: 0;
	text-align: center;
	word-spacing: 2em;
	margin-top:8px;
	margin-bottom: 2px;
}

h2.dnnFormSectionHead1 {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #F00;
	text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


h2.dnnFormSectionHead1 {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.2;
	margin: 0em auto -0.4em;
	padding: 0;
	text-align: center;
	word-spacing: 15em;
	margin-top: 0px;
	padding-top: 10px;
}






















#formWrap textarea {
	min-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 100%;
	padding: 0 3px;
	border-left: solid 4px #FF0000;

}

#formWrap input[type=text]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 100%;
	height: 25px;
	padding: 0 3px;
	border-left: solid 4px #FF0000;
	overflow: scroll;
	
}
 
#formWrap input[type=text]:focus,
#formWrap textarea:focus {
   border:solid 1px #20b2aa;
}
 
#formWrap input[type=text],
#formWrap select,
#formWrap textarea { 
   outline: none;
}

#formWrap input[type=submit],
#formWrap input[type=reset],
#formWrap input[type=button]
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 150px;
	height: 25px;
	padding: 0 3px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
	background-color: #F00;
	font-size: 16px;
}

/* 自由に編集下さい */
#formWrap {
	width: 100%;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFF;
}
table.formTable th{
	width: 20%;
	font-weight: normal;
	text-align: left;
	background-color: #F2F2F2;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.color001 {
	margin-left: 0px;
	font-size: 85%;
	color: #000;
}






@media screen and (max-width: 640px){
	#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}

}


@media screen and (max-width: 376px){
	#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px 0px 10px 10px;
}
table.formTable th{
	width:22%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}
}
