.photoGalleryTable{/*フォトギャラリーテーブル*/
	margin:10px auto;
	width: 100%;
 	background: rgba(255,255,255,0.9);/*背景を透過させる*/
 	border: 4px blue solid;
 	border-collapse: separate;
 	border-spacing: 0;
 	border-radius: 6px;
}
.photoGalleryHeader div{/*フォトギャラリーヘッダ*/
/*	float:left;*/
	display:inline-block;
	white-space: nowrap;
	padding:5px;
  overflow: hidden;/*はみ出し表示禁止*/
  //	margin: 0 -5px 0 0;
}
.photoGalleryHeader{/*フォトギャラリーヘッダ*/
/*	float:none;*/
/*  background: rgba(200,255,200,0.9);/*背景を透過させる*/
  background: rgba(30,144,255,0.9);/*背景を透過させる*/
  color:white;
  cursor: pointer;
}
.photoGalleryItem {/*フォトギャラリー写真*/
	position: relative;/*相対配置 下記absoluteとセット*/
	margin: 10px;
	display: inline-block;
	width:170px;
  cursor: pointer;
}
.photoGalleryItem p{
	position:absolute;
	margin:-5px;
	right:10px;
}
.photoGalleryWriting td{/*フォトギャラリー書き込み*/
	vertical-align: top;
}
.photoGalleryWriting:nth-child(even){/*フォトギャラリー書き込み色分け*/
	background: ivory;
}
.photoGalleryWriting:nth-child(odd){/*フォトギャラリー書き込み色分け*/
	background: lightcyan;
}
.photoGalleryWriting:nth-last-child(1){/*フォトギャラリー書き込み色分け*/
	background: white;
}
.lineTable{/*LINEテーブル*/
	margin:10px auto;
	width: 100%;
 	background: rgba(255,255,255,0.9);/*背景を透過させる*/
 	border: 4px blue solid;
 	border-collapse: separate;
 	border-spacing: 0;
 	border-radius: 6px;
}
.lineHeader td{/*LINEヘッダ*/
	white-space: nowrap;
	padding:5px;
/*	border-bottom: 2px #FFFF00 solid;*/
	background: rgba(255,255,200,0.9);/*背景色を変える*/
}
.lineWriting td{/*BBS書き込み*/
	vertical-align: top;
}
.lineWriting:nth-child(even){/*BBS書き込み色分け*/
/*	background: #EEEEEE;*/
}
.lineWriting:nth-child(odd){/*BBS書き込み色分け*/
/*	background: #FFEEFF;*/
}
.lineWriting:nth-last-child(1){/*BBS書き込み色分け*/
	background: white;
}
.linePartner{
	cursor:pointer;
	width:85%;
}
#happyLineSendTable{
	 width: 100%;
	 display: block;
}
#sendList{
   display: inline;
}
#sendList td{
   display: inline-block;
}
#partnerList{
   display: inline;
}
#partnerList td{
   display: inline-block;
}

#lineMessage{
	 width: 98%;
}
td.delLineMessageBtn{
}
input[type="checkbox"] {
	display: none; /* チェックボックスを非表示にする */
}
/*一斉送信先チェックボックス*/
input[type="checkbox"]:checked + label {
	background: #31A9EE;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}
#sendList label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
/*	margin: 5px; /* ラベル外側の余白を指定する */
	width: 90px; /* ラベルの横幅を指定する */
	height: 25px; /* ラベルの高さを指定する */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 25px; /* 行の高さを指定する */
/*	padding-left: 5px; /* ラベル内左側の余白を指定する */
/*	padding-right: 5px; /* ラベル内右側の余白を指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	color: #b20000; /* フォントの色を指定 */
	border: 2px solid #006DD9;/* ラベルの境界線を実線で指定する */
	border-radius: 5px; /* 角丸を指定する */
}
.partnerTable{/*パートナーテーブル*/
	margin:10px auto;
	width: 100%;
/* 	background: #dbdb00;/*rgba(255,255,255,0.9);/*背景を透過させる*/
  background: rgba(30,144,255,0.9);/*背景を透過させる*/
 	border: 4px blue solid;
 	border-collapse: separate;
 	border-spacing: 0;
 	border-radius: 6px;
 	text-align:center;
}
#partnerList input[type="radio"] {
	display: none; /* チェックボックスを非表示にする */
}
#partnerList input[type="radio"]:checked + label {
	background: blue !important;/* マウス選択時の背景色を指定する */
	color: #ffffff !important; /* マウス選択時のフォント色を指定する */
}

#partnerList label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
/*	margin: 5px; /* ラベル外側の余白を指定する */
	width: 143px; /* ラベルの横幅を指定する */
	height: 25px; /* ラベルの高さを指定する */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 25px; /* 行の高さを指定する */
/*	padding-left: 5px; /* ラベル内左側の余白を指定する */
/*	padding-right: 5px; /* ラベル内右側の余白を指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
/*	color: #b20000; /* フォントの色を指定 */
	border: 2px solid blue;/* ラベルの境界線を実線で指定する */
	border-radius: 5px; /* 角丸を指定する */
 	background: white;/*rgba(255,255,255,0.9);/*背景を透過させる*/
}
#tax:checked + label {
	background: #82bffd;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}
#taxlabel{
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
/*	margin: 5px; /* ラベル外側の余白を指定する */
/*	width: 90px; /* ラベルの横幅を指定する */
	height: 25px; /* ラベルの高さを指定する */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 25px; /* 行の高さを指定する */
	padding-left: 5px; /* ラベル内左側の余白を指定する */
	padding-right: 5px; /* ラベル内右側の余白を指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	color: #b20000; /* フォントの色を指定 */
	border: 2px solid #006DD9;/* ラベルの境界線を実線で指定する */
	border-radius: 5px; /* 角丸を指定する */
	background: #ffb7ff;/* マウス選択時の背景色を指定する */
}

/*https://gcbgarden.com/2017/05/26/chat-css/*/
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
  border-radius: 10px;
  background: palegreen;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: lightskyblue;
  margin-left: 12%;
  float: right;
	cursor:pointer;
}
p.kaiwa-text {
  margin: 0 0 0;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid palegreen;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid lightskyblue;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}