/***
 ***  製品紹介
 ***  seihin.css
 ***/
/* 共通ファイルをインポート */
@import url("../main.css");
body{background-color:#F5FFFA;}
#subcategory li{width: 12%; }

/**  **/
.products { clear: both; list-style: none;}
.products li { width: 730px; padding-left: 0; padding-bottom: 1em;  font-size: 1em;}
.products li a{ font-size: 1.1em;}
.products li img{ width: 80px; height: 20px;  float: right;}
.products li p { width: 700px; margin: 2px 5px;}
