@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&family=Noto+Serif+JP:wght@500&family=Playfair+Display:wght@500&family=Roboto+Condensed&family=Shippori+Mincho:wght@700&family=Zen+Kaku+Gothic+New:wght@500");
@import url("/css/basetop.css");
@import url("/css/style.css");
@import url("/css/slicknav.css");
#wrapper {
  display: none;
}
#leftmenu {
  display: none;
}
#rightmenu {
  display: none;
}
#checklist {
  display: none;
}
.pctemp {
  display: none;
}
#smarttemp {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid #006633;
  border-width: 3px 0px 3px 0px;
}
.textin {
  width: 90%;
}
.textareain {
  width: 90%;
}
/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	display:block;
	margin : 0px;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding: 0;
	}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #006633;
	border-width : 0px 0px 3px 0px;
	box-sizing: border-box;
	}
#headerlist {
	float: center;
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	clear: both;
	box-sizing: border-box;
	}
#header #headerlist ul li {
	float: left;
	display: block;
	color: #555555;
	line-height: normal;
	padding: 3px 0px 0px 10px;
	font-weight: bold;
	}
#headerleft{
	float: left;
	text-align:left;
	width: 50%;
	font-size:15px;
	box-sizing: border-box;
	}
#headercenter{
	display:none;
	}
#headerright{
	float: right;
	text-align:right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	}
.menu {
	margin:3px;
	float: right;
	text-align:right;
	box-sizing: border-box;
	}*/
/**************************
contents
**************************/
#contents {
  margin: 0px 0px 0px 0px;
  padding: 65px 0px 0px 0px;
  width: 100%;
  background-color: #ffffff;
  height: auto;
  box-sizing: border-box;
}
#maincontents {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  width: 100%;
  box-sizing: border-box;
}
/*#footer {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
	background-color: #FAFAFA;
	border:1px solid #BBBBBB;
	}
#footermenu {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 0px;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	}
#footer #footermenu ul li {
	float: left;
	height: 33px;
	width: 50%;
	text-align: center;
	display: block;
	vertical-align: middle;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	box-sizing: border-box;
	}
#footermenu ul li a {
	text-decoration: none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border: 1px solid #666;
	color: #333333;
	margin: 0px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	height: 26px;
	font-weight: normal;
	border-radius:3px;
	}
#footermenu ul li a:hover {
	text-decoration: none;
	background-image:linear-gradient(#999999,#CCCCCC);
	border: 1px solid #FFF;
	color: #FFFFFF;
	font-weight: bold;
	}*/
/**************************
ボックス
**************************/
.listbox {
  width: 98%;
  text-align: left;
  padding: 1px;
  margin: 2px;
  color: #555555;
}
.menutitle {
  line-height: 190%;
  padding: 3px;
  font-size: 14px;
  border: 1px solid #999;
  background-image: linear-gradient(#E1F0FF, #BBDDFF);
}
/**************************
文字のフォント
**************************/
.WORD {
  font-size: 14px;
  color: #555555;
}
.WORDERR {
  font-size: 18px;
  color: #FF0000;
}
.TITLE {
  font-size: 18px;
  color: #555555;
}
.CATEGORYS {
  font-size: 11px;
  color: #555555;
}
.CATEGORYL {
  font-size: 12px;
  font-weight: bold;
}
/**************************
Other
**************************/
.mdlist ul li {
  float: left;
  width: 100%;
  display: inline-block;
  color: #555555;
  line-height: normal;
  font-weight: bold;
  background-color: #FFFFFF;
}