html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
  line-height: 1.4;
}

img {
  vertical-align: bottom;
}

body {
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳＰゴシック',sans-serif;
  font-size: 28px;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

* html .clearfix {
  height: 1px;
}

body {
  position: absolute;
  width: 640px;
}

header {
  position: relative;
}

footer {
  background-color: #069D8A;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding-top: 40px;
}

article {
  border: 2px solid #693;
  margin: 10px 0;
}

.description {
  padding: 10px;
  font-weight: bold;
}

.kesseki {
  font-weight: bold;
}

.sogei {
  font-weight: bold;
}

.kusuri {
  font-weight: bold;
}

.touen {
  font-weight: bold;
}

.margine {
  margin-top: 15px;
}

.w100 {
  width: 100%;
}

.wrapper-bg-bottom {
  margin-top: 90px;
}