@charset "UTF-8";

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

	Created: 2014-06-25
	filename: color-rw.css

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

/*=======================================================
	SmartPhone CSS start
=======================================================*/
@media (max-width:641px){


/*---------- テーブルの行の色を変更 ---------*/
table.tr-color tr:hover {
	background-color: none;
}

/*=======================================================
	SmartPhone CSS End
=======================================================*/
}