@charset "utf-8";
/*
Theme Name: WordPress Custom
Theme URI: http://wadous.com/
Description: カスタマイズしたWordPress のテーマ
Version: 1.0
Author: Masaharu Takigawa
Author URI: http://wadous.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, table, input, textarea, select, option {
    font: 12px/1.1 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

body {
    padding-top: 100px;
}

#header-view {
    background-color: #ffffff;
}

#contents-ad-smp01,
#brand-view {
    display: none;
}


/* ヘッダー */

#header-view ul {
    list-style: none outside none;
    margin-right: 30px;
}

#header-view ul li {
    color: rgb(0, 0, 0);
    float: right;
}

#header-view ul li.logo-image {
    float: left;
    font-size: 14px;
    color: #6E6E70;
}

#header-view ul li.help-nav {

    padding-top: 9px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
}


#header-view ul li.help-nav a{
    font-size: 12px;
    color: #6E6E70;
}

#header-bar-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}


/* グローバルナビゲーション */

.navbar-search {
    position: relative;
}

.navbar-search .search-query {
    padding-left: 29px !important;
}

.navbar-search .icon-search {
    position: absolute;
    top: 7px;
    left: 11px;
}


.navbar-search .search-query:focus,
.navbar-search .search-query:active,
.navbar-search .search-query:focused {
    padding-left: 30px;
}


/* サイドバー */

#left_sidebar li {
    list-style-type: none;
}

#right_sidebar li {
    list-style-type: none;
}

/*
#main-contents {
    padding-top: 40px;
}
*/

/* ウィジット */

#sidebar-pc01 ul
{
    margin-left: 0px;
}


.widget_text,
.widget_recent_entries,
.widget_archive,
.widget_categories,
.widget_tag_cloud
 {

    width:140px;

    padding-bottom: 10px;
    margin-left: 0px;
    margin-bottom: 10px;

}

#sidebar-pc02 .widget_text,
#sidebar-pc02 .widget_recent_entries,
#sidebar-pc02 .widget_archive,
#sidebar-pc02 .widget_categories,
#sidebar-pc02 .widget_tag_cloud
 {

    width:160px;

}

.widget_text ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_tag_cloud ul
{
    margin-left: 0px;
    padding-left: 6px;
}

.widget_text li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_tag_cloud li
{
    font-size: 1.0em;
    line-height: 1.5em;

    background-image: url("img/blockcontentbullets.png");
    background-repeat: no-repeat;
    padding-left: 14px;
}


.widget_text h2.widgettitle,
.widget_recent_entries h2.widgettitle,
.widget_archive h2.widgettitle,
.widget_categories h2.widgettitle,
.widget_tag_cloud h2.widgettitle
 {

    line-height: 30px;

    margin-bottom: 5px;
    padding-left: 10px;

    font-size: 1.0em;
/*
    font-size: 12px;
*/
    background:#fcfcfc;
    border-top:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;

}

.widget_archive select {
    margin-left: 10px;
    width: 120px;
    font-size: 1.0em;
/*
    font-size: 12px;
*/
}

/* トップスライダー */

.top-slider-org {

  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

  position: relative;
  margin: 15px 0;
/*
  padding: 39px 19px 14px;
*/
  padding: 20px 19px 0px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.top-slider-org:after {
/*
  content: "BLOGLOG";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
*/
}


.top-slider-org + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

.top-slider-org > p:last-child {
  margin-bottom: 0;
}
.top-slider-org .table,
.top-slider-org .progress,
.top-slider-org .well,
.top-slider-org .alert,
.top-slider-org .hero-unit,
.top-slider-org .pagination,
.top-slider-org .navbar,
.top-slider-org > .nav,
.top-slider-org blockquote {
  margin-bottom: 5px;
}
.top-slider-org .pagination {
  margin-top: 0;
}
form.top-slider-org {
  padding-bottom: 19px;
}

.top-slider-org img {
      min-width: 100%;
}


/* コンテンツ */

.contents-breadcrumb {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
    /*
    padding-top: 20px;
    */
    padding-bottom: 0px;
}

.contents-title {

    margin: 15px 0px 0px;
    padding: 2px 8px;

    font-size: 1.2em;
    line-height: 1.7em;

    background-color: #fcfcfc;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.contents-list-title {
    margin: 15px 0px 15px 0px;
    padding: 2px 8px;

    font-size: 1.2em;
    line-height: 1.7em;
/*
    background-color: #fcfcfc;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
*/
}

.contents-sub-title {
    font-size: 1em;
    line-height: 1.7em;
    border-left:7px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.5em 0.5em 0.5em 0.5em;
}

.contents-date {
    padding-top: 8px;
    padding-left: 5px;

    font-size: 0.9em;

    color: rgb(119, 119, 119);
}

.contents-body {
    margin: 6px 0px 12px 0px;
    padding: 14px;

    font-size: 1.3em;
    line-height: 1.7em;

    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
}

.contents-category {
    clear: both;
    padding-top: 10px;
    color: rgb(119, 119, 119);

    font-size: 0.9em;
    line-height: 1.4em;
/*
    text-align: center;
*/
}


.contents-body-well {
/*
    margin-right: 20px;
*/
    background-color: rgb(255, 255, 255);
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;

    border: 1px solid #e3e3e3;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.contents-well-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 8px;
}

.contents-well-date {
    font-size: 9px;
}

.contents-well-body {
    font-size: 12px;
/*
    margin: 2% 0px 1%;
*/
    margin: 1% 0px 1%;
    line-height: 1.5em;
}

.contents-well-list-meta {
    font-size: 9px;
    line-height: 13px;
}

.contents-well-list-thumbnail {
    margin-top: 3px;
    margin-right: 6px;
/*
    margin-bottom: 6px;
*/
}

pre.prettyprint {
    background-color: rgb(248, 248, 248);
    color: gray;
    padding: 0 0 0 3px;
}

#page-top,
#java-install,
#eclipse-download,
#eclipse-install,
#eclipse-japanese,
#eclipse-start,
#android-sdk-download,
#android-sdk-setting,
#android-sdk-install,
#android-avd-setting,
#android-emulator-start,
#android-application-test-make,
#android-emulator-test-run,
#android-device-test-run
{
    margin-top: -90px;
    padding-top: 90px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.img-fluid-full img {
    width:100%;
}

/* ソーシャルボタン */
 
div.sbver ul {
    margin: 0;
    padding: 0;
}
 
div.sbver li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}



/* コメント */

#comments {
/*
    background-color: #DCDCDC;
*/
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

#comments p.comment-form-url {
    display: none;
}

#comments p.comment-form-author input {
/*
    width: 250px;
*/
    width: 70%;
    height: 20px;
    margin-bottom: 10px;
}

#comments p.comment-form-email input {
/*
    width: 250px;
*/
    width: 70%;
    height: 20px;
    margin-bottom: 10px;
}

#comments input,#comments textarea {
    display: block;
}

#comments textarea {
/*
    width: 530px;
*/
    width: 90%;
    height: 200px;
    margin-bottom: 10px;
}

#comments p.form-allowed-tags {
    display: none;
}



#comments h3 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    border-bottom-width: 1px;
    font-size: 14px;
    line-height: 20px;
}

#comments p {
    font-size: 0.937em;
}

#comments p a {
    color: #0c8bcd;
}

#comments .required {
    color: #DC143C;
}


#comments-list{
    margin: 0px;
}
#comments-list li:first-child{
    border: none;
}

#comments-list ul {
    margin-left: 0px;
}

#comments-list li {
    list-style: none;
    border-top:2px dotted #ddd;
/*
    padding:15px 0 0 57px;
*/
    padding:15px 0 0 57px;
    position:relative;
}

#comments-list .avatar {
    left:0;
    position:absolute;
    top:15px;
}

.vcard img{
    border-radius: 25px;
    display: block;
}

.comment .children{
    border-top:dotted 1px #ddd;
}

#comments-list .comment-meta{
    margin-bottom:10px;
}

.comment-author .fn a{
    color: #333;
    font-size:85%;
    text-decoration: underline;	
}

#comments-list .comment-meta a{
    color: #333;
    font-size:85%;
    text-decoration: underline;
}

#comments-list .comment-meta a:hover{
    text-decoration:underline;
}

#comments-list p{
    margin-bottom:10px;
}

#comments-list a{
    color: #4995ba;
}

#comments-list .reply a {
/*
    position: absolute;
    top: 25px;
    right: 10px;
    padding: 2px 10px;
    background: #eee;
    font-size: 85%;
    color: #666;
    text-decoration: none;
    outline: solid 1px #ccc
*/

    padding: 2px 10px 2px 10px;

    background: #eee;
    font-size: 85%;

    margin-bottom:30px;

    color: #666;
    text-decoration: none;
    outline: solid 1px #ccc
}

#comments-list .reply2 {
    margin-bottom:10px;
}


#comments-list .reply a:hover {
    background: #ccc;
    font-size: 85%;
    color: #333;
}

li.pingback p{
    margin-left: -55px;
}

li.pingback p a{
    color: #666;
}

h3.pageauthor{
    margin: 30px 0 10px 0;
    padding-left: 8px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 6px;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 200;
}


/* フッター */

#footer-ad01 {
    text-align: center;
}

.goTop {
    margin-top: 10px;
    text-align: right;
}

.goTop a {
    color: rgb(81, 81, 81);
    font-size: 12px;
}

#footer {
    border-top: 1px solid rgb(224, 224, 224);
    padding: 12px 0px;
    margin-top: 15px;
    font-size: 12px;

    text-align: center;
}

.footer_contents_list {
    margin-top: 10px;
    margin-bottom: 15px;
}




.contact-form {
  width: 90%;              /* 横幅を80%に変更 */
  max-width: 1000px;        /* 必要に応じて上限幅を設定（任意） */
  margin: 40px auto 0;      /* 上に40pxの余白を追加 */
  font-family: "Hiragino Sans", sans-serif;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-form .required {
  color: #d9534f;
  font-size: 0.9em;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .form-buttons {
  display: flex;
  gap: 10px;
}

.contact-form input[type="submit"],
.contact-form input[type="button"] {
  padding: 10px 20px;
  background-color: #0073aa;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover {
  background-color: #005f8d;
}




/* 全体コンテナ */
.wsp-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0;
  background: transparent; /* 背景透過 */
}

/* 見出し */
.wsp-posts-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #4CAF50;
  padding-bottom: 5px;
  color: #333;
}

/* カテゴリタイトル */
.wsp-category-title {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  margin: 8px 0;
}

.wsp-category-title a {
  text-decoration: none;
  color: #333;
}

.wsp-category-title a:hover {
  color: #4CAF50;
  text-decoration: underline;
}

/* 投稿リスト */
.wsp-posts-list {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

/* 投稿リンク */
.wsp-posts-list .wsp-post a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.wsp-posts-list .wsp-post a:hover {
  color: #4CAF50;
  padding-left: 5px;
}

/* 階層インデント */
.wsp-posts-list ul {
  margin-left: 20px;
  padding-left: 15px;
  border-left: 2px solid #eee; /* 薄い縦線で階層を表現 */
}




.site-footer {
  background-color: #222;
  color: #ccc;
  padding: 30px 0 10px;
  font-size: 14px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-right ul li {
  margin-left: 15px;
}

.footer-right ul li:first-child {
  margin-left: 0;
}

/* リンク：無着色（通常文字と同じ色）＋ホバー時に下線だけ */
.footer-right ul li a {
  /*
  color: inherit;
  */
  text-decoration: none;
  transition: all 0.3s;
}

.footer-right ul li a:hover {
  text-decoration: underline;
}

/* 免責文の文字色を少し濃いグレーに変更 */
.footer-disclaimer {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}



/* 画面下に固定（必要なければ position を外してください） */
.footer-share-buttons {
  /*
  position: fixed;
  */
  bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.96);
  /*
  border-top: 1px solid #e5e5e5;
  */
  padding: .6rem 1rem;
  z-index: 9999;
}
.footer-share-buttons__list {
  display: flex; gap: .6rem; justify-content: center;
  list-style: none; margin: 0; padding: 0;
}

/* 丸ボタン共通 */
.sharebtn {
  width: 40px; height: 40px;
  border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: transform .12s ease, opacity .12s ease;
  color: #fff; /* SVGのcurrentColorに反映 */
}
.sharebtn svg { width: 22px; height: 22px; display: block; }

/* ブランドカラー */
.sharebtn--x        { background: #000; }
.sharebtn--facebook { background: #1877F2; }
.sharebtn--hatena   { background: #00A4DE; }
.sharebtn--line     { background: #06C755; }

/* ホバー/フォーカス */
.sharebtn:hover,
.sharebtn:focus { transform: translateY(-1px); opacity: .9; }

/* アクセシビリティ用隠しテキスト */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ダークテーマ系背景とぶつかる場合のシャドウ（任意） */
.sharebtn { box-shadow: 0 1px 2px rgba(0,0,0,.08); }


.img-box {
    position: relative;      /* キャプションを配置するために必要 */
    display: inline-block;
    border: 2px solid #ccc;  /* 枠線 */
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 4px;
    width: 800px;            /* 横幅 */
    max-width: 100%;         /* スマホ対応 */
    box-sizing: border-box;
}

.img-box-mini01 {
    width: 400px;            /* 横幅 */
}

.img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.img-caption {
    position: absolute;
    top: 8px;                /* 上からの距離 */
    left: 8px;               /* 左からの距離 */
    background-color: rgba(255, 255, 255, 0.7); /* 半透明背景 */
    padding: 2px 6px;
    font-size: 14px;
    color: #333;
}


/* contents-body 内の h3 のみ適用 */
.contents-body h2 {
  /*
  font-size: 1.5em;
  font-size: 1.3em !important;
  */
  font-size: 1.3em;
  font-weight: bold;      /* 太字 */
  /*
  margin: 1.5em 0 0.8em;
  */
  margin: 2.5em 0 0.8em;
  padding: 0.4em 0.8em;   /* 内側余白 */
  border-left: 5px solid #0073aa; /* 左線（WordPressブルー） */
  background-color: #f5f9fc;      /* 背景色 */
  color: #333;            /* 文字色 */
  line-height: 1.4;       /* 行間 */
}

.contents-body h3 {
  /*
  font-size: 1.3em;
  */
  font-size: 1.1em;
  font-weight: bold;
  /*
  margin: 1.2em 0 0.6em;
  */
  margin: 1.5em 0 1em;
  padding: 0.3em 0.6em;
  border-left: 4px solid #66a3d2; /* 少し薄いブルー */
  background-color: #f9fcfe;      /* h3より明るめの背景 */
  color: #444;
  line-height: 1.4;
}

.contents-body h4 {
  /*
  font-size: 1.3em;
  */
  font-size: 1.1em;
  font-weight: bold;
  /*
  margin: 1.2em 0 0.6em;
  */
  margin: 1.5em 0 1em;
  padding: 0.3em 0.6em;
  border-left: 4px solid #66a3d2; /* 少し薄いブルー */
  background-color: #f9fcfe;      /* h3より明るめの背景 */
  color: #444;
  line-height: 1.4;
}

@media (max-width: 980px) {

    body {
        padding-top: 0px;
    }

    #header-view,
    #sidebar-pc01,
    #sidebar-pc02,
    #sidebar-menu
    {
        display: none;
    }

    #brand-view {
        display: block;
    }

    #contents-ad-smp01 {
        display: block;
        text-align: center;
        margin-left: -20px;
        margin-bottom: -3px;
    }


    #page-top,
    #java-install,
    #eclipse-download,
    #eclipse-install,
    #eclipse-japanese,
    #eclipse-start,
    #android-sdk-download,
    #android-sdk-setting,
    #android-sdk-install,
    #android-avd-setting,
    #android-emulator-start,
    #android-application-test-make,
    #android-emulator-test-run,
    #android-device-test-run
    {
        margin-top: -10px;
        padding-top: 10px;
    }

    /* ソーシャルボタン */
    div.sbver li {
        margin-right: 8px;
    }

    .carousel-caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-slider-org h4 {
        font-size: 11px;
    }

    .top-slider-org p {
        font-size: 8px;
        line-height: 14px;
    }

    #footer-ad01 {
        margin-left: -10px;
    }

    .navbar-search .icon-search {
        position: absolute;
        top: 16px;
        left: 23px;
    }

}

@media (max-width: 767px) {

    #header-bar-title {
        font-size: 12px;
    }


    #left_sidebar,
    #right_sidebar
    {
        display: none;
    }

    .top-slider-org {
        display: none;
    }

    .sbListSocialButton {
        display: none;
    }

}

/* セクション見出し（カテゴリハブ内の h1） */
.latest-posts > h1,
.category-hub > h1{
  margin: 14px 0 20px 0;
  font-size: clamp(20px, 2.8vw, 24px);
  background-color: #f5f9fc;
  border-left: 4px solid var(--c-accent, #0073aa);
  padding-left: 10px;
}

.latest-posts > h1{
    margin-top: 50px;
}



/* グリッド（3列→レスポンシブで2/1列） */
.grid{ display: grid; gap: 24px; }            /* 既に .grid があれば不要 */
.grid.grid-3{ grid-template-columns: repeat(3, 1fr); }
@media (max-width: 960px){
  .grid.grid-3{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .grid.grid-3{ grid-template-columns: 1fr; }
}

/* カテゴリカード */
.category-hub .cat-card{
  background: var(--c-surface, #fff);
  border: 1px solid var(--c-border, #e5e7eb);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.category-hub .cat-card:hover{
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  border-color: var(--c-accent, #2563eb);
}

/* カード内見出し・説明 */
.category-hub .cat-card h2{
  margin: 0 0 6px;
  font-size: 18px;
}
.category-hub .cat-desc{
  margin: 0 0 10px;
  color: var(--c-text-muted, #6a737d);
  font-size: 14px;
}

/* 最新3件の小リスト */
.category-hub .mini-list{
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.category-hub .mini-list li{
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--c-border, #e5e7eb);
}
.category-hub .mini-list li:last-child{ border-bottom: none; }
.category-hub .mini-list .date{
  margin-left: auto;
  color: var(--c-text-muted, #6a737d);
  font-size: 12px;
}

/* もっと見るリンク */
.category-hub .more{
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid var(--c-accent, #2563eb);
  color: var(--c-accent, #2563eb);
  border-radius: 999px;
  text-decoration: none;
}
.category-hub .more:hover{
  background: #eff6ff; /* var(--c-accent-weak) 相当 */
  text-decoration: none;
}







/* タイトルは既存CSSをそのまま使用（変更不要） */

/* タイトル直下のエリアを横並びに */
.latest-below-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.latest-thumb {
  width: 140px;   /* 枠の横幅 */
  height: 100px;  /* 枠の高さ */
  display: flex;
  align-items: center;     /* 縦方向の中央寄せ */
  justify-content: center; /* 横方向の中央寄せ */
  background-color: #f5f5f5; /* 背景色（余白をわかりやすくする場合） */
  border-radius: 4px;
  overflow: hidden; /* はみ出し防止（必須ではないが推奨） */
}

.latest-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 枠内に収める。縦横比維持＆トリミングなし */
  display: block;
}

/* 右カラム：日付・本文・メタ */
.latest-texts {
  flex: 1;
  min-width: 0;       /* 長いURL等でのはみ出し防止 */
}

/* 画像が無い場合は右カラムが全幅に（PHP側で非出力なので特別な指定は不要） */

/* スマホ対応（任意） */
@media (max-width: 600px) {
  .latest-below-title {
    flex-direction: row;    /* そのまま横並びでもOK */
    gap: 12px;
  }
  .latest-thumb {
    width: 100px;
    height: 60px;
  }
  .latest-thumb img {
    /*
    width: 96px;
    */
  }
}


