@CHARSET "UTF-8";


html { font-size: calc(112.5% + 0.25vw) }
h1 { font-size: 2em; }


.div_img_wrapper {
    height: 100%;
}

.div_img_wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


#google_ads{
position: fixed;
bottom: 0px;
width: 100%;
height:50px;
z-index: 50;
}

#google_ads_pc{
position: fixed;
bottom: 0px;
width: 100%;
z-index: 50;
}
	

.box_cell {
	cursor: pointer;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    right:0px;
    top:0px;
}

.table {
	margin-bottom: 0px;
}