@charset "utf-8";

/* CSS Document */

#container>figure {
  margin: 20px 0;
  width: 1000px;
  height: 40px;
  background-image: url("../img/flow3.png");
  background-position: center;
  background-repeat: no-repeat;
}

#container>figure>img {
  display: none;
}

p {
  font-size: 12px;
  margin: 0 0 1em 0;
}

table {
  margin: 0 0 20px 0;
}

tr {
  border-bottom: dotted 1px #333;
}

th {
  vertical-align: top;
  width: 150px;
  font-weight: bold;
  color: #E82;
}

td,
th {
  padding: 10px 0;
  font-size: 12px;
}

.conf_info td {
  width: 70%;
}

.conf_point td,
.conf_main-img td,
.conf_sub-img td,
.conf_sub-img2 td,
.conf_appeal td {
  width: 85%;
}

.conf_float-box {
  width: 100%;
}

.conf_float-box:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

.conf_info {
  width: 500px;
  float: left;
  ;
}

.conf_map {
  width: 460px;
  float: right;
}

.conf_map iframe {
  width: 100%;
}

.conf_map_caption {
  margin: 20px 0 0 0;
}

.conf_appeal table {
  width: 100%;
}

.conf_point span {
  display: inline-block;
  width: 160px;
  margin: 0 0px 5px 0;
}

.conf_hitword span {
  display: inline-block;
  width: 200px;
  margin: 0 0px 5px 0;
}

.conf_sub-img2 {
	float: left;
	margin-right: 40px;
}

.conf_sub-img aside {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.conf_main-img figure {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  background-image: url("../images/bg-photo.jpg");
}

.conf_sub-img figure {
  display: block;
  width: 160px;
  height: 160px;
  text-align: center;
  background-image: url("../images/bg-photo.jpg");
}

.conf_sub-img figure > * {
  vertical-align: middle;
  display: inline-block;
}

.conf_sub-img figure:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.conf_sub-img2 figure {
  display: block;
  width: 240px;
  height: 240px;
  text-align: center;
  background-image: url("../images/bg-photo.jpg");
  max-width: 240px;
  max-height: 240px;
}

.conf_sub-img2 figure > * {
  vertical-align: middle;
  display: inline-block;
}

.conf_sub-img2 figure:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.conf_main-img figure {
  float: left;
  margin: 10px 40px 0 0;
}

.conf_main-img span {
  float: left;
  margin: 10px 0 0 0;
  width: 73%;
}

.conf_main-img:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.conf_formbox {
  text-align: center;
}

#conf_back,
#conf_submit {
  display: inline-block;
  width: 400px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  margin: 20px 20px 0 20px;
}

#conf_back {
  background: #A6C;
}

#conf_submit {
  background: #F57
}

@media screen and ( max-width:1000px) {

#container {
    margin: 0 10px;
}

#container>figure {
    width: auto;
    height: auto;
    background: none;
}

#container>figure>img {
    display: block;
}

th {
    width: 15%;
    padding: 10px 10px 10px 0;
}

.conf_info {
    float: none;
    margin: 0;
    width: auto;
}

.conf_info table {
    width: 100%;
}

.conf_map {
    width: 100%;
    float: none;
    margin: 0;
}

.conf_main-img span {
    width: 100%;
}

.conf_sub-img img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px;
}

}

@media screen and ( max-width:460px) {

  th {
    width: 33%;
  }

  td {
    width: 67%;
  }

  #conf_back,
  #conf_submit {
    width: 80%;

  }

}