@charset "utf-8";

/* ==================================================
accessibility font size
================================================== */
body {
	margin: 0; /* 変更しない */
	padding: 0; /* 変更しない */
	font-size: 90% !important;/* デザインによって変更 */
	line-height: 1.6; /* 変更しない */
	letter-spacing: 0.5px
}

h1 {font-size: 150%;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}


h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
blockquote, form, input {
	margin: 0; /* 変更しない */
	padding: 0; /* 変更しない */
}
img {border: none; /* 変更しない */}
li, dt, dd {line-height: 1.2; /* 変更しない */}
table {
	font-size: 90%; /* 変更しない */
	line-height: 1.6; /* 変更しない */
}
form, input, select {font-size: 90%; /* 変更しない */}
#route_box #l_com h4, #route_box #l_com p {
	font-size: 85%;
	letter-spacing: -0.1pt;
	line-height: 135%;
}
