@charset "utf-8";
/* contact page */
#cntct_frm {
	text-align:left;
}
#cntct_frm table {
	width:650px;
	margin-bottom:25px;
	border-collapse:collapse;
	font-size:100%;
}
#cntct_frm th {
	background-color:#f8eded;
	width:200px;
	text-align:left;
	vertical-align: top;
	padding:5px 0 0 15px ;
	_padding:10px 0 0 15px ;
}
#cntct_frm td {
	padding:5px 0 5px 10px;
}
#cntct_frm td.lineTD {
	padding:0;
}
#cntct_frm td hr {
	border-color:#e0e0e0;
	color:#e0e0e0;
	margin:5px 0;
	#margin:0;
	padding:0;
}
#cntct_frm th span {
	color:#F00;
}

/* form style */
#cntct_frm input {
	margin-right:3px;
}
#cntct_frm input.txtF1 {
	width:350px;
}
#cntct_frm input.txtF2 {
	width:60px;
}
#cntct_frm input.txtF3 {
	width:80px;
}
#cntct_frm input.txtF4 {
	width:150px;
}
#cntct_frm textarea {
	font-size:100%;
	background-color:#FFF;
}

#cntct_frm textarea.txtA1 {
	width:350px;
	height:83px;
	margin-bottom:1px;
}
*+html #cntct_frm textarea.txtA1 { /* IE7 */
	height:90px;
}

#cntct_frm h3 {
	color:#a77671;
	margin-bottom:3px;
	font-size:120%;
}
#cntct_frm textarea.txtA2 {
	width:650px;
	height:120px;
	line-height:140%;
	padding:3px;
	margin-bottom:3px;
}
#cntct_frm p.capTtl {
	background-color:#f8eded;
	text-align:center;
	padding:5px ;
	width:650px;
}

/* submit btn img */
#cntct_frm #submit1 {
    display:block;
    width:134px;
	margin:20px auto;
	_margin:20px 0 20px 250px;
    height:34px;
    padding:0;
    border:0;
	background: url(../../images/contact/btn_agree.gif);
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#cntct_frm #submit1:hover,
#cntct_frm #submit1:focus {
	background: url(../../images/contact/btn_agree_on.gif);
}


#cntct_frm .subBtn {
	height:34px;
	width:300px;
	_width:650px;
	margin:0 auto 30px;
}

#cntct_frm #submit2{
    display:block;
    width:134px;
	float:left;
	margin-right:15px;
	_margin:0 15px 0 80px;
    height:34px;
    padding:0;
    border:0;
	background: url(../../images/contact/btn_fix.gif);
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#cntct_frm #submit2:hover,
#cntct_frm #submit2:focus {
	background: url(../../images/contact/btn_fix_on.gif);
}

#cntct_frm #submit3{
    display:block;
    width:134px;
    height:34px;
    padding:0;
    border:0;
	background: url(../../images/contact/btn_send.gif);
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
#cntct_frm #submit3:hover,
#cntct_frm #submit3:focus {
	background: url(../../images/contact/btn_send_on.gif);
}

.mb10 {
	margin-bottom:10px;
}

input[name=houjin_eigyo] {margin-left:10px;}
input[name=houjin_tanto] {margin-left:22px;}
input[name=houjin_jiki] {margin-left:35px;}

#cntct_frm table,
#cntct_frm .txtA2,
#cntct_frm p.capTtl {width: 100%;}

#contents {
	float:none;
	margin: auto;
}
.btn-back {
	text-align: center;
	width:280px;
	margin:60px auto 50px;
}
.btn-back a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration: none;
	display: block;
	line-height:36px;
	padding-left:23px;
	background:url(images/back-tel.png) no-repeat 0 0;
}
#upon-use,#personal-info{padding: 30px 30px; background: #fafafa ; margin-bottom: 15px ;}
#personal-info ul{margin-bottom: 20px; list-style: none ;}
#upon-use p{display: block;}
#upon-use h3,#personal-info h3{display: block;margin-bottom:16px;padding-bottom: 16px;border-bottom: 1px solid #6666; font-size: 120%; color:#666666 ;}
#personal-info h3 span{ color:#f00 ;}
#personal-info p.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
 margin-bottom: 20px ;
}
#personal-info p.arrow::before{ 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#personal-info p.arrow2::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #f00;
}

#contact_sub_title{
 margin: 0 0 20px 0 ;
 border: 1px solid #dcdcde ;
 color: #464646 ;
 background: url(images/contact_title_ico.gif) no-repeat 0 50%;
 line-height: 95px ;
 text-align: left ;
 padding-left: 90px ;
 font-size: 18px ;
 
}
#cntct_frm th p.indent {
 font-weight: normal ;

 text-indent: -12px ;
 padding-left: 12px ;
}