@charset "UTF-8";

/* products */
#main .products {
position:relative;
height:100%;
}
#main .products h1 {
margin-bottom:20px;
}
#main .products .type {
position:absolute;
top:11px;
right:0;
}

/* section */
#main .section {
margin-left:10px;
}
#main .section h2 {
margin-bottom:16px;
}
#main .section ul {
overflow:hidden;
width:688px;
margin-right:-8px;
margin-bottom:32px;
line-height:1.35;
text-align:center;
}
#main .section li {
position:relative;
float:left;
width:162px;
margin-right:10px;
padding-top:159px;
}
#main .section ul img {
position:absolute;
top:0;
left:0;
}
#main .section .popular {
width:693px;
margin-right:-13px;
}
#main .section .popular li {
width:217px;
margin-right:14px;
}

/* notes */
#main .products .notes ul {
list-style:disc outside;
margin-left:1.5em;
line-height:1.35;
}
