@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 {
overflow:hidden;
width:700px;
margin-bottom:30px;
}
#main .section h2 {
margin-bottom:14px;
padding:5px 18px 7px;
background-color:#E5E5E5;
}
#main .section .item {
display:inline;
float:left;
height:100%;
padding-bottom:10px;
margin-left:10px;
}
#main .section .item h3 {
margin-bottom:16px;
}
#main .section ul {
overflow:hidden;
width:139px;
margin-right:-10px;
line-height:1.35;
text-align:center;
}
#main .section li {
position:relative;
float:left;
width:129px;
margin-right:10px;
padding-top:159px;
}
#main .section ul img {
position:absolute;
top:0;
left:0;
}
#main .freshlight .haircolor ul,
#main .freshlight .bleach ul,
#main .men_freshlight .sheet ul {
width:278px;
}
#main .freshlight .modoshi ul,
#main .freshlight .mouhatu ul {
width:139px;
}

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

