@charset "UTF-8";

#contents .section .section {
	background: #fff;
}

#contents .section dl {
	margin-left: -10px;;
	border-bottom: 1px #ccc solid;
}

#contents .section dl dt {
	float: left;
	clear: left;
	width: 12em;
	padding-top: 0.5em;
	padding-left: 0.8em;
	border-top: 1px #ccc solid;
	text-align: right;
}
* html #contents .section dl dt {
	width: 12.8em;
}

#contents .section dl dd {
	margin-left: 12.7em;
	padding: 0.5em 0 0.5em 0.9em;
	border-top: 1px #ccc solid;
	background-color: #fff;
}

* html #contents .section dd.pp{
	text-indent:-0.25em;
}

span.md_note {
	font-size: 89%;
}

textarea {
	width: 22em;
}

#contents dl dd fieldset label {
	display: block;
}

#contents dl dd fieldset label input {
	margin: 0 3px 0 0;
}

p.trivial {
	margin: 0;
}

#confirm .trivial {
	display: none;
	height: 0;
}

#contents form p.submit {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

#contents form#confirm .conf_none {
	display: none;
}

#contents dl dd.name1 input,
#contents dl dd.name2 input {
	width: 8.6em;
}

#contents dl dd.name1 {
	position: relative;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

.address input {
	width: 22em;
}
.company input {
	width: 22em;
}
.kana input {
	width: 22em;
}
.tel input {
	width: 10em;
}
.fax input {
	width: 10em;
}
.mail input {
	width: 22em;
}


#contents dl dd.month1 {
	float: left;
	margin-left: 5px;
}
#contents dl dd.day1 {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
#contents dl dd.month2 {
	float: left;
	margin-left: 5px;
}
#contents dl dd.day2 {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
#contents dl dd.month3 {
	float: left;
	margin-left: 5px;
}
#contents dl dd.day3 {
	float: left;
	margin-right: 15px;
	margin-left: 0;
}

#contents dl dd.question_other {
	margin-top: -9px;
	border: none;
}

#contents form#confirm dd.questionnaire {
	border-top: 1px #ccc solid;
}
#contents form#confirm dd.question_other {
	margin-top: 0;
	border-top: 1px #ccc solid;
}

#contents form#confirm .conf_none {
	display: none;
}

#contents dl dd.shop {
	min-height: 1.5em;
}


