/*
* HELP用CSS
*
*/
#sub-container-help p {
	margin: 15px;
}
#lw-help-container{
	width: 50%;
	margin: 10px auto;
}
#lw-help-header{
	width: 100%;
	height: 100%;
}
#lw-help-contents-container{
	width: 100%;
	height: 100%;
	display: none;
	/*border: 2px dotted #ddd;*/
	padding: 0px 5px 10px 5px;
	/*padding-top: 30px;*/
}
#lw-help-content{
	width: 100%;
	/*height: 500px;*/
	/*padding: 10px;*/
}
#lw-help-content h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 20px 0;
	text-align: center;
  }
#lw-help-pageinfo{
	/*float: right;*/
	text-align: right;
	font-size: 1.5em;
	margin: 0  -5px 15px -5px;
	border-bottom: 2px dotted #ddd;
}
.lw-help-table-container{
	width: 70%;
}
.lw-help-left {
	float: left;
}
.lw-help-right {
	float: right;
}
.lw-help-clear {
	clear: both;
}
.help-tablinks {
  background-color: #ddd;
  float: left;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 5px 5px;
  transition: 0.3s;
  width: 10%;
  font-size: 0.7em;
  margin-left: 3px;
}

.lw-help-content-wrapper{
	position:relative;
	/*display:inline-block;*/
	/*border:1px dotted gray;*/
	margin: 2px;
	font-size:0.7em;
	padding:2px;
	height: 100%;
}
.arrow {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow-left {
  float: left;
  top: -10px;
  left:  0px;
}

.arrow-right {
  float: right;
  top: -10px;
  right: 10px;
}

.arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-left::before, .arrow-right::before {
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
}

.arrow-left::before{
/*	
  margin-left: 28px;
  border-top: 10px solid #f00;
  border-left: 10px solid #f00;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
 */
   border-top: 20px solid transparent;
  border-right: 20px solid #6aa7cd;
  border-bottom: 20px solid transparent;

}

.arrow-right::before{
/*	
  margin-left: -28px;
  border-top: 10px solid #f00;
  border-right: 10px solid #f00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #6aa7cd;
 
}

.lw-help-table {
  border-collapse: collapse;
  /*margin: 0 auto;*/
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  color: #000;
}
.lw-help-table th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
  text-align: center;
}
.lw-help-table tr {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #bbb;
}
.lw-help-table tr:last-child{
   border-bottom: none
}
.lw-help-table td {
  padding: 7px 10px 7px 1em;
  border-right: 1px solid #bbb;
  text-align: left;
}
.lw-help-table th:last-child,
.lw-help-table td:last-child{
  border: none;
}
.tdw10{ width:10%;}
.tdw20{ width:20%;}
.tdw30{ width:30%;}
.tdw40{ width:40%;}
.tdw50{ width:50%;}

#help-svg-heatmap-3{
	width: 550px;
	height: 400px;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (min-width: 601px) and (max-width: 1023px) {
	#lw-help-container{
		width: 70%;
		margin: 5px 5px;
	}
	.help-tablinks {
		width: 20%;
		padding: 2px 2px;
		font-size: 0.6em;
	}
	.lw-help-table-container{
		width: 100%;
	}
	.lw-help-table {
		width: 100%;
	}	
	#help-svg-heatmap-2{
		width: 480px;
		height: 320px;
	}
	#help-svg-heatmap-3{
		width: 385px;
		height: 280px;
	}
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
	#lw-help-container{
		width: 96%;
		margin: 5px 5px;
	}
	.help-tablinks {
		width: 15%;
		padding: 2px 2px;
		font-size: 0.6em;
	}
	.lw-help-table-container{
		width: 100%;
	}
	.lw-help-table {
		width: 100%;
	}	
	#help-svg-heatmap-2{
		width: 480px;
		height: 320px;
	}
	#help-svg-heatmap-3{
		width: 385px;
		height: 280px;
	}
}


