@charset "Shift_JIS";

/*商品の特徴ページの定義 START--------*/

body#Feature {	/*body要素をidで定義しておくことで、現在地を特定・検知する*/
}

body#Feature div#Primary {
margin:0px 0 20px 30px;
_margin-left:15px;
}
body#Feature div#Primary h2 {
/*
background:url(../images/H2Feature.jpg) top left no-repeat;
text-indent:-9999px;
*/
margin:0px 0px 36px 0px;
height:46px;
}

body#Feature div#Primary ul {
margin:0px 0px 30px 0px;
text-align:left;
}

body#Feature div#Primary ul li{
margin:10px 0px 10px 0px;
text-align:left;
}

body#Feature div#Primary p#Notes {
/*
background:url(../images/Notes-Feature.jpg) top left no-repeat;
text-indent:-9999px;
*/
line-height:100%;
margin:0px 0px 30px 0px;
height:60px;
}

body#Feature dl {
float:left;
font-size:108%;
}
body#Feature dl dt {
padding-bottom:205px;
margin-bottom:10px;
background-repeat:no-repeat;
background-position:bottom left;
}
body#Feature dl dd {
height:97px;
background-repeat:no-repeat;
background-position:bottom left;
text-indent:-9999px;
}
body#Feature dl#ImageA {
width:322px;
margin-right:40px;
}
body#Feature dl#ImageA dt {
background-image:url(../images/Image1-Feature.jpg);
}
body#Feature dl#ImageA dd {
background-image:url(../images/Text1-Feature.jpg);
}

body#Feature dl#ImageB {
width:234px;
margin-right:50px;
margin-top:50px;
}
body#Feature dl#ImageB dt {
background-image:url(../images/Image2-Feature.jpg);
}
body#Feature dl#ImageB dd {
background-image:url(../images/Text2-Feature.jpg);
}

body#Feature dl#ImageC {
width:172px;
margin-top:50px;
}
body#Feature dl#ImageC dt {
background-image:url(../images/Image3-Feature.jpg);
}
body#Feature dl#ImageC dd {
background-image:url(../images/Text3-Feature.jpg);
}
body#Feature hr.Hidden {
height:60px;
}
body#Feature div#Secondary {
width:1px;
}

div#NavArrow p#Nav1 {
text-transform:uppercase;
}

/*--------END 商品の特徴ページの定義*/
