div.con_content {
  width: 750px;
  left: 50%;
  margin-left: -375px;
  position: relative;
  margin-top: 15px;
}

div.con_box { 
  position: static;
  border: 1px solid #C7C7C7;
  background-color: #F4F4F4;
  width: 550px;
  margin-left: 100px;    
}

div.con_box_head {
  background-color: #d9e2ed;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #C7C7C7;
}

div.con_box_content {
  margin: 5px;
}

div.con_box_t1 {
  width: 150px;
  font-weight: bold;
  float: left;
  margin-bottom: 3px;
  margin-right: 5px;
  text-align: right;
}

div.con_box_t2 {
  margin-bottom: 3px;
}

div.con_head {
  font-weight: bold;
  color: #5C6E79;
}

div.con_f_l {
  float: left;
  width: 130px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: right;
  margin-right: 3px;
}

div.con_f_r {
  margin-bottom: 3px;
}

div.con_text_send_ok {
  font-weight: bold;
  color: green;
  padding-left: 25px;
  text-align: center;
  margin-bottom: 10px;
}

/* pricelist */
div.pricelist_head {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

div.pricelist_box { 
  position: static;
  border: 1px solid #C7C7C7;
  background-color: #F4F4F4;
  width: 650px;
  margin-left: 50px;    
}

div.pricelist_box_head {
  background-color: #d9e2ed;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #C7C7C7;
}


td.reg_h {
  font-weight: bold;  
  text-align: center;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7; 
  padding: 5px;
}

td.reg_h1 {
  font-weight: bold;  
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7; 
  padding: 5px;
}

td.reg_h2 {
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  padding: 5px;
}

td.reg_yn {
  text-align: center;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7; 
}

input.con_name, input.con_email {
  width: 250px;
  border: 1px solid #9EBDCF;
}

select.con_type {
  border: 1px solid #9EBDCF;
}

textarea.con_text {
  width: 363px;
  border: 1px solid #9EBDCF;
}

