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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

div, header, footer, ul, ol, li, main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/ }

.both {
  clear: both; }

img {
  max-width: 100%; }

body {
  line-height: 1.7;
  font-size: 14px;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

table {
  width: 100%; }

a {
  color: #2299dd;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #7ac2eb; }

a, a:hover {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

div, section, main, ul, ol, dl {
  box-sizing: border-box; }

header {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px; }
  header .logo {
    font-family: 'Comfortaa', cursive;
    font-size: 60px;
    width: 200px;
    float: left; }
    header .logo a {
      color: #000;
      text-decoration: none; }
  header .login_box {
    float: right;
    width: 350px;
    background: #2a1d04;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px; }
    header .login_box input {
      color: #000; }

input[type="text"], input[type="password"] {
  padding: 1px;
  border-radius: 2px;
  border: 1px solid #ccc; }

.showcase {
  width: 100%;
  margin: 0 auto;
  background: url(../img/1_2560_1600.jpg) repeat;
  height: 360px; }
  .showcase .hero {
    width: 960px;
    margin: 0 auto;
    line-height: 1.8; }
    .showcase .hero h1 {
      font-size: 23px;
      font-weight: bold; }

main {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 10px; }
  main section {
    float: left; }
    main section:first-child {
      margin-left: 0;
      width: 650px; }
  main .side {
    width: 300px;
    margin-left: 10px; }
  main h1 {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px dashed #85b769;
    padding-bottom: 0;
    margin-bottom: 5px; }
  main h2 {
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #85b769;
    padding-left: 5px; }

footer {
  background: #2a1d04;
  width: 100%;
  padding: 20px 0; }
  footer nav {
    width: 960px;
    margin: 0 auto; }
    footer nav a {
      color: #fff; }

.features {
  margin: 10px 0; }
  .features li {
    border: 1px solid #000;
    border-radius: 2px;
    width: 313.33333px;
    display: block;
    float: left;
    margin-left: 10px;
    padding: 10px; }
    .features li:first-child {
      margin-left: 0; }
    .features li h2 {
      font-size: 20px;
      font-weight: bold; }
    .features li > span {
      font-size: 70px;
      display: block;
      float: left;
      line-height: 1;
      text-shadow: 2px 2px 0 #fff; }

ul.list {
  margin: 20px 50px;
  list-style-type: disc; }

.nice-table {
  border-collapse: collapse;
  color: #333;
  margin: 10px 0; }
  .nice-table th {
    text-align: center;
    background: #dfdfdf; }
  .nice-table td {
    background: #ededed; }
  .nice-table td, .nice-table th {
    border: 1px solid #9f9f9f;
    padding: 3px 15px; }
