	
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin:0 auto;
	position:relative;
	border-top:#9c801b solid 1em;
}
#main{
	margin-left: -1em;
	margin:0;
	padding:0;
	width:100%;
}
h1{
	margin:0px;
	font-size:3em;
	background-image: url("media/bus.png");
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position:0.25em center;
}
h2{
	clear: both;
	font-size:1.5em;
	margin-top: 2em;
}
a{
	text-decoration : none ;
	color:#d5482e;
}
img{
	clear: both;
	width:10em;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.25em;
}
#header{
	text-align: center;
  	background-color:#d0af4c;
}
#branding{
	text-align:right;
	margin-bottom: 1em;
	font-size:0.7em;
}

#inquiry { max-width: 480px; margin: 1em auto 16px; padding: 1em 24px 16px; border-radius: 3px; }
#inquiry h3 { clear:both; font-weight: 600; font-size: 18px; margin: 2em 0 12px; }
#inquiry h2 { color: #d0af4c; font-weight: bold; font-size: 24px; margin: 0 0 8px; text-align: center;}
#inquiry p { margin: 16px 0 24px; font-size: 14px; line-height: 2em}
#inquiry table { margin: 16px 0 24px; font-size: 14px;line-height: 2em; }

input ,textarea{
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0.25em 0;
	background: none;
	border:0;
	border-bottom:1px solid #aaa;
	outline: none;
	background-color: #fff;
    height:2em;
    border-radius:2px;
}
input:focus{
    padding-right:-1px;
	border-bottom:1px solid #d0af4c;
}
textarea{
	height: 10em;
}
textarea:focus{
    padding-right:-1px;
	border-bottom:1px solid #d0af4c;
}
table th{
	width:6em;
}
#footer{
	clear: both;
	margin-top: 1em;
	text-align:center;
	font-size:0.7em;
}
.btn{
	background-color: #d5482e;
	font-size: 30px;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
}
.btnback{
	background-color: #d5482e;
	background-image: url("media/back.png");
	background-repeat: no-repeat;
	background-size: 2em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin-right: 1em;
	margin-top: 7px;
	margin-bottom: 1em;
}
#btnemail{
	background-color: #d0af4c;
	background-image: url("media/email.png");
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin-right: -0.25em;
	margin-bottom: 3em;
}
.smallfont{
	font-size:0.1em;
}
.alignright{
	text-align: right;
}