@charset "UTF-8";

/*****************************************************************************/
/* 外部サーバーから上書きCSS（2017_default_homeグループ用） */
/*****************************************************************************/

/* コピーライト */
#DynamicFooter .copyright {
	color: #ccc;
	color: #fff;
}
.contentBody h3.categorylistHeaderName:after,
div.designContents h3.categorylistHeaderName:after,
.contentBody div.printContentBody h3.categorylistHeaderName:after {
    position: static;
    width: 0;
    height: 0;
    background-color: none;
    content: '';
}
/* テーブルデザイン */
@media screen and (max-width:640px){
	.contentBody table,
	div.designContents table,
	div.printContentBody table {
	    display: inline-block;
	    overflow-x: auto;
		height: auto !important;
	}
}
