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

/*お問い合わせ*/
/*入力フォーム*/

.fo3 {
	width: 3em;
}

.fo4 {
	width: 4em;
}

.fo7 {
	width: 7em;
}

.fo9 {
	width: 9em;
}

.fo10 {
	width: 10em;
}

.fo15 {
	width: 15em;
}

.fo25 {
	width: 25em;
}

textarea {}



#content form dl {
	padding: 10px 10px 15px 10px;
}

#content form dl:nth-child(even) {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #595858;
}

#content form dl:nth-child(odd) {
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	color: #595858;
}

#content form dt {
	padding-bottom: 15px;
	width: 100%;
}

#content form dd {
	width: 100%;
	padding: 0 20px;
}

#content form dt span {
	padding: 5px;
	background: #ff8080;
	color: #fff;
	margin: 0 5px;
	font-size: 0.7rem;
	border-radius: 3px;
}





#content form dl:hover {
	background: #FFEEEE;
}

#content form textarea {
	max-width: 100%;
	height: auto;
}

#content input[type=text],
#content input[type=email],
#content input[type=tel] {
	width: 100%;
}

#content input[type=text]:focus,
#content input[type=email]:focus,
#content input[type=tel]:focus {
	border: solid 1px #20b2aa;
}

#content input[type=text],
#content select,
#content input[type=email],
#content input[type=tel] {
	outline: none;
}

#content form textarea:focus {
	border: solid 1px #20b2aa;
}

#content form textarea {
	outline: none;
	width: 100%;
}

#content form div.mf_buttons {
	text-align: center;
	padding: 20px;
}

#content form input[type=submit] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	margin: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	background: #f5f5f5;
	text-shadow: 1px 1px 0px #fff;
	padding: 10px 20px;
}

#content form input[type=text],
#content form input[type=email] {
	width: 100%;
}

#content form input[type="radio"] {
	margin: 0 0 4px 0 !important;
}



@media all and (min-width: 1024px) {
	#content form dl {
		display: table;
		width: 100%;
	}

	#content form dt {
		display: table-cell;
		width: 25%;
		vertical-align: top;
		padding: 0;
	}

	#content form dd {
		display: table-cell;
		width: 75%;
		vertical-align: top;
		padding: 0;
	}

}