
#contents {
	width:980px;
	margin:0 auto;
	padding:240px 0 0 0;
}

#contents h1{
	margin:0 0 40px 0
}

#contents .box {
width:880px;
margin:0 auto 100px;
}

#contents .box #intro {
	text-align:left;
	line-height:180%;
	margin-bottom:60px;
}

#contents .box h2{
	height:30px;
	line-height:30px;
	border-left:6px solid #047ef9;
	text-align:left;
	font-size:1.32em;
	font-weight:bold;
	padding:3px 0 0 11px;
	margin:0 0 25px 0;
}

#telContact	{
	background:#fafbff;
	padding:70px 0 50px 0;
	margin:0 0 90px 0;
}

#telContact	p{
	width:400px;
	margin:0 auto;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#02328d;
}

#telContact	p span{
	font-family:"Helvetica Neue",Helvetica,Arial Bold,Arial !important;
	font-size:2.6em;
	color:#02328d;
}


#formContact {

}

#formContact #formTxt{
	text-align:left;
	margin-bottom:40px;
}

#formContact #pagePosition {
	border-top:1px solid #c9ccd1;
	border-bottom:1px solid #c9ccd1;
	margin-bottom:50px;
}

#formContact #pagePosition ul{

}

#formContact #pagePosition ul li{
	float:left;
	height:69px;
	line-height:69px;
}

#formContact #pagePosition ul li:nth-of-type(2){
	border-left:1px dashed #c9ccd1;
	border-right:1px dashed #c9ccd1;
}

#formContact #pagePosition ul li img{
	line-height:69px;
	height:69px;
	line-height:69px;
}

#formContact #pagePosition ul li:nth-of-type(2) img{
	width:291px;
	height:69px;
	line-height:69px;
}



/* フォーム部分 */

#form {
}

#form #table{
	border-top:1px solid #c9ccd1;
}

#form #table .tr{
	border-bottom:1px solid #c9ccd1;
}


#form #table .tr:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}



#form #table .th{
	line-height:20px;
	width:190px;
	padding:17px 0 15px 30px;
 font-weight:bold;
	line-height:150%;
	font-size:0.95em;
	display: table-cell;
	vertical-align: middle;	
}

#form #table .th span{
	display: table-cell;
	vertical-align: middle;	
}

#form #table .th img{
vertical-align:sub;
}

#form #table .td{
	width:640px;
	padding:16px 5px 14px 0;
	display: table-cell;
}


#form #table .td #f_name ,
#form #table .td #f_company ,
#form #table .td #f_tel ,
#form #table .td #f_mail {
	height:30px;
	font-size:1.0em;
	width:300px;
	border:1px solid #cccccc;
}




#form #table .td p {
	margin:0 auto 10px 0;
}

#form #table .td p:nth-of-type(3) {
	margin:0 auto 0 0;
}

#form #table .td p.confirm {
	margin:0 auto 10px 0;
}

#form #table .confirm p:nth-of-type(2) {
	margin:0 auto 0 0;
}

#form #table .td #f_zip {
	width:150px;
	height:30px;
	line-height:30px;
	border:1px solid #cccccc;
}

#form #table .td #f_pref {
	width:95px;
	height:30px;
	line-height:30px;
	border:1px solid #cccccc;
}

#form #table .td #f_address {
	width:630px;
	height:30px;
	line-height:30px;
	border:1px solid #cccccc;
	font-size:1.0em;
}


#form #table .td span {
	vertical-align:bottom;
	font-size:0.85em;
	padding-right:10px;
	line-height:30px;
}


#form #table .td span.hankaku {
vertical-align:bottom;
	font-size:0.75em;
	line-height:100%;
}


#form #table .td textarea {
	width:630px;
	height:150px;
	font-size:1.2em;
	border:1px solid #cccccc;
	line-height:150%;
}




#form #table .td #f_name:focus ,
#form #table .td #f_company:focus ,
#form #table .td #f_zip:focus ,
#form #table .td #f_pref:focus ,
#form #table .td #f_address:focus ,
#form #table .td #f_tel:focus ,
#form #table .td #f_mail:focus,
#form #table .td textarea:focus {
	border:2px solid #ff9999;
}


#f_button {
		margin:45px auto 10px auto;
}

#f_button p {
	text-align:center;
}

#f_button p img{
	cursor:pointer;
}


/* 送信完了 */

#complete {
	
}

#complete h3{
		margin:0 0 50px 0;
		text-align:center;
		color:#03328c;
		font-size:2em;
		font-weight:bold;
}

#complete p{
		margin:0 0 15px 0;
		line-height:180%;
		font-size:0.95em;
}




#form #table .td input[type="text"].inp_error,
#form #table .td textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}

