@charset "UTF-8";

/*
information{
	file name : /css/individual/collection/index.css
	infomation : This CSS file define collection styles.;
	site name : VSM Husqvarna Viking;
	copyrihgt : Copyright (C) JUKI Co.,Ltd. All Rights Reserved.;
}
*/

/* contents
--------------------------------------------------------------------------

--------------------------------------------------------------------------
*/

h2 {
	background: #BE0D10;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 17px;
}

div.leftArea01 {
	float: left;
	width: 150px;
}

div.rightArea01 {
	float: right;
	width: 530px;
}

.pb5 { padding-bottom: 5px; }
.pb20 { padding-bottom: 20px; }
ul.cap {
	font-size: 80%;
}

/* Clearfix
-------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */