@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}


.machine-detail {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.machine-main {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.machine-image img {
    width: 100%;
    border-radius: 8px;
}

.machine-info {
    flex: 1;
}

.machine-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.inspection-history table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.inspection-history th,
.inspection-history td {
    border: 1px solid #ddd;
    padding: 8px;
}

.inspection-history th {
    background: #f5f5f5;
}

.inspection-history img {
    max-width: 80px;
    height: auto;
    border-radius: 4px;
}
