@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
  border-color: #cccccc;
}

.hpb-parts-hl-style {
  padding: 4px 0.2em 2px !important;
  border-color: #8f5100 !important;
  line-height: 1 !important;
  background-image: none !important;
  color: #5a3300 !important;
}

.hpb-parts-cbox-style {
  border-color: #8f5100;
}

.hpb-parts-hr-style {
  border-color: #5a3300;
}

.hpb-parts-pbox-style {
  border-color: #cccccc;
}
.hpb-parts-pbox-style h4 {
  padding: 0px !important;
}

.hpb-parts-blist-style {
  border-color: #ff9600;
  background-color: #ffffff;
}
a.hpb-parts-blist-style:link {
  color: #333333;
}
a.hpb-parts-blist-style:visited {
  color: #333333;
}
a.hpb-parts-blist-style:hover {
  color: #ff9600;
}
a.hpb-parts-blist-style:active {
  color: #ff9600;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

hr.dot {
  border: none;
  border-top: 2px dotted black;
}

::-webkit-full-page-media,
:future,
:root span.small-safari-only {
  font-size: 90%;
}

p.scripture {
  margin-bottom: 0;
}
p.scripture.second {
  margin-left: 13em;
}
p.left {
  text-align: left;
}
p.right {
  position: relative;
  left: 0px;
  text-align: right;
}
::-webkit-full-page-media,
:future,
:root p.right {
  top: 0px;
}

div.center {
  text-align: center;
}

div.mgt15 {
  margin-top: 15px;
}

div#nextworship {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 220px;
}

div#nextws-container {
  width: 100%;
  /* height: 390px; */
  /* height: 220px; */
  height: auto;
}
div#nextws {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.5em;
}
div.worship {
  width: calc(50% - 15px);
  padding-left: 15px;
}
div.worship.one {
  margin: 0 auto;
}
div.worship > div {
  margin-right: 2em;
  margin-bottom: 0.5em;
}
div.overhide {
  overflow: hidden;
  height: 18px;
}

img.qrcode {
  width: 100%;
  max-width: 150px;
}

img.leaflet {
  width: 100%;
  max-width: 200px;
}

img.wideposter {
  width: 100%;
  max-width: 500px;
}

table.mail-info td {
  height: 150px;
  vertical-align: center;
  font-size: 100%;
}

div#oldnews {
  display: none;
}

p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

a.guide {
  cursor: pointer;
  color: #8f5100;
  text-decoration: underline;
}
a.guide:hover {
  text-decoration: none;
}

span.winered {
  color: maroon;
  font-size: 120%;
  font-weight: bold;
}

a.entry {
  font-size: 130%;
}
@media screen and (max-width: 420px) {
  a.entry {
    font-size: 200%;
  }
}

a.entry:link,
a.entry:visited,
a.entry:hover {
  color: #191970;
}

table#ys-tbl > tbody > tr > td:nth-child(1) {
  text-align: center;
}

img.cs-s-img {
  width: 200px;
  margin: 5px 0px 5px 10px;
}
img.cs-m-img {
  width: 360px;
  margin: 10px auto 0px auto;
}
img.cs-v-img {
  width: 300px;
  margin: 10px auto 0px auto;
}
span.block-center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

span.orange {
  color: #cd5a02;
}
span.green {
  color: #558136;
}
span.blue {
  color: #3372ab;
}

.link-card {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  max-width: 600px;
  margin: 10px 0;
}

.link-card:hover {
  background-color: #f9f9f9;
  border-color: #aaa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.link-card__image {
  width: 120px; /* 画像の幅 */
  flex-shrink: 0;
}

.link-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-card__content {
  padding: 10px;
}

.link-card__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.link-card__description {
  font-size: 13px;
  color: #666;
  /* 2行で隠す設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.link-card__url {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

summary.oldnews {
  cursor: pointer;
]

/* 右カラム追加設定 */
#hpb-asid {
  padding-left: 580px;
  text-align: left;
}
#hpb-asid ul {
  background-color: #fefefe;
  list-style-type: none;
}
#hpb-asid ul a {
  text-decoration: none;
}
#hpb-asid ul li {
  margin: 10px 0px 10px 0px;
}
.aside-link {
  font-size: 15px;
  font-weight: bold;
}

