@charset "utf-8";

/* 
  Template & Designed by Asteroid
  https://asteroid19.netlify.app/
*/
/*
  配布元(改変前)
  
/* ******************************************************************************** */
/*  I'll be NET Novel CSS
/*  作成：I'll be NET（http://illbenet.jp/）
/* ******************************************************************************** */
/* 縦書き用小説ブロック
/* -------------------------------------------------------------------------------- */

#hb{
	height: 70vh;
	overflow: auto;
	width: 100%;
	writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	padding: 1.25em;
}