@charset "UTF-8";

#cloneLower { 
    clear: both;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 87px;
    margin-top: -87px;
    z-index: 30;
 }

#lower { 
    position: relative;
    z-index: 30;
 }

.main.scroll { padding-bottom: 87px; }

.sub { 
	width: 220px;
    padding-bottom: 107px; /* lowerの高さ + 20 */
    /* background-color: #ff0000; */
 }

.sub_main { 
	position: relative; /* for IE */
 }

.fixed { 
	position: fixed;
 }

.absolute { 
	position: absolute;
	left: 0; /* for IE */
 }


