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

File Name: /css/news.css
Last Mod: 2017/07/07

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

@charset "utf-8";

@import url(/common/css2017/base.css);
@import url(/common/css2017/layout2017.css);
@import url(/common/css2017/banner.css);
@import url(/common/css2017/entry2016.css?ver20160916);
@import url(/common/css2017/class.css?ver20160916);
@import url(/common/css2017/layout2017_query.css);




/* 2022/12/20 */
#calendar{
	display: none;
}




#matrix{
	display: block;
}
#matrix{
	display: block;
}
@media (max-width: 650px) {
	#matrix{
		display: none;
	}
}
#matrix table{
	width: 950px;
	line-height: 0.1;
}
#matrix table caption{
	text-align: center;
	background: url(/news/images_common/matrix_caption_bg.gif) repeat-x 0px 0px;
}
#matrix table th,
#matrix table td{
	border-left: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	font-size: 0.1;
}

#matrix table td.hollow,
#matrix table th.headCategoryMedical,
#matrix table th.headCategoryCare,
#matrix table th.headCategoryPharmaco{
	width: 81px;
	border-left: none;
	text-indent: -9999px;
	background:  no-repeat 0px 0px;
}
#matrix table th.headCategoryMedical{
	background: url(/news/images_common/matrix_cat_medical.gif) repeat-x 0px 0px;
}
#matrix table th.headCategoryCare{
	background: url(/news/images_common/matrix_cat_care.gif) repeat-x 0px 0px;
}
#matrix table th.headCategoryPharmaco{
	background: url(/news/images_common/matrix_cat_pharmaco.gif) repeat-x 0px 0px;
}
#matrix table td.hollow{
	background: url(/news/images_common/matrix_hollow_bg.gif) repeat-x 0px 0px;
}
#matrix table td a{
	overflow: hidden;
	display: block;
	width: 78px;
	height: 24px;
	text-indent: -9999px;
	background: url(/news/images_common/matrix_link.gif) no-repeat 0px 0px;
}
#matrix table td a:hover{
	background-position: 0px -50px;
}

/* These classes are used by the script as rollover effect for table 1 and 2 */

#matrix table .tableRollOverEffect td a,
#matrix table .tableRollOverEffect th{
	background-position: 0px -25px;
}
#matrix table .tableRollOverEffect td a:hover{
	background-position: 0px -50px;
}

#comments{
/*display:block!important;*/
}
.comments-open{
/*display:block!important;*/
}
