/*----index---*/
table{
  border-collapse: collapse;
}
.top_news {
  color: #333;
  margin:0 auto 10px;
}
.top_news tr{
  border-bottom: 1px solid #ccc;
}
.top_news tr.bg{
  background: #f4f4f4;
}
.top_news tr th{
  border: 1px solid #ccc;
}

/*bgcolor-div*/
.torikeshi,.hatsune,.koukai,.kari,.shinki{
  color: #fff;
  border-radius: 2px 2px 0 0 ;
}
.torikeshi_time,.hatsune_time,.koukai_time,.kari_time,.shinki_time{
  color: #fff;
  border-radius: 0 0 2px 2px ;
  opacity: 0.7;
}
.torikeshi, .torikeshi_time{
  background: #455a64;
}
.hatsune,.hatsune_time{ 
  background: #f9a825;
}
.koukai, .koukai_time{
  background: #64b5f6;
}
.kari,.kari_time{ 
  background: #90a4ae;
}
.shinki, .shinki_time{
  background: #43a047;
}


.con{
  margin: 10px auto;
}
.con .tit{
    background: #f8292b;
}
.con .tit h3{ 
  float: left;
  font-size: 18px;
  font-weight: normal;
  padding-left:5px;
  margin:2px 0 0 2px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
}
.con .txt{
    padding: 5px;
    border: 2px solid #f8292b;
    border-top:none;
    overflow: hidden;
}

.top_notes{ margin-bottom: 10px;}
.top_notes tr td.bb{
  border-bottom: 1px solid #ccc;
}

/*------------blog----------*/
.entry_content ul li {
  padding: 5px 0 5px 15px;
  list-style-type:none;
  background: url(../images/ico/ico_triangle.png) no-repeat 0 50%;
  background-size:12px ;
  border-bottom: 1px solid #ccc;
}
.entry_content ul li span{
  color:#999;
}


/***运营会社****/
.disclaimer_title,.copy_title{
    padding: 7px 7px 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #426cc2;
}
.disclaimer_all{
  background: #fbfbfb;
}
.English_content p{
  font-size: 14px;
  color: #333;
}
.English_content .privacy p:last-child{
  padding-top: 5px;
}
.copy_title{
  margin-bottom: 0;
}
.copy_p{
  position: relative;
}
.dot{
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #476ac1;
  border-radius: 2px;
}
.company_title h3{
  padding-left: 5px;
  border-left: 5px solid #4d98df;
  line-height: 20px;
  font-size: 16px;
}
table.company_01,table.company_02{ margin-bottom: 20px;}




table.company_01  tr th{
  background: #edf5ff;
  border:1px solid #000;
}

table.company_01  tr td{
  background: #fff;
  border:1px solid #000;
}


table.company_01 tr.bg td{
  background: #D1D1E0;
}
table.company_02  tr td{
  background: #F0F0F0;
  border:2px solid #fff;
}
table.company_02 tr.bg td{
  background: #D1D1D1;
}

/**ipocp**/
.ipocp_title h4{
  cursor: pointer;
}
.ipocp_title h4 span.show{
  display: inline-block;
  position: relative;
  top:3px;
  width: 16px;
  height: 11px;
  background: url(../images/ico/icon_show.png);
  background-size: contain;
}
.ipocp_title h4 span.show.dpn{
  display: inline-block;
  position: relative;
  top:3px;
  width: 11px;
  height: 16px;
  background: url(../images/ico/icon_hidden.png);
  background-size: contain;
}
