﻿@charset "UTF-8";
/* --------------------------------
small.css
-------------------------------- */
#contents h2 {
	padding: 20px 0 0 0;
}
#contents p.read {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px; line-height: 1.6;
	padding: 5px 0 0 0;
	letter-spacing: 0.5px;
	word-spacing: 0.8px;
}
#contents ul {
	padding: 10px 0 0 0;
}
#contents ul li {
	float: left;
	margin: 25px 0 0 0;
	padding: 0 15px;
	border-right: 30px solid #FFF;
}
#contents ul li#iQ,
#contents ul li#Copen { border-right: none; }

#contents ul li#TANTO { background: #f5f5f5 url(../img/small/tanto.jpg) no-repeat 0 100%; }
#contents ul li#CUBE { background: #f5f5f5 url(../img/small/cube.jpg) no-repeat 0 100%; }
#contents ul li#iQ { background: #f5f5f5 url(../img/small/iq.jpg) no-repeat 0 100%; }
#contents ul li#Jimny { background: #f5f5f5 url(../img/small/jimny.jpg) no-repeat 0 100%; }
#contents ul li#HIJET { background: #f5f5f5 url(../img/small/hijet.jpg) no-repeat 0 100%; }
#contents ul li#Copen { background: #f5f5f5 url(../img/small/copen.jpg) no-repeat 0 100%; }
#contents ul li#MX-5 { background: #f5f5f5 url(../img/small/mx-5.jpg) no-repeat 0 100%; }
#contents ul h3, #contents ul p {
	width: 250px;
}
#contents ul h3 {
	font-size: 19px; line-height: 1.6;
	padding: 10px 0;
}
#contents ul p {
	font-size: 15px;
	vertical-align: middle;
	padding: 18px 0 73px 0;
}
#contents ul li p .note {
	font-size: 11px;
}

/* --------------------------------
clearfix
-------------------------------- */
#contents ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents ul { display: inline-block; }
/* \*/
* html #contents ul { height: 1%; }
#contents ul { display: block; }
/* */
