body{
    margin:4px 0px 0px 0px;
    padding-bottom:0px;
}

div, p{
	margin-left:0px;
	margin-right:0px;
}

div.flink{
    display:inline-block;
    align:left;
}

div.findex-wrapper{
    overflow-x:scroll;
    white-space:nowrap;
    padding-top:4px;
    padding-bottom:2px;
    margin-bottom:0px;
}

div.findex-item{
    display:inline; /* inline-blockにすると、block幅が画面幅で制約される */
}

.findex-bottom{
    display:none;
}

h1,h2,h3,h4{
    display:inline-block;
    
    padding:0px;
    margin:0px;
    line-height:115px; /* テキストを上下中央に持ってくるため行高さで調整 */
    
    width:2em;
    height:120px;
    text-align:center;
    vertical-align:middle;
    
    /* ------------------- 
    margin-top:0.5em;
    margin-bottom:0.5em;
    -------------------- */
    font-size:120%;
}

h1{ /* <h1>だけ */
    width:4em;
    padding-top:30px;
    padding-bottom:15px;
    height:75px; /* padding-top + height + padding-bottom = height( h1,h2,h3,h4 ) */
    line-height:25px; /* height÷行数 */
}

img{
    vertical-align:middle;
    width:110px;
    height:120px;
    object-fit:cover; /* 長手をはみ出しつつ縮小 */
    background-color:#cdd;
    border:solid;
    border-width:thin;
}
