@charset "utf-8";
/*
  Site Name: Keio University Coprespondence Courses
  Object page: list
*/
/*
  Font-size Adjustment
  71% = 10px
  86% = 12px
  100% = 14px
  114% = 16px
  129% = 18px
*/
/* ------------------------------

 Contents setting

------------------------------ */
p.fm {
  font-size: 86%;
}
p.fs {
  font-size: 71%;
}
/* ------------------------------

 Main setting

------------------------------ */
/* hints */
#main p.hints {
  padding-left: 3px;
  margin-bottom: 8px;
}
#main div.hintsBox {
  margin-bottom: 8px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#main div.hintsBox2 {
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F6F6F6;
}
#main p.hintsText {
  padding-right: 5px;
  padding-left: 3px;
  margin-bottom: 5px;
  font-size: 86%;
}
@media (max-width: 768px) {
  #main table .thead {
    display: none;
  }
}
#main table th.name {
  width: 400px;
}
#main table th.price {
  width: 190px;
}
#main table th.tobuy {
  width: 135px;
}
#main table td {
  padding: 10px 5px;
}
@media (max-width: 768px) {
  #main table td {
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  #main table td:first-child {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #main table td:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
}
#main table td:nth-child(2),
#main table td:last-of-type {
  text-align: center;
}
#main table td.itemName {
  font-weight: bold;
}
@media (max-width: 768px) {
  #main table td.itemName {
    padding: 5px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #main table td.price {
    text-align: right;
    display: block;
    padding: 5px 5px 0 0;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #main table td.orderCheck {
    padding-left: 0;
    padding-right: 0;
  }
}
#main table td.orderCheck a {
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
@media (max-width: 768px) {
  #main table td.orderCheck a {
    background-color: #eee;
  }
}
#main table td.orderCheck a:hover {
  opacity: 0.8;
}
#main table.form01 {
  width: 100%;
  border-image: url(/images/back_listfoot01.gif);
  border-style: solid;
  border-width: 0 0 10px 0;
  /* 下のボーダーだけに幅を設定 */
  border-image: url('/images/back_listfoot01.gif') 0 0 10 0 stretch;
}
#main table.form01 tr {
  background-image: url(/images/dotline01.gif);
  background-repeat: repeat-x;
  width: 2px;
  height: 1px;
}
#main table.form01 tr:first-of-type,
#main table.form01 tr:nth-child(2) {
  background-image: none;
}
#main table.form01 th {
  height: 29px;
  color: #fff;
  font-size: 86%;
  text-align: center;
  background: url(/images/back_listhead01.gif) no-repeat;
  background-size: cover;
  background-color: #DB8DAA;
}
#main table.form01 th p {
  padding-top: 3px;
}
@media (max-width: 768px) {
  #main table.form01 td:first-child {
    background: #DB8DAA;
  }
}
#main table.form01 td.orderCheck {
  background-color: #FAD5E1;
}
@media (max-width: 768px) {
  #main table.form01 td.orderCheck {
    background-size: cover;
    background-color: transparent;
  }
}
#main table.form01 td.line {
  padding: 0;
}
#main table.form01 td.btn {
  padding: 5px 0;
  text-align: right;
}
#main table.form02 {
  width: 100%;
  border-image: url(/images/back_listfoot02.gif);
  border-style: solid;
  border-width: 0 0 10px 0;
  /* 下のボーダーだけに幅を設定 */
  border-image: url('/images/back_listfoot02.gif') 0 0 10 0 stretch;
}
#main table.form02 tr {
  background-image: url(/images/dotline02.gif);
  background-repeat: repeat-x;
  width: 2px;
  height: 1px;
}
#main table.form02 tr:first-of-type,
#main table.form02 tr:nth-child(2) {
  background-image: none;
}
#main table.form02 th {
  height: 29px;
  color: #fff;
  font-size: 86%;
  text-align: center;
  background: url(/images/back_listhead02.gif) no-repeat;
  background-size: cover;
  background-color: #AEA65A;
}
#main table.form02 th p {
  padding-top: 3px;
}
@media (max-width: 768px) {
  #main table.form02 td:first-child {
    background: #AEA65A;
  }
}
#main table.form02 td.itemName.break {
  line-height: 1.5;
}
@media (max-width: 768px) {
  #main table.form02 td.itemName.break {
    line-height: 1.2;
  }
}
#main table.form02 td.orderCheck {
  background-color: #E0DBA9;
}
@media (max-width: 768px) {
  #main table.form02 td.orderCheck {
    background-size: cover;
    background-color: transparent;
  }
}
#main table.form02 td.line {
  padding: 0;
}
#main table.form02 td.btn {
  padding: 5px 0;
  text-align: right;
}
#main table.form03 th {
  height: 29px;
  color: #fff;
  font-size: 86%;
  text-align: center;
  background: url(/images/back_listhead03.gif) no-repeat;
  background-color: #5791B2;
}
#main table.form03 th p {
  padding-top: 3px;
}
#main table.form03 td.orderCheck {
  background: url(/images/back_ordercheck03.gif);
  background-color: #B9DBEE;
}
#main table.form03 td.line {
  padding: 0;
}
#main table.form03 td.btn {
  padding: 5px 0;
  text-align: right;
}
/* form list 01 */
/* form list 02 */
/* form list 03 */
