@charset "utf-8";
/* CSS Document */

/* dl */
.content dl dt {
  width: 15em;
  padding: 15px 15px 15px 0;
	background: none;
}
.content dl dd {
  padding:15px 15px 15px 17em;
}
.content dl dt span{
	color: #f00;
	float: right;
}


input[type="text"] ,
textarea{
	padding: 1.5%;
	width: 97%;
}

label{
	margin: 0 50px 0 0;
}

/* --- エラー -- */

.content p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../images/form/icon_information.png) no-repeat 0 0.2em;
	margin: 5px 0;
}

.content table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

/* フォームボタン */
.form-button form {
	display: inline;
	padding: 0 20px;
}

input[type="submit"] {
	color: #fff;
	width: 30%;
	margin: 25px auto 0 auto;
	padding: 15px 0;
	text-align: center;
	display: block;
	border: #000 solid 1px;
	background: url(../images/icon_arrow001.png) no-repeat 95% center, #000;
}
input[type="submit"] :hover{
	color: #000;
	text-decoration: none;
	background: url(../images/icon_arrow005.png) no-repeat 95% center, #fff;
}

