@charset "utf-8";

/* -------------------------------------------------------------------
  タグ指定スタイル
------------------------------------------------------------------- */
html, body, h1, h2, h3, h4, ul, ol, li, p, div, span, img, a, table, tbody, tr, th, td, form {
  margin : 0;
  padding : 0;
  border : 0;
  -moz-box-sizing : border-box;
  -ms-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  box-sizing : border-box;
  font : inherit;
  font-size : 100%;
  font-weight : normal;
  line-height : 1.6;
}

body {
  -moz-text-size-adjust : 100%;
  -ms-text-size-adjust : 100%;
  -webkit-text-size-adjust : 100%;
  text-size-adjust : 100%;
}

li, p {
  background-color : #FFFFFF;
}

b, strong {
  font-weight : bold;
}

p {
  margin-top : 10px;
  margin-bottom : 10px;
}

ul, ol {
  margin-top : 10px;
  margin-bottom : 10px;
  padding-right : 10px;
  padding-left : 40px;
}

li {
  padding-top : 3px;
  padding-bottom : 3px;
}

li ul, li ol {
  margin-top : 0;
  margin-bottom : 0;
}

table {
  border-collapse : separate;
  border-spacing : 0;
  empty-cells : show;
}

textarea {
  vertical-align : bottom;
}

input, textarea {
  -moz-box-sizing : border-box;
  -ms-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  box-sizing : border-box;
}