@charset "utf-8";
/*====================================
	for life_partner
	Date of 2016.06.30
====================================*/
/** ========================================================

INQUIRY FORM

======================================================== **/
.inqTelArticle{
	font-size:100%;
	line-height:1.5em;
	font-weight:600;
	color:#727272;
}
.inqTelArticle span{
	font-size:130%;
	display:block;
}
.inqTelArticle a{
	color:#05A4CC;
}
.inqArticle{
	font-size:80%;
}
.tableWrapper {
	margin: 0 auto 50px auto;
}

.entryform {
	width:100%;
	border: solid 1px #888888;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entryform dt, .entryform dd{
	border-bottom: solid 1px #888888;
	padding: 10px;
	color: #666;
}
.entryform dt{
	background:#E0EFF4;
}
.entryform dd:last-child{
	border-bottom:none;
}
.attentionCom{
	font-size:80%;
}
.entryform .checkbox label {
	margin-right: 10px;
}
.entryform .radioBtn label {
	margin-right: 10px;
}

.btnConfirm {
	width:100%;
	margin: 0 auto;
	display: block;
}
	.btnConfirm input {
		cursor: pointer;
		padding: 5px 10px;
}

.btnWrapper {
	text-align: center;
}
	.btnWrapper :nth-child(2) {
		margin-left: 20px;
}
	.btnWrapper form {
		display: inline-block;
		zoom: 1;
    /* Fix for IE7 */
		*display: inline;
    /* Fix for IE7 */
}
		.btnWrapper form input {
			cursor: pointer;
			padding: 5px 10px;
}
.attention{
	font-size: 80%;
	line-height: 1.5em;
	color:#E73828;
}
.error {
	font-size: 90%;
	line-height: 1.5em;
	color: #990000;
	font-weight: 600;
	margin: 20px 0;
}

.entryEnd {
	font-size: 100%;
	line-height: 1.5em;
	color: #900;
	text-align: center;
}

.thanks {
	text-align: center;
}
	.thanks p {
		font-size: 100%;
		line-height: 1.5em;
		margin-bottom: 10px;
}
	.thanks a {
		color:#006ADE;
		text-decoration: none;
}
		.thanks a:hover {
			color:#0069D7;
			text-decoration: underline;
}
.formSp{
	margin-bottom:5px;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea{
	width:100%;
	padding:5px 0;
}
input[type=text]:focus, input[type=text]:active {
	outline: 3px solid #CDCDCD;
}
input[type=password]:active, input[type=password]:focus {
	outline: 3px solid #CDCDCD;
}
input[type=email]:active, input[type=email]:focus {
	outline: 3px solid #CDCDCD;
}
input[type=file]:hover, input[type=file]:active, input[type=file]:focus {
	cursor: pointer;
	display: inline;
}
input[type=checkbox] {
	vertical-align: text-top;
	margin-right: 5px;
}
input[type=radio] {
	vertical-align: text-top;
	margin-right: 5px;
}

textarea:active, textarea:focus {
	outline: 3px solid #CDCDCD;
}
input.inqBtn{
	width:100%;
	cursor: pointer;
	font-size:90%;
	line-height:1.5em;
	color:#fff;
	font-weight:600;
	border-style:none;
	display: block;
	overflow: hidden;
	padding:12px 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background:#6DB6FF; 
}