@charset "UTF-8";

#contact0 {
	font-size: 16px;
	color: #f19149;
	border-bottom: 3px solid #f19149;
	padding-left: 15px;
	margin-bottom: 20px;
}
.contact1 {
	padding-left: 10px;
	margin-bottom: 25px;
}

.contact2 {
	color: #2A2323;
	border-bottom: 1px dotted #ea9313;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.map {
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 41px;
	margin-left: 10px;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact3 {
	margin-left: 15px;
	margin-bottom: 17px;
} 
#name {}
#email {}
#what {}
#question {
	height: 150px;
}
.long {}
.atlast {}
#contacttbl {
}
#contacttbl {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	line-height: 1.5;
}
#contacttbl th {width:127px;padding:10px 0;text-align:left;font-weight:normal;vertical-align:top;}
#contacttbl th div {
	border-right: 3px solid #ea9313;
	padding: 5px 0;
}
#contacttbl td {padding:15px 10px 15px 15px;text-align:left;vertical-align:top;}
#contacttbl th.atlast div {height:150px;}
.buttons input {
	width: 152px;
	height: 42px;
	background-color: #ea9313;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-left: 65px;
	margin-bottom: 36px;
}

.contactmessage {padding:10px 0;}

input[type="submit"] {
	-webkit-appearance: none;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {

	
}
