.alignleft {
  float: left;
}
.alignright {
  float: right;
  clear: right;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

.photo {
  margin: 10px;
}

.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}

.fontBold {
  font-weight: bold;
}
.color-Red {
  color: #ff0000 !important;
}

/*
mainContents---------------------------------------------*/

.middleTitle {
  background-image: url("../image/lower/img_middleTitle.jpg");
  background-repeat: no-repeat;
  margin: 15px auto;
  width: 885px;
  height: 50px;
}

.middleTitle h2 {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 20px;
}

/*
article---------------------------------------------*/

.article {
  width: 885px;
  overflow: hidden;
  margin: 10px auto;
  padding: 10px 0px;
  background-image: url("../image/lower/img_articleBg.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.article > p {
  padding: 0px 20px;
}

.articleInner {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0px 6px 10px 6px;
  padding: 20px;
  background-image: url("../image/lower/img_articleBg-middle.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.articleInner::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_articleBg-top.jpg");
  background-repeat: no-repeat;
}
.articleInner::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
  background-image: url("../image/lower/img_articleBg-bottom.jpg");
  background-repeat: no-repeat;
}

.bg-1 {
  position: relative;
  overflow: hidden;
  width: 239px;
  margin: 10px 5px;
  padding: 15px 20px;
  background-image: url("../image/lower/img_article1Bg-middle.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  height: 260px;
}

.bg-1::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  display: block;
  background-image: url("../image/lower/img_article1Bg-top.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}
.bg-1::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  display: block;
  clear: both;
  background-image: url("../image/lower/img_article1Bg-bottom.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}

.bg-15 {
  position: relative;
  overflow: hidden;
  width: 373px;
  margin: 10px 5px;
  padding: 15px 20px 20px 20px;
  background-image: url("../image/lower/img_article15Bg-middle.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.bg-15::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  display: block;
  background-image: url("../image/lower/img_article15Bg-top.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}
.bg-15::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  display: block;
  clear: both;
  background-image: url("../image/lower/img_article15Bg-bottom.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}

.bg-2 {
  position: relative;
  width: 557px;
  margin: 10px 5px;
  padding: 15px 20px;
  background-image: url("../image/lower/img_article2Bg-middle.jpg");
  background-repeat: repeat-y;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.bg-2::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  display: block;
  background-image: url("../image/lower/img_article2Bg-top.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}
.bg-2::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  display: block;
  clear: both;
  background-image: url("../image/lower/img_article2Bg-bottom.jpg");
  background-repeat: no-repeat;
  border-radius: 5px;
}

h3.articleTitle {
  font-size: 18px;
  color: #fd679f;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.articleInner p {
  color: #563d06;
  line-height: 1.8;
  margin: 10px 0px;
}

.blueback::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_blueBg-top.jpg");
  background-repeat: no-repeat;
}

.blueback {
  position: relative;
  display: block;
  width: 733px;
  margin: 20px auto 30px auto;
  padding: 25px 20px 10px 20px;
  color: #ffffff;
  background-image: url("../image/lower/img_blueBg-middle.jpg");
  box-shadow: 0px 18px 5px rgba(0, 0, 0, 0.3);
}

.blueback::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background-image: url("../image/lower/img_blueBg-bottom.jpg");
  background-repeat: no-repeat;
}

.blueback ul {
  font-size: 20px;
  margin: 0px auto;
  line-height: 1.8;
  letter-spacing: 2px;
  text-indent: 140px;
}

.brownback::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_brownBg-top.jpg");
  background-repeat: no-repeat;
}

.brownback {
  position: relative;
  display: block;
  width: 770px;
  margin: 20px auto 30px auto;
  padding: 25px 20px 10px 20px;
  color: #696666;
  background-image: url("../image/lower/img_brownBg-middle.jpg");
  background-repeat: repeat-y;
  box-shadow: 0px 18px 5px rgba(0, 0, 0, 0.3);
}

.brownback::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background-image: url("../image/lower/img_brownBg-bottom.jpg");
  background-repeat: no-repeat;
}

.pinkback::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_pinkBg-top.jpg");
  background-repeat: no-repeat;
}

.pinkback {
  position: relative;
  display: block;
  width: 733px;
  margin: 20px auto 30px auto;
  padding: 25px 20px 10px 20px;
  color: #ffffff;
  background-image: url("../image/lower/img_pinkBg-middle.jpg");
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.pinkback::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background-image: url("../image/lower/img_pinkBg-bottom.jpg");
  background-repeat: no-repeat;
}

.smallpinkback::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: 15px;
  display: block;
  background-image: url("../image/lower/img_smallpinkBg-top.jpg");
  background-repeat: no-repeat;
}

.smallpinkback {
  position: relative;
  display: block;
  width: 625px;
  margin: 20px auto 30px auto;
  padding: 25px 20px 10px 20px;
  color: #ffffff;
  background-image: url("../image/lower/img_smallpinkBg-middle.jpg");
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.smallpinkback::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background-image: url("../image/lower/img_smallpinkBg-bottom.jpg");
  background-repeat: no-repeat;
}

.submitback::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: 15px;
  display: block;
  background-image: url("../image/lower/btn_submitBg-top.jpg");
  background-repeat: no-repeat;
}

.submitback {
  position: relative;
  display: block;
  width: 733px;
  margin: 20px auto 30px auto;
  padding: 25px 20px 10px 20px;
  color: #ffffff;
  background-image: url("../image/lower/btn_submitBg-middle.jpg");
  box-shadow: 0px 18px 5px rgba(0, 0, 0, 0.3);
}

.submitback::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
  background-image: url("../image/lower/btn_submitBg-bottom.jpg");
  background-repeat: no-repeat;
}

table {
  width: 100%;
  border: 1px solid #cdc9b6;
}

th {
  font-size: 14px;
  border: 1px solid #cdc9b6;
  background-image: url("../image/lower/img_thBg.gif");
  padding: 10px;
  color: #ffffff;
}

th.add {
  font-size: 14px;
  border: 1px solid #cdc9b6;
  background-image: url("../image/lower/img_thBg-green.gif");
  padding: 10px;
  color: #ffffff;
}

td {
  font-size: 12px;
  border: 1px solid #cdc9b6;
  padding: 10px;
  background-color: #ffffff;
}

/*Link*/
.planLink {
  position: relative;
  background-image: url("../image/lower/img-planBg.jpg");
  background-repeat: no-repeat;
  width: 858px;
  height: 119px;
  margin: 10px auto 20px auto;
}

.planLink ul {
  position: absolute;
  right: 20px;
  top: 30px;
}
.planLink ul li {
  display: inline-block;
}

ul.downloadsLink {
  text-align: center;
}

ul.downloadsLink li {
  display: inline-block;
  width: 49%;
}

table.outed {
  opacity: 0.7;
  position: relative;
}
table.outed:after {
  content: "";
  background-image: url(../image/global/outed.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 163px;
  height: 44px;
  z-index: 10;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
h4.TableTitle {
  font-size: 16px;
  font-weight: bold;
}

h4.TableTitle span {
  color: #83b440;
}

.licenceList-innerList {
  margin-bottom: 5%;
}

.alignleft.add {
  margin-top: 1%;
}

p.add-text {
  font-size: 15px;
  margin-top: 2%;
  font-weight: bold;
}

.bussiness-title p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
