/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 11:20:00 */
/* カスタム CSS をここに入力してください */

#pdf {
  margin: 10px 10px 10px 20px;
  padding-top: 10px;
  padding-bottom: 22px;
  padding-left: 50px;
  font-size: 14px;
  position: relative;
  background-image: url(https://aichibasketball.jp/wp/wp-content/uploads/2025/08/PDF.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}

#clear {
  clear: both;
}

table {
  border-collapse: collapse;
    width:100%;
}

th,
td {
  vertical-align: middle;
  border: 1px solid #dddddd;
}

tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

tr.total td {
  background-color: #d9d9d9;
  font-weight: bold;
}

.a-box1 {
  margin: 15px;
}

.a-box2 {
  margin: 10px 10px 40px 10px;
}

.aba01 {
  width: 180px;
  padding: 10px;
  background-color: #696969 !important;
  color: #ffffff !important;
		text-align: center !important;

}
.aba02 {
  padding: 10px;
  background-color: #696969 !important;
  color: #ffffff !important;
		text-align: center !important;

}
.name {
  padding: 10px;
letter-spacing: 0.15em;
}
.name-c {
  padding: 10px;
letter-spacing: 0.15em;
		text-align: center !important;
}

.meiyo {
  width: 25%;
  text-align: center !important;
  vertical-align: middle;
  padding: 15px;
}

h2 {
  padding: .5em .7em;
  margin-bottom: 20px;
	 border-top: none !important;
  border-left: 8px solid #3b82f6;
  background: #f0f7ff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

table.touroku{
    width:100%;
}

table.touroku th:nth-child(2),
table.touroku th:nth-child(3),
table.touroku th:nth-child(4),
table.touroku td:nth-child(2),
table.touroku td:nth-child(3),
table.touroku td:nth-child(4){
	text-align: center 
}
table.touroku th
{
	background-color: #696969 !important;
  color: #ffffff !important;
}



.message-wrap{
    display:flex;
    gap:40px;
    align-items:flex-start;
    margin:30px 0;
}

.message-profile{
    width:260px;
    flex-shrink:0;
}

.message-profile img{
    width:100%;
    height:auto;
    display:block;
}

.message-name{
    margin-top:15px;
    text-align:center;
}

.message-org{
    font-size:1rem;
    line-height:1.8;
}

.message-title{
    margin-top:15px;
    font-size:1.0rem;
}

.message-president{
    font-size:1.8rem;
    line-height:1.2;
    letter-spacing:.05em;
}

.message-body{
    flex:1;
    line-height:2;
    font-size:1rem;
}

.message-body p{
    margin-bottom:2em;
}

.message-date{
    margin-top:3em;
}



@media screen and (max-width: 768px) {
  .aba01 {
    width: 120px;
    font-size: 14px;
    padding: 8px;
  }
    .message-wrap{
        display:block;
    }

    .message-profile{
        width:100%;
        max-width:280px;
        margin:0 auto 30px;
    }

    .message-name{
        text-align:center;
    }

    .message-president{
        font-size:2.2rem;
    }

    .message-body{
        font-size:0.95rem;
        line-height:1.9;
    }
}
