@charset "utf-8";
/* Copyright 2023 design hack. */

/* ------------------------------------------------------------

日本画院執行体制ページ

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(1) a{color: #7D1B3C;}

/* コンテンツ
---------------------------------------------- */
/* header */
div#bg_h2{padding-top: 50px;}
h2#h2_pagettl span {margin-left: 10px;}


/* 執行体制
---------------------------------------------- */
p#update{text-align: right;margin-bottom: 60px;line-height: 1.0;}

table#table_structure{width: 100%;margin-bottom: 140px;}
table#table_structure th,table#table_structure tr td{border: 1px solid #CCCCCC;width: 33%;padding: 25px 0 25px 30px;}
table#table_structure th{background: #F3F2EF;font-weight: 700;}
table#table_structure tr td:first-child{font-weight: 700;}
table#table_structure tr span{font-size: 14px;}

ul#list_structure{background: #F3F2EF;padding: 23px 30px 3px;font-size: 0;}
ul#list_structure li{display: inline-block;width:16.6%;font-size: 16px;margin-bottom: 20px;}
ul#list_structure li span{font-size: 14px;}

@media print, screen and (max-width: 767px){
div#bg_h2{padding-top: 20px;}
h2#h2_pagettl span {margin-left: 10px;}
    
p#update{margin-bottom: 40px;}

div#wrap_structure{overflow-x: scroll; margin-bottom: 70px;}
table#table_structure{width: 600px; margin-bottom: 0;}
table#table_structure th,table#table_structure tr td{padding: 15px 0 15px 20px;}
table#table_structure tr span{font-size: 12px;}

ul#list_structure{padding: 15px 20px 3px;font-size: 0;}
ul#list_structure li{width: 50%;font-size: 14px;margin-bottom: 15px;}
ul#list_structure li span{font-size: 12px;}
}