@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers 
------------------------------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
}
h1 {
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: 4px solid #df431c;
	font-size: 28px;
	font-weight: bold;
	color: #37383a;
	letter-spacing: .1em;
}
.inner {
	padding: 40px 20px;
}
.security_news_table_wrap {
	max-height: calc(100dvh - (42px + (40px * 2) + 30px));
	overflow-y: auto;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	border-radius: 12px 0 0 12px;
	border: 1px solid #aaa;
}
table tr.is-new {
	background: #fffdde;
}
table tr.is-important {
	background: #ffdbd2;
}
table td {
	padding: 12px 20px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	font-size: 16px;
	vertical-align: middle;
}
table td a {
	color: #135cbb;
}
table tr > td:first-child {
	width: 100px;
	font-size: 14px;
	text-align: center;
}
table tr > td:nth-child(2) {
	width: 320px;
}
table tr > td:nth-child(3) {
	width: calc(100% - (100px + 320px));
	border-right: none;
}
table tr.is-important td {
	font-weight: 500;
}
table tr.is-important td a,
table tr.is-important td b {
	color: #df431c;
	font-weight: bold;
}
table tr:last-child td {
	border-bottom: none;
}