body {
	width: 100%;
	background-color: #ffffff;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ; 
	}

#hyoudai{
	width: 100%;
	height: 70px;
	background:  #f5f4f4;/*etext.cssのbody colorと同じ*/
	/*margin-top:80px;*/
	margin-bottom: 6px;
}
#title{
	font-size: 24px;
	font-family: sans-serif;
	text-align:center;
	color:#000000;
}
#stitle{
	font-size:20px;
	text-align:top;
}
#sakusya{
	font-size: 18px;
	font-family: sans-serif;
	text-align:center;
	color:#000000;	
}
.navi{
	position: -webkit-sticky;
	position: sticky;
	top: 4px;
}

#mokujiA{
	display: inline-block;
	height: 24px;
	width:120px;
	font-size: 100%;
	color:white;
	background-color: #2cab4a;
	text-align: center;
	border-radius: .3em;
	box-shadow: 2px 2px gray;
	margin-bottom: 8px;
	margin-right: 6px;
	margin: 0px 6px 0px 5px;/*///上　右　下　左//*/
	cursor: pointer;
}
#mokujiB{
	display: inline-block;
	height: 24px;
	width:120px;
	font-size: 100%;
	background-color: #bdedbc;
	text-align: center;
	color:gray;
	border-radius: .3em;
	box-shadow: 2px 2px gray;
	margin-bottom: 8px;
	cursor: pointer;
}

.clearleft{
	clear: left
}
.space{
	font-size: 0em;
	margin: 0px 0px 0px 5px;/*///上　右　下　左//*/	
}
.botan  {
	width:180px;
	height: 182px;
	background-color: #636661;
	display: inline-block;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.botan:hover{
	border: 1px solid #f9dc02;
}
.pimg  {
	width:180px;
	height:auto;
}

.btext{
	font-size: 14px;
	font-family: sans-serif;

	text-align:left;
	color:#ffffff;
	margin-left: 12px;
	margin-top: 4px;	
}
.ktext{
	width:170px;
	font-size: 12px;
	font-family: sans-serif;
	color:#fbffcd;
	margin-bottom: 1px;	
	text-align:right;
}

.italick{
	font-style: italic;	
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
/*////footer///////////////////////////////*/
#footer{
	padding:2px 2px 2px 2px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-size:1em;
	font-style: italic;
	color:#ffffff;
	background:black;	
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
