/*
notes
when you upload this file to server, please change the path to img of "background" at...
"#main"
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


/*detail*/
.detail {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-top: 5px solid #396;
  margin-top: 10px !important;
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
}

.detail .txt {
  width: 450px;
  float: left;
}

.detail .img {
  width: 200px;
  float: right;
}

.detail .img img {
  border: 1px solid #eee;
  border-radius: 5px;
}

.detail h2 {
  color: #396;
  font-size: 130%;
  margin-bottom: 10px;
}

.detail h3 {
  color: #396;
  font-size: 130%;
  margin-bottom: 10px;
  border-left: 3px solid #396;
  padding: 5px 0px 5px 8px;
}

.detail .tel {
  margin-top: 20px;
  color: #f60;
  font-size: 120%;
}

.detail .tel span {
  font-size: 150%;
}

.detail .tel a {
  display: inline-block;
  width: 220px;
  margin-left: 10px;
  text-align: left;
}

.detail table {
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  border: 1px solid #eee;
}

.detail th, .detail td {
  border-top: 1px solid #eee;
  vertical-align: top;
  padding: 5px;
}

.detail th {
  background-color: #ddd;
  border-right: 1px solid #eee;
  width: 20%;
}

.detail td {
  width: 80%;
}

.detail tr:first-child th, .detail tr:first-child td {
  border-top: 0px;
}

.detail tr:first-child th {
  border-radius: 5px 0px 0px 0px;
}

.detail tr:last-child th:first-child {
  border-radius: 0px 0px 0px 5px;
}

/*contact*/
.step {
  overflow: hidden;
  zoom: 1;
  margin: 20px 0;
}

.mt20{
  margin-top: 20px;
}

.step li {
  width: 200px;
  float: left;
  background-color: #afd6c3;
  padding: 10px;
  text-align: center;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
}

.step li:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #f60;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}

.step li:first-child {
  margin-left: 0px;
}

.step li:first-child:before {
  display: none;
}

.step li.s {
  background-color: #396;
  color: #fff;
  font-weight: bold;
}

#form th span {
  font-weight: normal;
  color: #f60;
}

#form th, #confirm th {
  background-color: #f9f9f9;
  width: 30% !important;
}

#form td, #confirm td {
  width: 70% !important;
}

input[type="text"], textarea {
  border: 0;
  padding: 3px;
  color: #555;
  border: solid 1px #ccc;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 150px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 20px 3px 3px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: url("../img/contact/delta.png") no-repeat right 50%;
  background-color: #fff;
  cursor: pointer;
}

label {
  position: relative;
  padding-left: 15px;
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0px;
  height: 0px;
}

label:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 0px 1px 1px #ccc;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px;
}

input[type=radio]:checked + label:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #396;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -4px;
}

label.cbox:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 0px 1px 1px #ccc;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px;
}

input[type=checkbox]:checked + label:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 3px solid #396;
  border-bottom: 3px solid #396;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -6px;
}

input[type=button].submit, input[type=submit] {
  text-align: center;
  border: 0px;
  padding: 15px 0px;
  width: 200px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #ff9955;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTk1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZiMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ff9955 0%, #ff6b07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9955', endColorstr='#ff6b07',GradientType=0 );
}

input[type=button].goback {
  margin-left: 10px;
  text-align: center;
  border: 0px;
  padding: 15px 0px;
  width: 120px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #999;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

input[type=submit]:hover, input[type=button].submit:hover {
  background-color: #c60;
}

div.submit {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

#form tr.err th, #form tr.err td {
  background-color: #fdd;
}

#confirm {
  display: none;
}



/*sp*/
.sp {
  display: none;
}
