<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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-size: 100%;	
	font: inherit;	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
}
body {	
	line-height: 1;
}
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;
}

/* Actual styles */

.clear {
	clear: both;
}

body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.screen {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Overview page */

.overview.screen {
	margin-left: 52px;
}

#titleBlock {
	width: 693px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000000;
	margin: 32px 0 20px 0;
	padding-bottom: 9px;
}

#titleBlock h2 {
	color: #ec008c;
	font-size: 43px;
}


#titleBlock h3 {
	color: #00a9c3;
	font-size: 13px;
	margin-top: 11px;
}

.wordSetListing {
	width: 708px;
}

.wordSetItem {
	width : 130px;
	height: 92px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-width: 4px;
	border-radius: 4px;
	border-style: solid;
	display: block;
	float: left;
	background-color: #ffffff;
	padding: 28px 12px 0 12px;
	cursor: pointer;
}

.wordSetItem h3 {
	color: #000000;
	font-size: 17px;
}

.wordSetItem h4 {
	margin-top: 1px;
	color: #00a9c3;
	font-size: 14px;
	line-height: 17px;
}

#footBlock {
	width: 693px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000000;
	margin: 5px 0 32px 0;
}


/* Word listing page */

.listing.screen {
	background-image: url(../img/bg_updated_head.png);
	background-position: 288px 0px;
	background-repeat: no-repeat;
}

#leftBlock {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	bottom: 0px;
	overflow: auto;
	padding-right: 12px;
}

#controls {
	background-image: url(../img/bg_updated_foot.png);
	background-repeat: no-repeat;
	background-position: 0px 215px;
	height: 300px;
}

.wordListingItem {
	border: #7b7e7e 1px solid;
	border-radius: 2px;
	padding: 15px 40px 11px 20px;
	margin: 10px 0 10px 15px;
	cursor: pointer;
}	

#rightBlock {
	position: absolute;
	left: 270px;
	right: 0;
	top: 0;
	bottom: 0px;
	padding: 100px 0 0 21px;
}

#referenceBLock {
	margin: 0 160px 0 0;
	float: left;
	width: 161px;
}

#studentBLock {
	margin: 0 0 0 0;
	float: left;
	width: 500px;
}

.smallWord {
	color: #00a9c3;
	font-size: 19px;
}

.largeWord {
	color: #00a9c3;
	font-size: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.furiganaCompound {
	display: inline-block;
}

.furiganaCompound .ruby {
	display: block;
	width: 100%;
	font-size: 25px;
	text-align: center;
	margin-bottom: 6px;
}

.furiganaCompound .term {
	display: block;
	width: 100%;
}

.wordListingItem.focus {
	background-color: #00a9c3;
}

.focus .smallWord {
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.done {
	background-image: url(../img/done_tick.png);
	background-repeat: no-repeat;
	background-position: 204px 11px;
}

.focus.done {
	background-image: url(../img/done_tick_focus.png);
}

.flash {
	height: 140px;
}

.flash.play {
	width: 161px;
}

.flash.record {
	width: 500px;
}

.controlDoneCheckbox {
	display: inline-block;
	margin: 12px 0 54px 0;
}

.buttonRow {
	text-align: center;
	width: 750px;
}

.noBreak {
	display: inline-block;
	border: #FFFFFF 1px solid;
}

.focus .noBreak {
	border: #00a9c3 1px solid;
}</pre></body></html>