@charset "Shift_JIS";

/* ----------------------------------------
	reset
---------------------------------------- */
html,
body,
div,
p,
table,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
address {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

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

/* ----------------------------------------
	setting
---------------------------------------- */
body {
  background: #ddd;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #1e42e5;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.red {
  color: #e5261e;
}

.blue {
  color: #1e42e5;
}

.bg_red {
  color: #fff;
  background: #e5261e;
}

.bg_blue {
  color: #fff;
  background: #1e42e5;
}

.bg_black {
  color: #fff;
  background: #033826;
}

.bg_info {
  padding: 10px !important;
  background: #ffffcc;
}


.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.small {
  font-size: 85% !important;
}

.large {
  font-size: 110% !important;
}

/* ----------------------------------------
	container
---------------------------------------- */
#container {
  width: 1000px;
  background: #fff;
  margin: auto;
  padding-bottom: 10px;
}

h1 {
  margin-bottom: 35px;
}

h1 img {
  width: 100%;
}

h2 {
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

h3 {
  padding: 4px 0;
  background: #005804;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.section.guideline h3 {
  background: #e5261e;
}

h4 {
  padding: 8px 0;
  border-radius: 6px;
  color: #fff;
  background: #1e7a22;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  border: 1px solid #666;
}

.section.guideline {
  background: #fff1ea;
  border: 1px solid #e5261e;
}

.no-border {
  border: none !important;
}

.no-border h3 {
  border: 1px solid #666;
  border-bottom: 0;
}

.section_inner {
  padding: 20px 30px;
}

.box {
  background: #fff1a0;
  padding: 10px;
  margin: 10px 0;
}

#read {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.8em;
}

.section table {
  width: 100%;
  border: 0;
}

.section th,
.section td {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #666;
}

.section tfoot td {
  padding: 5px 0 0;
  border: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.entry {
  width: 550px;
  margin: 50px auto;
  padding: 15px;
  border-radius: 10px;
  background: #e5261e;
  color: #fff;
  text-align: center;
}

.entry2 {
  width: 500px;
  margin: 50px auto;
  padding: 15px;
  text-align: center;

}

.entry2 a {
  opacity: 1;
  transition: all 0.3s;
}

.entry2 a:hover {
  opacity: .7;
}