@charset "utf-8";
/*=========================================================

	Other - 特定の役割を持った要素へのスタイル定義

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

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

	General Class

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


div.left {
	float: left;
}
div.right {
	float: right;
}

.notice {
	font-size: 70%;
	font-weight: normal;
}

div.block {
	margin: 5px 0 10px;
}

table.tbl {
}
table.tbl th {
	background: #fff4e4;
	color: #6c0e34;
}
table.tbl td {
	font-size: 80%;
}
table.tbl td div.price {
	text-align: right;
	font-size: 180%;
	font-weight: bold;
}

div.fit1 {
	width: 275px;
	margin: 10px 0;
	background: url(../images/fit1.jpg) no-repeat;
	padding: 60px 20px 40px 210px;
	color: #332d2f;
}
div.fit2 {
	width: 275px;
	margin: 10px 0;
	background: url(../images/fit2.jpg) no-repeat;
	padding: 60px 20px 10px 210px;
	color: #332d2f;
}
div.fit3 {
	width: 275px;
	margin: 10px 0;
	background: url(../images/fit3.jpg) no-repeat;
	padding: 60px 20px 10px 210px;
	color: #332d2f;
}
* html body div.fit1,
* html body div.fit2 {
	line-height: 1.4em;
}
*+html body div.fit1,
*+html body div.fit2{
	line-height: 1.4em;
}
