/*
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;
}

.detail .txt {
  margin-bottom: 10px;
}

.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 {
  text-align: left;
  margin-top: 10px;
}

.detail .tel span a {
  float: none;
  margin: 0px !important;
  color: #f60 !important;
}

.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;
  display: block;
}

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

.detail td {
  word-break: break-all;
}

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

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

/*contact*/
.step {
  overflow: hidden;
  zoom: 1;
}

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

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

.step li:first-child {
  margin-top: 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;
}

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;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 0 0 1px;
  line-height: 1.2;
}

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

label:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  margin-right: 5px;
}

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

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;
}

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: 0px;
  left: 2px;
}

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;
}



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