html {
width: 100%;
writing-mode: vertical-rl;
-epub-writing-mode: vertical-rl;
}
/*1字下げパラグラフ*/
p{
text-indent:1em;
}
/*ゴマ点をつける*/
span.sesami_dot {text-emphasis-style:sesame;
-epub-text-emphasis-style:sesame;
-webkit-text-emphasis-style:sesame;
font:b;
}
/*縦中横*/
span.tcy
{
text-combine: horizontal;
-webkit-text-combine: horizontal;
-epub-text-combine: horizontal;
}
/*本文全体に対する背景色の指定*/
body
{
background-color: #FFFFFF;
}
/*文字の大きさの指定*/
.eightypercent{
font-size: 0.8em;
}
/*行間の指定*/
.twoheight{
line-height:2em;
}
/*注の文字を小さくする*/
.notenumber{
font-size:0.7em;
}
/*引用文の定義*/
blockquote{
text-indent:1em;
font-size:0.8em;
}
/*頭出し*/
.butting{
text-indent:-2em;
}
/*字句赤色化*/
span.red{
color:#FF0000;
}
/*字句青色化*/
span.blue{
color:#0000FF;
}
/*字句茶色化*/
span.brown{
color:#D7762A;
}
/*背景色のクラス指定*/
.bg-pink{
background-color: #E7C0C9;
}
/*文字の大きさの指定*/
.twopointfive{
font-size: 2.5em;
}
/*行間の指定*/
.twoheight{
line-height:2em;
}
/*箇条書き用下げマージン*/
.listregion{
margin:4em 0em 1em 1em;
}
/*行間の指定*/
.twoheight{
line-height:2em;
}
/*mottoの設定*/
.motto{
margin:15em 4em 3em 2em;
}