/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #00251A;
}

.textbar {
  width: 800px;
  height: 70px;
  margin: 30px auto;
  cursor: pointer;
  position: relative;
}

.textbar p {
  color: #fff;
  font-weight: bold;
  position: absolute;
}

.textbar .text01 {
  top: 50%;
  left: 32%;
}

.textbar .text02 {
  top: 40%;
  left: 32%;
}

.textbar .text03 {
  color: #15795B;
  top: 40%;
  left: 40%;
}

.tasklist {
  margin: 30px auto;
  width: 800px;
}

.tasklist th, .tasklist td {
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
}

.tasklist th {
  padding: 10px;
  background-color: #eee;
}

.tasklist td {
  padding: 10px;
  text-align: center;
}

.tasklist a {
  text-decoration: none;
  color: #2BBD7E;
}

.tasklist a:hover, .tasklist a:focus {
  color: #00251A;
  font-weight: bold;
}

.d-none {
  display: none;
}

.separate {
  padding-right: 6px;
  margin-right: 3px;
  border-right: 1px solid #15795B;
}
/*# sourceMappingURL=style.css.map */