@charset "utf-8";
/* CSS Document */

.price { width:595px;
	background-color: #E1E1E1;
	border-collapse:collapse;
	border:1px solid #CCC;
	margin-bottom:40px;
}

	.price td { border-bottom:1px dotted #000;
		height:20px;
		padding:8px;
	}
	
	.price th { border-bottom:1px dotted #000;
		background-color:#999;
		color:#FFF;
		width:105px;
		
	}

caption { text-align:left;
	font-weight:800;
	color:#FFF;
	padding:6px 0 0 15px;
	background-image:url(../price_img/s_title_bg.png);
	background-repeat:no-repeat;
	background-position:5px 0;
	height:32px;
	letter-spacing:0.1em;
}


td:nth-child(3) { background-color: #F3EFDA;
	width:70px;
	text-align:right;
}


/*問い合わせフォーム*/
.cont_form { width:550px;
	border-collapse:collapse;

}

	.cont_form td { border-bottom:1px solid #033;
		padding:6px;
	}
	
	input, textarea, select { border:1px solid #999;
		background-color:#DADAED;
		padding:3px 5px;

	}

	.cont_form td .form1 { height:20px;
	}
	
		.form_200 { width:200px;
		}
		.form_300 { width:300px;
		}
		
	/*送信ボタン、リセットボタン*/
	.send_f { text-align:right;
		padding:0 50px 0 0;
	}
		
/*ラジオボタン*/

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;	/*#fafafa*/
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;　/*9px*/
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right:5px;

}

.regular-radio:checked + label:after {
	content: ' ';
	width: 7px; /*12px*/
	height: 7px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #AEBCFD; /*#99a1a7*/
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 10px; /*24*/
	height: 20px;
	left: 4px;
	top: 4px;
}

.button-checked { vertical-align:middle;
}

/*チェックボタン*/

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	margin-right:5px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}



