/* form ==================================================================== */
.formTable {
	padding: 20px 10px 0;
}
.office-box {
	background: #fffde4;
	border: 1px solid #d5c8be;
	padding: 15px;
	margin-bottom: 10px;
}
.office-box .info-txt {
	color: #ff6200;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.office-box ul {
	overflow: hidden;
}
.office-box ul li {
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
}
.formTable .message-txt {
	padding: 5px;
	margin-bottom: 5px;
}
.formTable .message-txt .hissu {
	margin-right: 3px;
	vertical-align:middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	padding:1px 6px;
	line-height:1;
	background:#ff0000;
	color:#ffffff;
}
.formTable table {
	background: #dddddd;
	width:100%;
	overflow:hidden;
	border-collapse:separate;
}
.formTable th {
	background:#f2f1e7;
	width:25%;
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
	overflow:hidden;
	font-weight:normal;
	vertical-align:middle;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
}
.formTable th .hissu {
	float:right;
	vertical-align:middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	padding:3px 6px;
	line-height:1;
	background:#ff0000;
	color:#ffffff;
}
.formTable th .time {
	font-size:12px;
	margin-top: 5px;
	display: block
}
.formTable td {
	background:#ffffff;
	width:75%;
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}
.formTable tr:last-child th,
.formTable tr:last-child td {
	border-bottom:solid 1px #dddddd;
}
.formTable ul.ulStyle01{
	overflow:hidden;
}

.formTable ul.ulStyle01 li{
	float:left;
	margin-right:10px;
	margin-bottom:8px;
	vertical-align:middle;
	line-height: 1;
}
.formTable ul.ulStyle01 li.long{
	width: 100%;
}
.formTable ul.ulStyle02{
	overflow:hidden;
}

.formTable ul.ulStyle02 li{
	margin-bottom:8px;
	vertical-align:middle;
}
.formTable ul.ulStyle02 li.long{
	width: 100%;
}

.formTable ul.ulStyle03{
	overflow:hidden;
}
.formTable ul.ulStyle03 li{
	float:left;
	margin-bottom:2px;
	vertical-align:middle;
}
.formTable ul.ulStyle03 li.long{
	width: 100%;
}

.form-info {
	color: #999999;
	font-size: 12px;
	padding: 3px;	
}

@media only screen and (max-width:768px) {
.formTable {
	padding:15px 0 0;
}
.formTable table {
}
.formTable th {
	display:block;
	padding:10px;
	vertical-align:top;
	text-align:left;
	border:none;
	font-size:14px;
	line-height:1.5em;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	clear:both;
}
.formTable td {
	display:block;
	padding:10px;
	vertical-align:top;
	text-align:left;
	border:none;
	font-size:12px;
	line-height:1.5em;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	clear:both;
}
.formTable tr:last-child th {
	border-bottom:none;
}
.formTable tr:first-child th {
	border-top:solid 1px #dddddd;
}
.formTable tr:last-child td {
	border-bottom:solid 1px #dddddd;
}

.formTable ul.ulStyle01{
	overflow:hidden;
	margin-bottom:5px;
}

.formTable ul.ulStyle01 li{
	float:none;
	margin-bottom:2px;
	margin-right:0;
	vertical-align:middle;
}

.formTable ul.ulStyle03 li{
	float:none;
}

}






/* Error ==================================================================== */
.error {
	color:#ff0000;
	padding: 3px;
}

/* IME ==================================================================== */
.ime-on {
	ime-mode:active;
}

.ime-off {
	ime-mode:inactive;
}

.ime-auto {
	ime-mode:auto;
}

/* form input ==================================================================== */

.formTable input[type=text]{
	padding:10px;
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	border:solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline;
	margin:0 3px 0 0;
	vertical-align:middle;
}

.formTable input[type=text]:hover{
	border:solid 1px #999999;
	box-shadow:none;
}

.formTable input[type=text]:focus{
	border:solid 1px #06C;
	box-shadow:none;
}

.formTable input[type=password]{
	padding:10px;
}

.formTable select{
	padding:10px;
	margin:0 3px 0 0;
}

.formTable select.w100p{
}

.formTable label{
	display:inline-block;
	padding:10px 5px 5px 0;
}

.formTable textarea{
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	height:150px;
}

.formTable textarea:hover{
	border:solid 1px #999999;
	box-shadow:none;
}

.formTable textarea:focus{
	border:solid 1px #06C;
	box-shadow:none;
}

input.inputStyle01,
textarea.inputStyle01 {
	width:100px;
}

input.inputStyle02,
textarea.inputStyle02 {
	width:50px;
}

input.inputStyle03,
textarea.inputStyle03 {
	width:150px;
}

input.inputStyle04,
textarea.inputStyle04 {
	width:300px;
}

input.inputStyle05,
textarea.inputStyle05 {
	width:350px;
}

input.inputStyle06,
textarea.inputStyle06 {
	width:500px;
}

input.inputStyle07,
textarea.inputStyle07 {
	width:300px;
}

@media only screen and (max-width:768px) {
.formTable textarea{
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	height:150px;
}

.formTable textarea:hover{
	border:solid 1px #999999;
	box-shadow:none;
}

.formTable textarea:focus{
	border:solid 1px #06C;
	box-shadow:none;
}

.formTable select.w100p{
	width:100%;
}

input.inputStyle01,
textarea.inputStyle01 {
	width:100px;
}

input.inputStyle02,
textarea.inputStyle02 {
	width:15%;
}

input.inputStyle03,
textarea.inputStyle03 {
	width:60%;
}

input.inputStyle04,
textarea.inputStyle04 {
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	width:100%;
}

input.inputStyle05,
textarea.inputStyle05 {
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	width:100%;
}

input.inputStyle06,
textarea.inputStyle06 {
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	width:100%;
}

input.inputStyle07,
textarea.inputStyle07 {
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	width:80%;
}

}



/* submit ==================================================================== */
.submit-single {
	text-align:center;
	margin:20px auto 30px;
	overflow:hidden;
	width: 70%;
}

.submit {
	text-align:center;
	margin:20px auto 30px;
	overflow:hidden;
}

.submit .submitLeft {
	float:left;
	width:50%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.submit .submitRight {
	float:right;
	width:50%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.submitStyle01 {
	text-align:center;
	background: #e9d3b9;
	background-image: -webkit-linear-gradient(top, #e9d3b9, #e1c6a2);
	background-image: -moz-linear-gradient(top, #e9d3b9, #e1c6a2);
	background-image: linear-gradient(to bottom, #e9d3b9, #e1c6a2);
	box-shadow: 0px 5px 0px 0px #b19a80;
	-webkit-box-shadow: 0px 5px 0px 0px #b19a80;
	-moz-box-shadow: 0px 5px 0px 0px #b19a80;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #442300;
	padding: 15px;
	border: solid #b19a80 1px;
	text-decoration: none;
	display: block;
	margin:0 auto 5px;
	position: relative;
	text-decoration:none;
	font-size:20px;
	width:90%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
	text-decoration: none !important;
}
.submitStyle01:hover {
	background: #f4e2cd;
	background-image: -webkit-linear-gradient(top, #f4e2cd, #ecd5b5);
	background-image: -moz-linear-gradient(top, #f4e2cd, #ecd5b5);
	background-image: linear-gradient(to bottom, #f4e2cd, #ecd5b5);
	text-decoration: none;
	color: #442300;
}
.submitStyle01:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color:#886045;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
}

.submitStyle02 {
	text-align:center;
	background: #e9d3b9;
	background-image: -webkit-linear-gradient(top, #e9d3b9, #e1c6a2);
	background-image: -moz-linear-gradient(top, #e9d3b9, #e1c6a2);
	background-image: linear-gradient(to bottom, #e9d3b9, #e1c6a2);
	box-shadow: 0px 5px 0px 0px #b19a80;
	-webkit-box-shadow: 0px 5px 0px 0px #b19a80;
	-moz-box-shadow: 0px 5px 0px 0px #b19a80;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #442300;
	padding: 15px;
	border: solid #b19a80 1px;
	text-decoration: none;
	display: block;
	margin:0 auto 5px;
	position: relative;
	text-decoration:none;
	font-size:20px;
	width:90%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
	text-decoration: none !important;
}
.submitStyle02:hover {
	background: #f4e2cd;
	background-image: -webkit-linear-gradient(top, #f4e2cd, #ecd5b5);
	background-image: -moz-linear-gradient(top, #f4e2cd, #ecd5b5);
	background-image: linear-gradient(to bottom, #f4e2cd, #ecd5b5);
	text-decoration: none;
	color: #442300;
}
.submitStyle02:after {
	font-family: 'FontAwesome';
	content: "\f053";
	color:#886045;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.5em;
}

/* message-box ==================================================================== */
.message-box {
	text-align: center;
	padding: 100px 0;
}
.message-box em {
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
/* submit ==================================================================== */
.submit-single {
	text-align:center;
	margin: inherit;
	padding: 20px 10px 30px;
	overflow:hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.submit {
	text-align:center;
	margin: inherit;
	padding: 20px 10px 30px;
	overflow:hidden;
}

.submit .submitLeft {
	float:none;
	width: 100%;
	text-align:center;
	padding: 5px;
	margin-bottom:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submit .submitRight {
	float:none;
	width: 100%;
	text-align:center;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submitStyle01 {
	width: inherit;
}

.submitStyle02 {
	width: inherit;
}

/* message-box ==================================================================== */
.message-box {
	padding: 0 10px 15px;
	text-align: left;
}
.message-box em {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

}
