@charset "utf-8";

/* -------------------------------------------------------------------
  タグ指定スタイル
------------------------------------------------------------------- */
html, body, form, div, p, ul, ol, li {
  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;
}

body {
  font : inherit;
  font-size : 100%;
  font-weight : normal;
  line-height : 1.6;
  -moz-text-size-adjust : 100%;
  -ms-text-size-adjust : 100%;
  -webkit-text-size-adjust : 100%;
  text-size-adjust : 100%;
}

p, li {
  margin : 10px 0;
}

ul, ol {
  margin : 10px 0;
  padding-left : 40px;
}

li ul, li ol {
  margin-top : 0;
  margin-bottom : 0;
}

table {
  border-collapse : separate;
  border-spacing : 0;
  empty-cells : show;
}

input, textarea {
  -moz-box-sizing : border-box;
  -ms-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  box-sizing : border-box;
}