@charset "utf-8";
/* CSS Document */

/*--------------------
 特定行為区分 
--------------------*/
/* Table共通 */

@media screen and (max-width:667px){

.tokuImgLeft {
float: none;
margin-right: 0;
border: 0;
margin-bottom: 15px;
text-align: center;
}


/* スケジュール */

.tokuTable{
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
}
.tableWrapper .tokuTable {
margin-left: 0;
margin-right: 0;
}
.tokuTable tr th, .tokuTable tr td {
width: auto;
min-width: 4em;
}
.tokuTable tr .tokuProTableTh {
width: 30%;
}

/* スケジュール */
.tokuTableSchedule {
/*display: block;*/
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
}
.tokuTableSchedule tr, .tokuTableSchedule tr th, .tokuTableSchedule tr td {
display: block;
width: auto;
}
.tokuTableSchedule tr th, .tokuTableSchedule tr td {
padding: 5px 10px;
}


/* 共通 */
.tokuteiTit {
font-size: 123.1%;
font-weight: bold;	
margin-bottom: 5px;
}
#main hr {
border-top: 1px solid #5158A0;
}


/* 20191122 */
.tokuteiBtn{
text-align:center;
}
.tokuteiBtn a.pdfIcon {
background-image: none;
padding-right: 0;
}
.tokuteiImg01 {
float: none;
padding: 0 10px;
margin-bottom: 20px;
text-align: center;
}


}
