@charset "utf-8";


#contents #catch {
	margin: 20px 0 0 0;
}

#contents p.intro {
	padding: 10px;
	background: #fcf9e3;
}


/* Data */
/* ------------------------------------------------ */

#contents #data {
	float: left;
	width: 472px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
}
#contents #data dt {
	clear: both;
	float: left;
	width: 120px;
	margin: 4px 0;
	padding: 8px 8px 4px 8px;
	font-size: 80%;
	line-height: 1.3;
	border-top: 1px solid #ddd;
}
#contents #data dd {
	float: left;
	width: 320px;
	margin: 4px 0;
	padding: 8px 8px 4px 8px;
	font-size: 80%;
	line-height: 1.3;
	border-top: 1px solid #ddd;
}


/* Form */
/* ------------------------------------------------ */

#contents form {
	clear: left;
}
#contents form p.first {
	float: left;
	width: 520px;
	margin: 40px 0 20px 0;
}
#contents form table {
	float: left;
	width: 520px;
	border-collapse: collapse;
	border: 0;
}
#contents form table th {
	padding: 5px;
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
}
#contents form table th .required {
	font-size: 80%;
	font-weight: normal;
	color: #c00;
}
#contents form table th .notrequired {
	font-size: 80%;
	font-weight: normal;
	color: #444;
}
#contents form table td {
	padding: 5px;
	font-size: 80%;
	line-height: 1.3;
}

#contents form table input#b_y,
#contents form table input#zip {
	width: 60px;
}
#contents form table input#name,
#contents form table input#furigana,
#contents form table input#tel,
#contents form table input#mailaddress {
	width: 200px;
}
#contents form table input#address,
#contents form table input#gensyoku {
	width: 300px;
}
#contents form table input#address {
	margin: 4px 0 0 0;
}
#contents form table textarea {
	width: 300px;
	font-size: 100%;
}

#contents div.button {
	float: left;
	width: 520px;
	margin: 20px 0 0 0;
	text-align: center;
}





#contents form table input.focus,
#contents form table select.focus,
#contents form table textarea.focus {
	background-color: #fcfcf3;
	border: 2px solid #f9e9c0;
}

