html,body,div,span,iframe,h1,h2,h3,h4,p,pre,del,em,img,b,i,dl,dt,dd,ol,ul,li,form,table,tbody,tr,th,td,article,aside,footer,header,nav,section{margin:0;padding:0;border:0;outline:0;font-size:90%;vertical-align:baseline;background:transparent;box-sizing:border-box}
article,aside,footer,header,nav,section,textarea{display:block}
body{line-height:1;overflow-wrap:break-word;word-wrap:break-word}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;vertical-align:middle}
a{margin:0;padding:0;text-decoration:none;outline:none;font-size:100%;vertical-align:baseline;background:transparent}
a img{border-style:none}
ul,li{list-style-type:none}
.if-container{display:inline-block;margin:0 auto;height:100%;width:100%;overflow:auto}
.ifrm{border:none;display:block;height:100%;width:100%}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}
/* この上はいじらないほうがいいです */

html{
font-size:62.5%;
height:100%
}
body{
background:#fff;/* インラインフレーム内背景色 */
color:#000;/* インラインフレーム内文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.2em;/* 文字の大きさ */
text-align:left;
letter-spacing:.2em;
line-height:1.5;
padding:10px
}
a{
color:#800e13;
text-decoration:underline
}
a:hover{
color:#666;
position:relative;
top:1pt;left:1pt
}
#header{
  background-image:url("https://foollovers.com/mat/line03/j03-cherry_blossom-line.gif");
  background-size:90%;
  background-repeat: repeat-x;
  background-position: top center;
  width:100%
}
/*--------------------------------------------------------
スクロール
--------------------------------------------------------*/
::-webkit-scrollbar {
  width: 7px;
  height:5px;
}
::-webkit-scrollbar-track {
  background:#fff
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
  width:5px;
  border:1px #ffadad outset
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 173, 173,1); 
  width:5px;
  border:1px #ffadad outset
}
/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
.box1{
  width:60px;
  background:#fff;
  position:static;
  outline: 7px solid #fff
}
.box2{
  width:170px;
  height:200px;
  margin-bottom:30px;
background:#fff;
position:absolute;
top:40px;
left:95px
}
.box3{
  width:60px;
  background:#fff;
  position:static;
}  
#back{
  background-image:url("https://foollovers.com/mat/menu01/18f-back.gif");
  background-repeat:no-repeat;
  background-position:center;
  background-size:50%;
  width:70px;
  height:25px
}
#next{
  background-image:url("https://foollovers.com/mat/menu01/18f-next.gif");
  background-repeat:no-repeat;
  background-position:center;
  background-size:50%;
  width:70px;
  height:25px
}
/*--------------------------------------------------------
フッタ
--------------------------------------------------------*/
#footer{
  position:absolute;
  width:100%;
  height:15px;
  bottom:0px;
text-align:center;
background:url("https://foollovers.com/mat/line03/hg06.gif");
background-repeat:repeat-x;
background-size:20%
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
img{
  width:60px;
  height:90px;
  border:1px #000 solid;
  object-fit:cover;
}
h1{
font-size:1.3em;
padding:0 0 .5em 0;
text-align:center
}
h2,.h2{
color:#999;
font-size:1em;
font-weight:500;
position:relative;
border-bottom:1px solid #999;
text-align:left;
}
h3,.h3{
font-size:1em;
border-bottom:1px #000 dotted;
font-weight:400;
line-height:18px;
margin:20px 0
}
dt{
font-weight:700;
margin:0 0 5px
}
dd{
border-bottom:1px solid #000;
margin:0 0 5px 1em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em{
font-weight:700
}
input,textarea{
background:#fff;
border:1px #000 dotted;
color:#000;
margin:3px 0;
width:100%
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#ffb4a2; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #abf2fe), color-stop(1, #abf2fe));
background:-webkit-linear-gradient(transparent 50%, #ffb4a2 0%);
background:linear-gradient(transparent 50%, #ffb4a2 0%)
}
.ln01{
border-left:5px solid #000;
margin:5px 0;
padding:3px
}
.ln02{
border-left:5px solid #c00;
margin:5px 0;
padding:3px
}
.textbox{
border:1px #000 solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#000;
font-size:1.5em;
font-weight:500;
margin:2em 0;
text-align:right
}
.title:first-letter{
color:#999;
font-size:1.6em
}
.txt{
border-left:1px dotted #000;
color:#999;
margin:1em;
padding:0 0 0 1em
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
#page{padding:10px;height:100%}
#footer{position:static}
}