@charset "utf-8";

.kome {
    color:#ff0000;
    font-size:12px;
    font-weight: bold;
    }
.input.short {
    max-width: 100%;
    width: auto;
    min-width:15em;
    }

.form {
    width:100%;
    max-width:600px;
    position: relative;
    }
.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { border-radius: 2px; }

.bg-gray .input,
.bg-gray .textarea {
    background-color: #FFF;
    }

html>/**/body #submit_button {
	cursor: pointer;
	display: block;
	color:#FFF;
    margin: 0 auto;
    width: 100%;
	max-width: 300px;
	height: 56px;
	border: none;
	border-radius: 2px;
	background:#26231E;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
    html>/**/body #submit_button:hover {
	opacity: 0.7;
	}
html>/**/body #reset_button {
	cursor: pointer;
	display: block;
	color:#FFF;
    margin: 0 auto;
    width: 100%;
	max-width: 300px;
	height: 50px;
	border: none;
	border-radius: 2px;
	background-color:#929292;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
    html>/**/body #reset_button:hover {
	background-color:#B2B2B2;
	}
