@charset "UTF-8";

/* 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, 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: inherit;
  vertical-align: bottom;
}

/* 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;
}

/*-- ベース --*/

::-webkit-scrollbar {
  appearance: none;
  display: none;
  width: 0 !important;
  height: 0 !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', arial, sans-serif;
  line-height: 1.5;
  height: 100%;
}

body * {
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #575757;
  text-decoration: none;
  display: block;
}

table {
  border-collapse: collapse;
  border:none;
  border-spacing: 0;
}

.main > section {
  margin-top: 15px;
  border-top: 1px solid #d3d3d3;
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: middle;
}

.table > *.right {
  text-align: right;
}


/* margin */

.mt00 {
  margin-top: 0!important;
}

.mt10 {
  margin-top: 10px!important;
}

/* font */

.bold {
  font-weight: bold;
}

/* width */
.w60p {
  width: 60%;
}

.w40p {
  width: 40%;
}
