@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

div,
section {
  display: block;
  overflow: hidden;
}

body {
  font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: white;
  font-size: 0.85em;
  line-height: 1.5em;
}

header {
  font-family: Unkempt, Helvetica;
  text-align: center;
  margin-bottom: 20px;
}
header h1 {
  font-size: 3em;
  line-height: 3em;
  border-bottom: 2px dashed black;
}

nav, ul {
  display: block;
  overflow: hidden;
  padding: 0;
}

.container {
  width: 70%;
  margin: 0 auto;
  background: #DADADA;
  padding: 0px 50px 20px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-bld {
  font-weight: bold;
}

.ppl2 {
  background-color: inherit;
  border-bottom: 2px dashed black;
  color: inherit;
  font-size: 18px;
  padding-left: 0;
  /*
  background: #8357b4;
  margin: 5px 0px;
  color: #ffffff;
  */
  font-weight: bold;
  display: block;
  padding: 30px 0 10px;
  font-family: Unkempt, Helvetica;
  font-size: 2em;
  letter-spacing: 0.2em;
}
.ppl2 span {
  letter-spacing: 0.1em;
  font-size: .8em;
}

.ppl4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px 0;
  padding: 20px 0 0px;
}

.menu ul {
  list-style: none;
  width: 100%;
}
.menu li {
  width: 33.3%;
  float: left;
}
.menu li a {
  border: 1px solid #888888;
  background-color: #dddddd;
  padding: 10px;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 5px 0px;
  text-align: center;
  font-size: 80%;
}
.menu li a:hover {
  border: 1px solid #888888;
  background-color: #dddddd;
}

.caution {
  color: #f00;
  font-size: 0.9em;
  font-weight: bold;
}

.mtb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.murasaki {
  color: #8357b4;
}

.center_center {
  text-align: center;
  display: block;
}

.kuro_b {
  color: #000000;
  font-weight: bold;
}

.pagetop {
  float: right;
  display: block;
  padding: 0 3px;
  width: 8em;
  font-size: small;
  text-align: right;
  color: #666;
  font-size: x-small;
}

div.article {
  margin: 15px 10px 30px;
}

/**********/
table {
  width: 80%;
  margin: 10px auto 20px;
}

table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td, th {
  padding: 10px;
}

th {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

/**********/
.title {
  color: #8357b4;
  text-align: center;
  font-size: 1.5em;
  margin: 20px;
}

.goods li {
  width: 50%;
  float: left;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods li img {
  width: 100%;
}
