.alignleft {
  float: left;
}

div.postImage .alignleft {
  float: left;
}

.alignright {
  float: right;
  clear: right;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

.photo {
  margin: 10px;
}

.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}

.fontBold {
  font-weight: bold;
}

.thumbail img {
  padding: 5px;
  background: #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 150px;
}
/*
mainContents---------------------------------------------*/

.middleTitle {
  background-image: url("../image/lower/img_middleTitle.jpg");
  background-repeat: no-repeat;
  margin: 15px auto;
  width: 885px;
  height: 50px;
}

.middleTitle h2 {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 20px;
}

/*
article---------------------------------------------*/

.article {
  width: 885px;
  overflow: hidden;
  margin: 10px auto;
  padding: 10px 0px;
  background-image: url("../image/lower/img_articleBg.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

h2.articleTitle {
  display: inline-block;
  width: 630px;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 20px;
  word-wrap: break-word;
  color: #fe679f;
}

.articleDate {
  display: inline-block;
  width: 630px;
  overflow: hidden;
  margin: 10px 20px 0px 20px !important;
  line-height: 1 !important;
  color: ##563d06;
}

.articleText {
  display: inline-block;
  width: 630px;
  overflow: hidden;
  margin: 0px 20px !important;
  line-height: 1 !important;
  color: ##563d06;
}

.article > p {
  padding: 0px 20px;
}

.articleInner {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0px 6px 10px 6px;
  padding: 20px;
  background-image: url("../image/lower/img_articleBg-middle.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.articleInner::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_articleBg-top.jpg");
  background-repeat: no-repeat;
}
.articleInner::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
  background-image: url("../image/lower/img_articleBg-bottom.jpg");
  background-repeat: no-repeat;
}

h3.articleTitle {
  font-size: 18px;
  color: #fd679f;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.articleInner p {
  color: #563d06;
  line-height: 1.8;
  margin: 10px 0px;
}

.postImage img.aligncenter {
  padding: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: block;
  text-align: center;
}

.postImage img.alignleft {
  margin: 0px 15px 0px 0px;
  padding: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.postImage img.alignright {
  margin: 0px 0px 0px 15px;
  padding: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.article h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fe679f;
}

.article h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fe679f;
}

.article h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fe679f;
}

.article h5 {
  font-size: 14px;
  font-weight: bold;
  color: #fe679f;
}

.article h6 {
  font-size: 12px;
  font-weight: bold;
  color: #fe679f;
}

.article strong {
  font-weight: bold !important;
}
.article em {
  font-style: itaric !important;
}

.article ul {
  list-style-type: disc !important;
  margin-left: 20px;
}

.article ol {
  list-style-type: decimal !important;
  margin-left: 20px;
}

.article li {
  color: #563d06;
}

/* 20240726 追記 */
.article h2 a,
h2.articleTitle a {
  color: #fe679f;
}
