@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 { display: none; }
.easy_active .js_easy_ari { display: none; }
.easy_active .js_easy_nsi { display: block; }

/* 音声読み上げ */
.h_voice {
	position: relative;
}

#voice_menu_open {
	display: inline-block;
	border: none;
	background: none;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	min-width: 90px;
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#voice_menu_open.open {
	background: url("/img/sp/230208_5.png") no-repeat 15px center;
	background-size: 20px auto;
	padding-left: 30px;
}

#voice_menu_open span.open {
	display: block;
}
#voice_menu_open span.close {
	display: none;
}
#voice_menu_open.open span.open {
	display: none;
}
#voice_menu_open.open span.close {
	display: block;
}

#voice_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	border: 1px solid #cccccc;
	border-radius: 0px;
	background: #ffffff;
	-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_menu_box.open {
	display: block;
}
#voice_menu_box .tsutaeru-speech {
	text-align: center;
}

/* 音声読み上げ 閉じるボタン（キーボード操作用） */
#voice_menu_close {
	width: 1px;
	height: 1px;
	padding: 0px;
	border: none;
	background: none;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
}