@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------*/
/* 文字列表 */
@media screen and (max-width: 1023px) {
.ListTable table, .ListTable tbody, .ListTable tr, .ListTable th, .ListTable td { 
	width:100%; float:left; clear:left; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
}