/*
Theme Name: x-t9-child
Theme URI: 
Author: ゆーそうと
Author URI: 
Description: x-t9の子テーマ
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: x-t9
Text Domain: x-t9-child
Tags: 
*/

/* インストラクター一覧タクソノミー */
.term-color-rounded {
    background-color:#333;
    color: white;
    padding: 5px 10px;
    margin-right:10px;
    display: inline-block;
    border-radius: 10px; /* 角丸の半径を指定 */
    font-size: 12px; /* 文字サイズを指定 */
}
.term-color-rounded > a {
    color: white;
    text-decoration:none;
}

/* 講師、公式インストラクター一覧項目 */
td.is_photo img {
    height:150px;
    object-fit: contain;
}

/* 認定インストラクター一覧 */
.ns_data-container {
    display: flex;
    flex-wrap: wrap; /* 折り返しを有効にする */
}
  
.ns_data-item {
    width: 100px; /* data-itemの幅を固定 */
    box-sizing: border-box; /* paddingとborderを幅に含める */
    padding: 10px; /* 必要に応じてpaddingを追加 */
}
  
.ns_photo img {
    height:100px;
    object-fit: contain;
}
.ns_name {
    font-weight: bold;
}
