@charset "UTF-8";

/* 全体用 */
/* -- なし -- */

/* ページ構成用 */
/* -- なし -- */

/* アトラクション用 */
.AttractionItem_Picture{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	    }
.AttractionItem_Picture img{
    border: 1px solid;
    border-radius: 4px;
    max-width: 180px;
    height: auto;
}
.AttractionItem_Information{
    width: calc( 100% - 200px );
    max-height: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    box-sizing: border-box;
}
span.AttractionItem_Table_WaitArrow > img{
    max-width: 20px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 2px;
}
span.AttractionItem_Table_WaitArrow{
    width: 20px;
    height: 38px;
    font-size: 38px;
    display: block;
    margin-right: 5px;
    position: relative;
    bottom: 0;
}
span.AttractionItem_Table_WaitNumeric{
    font-family: monospace;
    font-size: 38px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    bottom: 0;
    position: relative;
}
span.AttractionItem_Table_Fastpass{
    text-align: right;
    display: table;
    background: url(../Parts/_img/Icon_FastPass.png) no-repeat left center;
    background-size: 23px auto;
    padding-left: 24px;
}


/* 休止施設用 */
#StopFacility_TABLE { width: 100%; display: table; margin: auto; }

/* 入園制限用 */
#EnterLimit_TABLE { width: 100%; display: table; margin: auto; }

/* グリーティング用 */
span.GRT-WaitArrow.GRT-ArrowUp{
    background: url(../Parts/_img/ArrowUp.png) no-repeat right bottom;
    width: 15px;
    height: 35px;
    font-size: 2em;
    display: inline-block;
    background-size: contain;
    margin-right: 0.3em;
}
span.GRT-WaitArrow.GRT-ArrowDown{
    background: url(../Parts/_img/ArrowDown.png) no-repeat right bottom;
    width: 15px;
    height: 35px;
    font-size: 2em;
    display: inline-block;
    background-size: contain;
    margin-right: 0.3em;
}

/* パレード・ショー用 */
/* -- なし -- */

/* 月間混雑予想用 */
#MONTHLY_TABLE tbody td:nth-child(3) { text-align: center; }
#MONTHLY_TABLE { width: 100%; display: table; margin: auto; }


/* 2021-04-25 - 調節 */
.ChoiceMaxim a.EventTrigger {
	padding: 1em 0;
	display: inline-block;
}
.ChoiceMaxim .HideData.FlexObject {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow-y: scroll;
	height: 15em;
}
main#Chronology section#SelectPark table td.ChoiceMaxim {
	display: table-cell;
}
