a {
  text-decoration: none;                                    /* リンクのアンダーライン消去 */
}

a:link{
  color: #FFFF00;                                           /* リンクをまだ押してません色 */
}

a:visited{
  color: #DDDDDD;                                           /* リンクをすでに押しました色 */
}

a:hover{
  color: #EEBB00;                                           /* リンクにポインタ乗ってます色 */
}


html{
  width: 1300px;
  text-align: center;                                       /* 要素をセンター揃えに */
  margin: auto;
}

.pagebox {
   min-height: 100%;
}


/* スクロールするとでてくる「TOPに戻る」ボタン */
.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 1%;
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1000;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #7CB561;
  border-radius: 50%;
  z-index: -1;
}

section {
  margin: 50px;
  border-radius: 20px;
  height: 1000px;
  font-size: 48px;
  padding: 30px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #cd5;
  -webkit-text-stroke: 1px #888888;
  text-stroke: 1px #888888;
}



body {
  width: 100%;                                              /* Webの横幅の指定 */
		height: 100%;                                             /* Webの縦幅の指定 */
  text-align: center;                                       /* 要素をセンター揃えに */
  font-size: normal;                                        /* フォントサイズ指定 */
  font-family: 'M PLUS Rounded 1c', serif;                  /* Webフォントを「M PLUS Rounded 1c」に指定*/
  line-height: 1.25;                                        /* Webの行間指定 */
  margin: 10px auto 0px auto;                               /* 要素の外側の余白設定 */
  background: #FFFFFF;                                      /* body要素内の色設定 */
}
 
header{
  z-index: 100;                                             /* CSS重なり順設定 */
  top: 0px;                                                 /* ヘッダーの上位置設定 */
  left: 0px;                                                /* ヘッダーの左位置設定 */
		height: 100%;                                             /* 縦幅設定 */
  width: 100%;                                              /* ヘッダーの横幅設定 */
}

#home{
  margin: 20px auto 0px auto;                                    /* TOP画とメニューの重なり具合を調整 */
  background-image: url(../images/donguri_back.png);             /* 背景画像を設定 */
  background-repeat: no-repeat;                                  /* 背景画像を繰り返さない設定 */
  background-position: center;                                   /* 背景画像の位置を設定 */
  background-attachment: fixed;                                  /* 背景画像を固定 */
  background-size: cover;                                        /* 元画像の縦横比を保持し要素をちょうどよく覆うサイズに設定 */
  text-align: center;                                            /* 水平方向を中央配置に設定 */
}



#title_minodayo {
		float: none;
  height: 100%;
		width: 1300px;
  margin: 30px 0px 100px 0px;
 	padding-top: 50px;
	 text-align: center;
	 vertical-align: bottom;
}

.minoridayori {
  clear: both;
  text-align: center;
	 width: 1200px;
		height: 100%;
  margin: 50px 0px 50px 110px;
		padding: 0px 0px;
}

.minoridayori th{
		width: 60px;
  margin: 50px 50px 50px 50px;
		height: 100%;
}

.minoridayori td{
	 border: 0px dotted;
		width: 500px;
		height: 100%;
}

.backnumber-btn a {
  text-decoration: none;
  background-color: #7CB561;
  font-size: 34px;
  width: 620px;
  height: 55px;
  display: block;
  margin: 15px 15px 15px 15px;
  padding: 10px 0px 0px 0px;
  border-radius: 10px;
}

.backnumber-btn a:hover {
  text-decoration: none;
  background-color: #AFE894;
  color: #FFFFAA;
}

#modoru-btn a {
  background-color: #7CB561;
  color: #FFFFFF;
  font-size: 30px;
  width: 460px;
  height: 45px;
  display: block;
  margin: 150px 0px 0px 0px;
  padding-top: 10px;
  text-decoration: none;
  border-radius: 10px;
}

#modoru-btn a:hover {
  text-decoration: none;
  background-color: #9ED783;
  color: #FFFFFF;
}


footer {
		float: none;
  font-size: 20px;
  text-align: center;
  color: #000000;
  height: 91px;
  width: 1200px;
  margin: 150px 0px 20px 0px;
}