﻿@charset "UTF-8";

/*products.html専用
-----------------------------------------*/
body nav ul li a[href="iwai1.html"] {
background-color: #ED760A;
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: #ED760A;
font-size: 16px;
text-indent: 26px;
}
article + h2 {
margin-top: 50px;
}
article {
position: relative;
min-height: 210px;
}
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: #900;
font-size: 18px;
font-weight: bold;
}
article img {
position: absolute;
top: 0;
left: 0;
}




/*商品のご案内：カテゴリーメニュー
-----------------------------------------*/
dl {
position: absolute;
top: 65px;
left: 20px;
border: 1px solid #F79400;
width: 205px;
}
dt {
background: #F79400;
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/icon4.png);
background-repeat: no-repeat;
background-position: 8px 13px;
}
dd:last-child a {
border-bottom: none;
}
dd a:hover {
color: #666;
background-color: #F3F3F3;
}



