@charset "shift_jis";

body,td{
	font-size: 12px;
}
.oshirase_subj {
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.oshirase_date {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.oshirase_mesg {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	overflow: auto;
}

.t-h2 {
	margin:20px 0;
	padding: 10px 20px;
  font-size: 140%;
  background: #f5f3f3;
  border: 1px solid #ccc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
  color: #7b7b7b;
  font-weight: 600;
  border-radius: 5px;
  border-top: 4px solid #70da6c;
  width: 89%;
}
.repo a {
	ext-decoration: none;
	background: #efe;
  padding: 10px;
  width: 90%;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  margin: 5px auto;
  color: #0c8208;
  border: 2px solid #70da6c;
  font-style: unset;
  font-size: 130%;
}