﻿@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2014-09-08
 * Editor:    contents
 * Modified:  by:contents aya
 *
 * ***********************************************************
 */


/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  products.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

.lead {
	margin-bottom:3.0em;
	font-size:125%;
	text-align:center;
}

.products { margin-left:-30px; }

.products li {
	float:left;
	width:365px;
	min-height:100px;
	margin:0px 0px 2.5em 30px;
	padding-left:120px;
}

.item01 { background:url(../images/products/pic01.jpg) no-repeat left top }

.item02 { background:url(../images/products/pic02.jpg) no-repeat left top }

.item03 { background:url(../images/products/pic03.jpg) no-repeat left top }

.item04 { background:url(../images/products/pic04.jpg) no-repeat left top }

.item05 { background:url(../images/products/pic05.jpg) no-repeat left top }

.item06 { background:url(../images/products/pic06.jpg) no-repeat left top }

.item07 { background:url(../images/products/pic07.jpg) no-repeat left top }

.item08 { background:url(../images/products/pic08.jpg) no-repeat left top }

.item09 { background:url(../images/products/pic09.jpg) no-repeat left top }

.item10 { background:url(../images/products/pic10.jpg) no-repeat left top }

.products li h4 {
	color:#484593;
	font-size:141.7%;
}


























