/****************************
HTMLの共通の設定
****************************/
body	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	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;
	width:200px;
	}
.submitBT:hover {
	color     :#006633;
	background-color:#FFFFFF;
	}
.selectBT {
	line-height:200%;
	font-size:14px;
	text-decoration:none;
	color:#333333;
	background:#ffffff;
	margin:4px;
	padding:2px;
	border-radius:5px;
	}
.selectBT:hover {
	color:#ffffff;
	background:#3399ee;
	}
.smallBT {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,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(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
}
.smallBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.selectnextBT {
	line-height:200%;
	font-size:16px;
	text-decoration:none;
	color:#335533;
	background:#efffef;
	margin:4px;
	padding:2px;
	border-radius:5px;
	}
.selectnextBT:hover {
	color:#ffffff;
	background:#3399ee;
	}
/*********評価ボタン********/
.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;
	}
.headerstartBT {
	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;
	}
.headerstartBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.headercloseBT {
	line-height:100%;
	vertical-align:middle;
	margin: 10px 10px 0px 0px;
	padding:0px;
	color:#333333;
	font-size:14px;
	background-color:#ffffff;
	border: none;
	cursor: pointer;
	cursor: hand;
	}
.headercloseBT:hover {
	color:#339900;
	}
/****************************
メインコンテンツ
****************************/
#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;
}
/****************************
ボックス、一覧画面
****************************/
.evaluationarea {
	margin: 15px 0;
	padding:10px;
	float:center;
	display:inline-block;
	width:70%;
	text-align:center;
	background:#ddfeee;
	}
#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;
	}
.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;
	}
/****************************
チャットエリア
****************************/
.chatarea {
	width:100%;
	margin:0;
	padding:0;
	}
/*== チャット記事（左） ==*/
.chatblockleft {
	margin: 10px 0;
	float:left;
	display:inline-block;
	width:100%;
	text-align:left;
	}
.chatlistleft {
	float: left;
	text-align: left;
	display: block;
	width:100%;
	}
.chatmyname{
	float: left;
	display: block;
	text-align: center;
	padding-top:3px;
	font-size:12px;
	}
.chatcom{
	position: relative;
	display: inline-block;
	margin:0px 0px 0px 15px;
	padding: 5px;
	border-radius:10px;
	width: auto;
	max-width: 70%;
	text-align: left;
	font-size:13px;
	background: #E1F0FF;
	}
.chatcom:before {
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #E1F0FF transparent transparent;
	content: "";
	position: absolute;
	top: 30%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	}
/*== チャット記事（右） ==*/
.chatblockright {
	float:right;
	display:inline-block;
	margin: 0 10px 0 0;
	padding: 0px;
	width:95%;
	text-align:right;
	}
.chatlistright {
	margin: 10px 0;
	}
.chatlistright .selecttedlist {
	display: inline-block;
	position: relative; 
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 10px;
	max-width: 70%;
	border-radius: 10px;
	background: #44ee77;
	font-size: 14px:
}
.chatlistright .selecttedlist:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #30e852;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
