@charset "utf-8";

/*ナビ部分指定
-----------------------------------------------------------------------*/
.products a{
display:block;
width:122px;height:50px;
background:url(image/navi-02.png) no-repeat;
background-position:-369px 0px;
background-size: auto 50px;
padding-top:75px;
}


/*サイドナビ部分指定
-----------------------------------------------------------------------*/

.iso{
text-align:left;
width:180px;height:65px;
margin-top:30px;
border-bottom:solid 2px #a9a9aa;
}

/*トップイメージ
-----------------------------------------------------------------------*/
#category{
background:url(image/category-bar.gif) no-repeat;
width:610px;height:25px;
padding:0px 0px 0px 15px;
font-size:116%;
font-weight:bold;
text-align:left;
line-height:1.4;
color:#333333;
}

#top-image{
background:url(image/products-image.png) no-repeat;
width:625px;height:200px;
background-size:100%;
overflow:hidden;
margin-top:3px;
}
#top-image h3{
padding-top:200px;
}

/*メイン
-----------------------------------------------------------------------*/
#main{
float:right;
width:625px;
}

/*サブ
-----------------------------------------------------------------------*/
#sub{
width:645px;height:1050px;
margin:20px 0px 0px 0px;
padding-bottom:50px;
}

#product-i,#product-m,#product-s,#product-k{
float:left;
width:645px;
}
#products-neme-i,#products-neme-m,#products-neme-s,#products-neme-k{
width:625px;height:25px;
font-size:110%;
line-height:2.0;
color:#e86332;
border-bottom:solid 2px #faa64a;
margin:10px 0px 10px 0px;
}
.product-introduction{
float:left;
border:double 3px #999999;
width:198px;height:80px;
margin-right:7px;
margin-bottom:15px;
}
#sub img{
float:left;
width:120px;
}
#sub ul{
float:left;
width:73px;
padding:3px 0px 0px 5px;
}
#sub li{
list-style-type:none;
font-size:77%;
line-height:1.1;
color:#333333;
padding:1px 0px;
}
.expand{
font-size:77%;
line-height:1.0;
color:#333333;
text-align:right;
margin:-25px 20px 20px 0px;
}












