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

#hyoudai{
	width: 100%;
	height: 70px;
	background: #ffffff;
}
#title{
	height: 40px;
	top:8px;
	font-size: 1.5em;
	font-family: sans-serif;
	text-align:center;
	color:#000000;
}
#sakusya{
	text-align:center;
	color:#000000;	
}
.contents{
		cursor: pointer;
}
.clearleft{
	clear: left
}
.space{
	font-size: 0em;
	margin: 0px 0px 0px 5px;/*///上　右　下　左//*/	
}
.botan  {
	width:180px;
	height: 182px;
	background-color: #3b5228;
	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-family: sans-serif;
	font-size: .8em;
	font-style: italic;
	color:#ffffff;
	background-color: #696767;	
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
