/* Reset
---------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

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

input, textarea, select, option {
  vertical-align: middle;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  outline: none;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}

@-moz-document url-prefix() {
  input, textarea, select, option {
    font-weight: 400;
  }
}
select {
  cursor: pointer;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:hover img {
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
}

label {
  margin-right: 10px;
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  margin-right: 7px;
  /*vertical-align: text-bottom;*/
  *vertical-align: middle;
  cursor: pointer;
}

input[type=text] {
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type=radio] {
  appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  position: relative;
  outline: none;
}
input[type=radio] + span label {
  padding-left: 20px;
  margin-right: 20px;
}
input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  border-radius: 50%;
}
input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #fafafa;
  border-radius: 50%;
}
input[type=radio]:checked:after {
  background-color: #005bac;
}
input[type=radio]:checked:before {
  border: 1px solid #005bac;
}

input[type=checkbox] {
  appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  position: relative;
  outline: none;
}
input[type=checkbox] + span label {
  padding-left: 20px;
  margin-right: 20px;
}
input[type=checkbox]:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 8px;
  z-index: 100;
  margin: auto;
  transform: rotate(45deg) translate(-1px, -1px);
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}
input[type=checkbox]:checked:after {
  background: #005bac;
}
input[type=checkbox]:checked:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

input[type=submit],
input[type=image],
input[type=button] {
  outline: none;
  transition: opacity 0.3s ease 0s;
}
input[type=submit]:hover,
input[type=image]:hover,
input[type=button]:hover {
  opacity: 0.7;
}

/* Structures
---------------------------------------------------- */
body {
  color: #333;
  font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 75% \9 ;
  line-height: 1.3;
  text-align: center;
  min-width: 1140px;
  _display: inline;
  _zoom: 1;
  overflow: hidden;
}

@-moz-document url-prefix() {
  body {
    font-weight: 400;
  }
}
* html body {
  font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
}

@-moz-document url-prefix() {
  * html body {
    font-weight: 400;
  }
}
/* Texts
---------------------------------------------------- */
a {
  transition: opacity 0.3s ease 0s;
}
a:link, a:visited {
  color: #333;
  line-height: 1.3;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
a:active, a:focus {
  color: #333;
  text-decoration: none;
}

/* print
---------------------------------------------------- */
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
}
/* IE11 */
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}/*# sourceMappingURL=format.css.map */