@charset "UTF-8";

.cssskin-index_ptrn2 .column:first-child {
  margin-right: 20px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #999;
  width: 400px;
  float: left;
  color: #434343;
}

.cssskin-index_ptrn2 .column:first-child + * {
  margin: 0;
  background-color: #ffffff;
  width: 400px;
  float: left;
}

