@charset "UTF-8";

#stage #milkbook {
position: relative;
padding: 30px 10px 30px 195px;
width: 775px;
background:url(/customer/milkbook/img/top_bg.png) repeat 0 0;
min-height: 200px;
}
#stage #milkbook .nav {
position: absolute;
top: 30px;
left: 10px;
width: 160px;
background-color:#FFFFFF;
}

#stage #milkbook .nav ul {
padding: 10px 0;
background:  url(/customer/milkbook/img/nav_border.png) no-repeat 0 10px;
}
#stage #milkbook .nav ul li {
padding-bottom: 4px;
background:  url(/customer/milkbook/img/nav_border.png) no-repeat center bottom;
}

#stage #milkbook .nav img {
width: 100%;
height: auto;
}


#stage #milkbook .mb_header {
width: 100%;
height: auto;
}

#stage #milkbook .mb_header img {
width: 100%;
height: auto;
}

#stage #milkbook .mb_book {
width: 100%;
height: auto;
}
#stage #milkbook .mb_book ul {
overflow: hidden;
}
#stage #milkbook .mb_book ul li {
padding-bottom: 15px;
width: 375px;
height: auto;
}
#stage #milkbook .mb_book ul li.even {
clear:both;
float: left;
}
#stage #milkbook .mb_book ul li.odd {
/*clear: left;*/
float: right;
}


#stage #milkbook .mb_book ul li img {
width: 100%;
height: auto;
}
#stage #milkbook .pagetop {
float: right;
width: 175px;
height: auto;
}
#stage #milkbook .pagetop img {
width: 100%;
height: auto;
}