#leftside {
	display: none;
}

#contact,
#ticket {
	text-align: left;
	line-height: 135%;
}
#main table.toiawase {
	margin: 10px 0;
}

#main table.toiawase th {
	background-color: #f5efc8;
	letter-spacing: 2px;
}

#main table.toiawase th,
#main table.toiawase td {
	padding: 10px;
	border: 1px solid #fff;
	display: block;
}

#main table.toiawase td {
	border-top: none;
	border-bottom: none;
}

#main table.toiawase td input,
#main table.toiawase td textarea {
	width: 96%;
	padding: 10px;
}

#main #gcaptcha {
	text-align: center;
}

.submit {
	text-align: center;
	opacity: 1;
}
#submbtn {
	font-size: 1em;
	width: 200px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ff9933;
	padding: 10px 0;
	cursor:pointer;
	letter-spacing: 4px;
	background-color: #ff9933;
	color: #333;
	opacity: 1;
}

#submbtn:hover {
	background-color: #fbb772;border: 1px solid #ff9933;
}

#submbtn:disabled {
	background-image: none;
	background-color: #ff9933;
	border-color: #ccc;
	color: #666;
}


#submbtn input[type="submit"]{/*iphoneでボタンの色が薄くなるのを防止*/
-webkit-appearance: none;
}

.g-recaptcha {
	margin: 0 0 1em 0;
	width: 30%;
	padding: 0;
}
@media screen and (min-width : 321px) {

	#main table.toiawase {
		width: 100%;
	}

}

@media screen and (min-width : 800px) {

	#main table.toiawase th,
	#main table.toiawase td {
		display: table-cell;
		vertical-align: middle;
	}
	#main table.toiawase th {
		letter-spacing: 4px;
	}
.g-recaptcha {
	margin: 0 auto 1em auto;
	width: 30%;
	padding: 0;
}
}
@media screen and (min-width: 1000px) {
	#leftside {
		display: inline;
	}
}
