/* Common */

#contents table th.model-title {
    width: 10em;
	}

#contents table td {
    word-break: break-all;
    }

/*768px*/
@media screen and (min-width : 768px){
}

/*1024px*/
@media screen and (min-width : 1024px){
}