@charset "UTF-8";

.content-title{
    height: auto !important;
}
img{
    vertical-align: bottom;
}
.pdn-t_10{
	font-size: 0.8em ;
	margin-left: 5px ;
	color: #333333 ;
}
#captcha_code{
    margin-bottom: 10px;
}
#errorDisplay ul{
    list-style: none;
}
#errorDisplay li{
    color: #ff0000;
    padding: 10px 0;
}
.cpt-img{
    width: 215px;
    float: left;
    border: solid 1px #000000;
}
.cpt-rtn{
    width: 48px;
    margin-top: 16px;
    margin-left: 16px;
    float: left;
    border: solid 1px #000000;
}
.clr-bth{
    clear: both;
    padding-top: 20px;
}

#form h2{
    font-size:1.8em;
    font-weight:lighter;
    border-bottom:1px solid #999999;
    margin-bottom:40px;
    outline:none;
}
#form h3{
    font-size:1.8em;
    font-weight:lighter;
    margin:80px 0 ;
    outline:none;
}

#form .table-form{
    table-layout:fixed;
    font-size: 1.6em;
	margin-top: 20px ;
}
#form .table-form th{
    width: 150px;
    text-align: left;
	color: #F7BFB9 ;
}
@media print, screen and (max-width: 767px) {
  #form .table-form th{
      width: auto;
      display: block;
  }
}
#form .table-form td{
    padding: 10px;
    width: 800px;
}
@media print, screen and (max-width: 767px) {
  #form .table-form td{
      width: auto;
      display: block;
  }
}
#form .form-inside{
    position: relative;
}
#form .submitBtn{
	position: absolute;
    left: 230px;
	bottom : -10px ;
	color: #ffffff ;
	text-align: center ;
	border-radius: 7px ;
	cursor:pointer;
}
@media print, screen and (max-width: 767px) {
  #form .submitBtn{
  	position: static;
  }
}

#form .submit2 {
	width: 200px ;
	height: 50px ;
	font-size:1.6em;
	display:block;
	background: #F7BFB9 ;
	margin: 10px 0 ;
    color: #ffffff ;
	text-align: center ;
	border-radius: 7px ;
	cursor:pointer;
	border-bottom: none ;
}
@media print, screen and (max-width: 767px) {
  #form .submit2 {
  	width: 20rem;
  	height: 5rem;
  	margin: -4rem auto 0;
  }
}

#form .submit2:hover {
	background: #FF6F6F ;
}

.submit3 a {
	width: 200px ;
	font-size:1.4em;
	display:block;
	padding: 10px 0 ;
	background: #F7BFB9 ;
	margin: 20px 0 80px 0 ;
    color: #ffffff ;
	text-align: center ;
	border-radius: 7px ;
	cursor:pointer;
	border-bottom: none ;
}

.submit3 a:hover {
	background: #FF6F6F ;
}


.submit2:focus {
	border-bottom: none ;
}

.submit3:focus {
	border-bottom: none ;
}
