@charset "utf-8";

/* ルビ振り */
.js_ruby_nsi { display: none; }
.ruby_active .js_ruby_ari { display: none; }
.ruby_active .js_ruby_nsi { display: block; }

/* やさしい日本語 */
.js_easy_nsi,#js_easy_nsi {display: none;}
.easy_active .js_easy_ari,
.easy_active .h_list .js_easy_ari { display: none; }
.easy_active .js_easy_nsi { display: block; }
.easy_active #js_easy_nsi { display: block;}
/* 音声読み上げ */
#voice_read,
.h_voice {
	position: relative;
}
#voice_read .sound_box,
.h_voice .sound_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 100;
	border: 1px solid #cccccc;
	border-radius: 0px;
	background: #ffffff;
	color: #333333;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 32rem;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	white-space: nowrap;
}
#voice_read .sound_box.open {
	display: block;
}
#voice_read .sound_box .tsutaeru-speech {
	text-align: center;
}

/* 音声読み上げ 閉じるボタン（キーボード操作用） */
#js_sound_close_btn {
	width: 1px;
	height: 1px;
	padding: 0px;
	border: none;
	background: none;
	color: inherit;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
}