@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS 表取り込み用スタイルシート。
 -------------------------------------------------------------------- */

/**
 * 上詰め
 */
table th.top, td.top {
	vertical-align: top !important;
}

/**
 * 下詰め
 */
table th.bottom, td.bottom {
	vertical-align: bottom !important;
}

/**
 * 左詰め
 */
table th.left, td.left {
	text-align: left !important;
	
}

/**
 * 右詰め
 */
table th.right, td.right {
	text-align: right !important;
}

/**
 * 中央揃え
 */
table th.center, td.center {
	text-align: center !important;
}

