<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly h3 {
  margin: 10px 0;
  color: #941b61;
  font-size: 24px;
  text-align: center;
  font-style:italic;
}
#monthly h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  color: #8a9321;
  margin-top:25px;
}
#monthly .prf{
	background:#F5F5F5;
	padding:15px;
	width:450px;
	margin-top:20px;
}
#monthly .prf p span{
	color:#941b61;
}
#monthly img.photo_main {
  float:right;
  margin:0px 0px 25px 15px;
}
#monthly img.photo_ima {
	display: block;
	margin: 40px;
	border: 4px solid #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	transform:rotate(-5deg);
}
#monthly p {
  text-indent: 0;
}
#monthly p span {
  font-weight: bold;
}
#monthly .exp {
  text-indent: 1em;
  color: #7b3500;
}
#monthly .exp2 {
  text-align: right;
}
#monthly .interviewer {
  color: #5d310d;
  margin-top:10px;
}
#monthly p.chyusyaku{
	font-size:14px;
	margin:10px 0 10px 0;
}
#monthly img.photo_right {
  float:right;
  margin:0px 0px 15px 15px;
}


/*平和島 第34回全日本選手権 優勝戦*/
#monthly .box table.kiroku caption {
  text-align: center;
  font-weight: bold;
}
#monthly .box table.kiroku th,
#monthly .box table.kiroku td {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}
#monthly .box table.kiroku th {
  border-bottom: 2px solid #111111;
}
#monthly .box table.kiroku td {
  border-bottom: 1px solid #111111;
}
#monthly .box table.kiroku td.pickup,
#monthly .box table.kiroku tr.pickup {
  font-weight: bold;
  color: #941b61;
}
#monthly .box table.kiroku .waku1 {
  background-color: #eee;
  color: 333;
  text-align: center;
  font-weight: bold;
}
#monthly .box table.kiroku .waku2 {
  background-color: #333;
  color: eee;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#monthly .box table.kiroku .waku3 {
  background-color: #ee1122;
  color: eee;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#monthly .box table.kiroku .waku4 {
  background-color: #0055aa;
  color: eee;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#monthly .box table.kiroku .waku5 {
  background-color: #ffee00;
  color: 333;
  text-align: center;
  font-weight: bold;
}
#monthly .box table.kiroku .waku6 {
  background-color: #00aa55;
  color: 333;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#monthly .box table.kiroku span {
  color: #ffffff;
  font-weight: bold;
  background: #941b61;
  padding:0 6px;
}
#monthly .box p.table-p {
  font-size: 14px;
}
#monthly .box {
  width:350px;
  float:left;
  margin:10px 20px 10px 150px;
}
#monthly .box table.kiroku {
  width: 350px;
}

#monthly .box2 {
  float:right;
  padding:10px;
  margin:10px 150px 10px 0px;
  font-size: 14px;
  text-align: center;
}



/*データ室*/
#monthly #interview_data {
  border: solid 1px #941b61;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #interview_data h5 {
  text-align: center;
  color: #941b61;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
}
#monthly #interview_data h5 span:first-child {
  font-size: 16px;
}
#monthly #interview_data h5 span:last-child {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
#monthly #interview_data table {
  width: 420px;
  margin-bottom: 6px;
}
#monthly #interview_data caption {
  font-weight: bold;
}
#monthly #interview_data th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #941b61;
  border-bottom: solid 1px #941b61;
  background-color: #dcbdc8;
}
#monthly #interview_data #tusan td {
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki caption {
  border-bottom: solid 1px #000;
}
#monthly #interview_data .seiseki td {
  border-bottom: dotted 1px #000;
}


/*徳山64年ぶり*/

#monthly #tokuyama64{
	background:	#fffcd1;
	padding:25px;
	margin-top:20px;
}
#monthly #tokuyama64 h5{
	color: #74a45e;
	font-size:28px;
	text-align:center;
	font-style:italic;
	margin-bottom:15px;
}
#monthly #tokuyama64 h6{
	color: #00643d;
	font-size:20px;
	text-align:center;
	margin-bottom:5px;
}
#monthly #tokuyama64 img.tokuyama64_img{
	float:left;
	margin-right:20px;
}
#monthly #tokuyama64 img.tokuyama64_boat{
	float:right;
	margin:15px 0px 15px 15px;
	transform:rotate(-3deg);
}</pre></body></html>