@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body  {
background: #a3d6ca;
}

section::-webkit-scrollbar {
        display:none;
}

.container {
  max-width: 100%;
}

section {
width:400px;
padding:0;
margin:auto auto 20px auto;
}

#main_img {
  display: block;
  max-width: 390px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

ul{
}

ul li img{
width:110px;
}

ul li{
/* width:118px; */
width:auto;
display:block;
margin-bottom:7px;
display: inline-block;}

.list_first{
margin-left:20px;
margin-right:5px;
}

.list_mid{
margin-right:5px;
}

.logo_img {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 25px auto 18px auto;
}

.map {
  display: block;
  max-width: 1080px;
  max-height: auto;
  margin: 10px auto;
}

#area_map {
  width: 380px;
  height: 500px;
  margin: 15px auto;
}
