@charset "euc-jp";
/*
------------------------------------------------------------------------------------------
Iam DesignNetwork Corporation
stylesheet contact.css
------------------------------------------------------------------------------------------
*/

/***************************************************

	contact

***************************************************/

/* accent */
#contact .accent { color: #F00; }

#contact h1,
#contact h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#contact .telBig a {
  font-size: 20px;
  font-weight: bold;
}
#contact .right {
  float: right;
}
#contact strong {
  font-weight: bold;
}
/* table_type01 */
#contact .table_type01 {
	border-collapse: collapse;
	margin-bottom: 26px;
}

#contact .table_type01 tr th {
	font-weight: normal;
	text-align: left;
	background: #FAFAFA;
	border: 1px solid #CCC;
	vertical-align: top;
	padding: 10px 12px;
  font-size: 13px;
}

#contact .table_type01 tr td {
	border: 1px solid #CCC;
	vertical-align: top;
	padding: 6px 12px;
  font-size: 13px;
}

#contact .table_type01 input,
#contact .table_type01 select,
#contact .table_type01 textarea {
	padding: 4px;
	margin: 0 4px;
	border: 1px solid #CCC;
}
#contact label {
  margin: 0 10px 0 0;
}

#contact .tac {
  text-align: center;
}
#contact .btn_back {
  background: #AE0000;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 3px;
  width: 150px;
  margin: 0 auto;
}
#contact .btn_contact {
  background: #000;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 3px;
  width: 150px;
  margin: 0 auto;
}
#contact .tac button:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media ( max-width: 500px ) {
  #contact {
    width: 96vw;
    margin: 0 auto;
  }
  #contact .table_type01 tr th,
  #contact .table_type01 tr td {
    float: left;
    padding: 2vw;
    width: 94vw;
  }
  #contact .table_type01 tr td {
    margin: 0 0 10px;
  }
  #contact .table_type01 input, #contact .table_type01 select, #contact .table_type01 textarea {
    margin: 0;
    padding: 2vw;
  }
}
