@charset 'UTF-8';

/* table */
.tchart{
  width: 100%;
  margin: 0 0 15px;
}
.tchart caption{
  font-size: 12px;
}
.tchart th, .tchart td{
  padding: 12px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  text-align: left;

  vertical-align: top;
}
.tchart th p, .tchart td p{
  margin: 0 !important;
  font-size: 12px !important;
}
.tchart .center{
  text-align: center;
}
.tchart .right{
  text-align: right;
}
.tchart .bold{
  font-weight: bold;
}
.tchart th{
  background: #f3f3f3;
}

.tchart-4 th:nth-child(1){
  width: 184px;
}

.tchart-4 th:nth-child(2){
  width: 182px;
}

.tchart-4 th:nth-child(3){
  width: 182px;
}

.tchart-4 th:nth-child(4){
  width: 182px;
}

.tchart-4.justice th:nth-child(1){
  width: 183px;
}

.tchart-4.justice th:nth-child(2){
  width: 182px;
}

.tchart-4.justice th:nth-child(3){
  width: 183px;
}

.tchart-4.justice th:nth-child(4){
  width: 182px;
}

.tchart-4.justice td:nth-child(1){
  width: 183px;
}

.tchart-4.justice td:nth-child(2){
  width: 182px;
}

.tchart-4.justice td:nth-child(3){
  width: 183px;
}

.tchart-4.justice td:nth-child(4){
  width: 182px;
}



.tchart th, .tchart td {
    padding: 15px 15px 0px 0px;
    border: 0px none #ffffff;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}


/* ------------------------------------------------
 google card UI
------------------------------------------------ */
div.card {
  width: 480px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin: 0px;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
div.card-content {
  margin: 0px;
  padding: 10px;
  border: none;
}
.card-title {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  color: #333;
}
.card-title a.card-link-ank {
  text-decoration: none;
  color: #333333;
}

.card-title a.card-link-ank:hover {
  color: #0090aa;
}

.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}


span.troubleshoot {
	background:#ff9900;
}

div.basic {
	background:#0099ff;
}

span.usecase {
	background:#009900;
}

span.tips {
	background:#7cdd04;
}

span.compare {
	background:#ff3300;
}

span.workstyle {
	background:#006699;
}

div.cat2 {
    width: 180px;
    display: block;
    float: left;
    padding: 3px 0 0;
    box-sizing: border-box;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
}

.info .cat2 {
    width: 180px;
    text-align: center;
}

.info .troubleshoot {
    background: #ff9900;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}

.info .basic {
    background: #0099ff;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}

.info .usecase {
    background: #009900;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}

.info .tips {
    background: #7cdd04;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}

.info .compare {
    background: #ff3300;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}

.info .workstyle {
    background: #006699;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    display: inline-block;
    margin: 0 6px 0 0;
}



.tchart .right-column {
    text-align: left;
}