@charset "utf-8";
/*___________ form ___________ */
#op_form {
  width: 860px;
  border: 1px solid #CCCCCC;
  margin-top: 60px;
  float: left;
  padding-top: 40px;
  padding-right: 69px;
  padding-bottom: 40px;
  padding-left: 69px;
}
#op_form .title {
  float: left;
  width: 860px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
  padding-bottom: 8px;
  margin: 0px;
}
#op_form p {
  float: left;
  width: 860px;
  font-size: 110%;
  line-height: 18px;
  font-weight: normal;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

/*___________ license ___________ */
#op_form .license_inline {
  width: 860px;
  float: left;
  height: 160px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 0px;
}
/*___________ form ___________ */
#op_form .form_inline {
    float: left;
    height: 1200px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 100%;
}

#op_form .form_inline2 {
    float: left;
    height: 1000px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 100%;
}

/*___________ op_list ___________ */
#op_list {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 50px;
}
#op_list h2 {
  float: left;
  font-size: 250%;
  font-weight: bold;
  width: 100%;
  line-height: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  text-align: left;
}
#op_list ul {
  width: 1000px;
  padding: 0px;
  clear: both;
  float: left;
  margin-bottom: 30px;
}
#op_list ul li {
  list-style-type:none;
  display: block;
  width: 305px;
  float: left;
  border: 1px solid #E6E6E6;
  background-color: #F9F9F9;
  text-decoration: none;
  margin-right: 39px;
  margin-bottom: 39px;
}
#op_list ul li:nth-child(3n) {
  margin-right: 0px;
}
#op_list ul li .name {
  list-style-type:none;
  display: block;
  width: 295px;
  float: left;
  font-size: 130%;
  height: 44px;
  line-height: 44px;
  background-color: #80B01F;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
}
#op_list ul li .section {
  width: 285px;
  float: left;
  padding: 10px;
}
#op_list ul li .text {
  width: 285px;
  float: left;
  color: #333;
  text-decoration: none;
  font-size: 110%;
  line-height: 18px;
}
#op_list ul li .image {
  width: 285px;
  float: left;
  margin-bottom: 10px;
}

#op_list ul li .price {
  width: 285px;
  float: left;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}
#op_list ul li .button {
  width: 285px;
  float: left;
  margin-top: 15px;
  height: 44px;
}
