.product .links {
  border: 1px solid #ccc;
  padding: 30px;
}
.product .links a {
  font-size: 1.1em;
  color: #999;
}
.product .feature {
  background: #EAF3F8;
  padding: 10px;
  margin-bottom: 30px;
}
.product .feature .feature-title {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1em;
  text-align: center;
}
.product .feature ul {
  margin-left: 0;
  padding-left: 0;
}
.product .feature ul li {
  background: #82C4DE;
  margin-left: 0;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  list-style-image: url(../img/product/arrow.png);
  list-style-position: inside;
}
.product .note {
  background: #FDF6F0;
  padding: 10px;
  margin-bottom: 30px;
}
.product .note .note-title {
  color: #c33;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
.product .note ul {
  background: #fff;
  padding: 15px;
  list-style-type: disc;
}
.product .note ul ul li {
  margin-left: 15px;
}
.product h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 15px;
}
.product h3.contact-link{
	padding: 10px 5px;
}
.product h3.contact-link a{
	color: #fff;
}
.product h4 {
  margin-top: 30px;
  background: #ddd;
  font-size: 1.2em;
  color: #666;
  padding: 10px;
  border-radius: 5px;
}
.product h5 {
  font-size: 1.2em;
  color: #666;
  padding-left: 10px;
  border-left: 5px solid #1DADEE;
}
.product .price-table {
  width: auto;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
.product .price-table ul {
  margin-left: 1em;
  padding-left: 0;
  list-style-type: disc;
}
.product .table.price {
  margin-top: 30px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
.product .table.price thead tr {
  background: #efe8e2;
}
.product .table.price thead tr th {
  text-align: center;
  border: 1px solid #b3a78d;
}
.product .table.price tbody tr th {
  background: #f6f2ef;
  text-align: center;
  border: 1px solid #b3a78d;
}
.product .table.price tbody tr td {
  text-align: center;
  border: 1px solid #b3a78d;
}
.product .table.price-table > .table.price {
  display: table;
}
.product .table.table100 {
  width: 100%;
  display: table;
  border: 0;
}
.product .table.design-price {
  margin: 30px auto;
  width: 70%;
  vertical-align: top;
  border: 0;
}
.product .table.design-price th {
  background: #efe8e2;
}
.product .table.design-price th, .product .table.design-price td {
  text-align: center;
  border: 1px solid #b3a78d;
}
.product .table.other-price {
  margin: 30px auto;
  width: 70%;
  vertical-align: top;
  border: 0;
}
.product .table.other-price tbody tr th {
  background: #f6f2ef;
}
.product .table.other-price tbody tr th, .product .table.other-price tbody tr td {
  text-align: center;
  border: 1px solid #b3a78d;
}
.product .plus {
  font-size: 3em;
}

ul.uniform {
  margin-left: 0;
  padding-left: 0;
}

.silk-note {
  margin-top: 30px;
  padding: 15px;
  padding-top: 30px;
  display: inline-block;
}

.table {
  border: 0;
}
.table tr th.v-middle {
  vertical-align: middle;
}

.v-middle.table {
  border: 0;
}
.v-middle.table tr th, .v-middle.table tr td {
  vertical-align: middle;
}

th.type-thead {
  background: #efe8e2 !important;
  vertical-align: middle !important;
}

.other-note {
  margin: auto;
  width: 70%;
  list-style-type: disc;
  padding-left: 1em;
}

.other-note100 {
  margin: auto;
  list-style-type: disc;
  padding-left: 1em;
}

.main-img {
  margin: 30px 0;
  width: 100%;
}

.sub-img {
  margin: 30px 0;
  width: 100%;
  border: 10px solid #eee;
}

.margin-plus {
  margin: 45px 5px;
}

.hr {
  border-bottom: 4px dashed #ddd;
  margin: 30px auto;
}
