@charset"utf-8";

.ttl_h2 {
	background:url("../img/contact/ttl_bk.jpg") repeat-x;
    margin: 0 auto;
    width: 100%;
}

.ttl_h2 > h2 {
    margin: 0 auto;
    padding: 20px 0;
    width: 937px;
}
#boxContact01 {
    margin: 10px auto 100px;
    width: 1000px;
}
.link {
	text-align:right;
	width:973px;
	margin-bottom: 25px;
}
.link a {
	color:#003399;
	font-size:12px;
	text-decoration:underline;
}
.headinfo {
    color: #003399;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    width: 821px;
}

table#tblContact {
    margin: 35px auto;
    width: 781px;
}

table#tblContact th {
    text-align:left;
    color:#003399;
    font-size:16px;
    font-weight:bold;
}
table#tblContact th span {
    color: #e50d1f;
    font-size: 14px;
    padding-left: 5px;
}
table#tblContact td {
    padding: 5px 0 30px;
}
table#tblContact td span{
    color: #003399;
    font-size: 18px;
    font-weight: bold;
}
table#tblContact .text_380 {
	font-size: 28px;
	width:380px;
	height:35px;
	border:solid 1px #003399;
}
table#tblContact .text_100 {
	font-size: 24px;
	width:100px;
	height:35px;
	border:solid 1px #003399;
}
table#tblContact .text_140{
	width:140px;
	font-size: 24px;
	height:35px;
	border:solid 1px #003399;
}
table#tblContact td span.zipspan {
	font-size:34px;
	color:#003399;
	font-weight:bold;
}
table#tblContact .radio {
	color:#444444;
	font-size:16px;
}
table#tblContact .checkbox {
	color:#444444;
	font-size:16px;
}
table#tblContact input[type=radio], table#tblContact input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.radio2, .checkbox2 {
    margin: 0 20px 6px 0;
    padding: 3px 0 0 42px;
}
.radio:hover, .checkbox:hover {
/*  background-color: #444444;*/
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #444444;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #444444;
  border-radius: 100px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 49%;
  left: 19px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #444444;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 49%;
  left: 19px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #444444;
  content: '';
  opacity: 0;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.selClac {
    -moz-appearance: none;
    background: #fff url("../img/contact/select_arrow.jpg") no-repeat scroll right center;
    border: 1px solid #4d4d4d;
    color: #003399;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 18px;
    height: 32px;
    margin-right: 15px;
    min-width: 94px;
    padding-right: 35px;
    text-align: right;
}
.mttl {
	background:url("../img/contact/ttl_bk.jpg") repeat-x;
    margin: 0 auto;
    width: 100%;
}

.mttl > h3 {
    color: #003399;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 0;
    width: 781px;
}

#btn {
    margin: 0 auto 33px;
    width: 791px;
}

#btn > a {
    margin: 0 10px;
}
.IptError {
    color: #ff0000;
    padding-left: 10px;
}
td.chkTd {
    font-size: 18px;
}

#boxInfo {
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto;
    text-align: center;
}
#boxContact01 .link{
    display: none;
}