﻿@charset "utf-8";

.information-wrap {
  position: relative;
  background: #FFF;
  box-shadow: 0 3px 3px #dedede;
  padding-left: 200px;
  height: 290px;
}
.margin-top-xs {
  margin-top: 10px;
}
.laws1 {
  background: url(../images/01.png) no-repeat center center;
}
.laws2 {
  background: url(../images/02.png) no-repeat center center;
}
.laws3 {
  background: url(../images/03.png) no-repeat center center;
}
.information-title {
  height: 290px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.information-title .list-item-type {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.information-title .list-item-icon {
  width: 100px;
  height: 100px;
  margin-left: 50px;
}

.laws1 .list-item-icon {
  background: url("../images/icon-01.png") no-repeat center center;
}
.laws2 .list-item-icon {
  background: url("../images/icon-02.png") no-repeat center center;
}
.laws3 .list-item-icon {
  background: url("../images/icon-03.png") no-repeat center center;
}
.information-list {
  position: relative;
}
.padding-sm-content {
  padding: 5px 20px 0 20px;
}
.padding-sm-content table tr {
  height: 40px;
  color: #666666;
}
.padding-sm-content table  {
  width:100%;
}
.padding-sm-content table tr td span{
  color: #666;
}
/*.padding-sm-content1 {*/
  /*padding: 15px 20px 0 20px;*/
/*}*/
.padding-sm-content1 table tr {
  height: 45px;
  color: #666666;
}
.padding-sm-content1 table  {
  width:100%;
}
.padding-sm-content1 table tr td span{
  color: #666;
}
.table_td1{
  text-align: right;
  width: 20%;
}
.table_td2{
  width: 20%;
  color: #1a398b;
}
.table_td3{
  text-align: right;
  width: 25%;
}
.table_td4{
  width: 25%;
  color:#1a398b;
}
.table_td11{
  width: 22%;
}
.table_td11 div{
  display:inline-block;
  float: left;
}
.table_td_title{
  width:200px;
  text-align: right;
}
.table_td_content{
  width:690px;
}
.table_td_content a{
  color: #1a398b;
}
.title-padding1{
  padding: 30px 45px !important;
}
.title-padding2{
  padding: 30px 64px !important;
}
.business-image img{
  height: 45px;
  width: 48px;
  top:100px;
}