@charset "UTF-8";
/* CSS Document */

#honbun_each{
	width: 676px;
	/*_width: 700px;*/
	margin: 15px 0px;
	padding: 12px;
}

.date {
	text-align: right;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}

h3.topics {
font-size:120%;
font-weight:bold;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #CCCCCC;
}


ul.link {
	list-style-type:none;
	margin-top:10px;
}

ul.link li {
background:transparent url(/j/common/img/link_arrow.gif) no-repeat scroll 0 0.4em;
margin: 2px 0px 2px 10px;
padding-left:8px;
}


.photo {
/*
width: 312px;
float: right;
*/
margin: 0 0 10px 0px;
text-align:center;
}

.photo img {
padding: 5px;
border: 1px solid #CCCCCC;
}

#honbun_each p {
margin-bottom: 10px;
}

dl.note {
margin:30px 0 0;
}

dl.note dd{
margin-bottom:10px;
margin-left: 2.5em;
}

dl.note dd ul {
margin-left: 2em;
}


dl.nishiura {
}

dl.nishiura dt {
float: left;
width: 5.5em;
}

dl.nishiura dd {
margin-left: 5.5em;
}

/* *********************************************** */
/* ���r�ӂ� */
ruby {
	display:inline-table !important;
	text-align:center !important;
	white-space:nowrap !important;
	text-indent:0 !important;
	vertical-align:text-bottom !important;
	line-height:1 !important;
}

ruby>rb,ruby>rbc {
  display:table-row-group !important;
  line-height:1.0 !important;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group !important;
  font-size:60% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group !important;
  font-size:60% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}

rbc>rb,rtc>rt {
  display:table-cell !important;
  letter-spacing:0 !important;
}
rp {
  display:none !important;
}

rt {
	text-decoration:none !important;
}

/*2022/04/26 4/28�C�x���g�p�ɒǉ�*/
.ws_box {
	margin-bottom:50px;
}

.ws_box h3 {
	font-weight: bold!important;
	font-size: 1.8em!important;
	line-height: 1.35!important;
}

.ws_box h4 {
	font-size: 1.1em!important;
	padding: 0!important;
	margin: 1.5em 0 -0.7em 0!important;
}



table {
	margin: 0 auto 30px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
	border-collapse:collapse;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0;
}

table th {
	text-align: center;
	white-space:nowrap;
	width:8em;
}

table th:first-child {
	width: 18%;
}

table th:nth-child(2) {
	width: 26%;
}

/*
table th:nth-child(-n+2) {
	width: 20%;
	color: gray;
}
*/
table th,
table td {
	border: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0.5em;
	vertical-align: top;
	font-weight:normal;
	font-size: 97%;
}

table td.center {
	text-align: center;
}

table th.bg_blue,
table td.bg_blue {
	background: lightskyblue;
}
 

.uline {
	text-decoration: underline;
}
/*2022/04/26 4/28�C�x���g�p�ɒǉ��@�����܂�*/