@charset "utf-8";
/* ******************************************************************************** */
/*  I'll be NET Novel CSS
/*  作成：I'll be NET（http://illbenet.jp/）
/* ******************************************************************************** */
/* 各種切り替えボタン
/* -------------------------------------------------------------------------------- */
#novel_buttons{font-size: 1rem;}
#switchTateyoko, #switchFont, #switchFontSize{margin: 10px; float: right; font-size: 1.2em;}
#switchTateyoko li, #switchFont li, #switchFontSize li{
	list-style: none;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	border: 1px solid #828282;
	background: #eee;
	color: #828282;
	display: block;
	height: 30px;
	cursor: pointer;
}
#switchTateyoko li.current, #switchFont li.current, #switchFontSize li.current{
	background: #828282 !important;
	color: #fff;
}
#switchTateyoko li:hover, #switchFont li:hover, #switchFontSize li:hover{background: #ccc;}
#switchTateyoko li:first-child, #switchFont li:first-child, #switchFontSize li:first-child{
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
#switchTateyoko li:last-child, #switchFont li:last-child, #switchFontSize li:last-child{
	border-left: 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#switchTateyoko img{width: 20px;}
/* -------------------------------------------------------------------------------- */
/* 小説ブロック                                                                     */
/* -------------------------------------------------------------------------------- */
#novel{clear: both;}
#honbun{padding: 30px 0;}
/* -------------------------------------------------------------------------------- */
/* 本文用クラス                                                                     */
/* -------------------------------------------------------------------------------- */
.small{font-size: 1em !important;}
.middle{font-size: 1.4em !important;}
.large{font-size: 1.8em !important;}

/* フォントの種類 */
.serif{font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;}
.gothic{font-family: 'Noto Sans JP',BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;}

ruby rt {
	font-family:Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
}

@media (max-width: 480px) {
	#novel_buttons{display: none;}
}