@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;
}



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

/*サブ
-----------------------------------------------------------------------*/
#sub{
width:645px;height:450px;
margin:20px 0px 0px 0px;
padding-bottom:80px;
}
#products-neme{
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{
width:550px;
margin-left:90px;
}
.product-introduction img{
height:300px;
}
#sub li{
float:left;
list-style-type:none;
font-size:100%;
color:#333333;
margin-right:10px;
}
#sub ul{
width:448px;height:25px;
border-bottom:dotted 2px #666666;
margin-top:10px;
}

.back{
width:110px;height:45px;
overflow:hidden;
margin:25px 0px 0px 348px;
}
.back a{
background:url(image/back-bar.png) no-repeat;
width:110px;height:45px;
background-size:100%;
display:block;
padding-top:45px;
}
.back a:hover{
background:url(image/back-bar2.png) no-repeat;
width:110px;height:45px;
background-size:100%;
}









