@charset "utf-8";
/* reset styles */

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
	margin: 0;
	padding: 0;
	color: #000000;
}
#cbc-global-nav-sns-item {
	margin: initial;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
/* inline elements インライン要素*/

strong,
em {
	font-weight: bold;
	font-style: normal;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
