/* Title:       Basement stylesheet
   Theme URI:   http://www.casio.com
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* HTML5 display definitions
─────────────────────────────────────────────────────────────────────────────────── */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}


/* Embedded content
─────────────────────────────────────────────────────────────────────────────────── */

img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
img::selection {
	background-color: transparent;
}
img::-moz-selection {
	background-color: transparent;
}
svg::selection {
	background-color: transparent;
}
svg::-moz-selection {
	background-color: transparent;
}


/* Grouping content
─────────────────────────────────────────────────────────────────────────────────── */

figure {
	margin: 0;
}


/* Responsive utilities
─────────────────────────────────────────────────────────────────────────────────── */

img,
figure img,
figure object,
figure embed,
figure video {
	display: block;
	max-width: 100%;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

dl {
	margin: 0;
}
dt,
dd {
	margin: 0;
}


/* Link
─────────────────────────────────────────────────────────────────────────────────── */

a:hover img {
	opacity: .75;
}


/* Print Style Sheet
─────────────────────────────────────────────────────────────────────────────────── */

@media print {

	/* Remove Navigation */
	#header,
	#global-navigation,
	.breadcrumb,
	#page-top,
	.banners,
	.footer-nav,
	#footer {
		display: none !important;
	}

	img {
		page-break-inside: avoid;
	}

	section.recommend,
	section.relation,
	section#support,
	section#comparison {
		display: none;
	}

	section.relation.campaign {
		display: block;
	}

	/* 印刷しない */
	.noPrint {
		display: none;
	}
	/* 段落前改ページ */
	.printBefore {
		page-break-before: always;
	}
	/* 段落後改ページ */
	.printAfter {
		page-break-after: always;
	}

	.narrow-contents .printNomargin {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
