@charset 'UTF-8';

/*==================================================
  Typograohy
==================================================*/
body {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
h1 {
  margin: 0px;
}
h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  color: #a40000;
}
h2 .small {
  font-size: 25px;
  font-weight: normal;
}
p {
  font-size: 16px;
}
p, a {
  color: #030303;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.small {
  font-size: 75%;
}
section:after,
article:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

hr {
  background-color: #a40000;
  width: 880px;
  height: 2px;
  margin: auto;
}


/*==================================================
  Frame
==================================================*/
body {
  background: #a40000;
}
header {
  text-align: center;
}
header img {
  width: auto;
}
#main-wrapper, nav, footer {
  width: 960px;
  margin: auto;
}
section {
  padding: 60px 10px;
}
section .section-inner {
  width: 900px;
  margin: auto;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}


/*==================================================
  Header
==================================================*/
#logoarea {
  padding: 10px 0px;
  text-align: left;
  background-color: white;
}
#logoarea img {
  width: 371px;
}

p.btn {
  margin: 20px auto;
}

/*==================================================
  Main
==================================================*/
#main-wrapper {
  background-repeat: repeat;
  background-image: -webkit-linear-gradient(
    -45deg,
    #fff 25%,
    #fbe9e5 25%, #fbe9e5 50%,
    #fff 50%, #fff 75%,
    #fbe9e5 75%, #fbe9e5
  );
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #fbe9e5 25%, #fbe9e5 50%,
    #fff 50%, #fff 75%,
    #fbe9e5 75%, #fbe9e5
  );
  background-size: 30px 30px;
}

#about h2 {
  margin-bottom: 0px;
}

#judge ul::after {
  content: "";
  clear: both;
  display: block;
}
#judge li {
  list-style: none;
  width: 25%;
  padding: 1%;
  float: left;
}

#outline {
  text-align: center;
}
#outline table {
  width: 841px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 10px;
}
#outline th {
  background-color: #a40000;
  color: white;
  font-weight: normal;
  padding: 20px 10px;
}
#outline td {
  background-color: #f29c9f;
  padding: 20px 10px;
  text-align: left;
}

#link {
  text-align: center;
  padding-top: 0px;
}

#contact {
  width: 820px;
  margin: auto;
  border-top: 2px solid #a40000;
  border-bottom: 2px solid #a40000;
  padding: 20px 0px;
}
#contact h2,
#contact p,
#contact td,
#contact a {
  color: #a40000;
  font-size: 28px;
  text-align: left;
  padding-bottom: 10px;
}
#contact h2 {
  margin-bottom: 0px;
  font-weight: normal;
}
#contact td:nth-of-type(even),
#contact td:nth-of-type(even) a {
  padding: 10px;
  font-weight: bold;
  font-size: 36px;
}

#winning {
  text-align: center;
}
#winning ul {
  list-style: none;
}
#winning img {
  margin-bottom: 100px;
}
#winning h2 img {
  margin-bottom: 0px;
}

#winning-toprunner {
  text-align: center;
}


/*==================================================
  footer
==================================================*/
footer {
  text-align: center;
  padding: 20px 0px;
}
footer a {
  color: #a40000;
}