/* CSS Document */


/*========================================
 +inquiry styles
========================================*/

#read { width: 680px;
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 28px;
	line-height: 1.4em;
}
#tel {
	width: 680px;
	overflow: hidden;
	margin: 0 auto 30px;
	background: #FFF;
	text-align: left;

}	
#tel_tit { width: 680px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align:center;
	font-size: 35px;
	line-height: 1.6em;
	color:#FFF;
	text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.6);
	background: -webkit-gradient(linear, left top, left bottom, from(#039), to(#098AD4));
}
#tel_num { width: 680px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align:center;
	font-size: 35px;
	line-height: 1.3em;
	color:#000;
	border-bottom: #FFF dotted 2px;

}
#tel_text { width: 680px;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 27px;
	line-height: 1.4em;
	color:#000;

}
#form {
	width: 680px;
	overflow: hidden;
	margin: 0 auto 0;
	background: #FFF;
	text-align: left;

}	
#form_tit { width: 680px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align:center;
	font-size: 35px;
	line-height: 1.6em;
	color:#FFF;
	text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.6);
	background: -webkit-gradient(linear, left top, left bottom, from(#039), to(#098AD4));
}
#caution { width: 680px;
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 22px;
	line-height: 1.2em;
	color:#000;

}
#read2 { width: 680px;
	margin: 0;
	padding: 100px 0 100px 0;
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
}

#read_check { width: 680px;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 28px;
	line-height: 1.4em;
	text-align: center;
}
#select { 
	width: 100%;
	padding: 0;
	font-size: 24px;
	line-height:50px;
}

#in_select { 
	width: 635px;
	margin: 0;
	text-align: left;

}

#inquiry {
	width: 680px;
	margin-bottom: 30px;
	border: none;
	font-size: 28px;
	line-height: 1.6em;
	
}
#inquiry td.cl00 {
	font-size:32px;
	text-align: center;
	padding: 10px;

}
#inquiry td.cl01 { width: 120px;
	text-align: center;
	padding: 10px;
	color: #FFF;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#039), to(#098AD4));
	background-image: -webkit-linear-gradient(#039,#098AD4);
	background-image:    -moz-linear-gradient(#039,#098AD4);
	background-image:         linear-gradient(#039,#098AD4);
}
#inquiry td.cl02 {
	text-align: center;
	padding: 10px;
	background-color:#039;
}
#inquiry td {
	padding: 10px;
	background: #E3E3E3;
	border-bottom: #FFF solid 1px;
}

input,textarea,select {
	font-size: 28px;
	line-height: 1.6em;
	display: block;
	padding: 6px;
	
	-webkit-box-shadow: 0 1px 2px #999 inset;
	-mozt-box-shadow: 0 1px 2px #999 inset;
	box-shadow: 0 1px 2px #999 inset;
	}



#bt01 { width: 680px;
	margin: 0 0 30px 0;
	padding:10px 0 10px 0;
	font-size: 28px;
	line-height: 36px;
	text-align: right;
	border-top: dotted #CCC 2px;
	border-bottom: dotted #CCC 2px;
}

#bt01 a { display: block;
	text-decoration: none;
	color: #098AD4;
	padding-right: 40px;
	background: url(../images/com_ic04.png) no-repeat right center; 
}


#ssl { width: 680px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: dotted #CCCCCC 2px;
}

#ssl_l { width: 130px;
	padding: 0;
	float: left;
}

#ssl_r { width: 550px;
	padding: 0;
	float: right;
	font-size: 24px;
	line-height: 1.4em;
	color: #666;
}

#b_check { width: 418px;
	height: 80px;
	margin: 0 100px 50px 100px;
	padding: 0 30px;
	font-size: 30px;
	line-height: 80px;
	letter-spacing: 5px;
	text-align: left;
	border: #CCC solid 1px;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#FFF));
	background-image: -webkit-linear-gradient(#E3E3E3,#FFF);
	background-image:    -moz-linear-gradient(#E3E3E3,#FFF);
	background-image:         linear-gradient(#E3E3E3,#FFF);
}

#b_check a { display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/ic_02.png) no-repeat right center;
}

#check { width: 400px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 36px;
	line-height: 80px;
	color: #FFF;
	background: #F90;
	text-align: center;
	letter-spacing: 5px;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

	-webkit-box-shadow: 0 1px 2px #960 inset;
	-mozt-box-shadow: 0 1px 2px #960 inset;
	box-shadow: 0 1px 2px #960 inset;
}

#bt { width: 680px;
	margin: 0 0 50px 0;
	padding: 0;
}

#b_back { width: 230px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	border: #CCC solid 1px;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	float: left;
		
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#FFF));
	background-image: -webkit-linear-gradient(#E3E3E3,#FFF);
	background-image:    -moz-linear-gradient(#E3E3E3,#FFF);
	background-image:         linear-gradient(#E3E3E3,#FFF);
}

#b_send { width: 230px;
	height: 80px;
	margin: 0;
	padding: 0 30px 0 0;
	border: #CCC solid 1px;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	float: right;
		
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#FFF));
	background-image: -webkit-linear-gradient(#E3E3E3,#FFF);
	background-image:    -moz-linear-gradient(#E3E3E3,#FFF);
	background-image:         linear-gradient(#E3E3E3,#FFF);
}

#b_back a {
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/ic_08.png) no-repeat left center;
}

#b_send a {
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/ic_02.png) no-repeat right center;
}



