@charset "utf-8";
/*
# base.css
マークアップおよびスタイルを追加したら必ず追記して下さい。
*/

/*
## outline
*/

h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

ul, ol {
  list-style: none;
  list-style-image: none;
}

a {
  display: block;
  word-break: break-all;
}

a:link,
a:active,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  touch-callout: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
select {
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 10px 5px;
  color: #82828c;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

button {
  -webkit-touch-callout: none;
  touch-callout: none;
}

body,
.btn_gray,
.btn_yellow,
.read_more {
  font-size: 12px;
}

.em {
  color: #CC0000;
  font-weight: 700;
}

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*background: #FFFFFF;*/
  height: 100%;
  line-height: 1.4;
  color: #000000;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  position: relative;
  vertical-align: inherit;
  border-color: inherit;
}

td, th {
  display: table-cell;
  vertical-align: inherit;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
  height: auto;
}

img { -ms-interpolation-mode: bicubic; }

img {
  display: inline-block;
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after { clear: both; }

/* common background */
.page {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/*画面タップ時のちらつき対策*/
#TapHelper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
