h3#top_title{
	margin : 0px;
	background-color : #222222;
	color : #f8f8f8;
	text-align : center;
	/*line-height : 2.2em;*/
	padding-top:6px;
	padding-bottom:6px;
	font-size:24px;
	@media(max-width:640px){
		font-size:18px;
	}
}

h4#_subject{
	margin : 0px;
	background-color : #4682b4;
	color : #f8f8f8;
	text-align : center;
	/*line-height : 2.2em;*/
	padding-top:6px;
	padding-bottom:6px;
	font-size:20px;
	@media(max-width:600px){
		font-size:14px;
	}
}

.hSpace{
	clear: both;
 	height: 10px;
}

.AdsenseBottom{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* 中央揃えにしたい要素がインライン要素の場合に使用 */
}


.AdsenseTop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* 中央揃えにしたい要素がインライン要素の場合に使用 */
}



.center-container {
  display: flex;
  flex-direction: column; /* 子要素を縦方向に並べる */
  align-items: center;
  min-height: 10vh;
  margin:0 auto;
  width:80%;
  padding: 14px 10px;
  border-style:solid;
  border-width:1px;
  border-radius:16px;
}

#BackButton{
	display:block;
	margin:0 auto;
	width:80%;
	font-size:2.2em;
}

a,a:hover,a:visited{
    color: inherit;
	text-decoration: none;
}

.kotira{
	font-weight:bold;
	font-size:1.5em;
	color:#ff8822;
}

#BottomBox{
	display:block;
	width:100%;
	height:60px;
}
