#main {
  /* max-width: 1200px; */
  max-width: 960px;
  margin: 0 auto;
  color: #333;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  /* padding: 30px 10px; */
  padding: 10px 10px 10px 70px;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* @media only screen and (max-width: 1024px) {
    #main {
        max-width: 100%;
        padding: 10px 10px 10px 40px;

    }
} */

@media only screen and (max-width: 768px) {
  #main {
    max-width: 100%;
    padding: 10px 10px 10px 40px;
  }

  .itemList .thumb {
    margin: 20px 0px 40px;
    display: block;
    padding-right: 40px;
  }

  .itemList .name {
    font-size: 16px;
  }
}

/* pc */
.c-main-title {
  font-size: 22px;
  /* font-size: 30px; */

  font-family: Arial, Helvetica, Microsoft JhengHei, sans-serif !important;
  margin-bottom: 20px;
  /* padding: 0 20px;      */
}

.c-main-title span {
  font-size: 13px;
  font-weight: 500;
}

.year {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif !important;
  /* padding: 0 20px;
    /* padding: 0 20px; */
}

.classmame {
  font-size: 24px;
  font-family: Arial, Helvetica, Microsoft JhengHei, sans-serif !important;
  margin-bottom: 30px;
  margin-bottom: 10px;
  /* padding: 0 20px; */
}

.note_txt {
  font-size: 13px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}

.note_txt a {
  color: #999;
  text-decoration: none;
}

.note_txt a:hover {
  color: #222;
  transition: 0.3s;
}

.itemList ul {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  /* padding: 0 15px; */
  letter-spacing: normal;
}

.itemList li {
  width: 25%;
  /* padding: 10px; */
}

.itemList li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
}

.itemList li a:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.itemList li img {
  max-width: 100%;
  height: auto;
  width/***/
    : auto;
  /* border: 0; */
  border: 1px solid #e9e9e9;
  vertical-align: middle;
}

.itemList .name {
  font-size: 16px;
  font-weight: 700;
}

.itemList .name span {
  display: block;
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.itemList .thumb {
  /* margin: 0 0 10px; */
  margin: 20px 0 40px;
  display: block;
  width: 160px;
}

/* mb */
@media only screen and (max-width: 576px) {
  #main {
    max-width: 100%;
    padding: 10px 10px 10px 35px;
  }

  .itemList li {
    /* width: 50%; */
    width: 48%;
    padding: 10px 5px;
  }

  .itemList .thumb {
    margin: 10px 0px 5px;
    display: block;
    padding-right: 20px;
  }

  .itemList li:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px;
  }

  .itemList li:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
  }

  .itemList .name {
    font-size: 15px;
  }

  .classmame {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .year {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .itemList .name {
    font-size: 14px;
  }

  .itemList .name span {
    font-size: 12px;
  }
}

/* new */
.new {
  border: 1px solid #7f0019;
  color: #7f0019;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  width: 40px;
  /* padding: 1px ; */
  text-align: center;
}
