
/*
======== table of content. =================================

　new common
	
============================================================
*/


/* ----------------------------------------------------------------------------
　common
---------------------------------------------------------------------------- */
.text10{
	font-size:10px;
	line-height:150%;
}
.text12{
	font-size:12px;
	line-height:150%;
}
.text14{
	font-size:14px;
	line-height:150%;
}
.text16{
	font-size:16px;
	line-height:150%;
}
.text18{
	font-size:18px;
	line-height:150%;
}
.text20{
	font-size:20px;
	line-height:150%;
}
.text22{
	font-size:22px;
	line-height:150%;
}
.text24{
	font-size:24px;
	line-height:150%;
}


.hover{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
	background:url("../images/home/hover.png");
}