/* CSS Document */
div.tl_02 {
  padding: 27px 0 0 0;
}

div.tl_02 h3 {
  border-top: 2px solid #71c81a;
  border-bottom: 1px solid #71c81a;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 34px 13px 34px;
  color: #71c81a;
}

.innerBox {
  padding: 17px 23px 17px 23px;
}

h3.tl_01 {
  background: #dbf1c6;
  border-radius: 5px;
  font-size: 15px;
  padding: 7px 10px 4px 10px;
  margin-bottom: 15px;
}

p.date {
  text-align: right;
  margin-bottom: 1em;
}

.dateLayout01 {
  width: 100%;
  border: 1px solid #aaa;
  border-bottom: 0;
  border-left: 0;
  border-collapse: collapse;
  line-height: 22px;
}

.dateLayout01 th {
  background: #eee;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

.dateLayout01 td {
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 10px;
  text-align: right;
}

.dateLayout01 th.serviceHead {
  text-align: left;
  width: 40%;
}

.dateLayout01 th.serviceHead02 {
	background:#fff;
  text-align: left;
  width: 40%;
}

.dateLayout01 th.thHead {
  text-align: right;
}

.dateLayout01 td.serviceTitle {
  text-align: left;
  width: 40%;
}

.dateLayout01 td.tdHead {
  width: 30%;
}


.dateLayout02 {
  width: 100%;
  border: 1px solid #aaa;
  border-bottom: 0;
  border-left: 0;
  border-collapse: collapse;
  line-height: 22px;
}

.dateLayout02 th {
  background: #eee;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
  width: 19%;
}

.dateLayout02 td {
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 10px;
  text-align: right;
}

.dateLayout02 td.tbl_non {
  border-left: 1px solid #aaa;
  border-bottom: none;
  padding: 8px 10px;
  text-align: right;
}

.dateLayout02 td.ttl_on {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 8px 10px;
  text-align: right;
}

.dateLayout02 th.serviceHead {
  text-align: left;
  width: 24%;
}

.dateLayout02 th.thHead {
  text-align: right;
}

.dateLayout02 td.serviceTitle {
  text-align: left;
}

ul.type01 li {
  line-height: 22px;
  font-size: 11px;
}

ul.type01 li a:link {
  color: #1e659c;
  text-decoration: none;
}

ul.type01 li a:visited {
  color: #606d7c;
  text-decoration: none;
}

ul.type01 li a:hover {
  color: #274365;
  text-decoration: underline;
}






/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){


div.tl_02 h3 {
  font-size: 24px;
  padding: 18px 34px 18px 34px;
}

h3.tl_01 {
  font-size: 20px;
  padding: 14px 15px 11px 15px;
}

p.date {
  font-size: 18px;
}

.innerBox {
  font-size: 18px;
  line-height: 30px;
}

ul.type01 li {
  font-size: 16px;
  line-height: 28px;
}

#past_op {
  font-size: 120%;
  line-height: 22px;
}




}