/* common */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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, tfoot, thead, 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;
font-family:apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,'Yu Gothic',Verdana,Meiryo,sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* sp-style start */
@media screen and (max-width:768px) {
nav ul li {
  margin:0 auto;
  border:solid 0.1px #ccc;
  padding:5px;
}
nav ul li img {
position: relative;
    display: inline;
    top: 10px;
    left: 10px;
    float: left;
  }
  nav ul li a {
    text-indent: 15px;
    }
.bread_wrap {
  margin-top: 20px;
  margin-left: 10px;
}

#contents {
  width: 95%;
  margin:0 auto;
}

  h1.page_title {
  margin: 10px 0 10px 10px;
      font-size:21px;
      font-weight: 700;
}
header>h1 {
  margin: 20px 0 0 20px;
  font-size:18px;
  text-decoration: underline;
}

.time_wrap1 {
  width: 95%;
      margin: 0 auto;
      overflow: scroll;
}


.table_wrap2 {
  margin:0 auto;
  border:solid 0.1px #ccc;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.table_wrap2 td p {
font-size: 12px;
    line-height: 18px;
}

table {
  width:95%;
border-collapse: collapse;
color:#464646;
margin:0 auto;
}

.table_wrap th {
  font-size:14px;
  font-weight:normal;
  text-align: center;
  text-align: left;
    padding: 6px 2px;
    background: #f1f1f1;
}
.table_wrap td {
  padding: 10px 2px;
  border-bottom:solid 0.1px #ccc;
  font-weight: normal;
}

.table_wrap td a {
  color:#1D11A9;
  line-height:21px;
  margin-bottom: 10px;
display: block;
}

.table_wrap3 td a {
  display: inline;
}

table td img {
position: relative;
    top: 5px;
    left: -2px;
  }

.chart_box img {
  float: left;
  width: 50%;
}
.chart_box::after {
  content: "";
  display: block;
  clear: both;
}

.hajimete {
  margin: 0px auto 15px auto;
padding: 10px;
font-weight: 700;
border-bottom: double #ccc;
font-size:21px;
}
/* bannerの設定 */
.banner_wrap_shop,.banner_wrap_shop_side {
  margin:10px 0;
}
.banner_wrap {
  margin: 33px auto;
    width: 300px;
}
.pc_banner {
  display: none;
}

.sidebar ul li img {
  float: left;
  margin-right: 10px;
}
.sidebar ul li {
  margin-bottom:15px;
  line-height: 24px;
  border-bottom:solid 0.1px #ccc;
}

.sidebar ul li a {
    font-size: 13px;
}
.sidebar ul li::after {
  display: block;
  clear: both;
  content: "";
}
  #pc_menu {
    display:none;
  }

  .topix {
      border-radius: 8px;
      box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  }

.topix ul li a {
  display: block;
  line-height: 24px;
    font-size: 13px;
}
.topix ul li img {
  width: 100px;
  float: left;
margin:10px;
}
.topix ul li a::after {
  display: block;
  clear: both;
  content: "";
}

footer {
  background:#808080;
  color: #fff;
  padding: 10px;
    line-height: 18px;
    font-size: 10px;

}

.sidebar {
  margin-bottom: 20px;
}

.topix ul li {
border-bottom:solid 0.1px #ccc;
width: 95%;
    margin: 0 auto;
}
.banner_pc {
  display: none;
}
}
/* sp style end */
