@charset "utf-8";
/* CSS Document */
.flex-sb{
display: flex;
justify-content: space-between;
}
.rajiento-box{
width: 236px;
border: 2px solid #ccc;
    padding: 11px;
position: relative;
    z-index: 1;
}
.height-110{
height: 110px!important;
}
.height-114{
height: 114px!important;
}
.rajiento-box a{
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.rajiento-box:hover{
border: 2px solid #d70101;
zoom:1;
}

.rajiento-off{
    padding:10px 10px 4px 10px;
    border: 2px solid #d70101;
    color: #d70101;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
		margin-bottom: 10px
}
.rajiento-on{
    padding:10px 10px 4px 10px;
background: #d70101;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
	margin-bottom: 10px
}