
/*---------------------------------------------------
	レイアウト
---------------------------------------------------*/

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_list:after{
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*---------------------------------------------------
	その他
---------------------------------------------------*/

.break_word{
	word-wrap: break-word;
}
