@charset "UTF-8";

/*pricelist.html専用
-----------------------------------------*/
/*↓ナビゲーションメニューの現在地の色の指定↓-----*/
body nav ul li a[href="pricelist.html"] {
background-color: #FB5E99;
color: #FFF;
}
/*↑ナビゲーションメニューの現在地の色の指定↑-----*/

/*商品のご案内
-----------------------------------------*/
section > h2, article {
margin: 0 20px 20px 250px;
}
section > h2 {
background: url(../img/icon1a.png) #EEE no-repeat 5px 7px;
height: 30px;
line-height: 30px;
color: #FF5286;
font-size: 16px;
text-indent: 26px;
}
article + h2 {
margin-top: 50px;
}
article {
position: relative;
min-height: 150px;
}
article h1,
article p,
article p.price {
margin: 0 0 0 250px;
}
article h1 {
color: #630;
font-size: 16px;
margin-bottom: 5px;
}
article p {
color: #666;
font-size: 14px;
line-height: 1.6;
}
article p.price {
color: #FF5286;
font-size: 18px;
font-weight: bold;
}
article img {
position: absolute;
top: 0;
left: 0;
}

/*商品のご案内：カテゴリーメニュー
-----------------------------------------*/
dl {
position: absolute;
top: 65px;
left: 20px;
border: 1px solid #FB5E99;
width: 205px;
}
dt {
background: #FB5E99;
height: 30px;
line-height: 30px;
text-indent: 10px;
color: #FFF;
font-weight: bold;
font-size: 16px;
}
dd a {
border-bottom: 1px dotted #959595;
display: block;
line-height: 1.2;
font-size: 12px;
color: #666;
text-decoration: none;
padding: 10px 20px;
background-image: url(../img/icon3.png);
background-repeat: no-repeat;
background-position: 8px 10px;
}
dd:last-child a {
border-bottom: none;
}
dd a:hover {
color: #666;
background-color: #F3F3F3;
}



