/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 05:21:40 */
/*--------------------------------------------------------------
# スロット・パチンコページ用追加
--------------------------------------------------------------*/
.machine-sidebar-area, .machine-main-area {
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
    font-size: 1.25rem;
}
.machine-sidebar-area{
    position: sticky;
    top: 20px;
    height: 90vh;
    overflow-y: scroll;
}
.machine-main-area img{
	width:100%;
}
.machine-main-area h4{
    background: #bf0000;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .1em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 10px 0;
    text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}
.machine-main-area table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
	text-align:center;
    font-weight: bold;
}
.machine-main-area table td{
	border:1px solid #000;
	padding:5px;
	vertical-align:middle;
}

.table-bg-gray{background:#262626;color:#fff;}
.table-bg-blue{background:blue;color:#fff;}
.table-bg-gold {
    background: gold;
    color: #000;
}


.machine-sidebar-area h3, .machine-main-area h3{
    background: #000;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .1em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.machine-sidebar-area h4{
    background: #ff9300;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .1em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.machine-sidebar-area li{
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

.machine-main-area li {
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}