@charset "utf-8";


/* ---------- COMMON ---------- */

#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }


/* ---------- #ARCV ---------- */

#arcv .red {
  color: #DD0000;
}

#arcv .cap {
  color: #2E4483;
  font-weight: bold;
}


/* ----- A ----- */
#arcv a {
  color: #555555;
  text-decoration: underline;

}

#arcv a:hover {
/*  color: #899BD5;*/
  text-decoration: none;
}

#arcv a.pdf:after {
  content: url("../image/icon_pdf.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
}

/* ---------- LAYOUT ---------- */

#main_notice {
  width: 900px;
  padding-top: 2em;
  
}


/* ----- DT ----- */
#arcv {
  width: 100%;
}

#arcv dt.cls:after {
  content: url("../news/image/icon_news-closed.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.eve:after {
  content: url("../news/image/icon_news-event.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.lec:after {
  content: url("../news/image/icon_news-lecture.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.med:after {
  content: url("../news/image/icon_news-medical.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.etc:after {
  content: url("../news/image/icon_news-etc.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.imp:after {
  content: url("../news/image/icon_news-imp.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.dep:after {
  content: url("../news/image/icon_news-department.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.not:after {
  content: url("../news/image/icon_news-notice.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt.rec:after {
  content: url("../news/image/icon_news-recruit.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#arcv dt, #arcv dd {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

#arcv dt {
  font-size: 90%;
  color: #535353;
}

#arcv dt:first-child {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
}

#arcv dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}

#arcv dd span.purple {
  display: block;
  color: #7b8bbf;
  word-wrap: break-word;
}

/* ----- TOPIX ----- */

#main li.topix{
 list-style-type: none;
 padding-left: 1em;
 text-indent: -1.2em;
  }


#main ul.topix{
 padding-left: 3em;
 margin-bottom: 20px;
  }

  
/* ---------- TABLE ---------- */
#main .contact table {
  width: 100%;
  margin-bottom: 2em;
}

#main .contact table tr {
  border-top: 1px solid #CCCCCC;
}

#main .contact table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main .contact table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main .contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}



/* ---------- TABLE.news-detail ---------- */
#main table.news-detail {
  width: 100%;
  margin-bottom: 2em;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.last {
  margin-bottom: 4em;
}

#main table.news-detail th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table.news-detail th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table.news-detail td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table.news-detail td.cntr {
  text-align: center;
}

#main table.news-detail th {
  background-color: #A1AFDD;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table.news-detail td {
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}



/* ---------- #SCHEDULE ---------- */
#schedule {
  margin-bottom: 4em;
}

/* ---------- TABLE ---------- */
#schedule table {
  width: 100%;
  margin-bottom: 0.5em;
}

#schedule tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#schedule th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#schedule th:last-child {
  border-right: 1px solid #CCCCCC;
}

#schedule td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#schedule th:first-child {
  width: 20%;
}

#schedule th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#schedule td:first-child {
  text-align: center;
  padding: 8px 8px 8px 15px;
  background-color: #EEEEEE;
}

#schedule td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#schedule td.circle {
  background: url("../image/icon_circle.gif") no-repeat 50% center;
}

#schedule td.cross {
  background: url("../image/icon_cross.gif") no-repeat 50% center;
}

#schedule td.check {
  background: url("../image/icon_check.gif") no-repeat 50% center;
}

#schedule td.check_sp {
  background: url("../image/icon_check_sp.gif") no-repeat 50% center;
}

#schedule td.tri {
  background: url("../image/icon_tri.gif") no-repeat 50% center;
}

#schedule td.attention {
  background: url("../image/icon_attention.gif") no-repeat 50% center;
}

#schedule td.check_dbl {
  background: url("../image/icon_check_dbl.gif") no-repeat 50% center;
}

#schedule td.check_stm {
  background: url("../image/icon_check_cln.gif") no-repeat 50% center;
}


/* ---------- #CONTACT ---------- */
#contact {
  margin-bottom: 4em;
}

/* ---------- TABLE ---------- */
#contact table {
  width: 100%;
  margin-bottom: 4em;
}

#contact table tr {
  border-top: 1px solid #CCCCCC;
}

#contact table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#contact table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}
  
/* ---------- #IMPORTANT NOTICES ---------- */
#important_notices {
  margin-bottom: 20px;
}

/* ----- DIV ----- */
}

#important_notices div.ttl {
  float: left;
  font-size: 0;
  margin-top: 5px;
  margin-left: 10px;
}

#important_notices div.bknm {
  float: right;
  font-size: 0;
  margin-top: 6px;
  margin-right: 10px;
}

/* ----- DL ----- */
#important_notices dl {
  border-top: 0px solid #dddddd;
  padding: 0 10px 10px 10px;
}

#important_notices dt {
  font-size: 90%;
  padding-top: 12px;
  line-height: 1em;
  margin-bottom: 2px;
}


#important_notices dt.cls:after {
  content: url("../image/icon_news-closed.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dt.not:after {
  content: url("../image/icon_news-notice.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dt.lec:after {
  content: url("../image/icon_news-lecture.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dt.med:after {
  content: url("../image/icon_news-medical.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dt.rec:after {
  content: url("../image/icon_news-recruit.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dt.eve:after {
  content: url("../image/icon_news-event.gif");
  position: relative;
  bottom: -0.2em;
  margin-right: 0.5em;
  padding-left: 1em;
}

#important_notices dd {
  padding-bottom: 30px;
}

#important_notices dd a {
  text-decoration: underline;
}

#important_notices dd span.pink {
  color: #f27e82;
  word-wrap: break-word;
  display: block;
}

#important_notices dd span.red {
  color: #DD0000;
}

#important_notices dd span a {
  text-decoration: underline;
}

#important_notices dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}





/* ---------- UL ---------- */

#main ul.arw {
  padding-left: 1em;
}

#main ul.arw li {
  margin-left: 0;
  list-style-type: none;
  background: url("../image/arw_list.gif") no-repeat 0 5px;
  padding-left: 1em;
  margin-bottom: 1em;
  vertical-align: middle;
}
