/* ********************** */
/* 百人一首     読みと解説 */
/* ********************* */

/* ブラウザスタイルの初期化 */
*{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #202f55;
    font-size: 19px;
    font-family: Verdana, Arial,"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
    }
p{
    line-height: 2em;
    margin-bottom: 25px;
}
/* ヘッダー */
#header{
    margin-bottom: 10px;
    }
#header a{
    text-decoration: none;
    }
    /* サイトタイトル */
h1, h1 a:link, h1 a:visited{
    font-family: 'Bitter', serif;
    margin: 20px 0 10px;
    font-weight: normal;
    font-size: xx-large;
    }

/* 枠組み レスポンシブ対応 */
#body{
    width:100%;
    margin: 0 auto;
}
#container {
    margin: 0 auto;
    padding: 10px;
    max-width: 1000px;
}
.onerow {
    margin: 0 auto;
    clear: both;
    width: 99%;
}
.onerow::after{
    visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
}

.col7, #header {
    float: left;
    margin: 0 0% 0 0;
}
#header{
    margin: 0;
}
#header{ width: 98%; margin: 0; margin: 10px 0;text-align: center;}

.content{
    background: #f8f8f8;
    border-radius:20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.footer{
    max-width: 1000px;
}



/* -- よこよみ用 ボックス -- */
.box-design13 {
    margin: 10px auto;
    padding: 15px;
    padding-left: 30px;
    padding-top: 35px;
    padding-bottom: 30px;
    border: 1px solid black;
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}
.box-design13-ttl {
    position: absolute;
    max-width: 50%;
    top: -15px;
    left: 20px;
    background-color: #f8f8f8;
    padding: 0 0.5em;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

 /* -- たてよみ用 フレックスボックス -- */
.uta-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.tate-_yomi_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
}
.tate-_yomi_box>div{
    background: #FFF;
    border: 1px solid #999;
    padding: 5px;

    border:solid 1px #999;
    width: 50%;
    max-width: 300px;
	height:440px;
    white-space: nowrap;

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.uta-anchor-tate {
	width: 100%;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 30px;
}
.kaisetsu-tate{
	padding-top: 14px;
}
.uta-tate{
	font-size: x-large;
	font-weight: bold;
}
.yomi-tate{
	padding-top: 10px;
	font-size: larger;
}

/*  */
.zundamon {
    font-size: x-large;
    margin-bottom: 25px;
}
.uta_jump {
    font-size: x-large;
    margin-bottom: 25px;
  }
.uta {
    font-size: larger;
    font-weight: bold;
} 
a {text-decoration: none;
      color: #000;	
  }
.uta-anchor {
      font-size: 5px;
      color: #fff;
  }

.fuda_anker{
      font-size: x-large;
  }
hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }


  /* 上に戻るボタン */
  .fixed_banner {
  position: fixed; /* 追従させる為にfixedの値を記述します */
  z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
  bottom: 50px; /* 上から150pxのところにバナーを配置します */
  right: 10px; /* 右から40pxのところにバナーを配置します */
  border: none;
  }
  
  .fixed_banner_pc {
  width: 30px; /* バナーの横幅を指定してあげます */
  }
  
  .floating-banner:hover {
  opacity: .8; /* マウスが重なった時に少し透過させます */
  }
  
  .fixed_banner_sp {
  display: none; /* PCではスマホ用のバナーは非表示にします */
  }
  
  
  @media screen and (max-width: 480px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */
  
  .fixed_banner_sp {
  display: inline-block; /* 消していたスマホ用のバナーを表示させます */
  width: 100vw; /* スマホの画面幅いっぱいにバナーを表示させます */
  }
  