@charset "utf-8";

/*************************************
 * Form
 *************************************/
form {
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
	font-family: "hiragino kaku gothic pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	outline-color: #67b2e3;
}
input[type="text"],
input[type="password"],
textarea,
select {
	padding: 4px 5px;
	background: #fff;
	border: #ccc 1px solid;
}
input[type="text"] {
	line-height: 100%;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #06c;
	box-shadow: 0 0 5px rgba(0,106,187,0.5), inset 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 5px rgba(0,106,187,0.5), inset 0 0 2px #ccc;
	-moz-box-shadow: 0 0 5px rgba(0,106,187,0.5), inset 0 0 2px #ccc;
}
input[type="file"] {
	padding: 3px;
	background: #b2d7ef;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
textarea {
	font-size: 1em;
}
input[type="text"].disabled {
	color: #777;
	background: #eee;
}


.form-group {
	margin: 8px 0;
	position: relative;
}

/**
 * customer info
 */
.f-example {
	margin: 0;
	font-size: .94em;
	color: #888;
}
.f-guide {
	margin: 10px 0;
	font-size: 1em;
	color: #888;
}
.f-name {
	width: 150px;
}
.f-mail {
	width: 300px;
}
.f-postcode1 { width: 50px; }
.f-postcode2 { width: 60px; }
.f-address { width: 380px; }
.f-phone { width: 60px; }

.kiyaku_text{
	margin: 0 0 30px;
	width: 718px;
}
