.category_name {
  padding-top: 5px;
  padding-bottom: 5px;
}
.category_name h1 {
  font-size: 16px;
  padding-left: 5px;
}
.category_name h2 {
  color: #E83828;
  text-align: center;
  font-size: 17px;
  padding: 15px;
  background-color: #EBE6E2;
  margin-top: 0;
}

.category_title {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFD966;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category_title h2 {
}


#freespace {
}
#freespace img {
  margin: 0 auto 10px auto;
}
#freespace ul {
  text-align: left;
}
#freespace ul li {
  margin-bottom: 5px;
}
#freespace h2 {
  font-size: 1.3em;
  line-height: 1.5;
  color: #E83828;
  text-align: center;
  border-top: 1px solid #E83828;
  border-bottom: 1px solid #E83828;
  padding: 15px 0;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
#freespace h3 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#freespace h3.catch-phrase {
}
#freespace h4 {
  text-align: left;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
#freespace p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}


#freespace .about {
}
#freespace .about h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#freespace .feature {
  margin-top: 20px;
  background-color: #EFF4FF;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#freespace .feature p {
  text-align: left;
}
#freespace .feature h2 {
  color: #002A79;
  font-size: 1.3em;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
#freespace .feature h3 {
  color: #002A79;
  background-color: #D0E0FF;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 10px;
  margin-bottom: 10px;
}

/* 横スクロールできる表（テーブル）の作り方 */
.table-wrap {
  overflow-x: scroll;
}
.table-wrap .size {
  width: 100%;
  min-width: 600px;
}

table.size {
  width: 100%;
  border-spacing: 2px;
  margin-bottom: 30px;
  border: #333333 solid 1px;
  border-collapse: separate;
}
table.size thead th {
  color: #630;
  font-size: 1.1em;
  text-align: center;
}
table.size thead th.color1-1 {
  background: #FFD966;
}
table.size thead th.color1-2 {
  background: #FFE391;
}
table.size thead th.color1-3 {
  background: #FFECB5;
}
table.size thead th.color1-4 {
  background: #FFF2CF;
}
table.size thead th.color2-1 {
  background: #FF9999;
}
table.size thead th.color2-2 {
  background: #FFBABA;
}
table.size thead th.color2-3 {
  background: #FFCACA;
}
table.size thead th.color2-4 {
  background: #FFDCDC;
}
table.size tbody tr:nth-child(odd) td {
	background: #FFF7E1;
}
table.size tbody td {
	text-align: center;
}
table.size tbody td a {
  color: blue;
}

table.size th,
table.size td {
  padding: 10px;
  border: #333333 solid 1px;
}
table.size td.item_size {
  text-align: center;
}
table.size td.item_price {
  width: 45%;
  text-align: right;
}
table.size td.item_price a {
  color: blue;
}

table.data-table-cs {
  width: 100%;
  margin-bottom: 20px;
}
.data-table-cs th {
    border: 1px solid #fff;
}
.data-table-cs th span {
  font-size: 12px;
  display: block;
}
.data-table-cs th.sy {
  width: 20%;
}
.data-table-cs th.head01 {
    background-color: #004386;
    text-align: center;
    padding: 8px;
    color: #fff;
}
.data-table-cs th.odd {
    background-color: #cfe4f6;
}
.data-table-cs th.head02 {
    background-color: #dce8f3;
    padding: 5px 8px;
    border-right: 1px solid #ededed;
}
.data-table-cs td {
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 5px 8px;
    text-align: center;
    line-height: 1.2em;
}
.data-table-cs td.odd02 {
    background-color: #fbfac7;
}
.data-table-cs td.m {
  font-size: 1.4em;
  font-weight: bold;
  color: #FF0000;
}
.data-table-cs td.m2 {
  font-size: 1.8em;
  font-weight: bold;
  color: #FF0000;
}

.cg_freespace_01 {

}


.category-list {

}

@media (min-width: 769px) {
  #freespace {
  }
  .category_name h1 {
    font-size: 21px;
  }
  .category_name h2 {
    padding: 20px 5px;
    font-size: 24px;
  }
  #freespace h2 {
    font-size: 1.6em;
    margin-top: 30px;
  }
  #freespace h3.catch-phrase {
    text-align: center;
    font-size: 1.3em;
  }
  #freespace h4 {
    font-size: 1.2em;
  }
  #freespace p {
    font-size: 1.1em;
  }
  #freespace .feature {
    padding: 25px;
  }
  #freespace .feature h2 {
    font-size: 1.5em;
  }
  #freespace .feature h3 {
    font-size: 1.4em;
  }
}