@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  contactform
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 37px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}

/* --------------------------------------------------------------------------------------
 tableBlock
--------------------------------------------------------------------------------------- */

.tableBlock {
	margin-left: 25px;
}

.tableBlock p {
	margin-bottom: 1px;
}

/* --------------------------------------------------------------------------------------
 contactform
--------------------------------------------------------------------------------------- */

.contactform_table {
	border-collapse:collapse;
	border-spacing:0px;
	font-size:13px;
	width:100%;
	margin-top:10px;
}
.contactform_table col.c20 {
	width:20%;
}
.contactform_table col.c30 {
	width:30%;
}
.contactform_table col.c50 {
	width:50%;
}
.contactform_table col.c70 {
	width:70%;
}
.contactform_table th {
	background:#f8f8ff none repeat scroll 0%;
	border:1px solid #E6E6E6;
	padding:8px;
	text-align:left;
}
.contactform_table td {
	border:1px solid #E6E6E6;
	padding:6px;
}
.contactform_table td.data_request span.wpcf7-list-item {
	display:block;
}
.contactform_table td.hope_day input {width:2em; margin:0 2px;}
.contactform_table td.child_birthday .your-child-birthday-year input {width:4em; margin:0 2px;}
.contactform_table td.child_birthday .your-child-birthday-month input {width:2em; margin:0 2px;}
.contactform_table td.child_birthday .your-child-birthday-day input {width:2em; margin:0 2px;}
.contactform_table td.post_address .your-post-address01 input {width:3em; margin:0 2px;}
.contactform_table td.post_address .your-post-address02 input {width:4em; margin:0 2px;}
.contactform_table td.tel_number .your-tel01 input {width:4em; margin:0 2px;}
.contactform_table td.tel_number .your-tel02 input {width:4em; margin:0 2px;}
.contactform_table td.tel_number .your-tel03 input {width:4em; margin:0 2px;}

.contactform_table td.from_knows {width:100%;}
.contactform_table td.from_knows .wpcf7-list-item {
	width:300px;
	float:left;
	margin-bottom:2px;
}
.contactform_table td p.from_other {
	float:left;
	margin-left:0.5em;
}
.contactform_table td p.from_other input {
	margin-left:0.5em;
	width:500px;
}
.contactform_table td textarea {
	width:430px;
}
.text-align-center {
	text-align:center;
}
.required {
	color:#FF0000;
	font-weight:normal;
	margin-left:5px;
}