/****************************
HTMLの共通の設定
****************************/
body	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	background-position: right;
	background-image   : url("../image/bg.gif");
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
/********** 共通のclass ************/
.spaceline {
	width:100%;
	height:12px;
	}
.break{
	clear:both;
	}
.listmark{
	vertical-align: middle;
	}
/********** 入力部品 ************/
input[type='text'],input[type='password']{
	max-width: 90%;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
/***ラジオボタンとチェックボックス***/
input[type=radio] {
	display: none;
	}

input[type=checkbox] {
	display: none;
	}
input[type="radio"]:checked + label {
	background: #406080;
	color: #ffffff;
	}
input[type="checkbox"]:checked + label {
	background: #406080;
	color: #ffffff;
	}
label {
	float: left;
	display: block;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	color: #4077dd;
	font-size:14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(255,255,255,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	border: 1px solid rgba(50,90,150,0.3);
	border-radius: 2px;
	}
label:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
/***テキストエリアなど***/
textarea{
	max-width: 90%;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
select{
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
/****************************
共通文字
****************************/
.selectcom {
	font-size:14px;
	}
.required {
	font-size:11px;
	color:#ee3300;
	}
.errcomment {
	font-size:13px;
	font-weight:bold;
	color:#ee3300;
	}
/****************************
TABLE
****************************/

/****************************
ボタン、リンク
****************************/
.questionBT {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.3em;
	color: rgba(90,150,50,0.7);
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	text-align:left;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(190,233,106,0.8), rgba(111,146,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(90,150,50,0.3);
	cursor: pointer;
	cursor: hand;
	}
.questionBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.submitBT {
	line-height:140%;
	display: inline-block;
	cursor:pointer;
	font-size : 15px;
	padding: 3px 20px 3px 20px;
	margin: 2px;
	color     :#FFFFFF;
	transition: all 0.7s ease-out;
	text-decoration:none;
	background-color:#006633;
	border : 1px solid #006633;
	border-width:1px 1px 1px 1px;
	border-radius:5px;
	}
.submitBT:hover {
	color     :#006633;
	background-color:#FFFFFF;
	}
.detailBT {
	line-height:140%;
	display: inline-block;
	cursor:pointer;
	font-size : 13px;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	color     :#FFFFFF;
	transition: all 0.7s ease-out;
	text-decoration:none;
	background-color:#006633;
	border : 1px solid #006633;
	border-width:1px 1px 1px 1px;
	border-radius:5px;
	}
.detailBT:hover {
	color     :#006633;
	background-color:#FFFFFF;
	}
.countarea {
	width:100%;
	text-align:left;
	margin:1px;
	padding:2px;
	box-sizing: border-box;
	}
.pagearea {
	width:100%;
	text-align:left;
	margin:1px;
	padding:2px;
	box-sizing: border-box;
	}
.pagearea ul li{
	float:center;
	display:inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
.pageBT {
	cursor:pointer;
	font-size : 14px;
	color     :#555555;
	background-color:#FFFFFF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
	cursor: pointer;
	cursor: hand;
}
.pageBT:hover {
	color     :#FFFFFF;
	background-color:#E9E9FF;
}
.thispageBT {
	cursor:pointer;
	font-size : 14px;
	color     :#555555;
	background-color:#FFE9E9;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
/*********評価ボタン********/
.plusBT {
	line-height:200%;
	font-size:13px;
	text-decoration:none;
	color:#333333;
	background:#ffffff;
	margin:4px;
	padding:10px;
	border : 1px solid #999999;
	border-width:1px 1px 1px 1px;
	border-radius:50px;
	width:100px;
	}
.plusBT:hover {
	color:#ffffff;
	background:#00dd99;
	}
.minusBT{
	line-height:200%;
	font-size:13px;
	text-decoration:none;
	color:#333333;
	background:#ffffff;
	margin:4px;
	padding:10px;
	border : 1px solid #999999;
	border-width:1px 1px 1px 1px;
	border-radius:50px;
	width:100px;
	}
.minusBT:hover {
	color:#ffffff;
	background:#00dd99;
	}
/****************************
ヘッダー
****************************/
#header {
	left:0;
	line-height:1;
	position:fixed;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;
	width: 100%;
	height: 55px;
	text-align:left;
	background-color: #FFFFFF;
	border:1px solid #006633;
	border-width : 3px 0px 3px 0px;
	z-index: 9000;
	}
#headertop {
	float: center;
	margin: 0px;
	padding: 3px 0px 0px 3px;
	display: inline-block;
	width: 100%;
	height: 20px;
	font-size:18px;
	background-color: #ffffff;
	clear: both;
	}
#chatbotmenu {
	float: center;
	display:inline-block;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	}
.leftarea {
	float: left;
	display:inline-block;
	text-align:left;
	width:45%;
	margin:0;
	padding:0;
	}
.rightarea {
	float: right;
	display:inline-block;
	text-align:right;
	width:45%;
	margin:0;
	padding:0;
	}
/****************************
メインコンテンツ
****************************/
#contents {
	float: center;
	display:inline-block;
	text-align:center;
	margin:0px;
	padding:65px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align:center;
	}
#maincontents {
	float: center;
	display:inline-block;
	text-align:center;
	width: 98%;
	margin: 0;
	padding:0px 0px 75px 0px;
	box-sizing: border-box;
}
/****************************
ボックス、一覧画面
****************************/
.evaluationarea {
	margin: 15px 0;
	padding:10px;
	float:center;
	display:inline-block;
	width:100%;
	text-align:center;
	background:#ddfeee;
	box-sizing: border-box;
	}
#searchform {
	position:fixed;
	bottom: 0;
	width:100%;
	margin: 0;
	padding: 1px 0px 30px 0px;
	text-align:center;
	color:#333333;
	background-color: #FFFFFF;
	border : 1px solid #006633;
	border-width:1px 0px 0px 0px;
	z-index: 9000;
	}
.qandalistarea {
	width:100%;
	text-align:left;
	margin:3px 0px 2px 0px;
	padding:2px;
	box-sizing: border-box;
	background-color: #eff5ff;
	}
.qanda_question{
	width:100%;
	text-align:left;
	margin:1px;
	padding:2px;
	color:#993300;
	box-sizing: border-box;
	}
.qanda_answer{
	width:100%;
	text-align:left;
	margin:1px;
	padding:2px;
	font-size:13px;
	box-sizing: border-box;
	}
.qanda_update{
	width:100%;
	text-align:right;
	margin:2px;
	padding:2px;
	font-size:12px;
	box-sizing: border-box;
	}
.centerbox{
	width:100%;
	text-align:center;
	margin:2px;
	padding:2px;
	font-size:12px;
	box-sizing: border-box;
	}
.copyrightarea {
	position:fixed;
	bottom: 0;
	width:100%;
	margin: 0;
	padding: 1px 0px 1px 0px;
	text-align:center;
	color:#333333;
	background-color: #FFFFFF;
	z-index: 9000;
	}
.copyrightarea a{
	text-decoration:none;
	color:#333333;
	}
