@charset "utf-8";
/* CSS Document メールフォーム */

#wrapper {
}

h1 {
	margin-bottom: 1em;
}

h1.end {
	margin-bottom: 80px;
}

p.end {
	font-size: 0.9em;
	margin-left: 20px;
	margin-right: 30px;
}

p#intro {
	text-align: center;
	margin-bottom: 60px;
}

/* フォームデザイン
------------------------------------------------------------ */
#frm {
	width: 500px;
	margin: 0 auto;
}

dt {
	padding: 5px;
	padding-top: 8px;
	margin: 0 0 5px 5px;
	background: url(../images/star_r03_1.gif) no-repeat left center;
	text-indent: 16px;
	font-weight: bold;
	color: #333;
}

dt.name, dt.from, dt.ageArea{
	width: auto;
	float: left;
}

dt.from, dt.url, dt.chance {
	background: url(../images/star_g01_1.gif) no-repeat left center;
}

dd {
	padding:5px;
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

dd.name, dd.from{
	width: auto;
	padding-top: 9px;
}

dd.ageArea {
	padding-top: 9px;
}

input {
	width: 460px;
  padding:3px;
	border: 1px solid #666;
}

.name input, .from input {
	width: 200px;
}

input.confirm {
	width: auto;
}

input.btn {
	width: 80px;
	margin: 0 15px;
}

.ageArea input {
	width: auto;
	border: none;
}

.ageArea label{
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.chance input {
	position: relative;
	width: auto;
	z-index: 2;
	border: none;
}

.chance label {
	margin-right: 5px;
	position: relative;
	z-index: 1;
	top: -1px;
}

input#etc_text {
	width: 110px;
	border: 1px solid #666;
	z-index: 3;
	position: relative;
	top: -2px;
}

input.abled {
	visibility: visible;
}

input.disabled {
	visibility: hidden;
}

textarea {
	width: 460px;
	border: 1px solid #666;
	color: #000;
}

textarea.default-value {
	color: #999;
}

p.confirm {
	text-align: center;
	margin-bottom: 50px;
}

p.btn {
	text-align: center;
}
