@charset "UTF-8";

/* 全体調整用 */
#airbow-list{
    margin: 20px 0 20px 20px;
    width: min(95vw,760px) !important;
    font-size: 13.3px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    transition: all .2s;
    /* top: 0; */
}
/* 絞り込み用チェックボックス */
#airbow-list [class*="hidden-"] {
    display: none;
}

#airbow-list {
/* 先頭に戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
tr a, li a{
    color: blue;
}
.pagetop a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: all .2s;
}
.pagetop a:hover {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* スクロールバーデザイン */
.scroll-x{
    margin: 0 auto;
    scrollbar-arrow-color: #fff;
}
.scroll-x table{
    display: block;
    overflow-x: scroll;
    scrollbar-color: #ccc #eee;
    scrollbar-width:thin;
    scroll-behavior: smooth;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

h4{
    margin: 0;
    padding: .2em 0 .1em;
    font-size: 1.7em;
    text-indent: .3em;
    color: white;
    background-color: #0a6848;
}
/* 見出し */
h5::before{
    content: "■";
    margin-right: .5em;
    font-size: 1.3em;
}

h5{
    font-size: 1.2em;
    background-color: #efefef;
    padding: .3em 0;
    margin: .7em auto;
    text-indent: 1em;
}

/* カテゴリーメニュー調整 */
#sub-menu{
    top: 80px;
    margin: 1.5em auto;
    position: sticky;
    background-color: white;
    padding: .5em 0 1em;
    z-index: 100;
}
#sub-menu .list-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 1em auto;
    list-style: none;
    width: min(100%,720px);
}
#sub-menu .list-bar li{
    width: 33% !important;
}
#sub-menu .list-bar li:nth-of-type(3n-1){
    margin: 0 auto;
    text-align: left;
}
#sub-menu .list-bar li:nth-of-type(3n){
    margin-right: 0;
    text-align: left;
}

/* 絞り込み検索バー */
.search_container{
    transition: all .2s;
}
.search_container input[type="text"]{
    font-size: 1.2em;
    text-indent: 1.8em;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #ccc;
    padding: 4px 10px 1px;
    border-radius: 20px;
    height: 2.6em;
    /* width: 260px; */
    overflow: hidden;
    display: block;
    transition: all .2s;
    width: 95%;
    margin: 0 auto;
}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container input[type="submit"]{
    z-index: 90;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #3879D9;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    left: 20px;
    top: 107px;
    outline : none;
    transition: all .2s;
}
.search_container:hover{
    opacity: .5;
}


/* 表（製品リスト）レイアウト */
table{
    font-size: 1em;
    white-space: nowrap;
    border-collapse: collapse;
    /* max-width: 760px !important; */
    margin: 0 auto 1em;
}
table tr:not(:first-of-type):hover{
    background-color: #efefef;
}
table th{
    font-size: 1.05em;
    background-color: #efefef;
    text-align: center;
    transition: .2s all;
    z-index: 5;
}
table th:hover{
    opacity: .5;
}
table th::after{
    font-family: "Font Awesome 6 Free";
    content: "\f0dc";
    margin-left: .5em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; 
}
table .up-sort,
table .down-sort{
    color: white;
    background-color: #999;
}
table .up-sort::after{
    content: "\f0de" !important;
}
table .down-sort::after{
    content: "\f0dd" !important;
}
table th,
table td{
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: .2em .7em .1em;
    z-index: -2;
}
table td{
    text-align: center;
    background-color: white;
}
table tr th:first-of-type,
table tr td:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
    border: 1px solid #ccc !important;
    z-index: 1;
}
table tr th:first-of-type::before,
table tr td:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index: -1;
}
table td:first-of-type,
table td:last-of-type{
    text-align: left;
}
table td span{
    color: red;
}
table td i{
    margin-left: .5em !important;
}
table td i:hover{
    opacity: 0.7;
}

/* 注意事項 */
.caution{
    list-style: none;
    padding: 0;
    margin-left: 2em;
    text-indent: -1em;

}

}
