@charset "utf-8";
/* CSS Document */

.contents p {
	width: 800px;
	margin: 0 auto 10px;
}

form {
	/*background: #f2f2f2;*/
	background: url(../images/toiawase/toiawase_bg.gif) repeat;
	width: 700px;
	/*font-size: 16px;*/
	margin: 0 auto;
	padding: 25px 50px;
}

.app02 .app_box {
	clear: both;
	overflow: hidden;
	margin: 0 0 12px;
}

.app02 .app_l {
	width: 130px;
	float: left;
	line-height: 2.7em;
}

.app02 .app_r {
	float: left;
}

.form-control {
}

input, 
select, 
textarea, 
button {
	background: #fff;
	font-size: 1em;
	color: #3e3e3e;
}

input[type=text], 
input[type=password], 
input[type=email], 
textarea {
	border: 1px solid #c7c7c7;
	outline: 1px solid #d7d7d7;
	padding: 3px 5px;
	margin: 5px 0;
}

input[type=text]:active, 
input[type=text]:focus, 
input[type=password]:active, 
input[type=password]:focus, 
input[type=email]:active, 
input[type=email]:focus, 
textarea:active, 
textarea:focus {
	outline: 1px solid #8a8a8a;
}

.dropdown {
	margin: 5px 0;
	box-shadow: none;
}

.recommender {
	border: dashed 1px #d7d7d7;
	padding: 20px;
	margin: 30px 0;
}

.recommender p {
	width: 660px;
	font-size: 12px;
	text-align: right;
	margin: 10px 0 0;
}

textarea {
	/*height: 180px;*/
}

/*submit*/
input[type=submit] {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	/* Generated on http://www.colorzilla.com/gradient-editor/ */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); 
	/*border-color: #eeeced #eeeced #9b9b9b;*/
	border-color: #e9e8e9 #e9e8e9 #9b9b9b;
    border-style: solid;
    border-width: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 30px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #f5f5f5;
}

input[type=submit]:focus, 
input[type=submit]:active {
	background: #e8e8e8;
}

input[type=submit].action {
	background: #fa765f; /* Old browsers */
	background: -moz-linear-gradient(top, #fa765f 0%, #e15d46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa765f), color-stop(100%,#e15d46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* IE10+ */
	background: linear-gradient(top, #fa765f 0%,#e15d46 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa765f', endColorstr='#e15d46',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1); 
	border-color: #fc7f6b #fc7f6b #d0432f;
	/*color: #b13e2d;*/
	color: #882426;
	text-shadow: 0px 1px 0px #ffb3a5;
}

input[type=submit].action:hover {
	background: #fa765f;
}

input[type=submit].action:focus, 
input[type=submit].action:active {
	background: #e15d46;
}

/*reset*/
input[type=reset] {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	/* Generated on http://www.colorzilla.com/gradient-editor/ */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); 
	/*border-color: #eeeced #eeeced #9b9b9b;*/
	border-color: #e9e8e9 #e9e8e9 #9b9b9b;
    border-style: solid;
    border-width: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 30px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

input[type=reset]:hover {
	background: #f5f5f5;
}

input[type=reset]:focus, 
input[type=reset]:active {
	background: #e8e8e8;
}

input[type=reset].action {
	background: #fa765f; /* Old browsers */
	background: -moz-linear-gradient(top, #fa765f 0%, #e15d46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa765f), color-stop(100%,#e15d46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa765f 0%,#e15d46 100%); /* IE10+ */
	background: linear-gradient(top, #fa765f 0%,#e15d46 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa765f', endColorstr='#e15d46',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 179, 166, 1); 
	border-color: #fc7f6b #fc7f6b #d0432f;
	/*color: #b13e2d;*/
	color: #882426;
	text-shadow: 0px 1px 0px #ffb3a5;
}

input[type=reset].action:hover {
	background: #fa765f;
}

input[type=reset].action:focus, 
input[type=reset].action:active {
	background: #e15d46;
}

