@charset "utf-8";

/*Reset Style*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/*base*/
body {
  line-height: 1.231;
  color: #333;
  font-family: sans-serif;
  font-family: 'MS PGothic', arial, sans-serif\0/;
  font-size: 13px;
}
a:link, a:visited,
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: none;
}

/*accordion*/
dl.accordion dt {
  cursor: pointer;
  word-wrap:break-word;
}


dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #f2f2f3;
  list-style: none;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 0px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border-left-color: #333;
    border: 8px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}
ul{
  list-style:none;
}

