@charset "UTF-8";

/* CSS Information ==============================
File name: product.css
Table of Contents:
 +module
 +clearfix
============================================== */

/*========================================
 +module
========================================*/
.multiColumn3B .column {
	float: left;
	width: 261px;
}
.multiColumn3B .firstColumn {
	margin-right: 10px;
}
.multiColumn3B .lastColumn {
	float: right;
}
.multiColumn3B h3 {
	padding-top: 14px;
	margin-bottom: 6px;
}

.section {
	position: relative;
	padding-bottom: 10px;
}
.section .moveto {
	position: absolute;
	top: 5px;
	right: 10px;
}
.section .moveto a {
	color: #fff;
}

.h1 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #4dcaee;
	color: #fff;
	font-size: 140%;
}
.heading2B {
	margin-bottom: 18px;
}
.lead {
	margin-bottom: 20px;
	padding: 10px 10px 0;
}
.visual2 {
	border: 1px solid #c7c7c7;
}

/*========================================
 +clearfix
========================================*/
.tabArea:after,
.productArea:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.tabArea,
.productArea {
	zoom: 1;
}