/* 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;
}


/* pc-style start */

@media screen and (min-width:768px) {
  div.footer_all>footer {
    width: 1024px;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
  }
  body {
    font-family: "Noto Sans Japanese", sans-serif!important;
  }
  h1 {
    font-size: 21px;
    font-weight: 700;
    border-bottom: dotted 1px #000;
    margin: 10px 0;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  th, td {
    padding: 12px;
    font-size: 15px;
  }
  tr {
    border-bottom: solid 0.1px #ccc;
  }
  th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #a0a0a0;
  }

  .time_wrap1 {
    width:1024px;
    margin:0 auto;
  }

  table {
    border: solid #F3F3F3;
    overflow: scroll;
    width: 100%;
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto!important;
  }
  .table_wrap {
    width: 700px;
    float: left;
  }
  .table_wrap2 {
    border: solid 0.1px #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  }

  .table_wrap2 h2 {
    margin-bottom:10px;
    line-height: 24px;
}
.table_wrap2 p {
  font-size: 12px;
  line-height: 21px;
}

  .acodion {
    display: none;
  }
  #contents::after {
    content: "";
    display: block;
    clear: both;
  }
  #contents, header {
    width: 1024px;
    margin: 0 auto;
  }
  table td img.coin {
    display: inline;
    position: relative;
    top: 4px;
    left: -5px;
  }
  header {
    box-shadow: 0 0 8px gray;
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  header.drawer {
    display: none;
  }
  header>nav>ul>li {
    float: left;
    width: 140px;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 14px;
    margin-top: 40px;
    padding: 5px 0 5px 0;
  }
  header>nav>ul>li>a {
    text-decoration: none;
    color: #000;
  }
  .bread_wrap {
    padding: 10px 0;
    font-size: 12px;
    width: 1024px;
    margin: 0 auto;
  }
  ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #pc_menu>nav {
    width: 1024px;
    margin: 0 auto;
  }
  .page_title {
    width: 1024px;
    margin: 0 auto;
    font-size: 24px;
    margin: 20px auto 20px auto;
  }
  .enkakaku {
    width: 1024px;
    margin: 0 auto;
  }
  label {
    display: inline-block;
    border: solid 0.1px #ccc;
  }
  .chart_title, .spnav, .chart_box {
    display: none;
  }
  .page_title>.coin {
    position: relative;
    top: 5px;
    left: -3px;
  }
  /* sidebar start */
  .sidebar {
    width: 300px;
    float: right;
  }
  .sidebar>ul {
    border: solid #ccc;
  }
  .sidebar>ul {
    padding: 0.8em;
    background: #fff;
    border: solid #ccc 0.1px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    margin-bottom: 20px;
    width: 275px;
  }
  .sidebar>ul>li {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    line-height: 21px;
    font-size: 12px;
    border-bottom: solid 0.5px #ccc;
  }
  .sidebar>ul>li>img {
    float: left;
    margin: 5px 5px 0 0;
  }
  .sidebar h2 {
    margin: 20px 0 10px 0;
    border-left: 5px solid #ee7700;
    padding: 5px;
    font-weight: 700;
  }
  /* sidebar end */
  .contents_wrap {
    width: 700px;
    float: left;
    border: solid #ccc;
  }
  .contents_wrap p {
    margin: 0 20px;
    line-height: 24px;
  }
  .contents_wrap h2 {
    margin: 30px 10px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    padding: 5px;
    background: #f5f5f5;
    border-left: 5px solid #ee7700;
    border-bottom: 1px solid #e0e0e0;
  }
  .news_title {
    margin: 0px 20px 10px 20px;
  }
  .contents_wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  div.footer_all {
    background: #303030;
  }
  div.footer_news {
    width: 700px;
    margin: 0 auto;
  }
  address {
    text-align: center;
  }
  a.more {
    display: block;
    margin-left: 20px;
    font-size: 14px;
  }
  .topix h2 {
    margin: 0px 0 10px 0;
    border-left: 5px solid #ee7700;
    padding: 5px;
    font-weight: 700;
    font-size: 21px;
  }
  .topix ul li {
    line-height: 21px;
    font-size: 13px;
    width: 135px;
    float: left;
    margin: 7px;
    border: solid #ccc 0.1px;
    padding: 10px;
  }
  .topix {
    margin-bottom: 30px;
    border: solid #ccc 0.1px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  }
  .hajimete {
    margin: 20px 0 10px 0;
    padding: 5px;
  }
  .topix>h2.hajimete {
    margin: 10px 10px 0 10px!important;
  }
  /* bannerの設定 */
  .banner_wrap {
    margin-bottom: 20px;
  }
  .banner_wrap2 {
    margin-bottom: 30px;
  }
  .biginer_wrap h2 {
    margin: 20px 0 10px 0;
    border-left: 5px solid #ee7700;
    padding: 5px;
    font-weight: 700;
  }
  .banner_pc {
    margin-left: 20px;
  }
  .pc_banner_chart {
  width: 1024px;
    margin: 30px auto;
  }
  .pc_banner_700 {
    width:700px;
    margin:20px auto;
  }
.banner_wrap_shop {
  margin:15px 0;
}

  /* スマホのgooglestyle box周辺
border-radius: 8px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
*/
  /* hrのスタイル */
  hr {
    border: 0;
    border-bottom: 1px solid #DFE1E5;
    margin: 0;
    margin-right: 16px;
    margin-left: 16px;
  }
}


/* googleの青　薄いほう

1A73E8
/* リンク色 *

1A0DAB
/* テキストの色　既訪問

a:visited {
  color: #4B11A8;
}


/*
/* テキストの色　灰色 */


/* テキストの色　緑
006621
*/


/* ボックスシャドウなど
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    font-size: 14px;
    line-height: 20px;
/* pc style end */


/* sp style start */
