@charset "utf-8";


#Content section .tableSchedule {
  background:#999;
}
#Content section .tableSchedule table {
  width:100%;
}
#Content section .tableSchedule table tr {
}
#Content section .tableSchedule table tr th {
  padding:12px 0;
  font-size:15px;
  font-weight:300;
  line-height:1.0em;
  background:#eee;
}
#Content section .tableSchedule table tr td {
  padding:18px 18px;
  font-size:15px;
  text-align:left;
  line-height:1.5em;
  background:#fff;
}

#Content section #boxGuideWebEntry {
  padding-bottom:30px;
}
#Content section #boxGuideWebEntry h3 {
  display:block;
  padding:9px 0;
  font-family: "Shippori Mincho", serif;
  font-size:24px;
  color:#0080ff;
  background:none;
}
#Content section #boxGuideWebEntry #figWebentryPoint {
  width:800px;
}
#Content section #boxGuideWebEntry #figWebentryPoint img {
  width:100%;
}
#Content section #boxGuideWebEntry dl {
  margin-bottom:10px;
  padding:20px 30px 0;
}
#Content section #boxGuideWebEntry dl dt {
  font-family: "Shippori Mincho", serif;
  font-size:20px;
}
#Content section #boxGuideWebEntry dl dd {
  margin:-1.6em 0 0 160px;
}
#Content section #boxGuideWebEntry #boxEntryJapan dl {
  background:#c5e2f9 url("../img/bg_entry_japan.png") no-repeat top 30px right 30px;
  background-size:auto 320px;
}
#Content section #boxGuideWebEntry #boxEntryForeign dl {
  background:#def9aa url("../img/bg_entry_foreign.png") no-repeat top 30px right 30px;
  background-size:auto 240px;
}
#Content section #boxGuideWebEntry #boxEntryJapan dl dt {
  color:#339;
}
#Content section #boxGuideWebEntry #boxEntryForeign dl dt {
  color:#363;
}


#Content section #listGuideRule {
}
#Content section #listGuideRule dl {
}
#Content section #listGuideRule dl dt {
  font-size:21px;
  font-weight:500;
  color:#000;
}
#Content section #listGuideRule dl dd {
  margin-top:12px;
  margin-bottom:32px;
  padding:15px 20px;
  background:#f9f9f9;
}
#Content section #listGuideRule dl dd strong {
  display:inline-block;
  margin:15px 0;
  color:#9e005d;
  font-weight:300;
}

#Content section .boxNote {
  margin-top:40px;
  padding:20px 30px 40px;
  background:#fff6f0;
  border-radius:6px;
}
#Content section .boxNote h4 {
  margin:9px 0;
}


a.btnDocExcel,
a.btnDocWord,
a.btnDocPDF,
a.btnExt {
  margin:6px;
}

#Content section strong {
  color:#9e005d;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {


#Content section #boxGuideWebEntry #figWebentryPoint {
  width:100%;
}
#Content section #boxGuideWebEntry h3 {
  font-size:18px;
}
#Content section #boxGuideWebEntry dl {
  margin-bottom:10px;
  padding:10px;
}
#Content section #boxGuideWebEntry dl dd {
  margin:10px 0 0 0;
}

#Content section #listGuideRule dl dt {
  font-size:18px;
  line-hegiht:1.3em;
}

}
