@charset "utf-8";

/* products */
#main .products h1 {
margin-bottom:19px;
}
#main .products h2 {
margin-bottom:20px;
}

/* brand */
#main .products .brand {
position:relative;
height:100%;
margin:0 10px 29px;
padding-left:239px;
}
#main .products .brand h3,
#main .products .brand p {
line-height:1.35;
}
#main .products .brand h3 {
margin-bottom:11px;
padding-top:2px;
}
#main .products .brand h3 img {
position:absolute;
top:0;
left:0;
}
#main .products .brand h3 a {
padding-left:10px;
background:url(../../common/common_arrow_01.png) left center no-repeat;
}

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

