
* {
padding: 0;
margin: 0;
}
.JustleSidebar {
max-width: 300px;
margin: 0 auto;
}
.JustleSidebar li {
list-style: none;
}
.JustleSideCategory {
width: 280px;
margin: 0 10px;
font-size: 12px
}
.JustleSideCategory a {
text-decoration: none;
color: #333333;
position: relative;
}
.JustleSideCatIdx a {
border: 2px solid #888888;
background-color: #FFFFFF;
display: block;
padding: 6px 6px;
margin-bottom: 2px;
font-weight: bold;
text-align: center;
position: relative;
}
.JustleSideCategory1 {
margin-bottom: 2px;
border: 1px transparent #FFFFFF;
border-right: 1px solid #888888;
border-left: 1px solid #888888;
}
.JustleSideCategory1 > li {
background-color: #888888;
}
.JustleSideCategory1 > li > a {
display: block;
padding: 6px 6px;
font-weight: bold;
color: #F0F0F0;
}
.JustleSideCategory2 {
border-bottom: 1px solid #888888;
border-right: 1px transparent #FFFFFF;
}
.JustleSideCategory2 > li {
background-color: #DDDDDD;
border-bottom: solid 1px #F0F0F0;
}
.JustleSideCategory2 > li > a {
display: block;
padding: 6px 10px;
font-weight: bold;
}
.JustleSideCategory2 > li:hover {
background-color: #EEEEEE;
}
.JustleSideCategory3 > li {
border-bottom: 1px solid #DDDDDD;
background-color: #FFFFFF;
position: relative;
}
.JustleSideCategory3 > li > a {
display: block;
padding: 6px 10px;
}
.JustleSideCategory3 > li:hover {
background-color: rgb(175, 180, 219, 0.5);
}
.JustleSideCatPrt > li::after {
content: '';
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #333;
}
.JustleSideCategory4 > li {
padding: 6px 10px;
}
.JustleSideCatChd {
height: 0;
width: fit-content;
overflow: hidden;
position: fixed;
top: 0;
left: 280px;
background-color: #EEEEEE;
border: 1px solid #888888;
}
.JustleSideCatChd li {
border-bottom: 1px solid #DDDDDD;
}
.JustleSideCategory3 > li:hover .JustleSideCatChd {
overflow: visible;
position: absolute;
margin: -1px 0;
height: fit-content;
}
.JustleSideCatChd > li:hover {
background-color: rgb(175, 180, 219, 0.5);
}
.JustleSideCatCuttype li {
border: 1px solid #333333;
border-radius: 5px;
width: 10em;
margin: 3px 10px;
text-align: center;
white-space: nowrap;
display: block;
}
.JustleSideCatCuttype li a {
text-decoration: none;
display: block;
color: #F0F0F0;
font-weight: bold;
position: relative;
padding: 5px;
}
.JustleSideCategory1 > li > a:hover::after, .JustleSideCategory2 > li > a:hover::after, .JustleSideCatCuttype li a:hover::after, .JustleSideCatList > li > a:hover::after {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .3);
position: absolute;
top: 0;
left: 0;
}
.JustleSideCategory4-name {
font-weight: bold;
}
.JustleSideCatList {
text-align: center;
font-weight: bold;
}
.JustleSideCatType {
font-size: 15px;
background-color: #0068b7;
color: #F0F0F0;
font-weight: bold;
padding-right: 0px !important;
text-align: center;
padding: 7.5px 0;
margin-top: 20px;
margin-bottom: 2px;
}
.JustleSidebar img {
max-width: 280px;
margin: 0 10px;
text-align: center;
border: 1px solid #888888;
}
.JuslteRltSite {
text-align: center;
line-height: 1;
}
.JuslteRltSite span {
font-size: 12px;
text-align: center;
margin: 0 10px;
}
.JuslteRltSite p {
margin: 10px 0 15px 0;
}