@charset 'UTF-8';
/* CSS Document */

#mainImage {
	margin-bottom: 0;
}

.line01 {
	margin-top: 5px;
	margin-bottom: 15px;
}

.font_red, .attention {
	color: #ff3366 !important;
}

.attention {
	display: none;
}
#main {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 635px;
}

@media screen and (max-width:768px) {
#main {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
}
h2 {
	background: url(../sp/img/common/line01.jpg) no-repeat center bottom;
	background-size: 100% 2px;
	margin: 0 0 20px;
	padding-bottom: 20px;
}

#lead {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

#lead span {
	color: #600;
}
#lead h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}

table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	padding: 10px;
	border: 0 solid #cfbe70;
	box-sizing: border-box;
}

th {
	width: 130px;
}
td{
	margin-bottom: 10px;
}
td label+label {
	margin-left: 15px;
}

input[type="text"], input[type="file"] {
	display: inline-block;
}

input#fZip {
	margin-left: 3px;
}

.upFile {
	margin-bottom: 5px;
}

.upFile input[type="button"] {
	padding: 3px 5px;
}

[name="words"] {
	margin-bottom: 6px;
}

p input[type="text"] {
	display: inline-block;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: -0.15em;
}

textarea {
	line-height: 1.3;
}

.error {
	display: block;
	color: #F36;
}

.mb10 {
	margin-bottom: 10px!important;
}

.pl16 {
	padding-left: 16px!important;
}
.pt16 {
	padding-top: 16px!important;
}

#main .btn {
	margin-top: 10px;
	text-align: center;
}

textarea {
	resize: vertical;
}

#main .btn button {
	display: inline-block;
}

#main .btn button:hover {
	opacity: 0.7;
	cursor: pointer;
}

#main p.notice {
	margin-top: 5px;
	color: #8C0000;
	font-size: 0.917em;
	line-height: 1.1;
}

#timeList {
	width: 304px;
}

#timeList label {
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
	width: 66px;
	display: inline-block;
}

#timeList label:last-child {
	width: 100px;
}

input#fOther {
	margin-top: 3px;
}

#inqList p, .think p {
	margin-bottom: 3px;
}

.think input[type="text"] {
	margin-left: 3px;
}

.inqList_child, .inqList_1, .inqList_2, .inqList_3, .inqList_4 {
	margin: 5px 0 5px 15px;
}

.inqList_1 p, .inqList_2 p, .inqList_3 p, .inqList_4 p, .times p, .otherWhen p {
	margin-right: 10px;
	display: inline-block;
}

.formError .formErrorContent {
	width: auto;
	background: #F2DEDE;
	color: #900;
	border: 1px solid #900;
	min-width: auto;
	font-size: 12px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	position: relative;
}

.formError .formErrorContent span {
	color: blue;
}

.formError .formErrorContent:after, .formError .formErrorContent:before {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.formError .formErrorContent:after {
	border-color: rgba(242, 222, 222, 0);
	border-top-color: #F2DEDE;
	border-width: 8px;
	margin-left: -8px;
}

.formError .formErrorContent:before {
	border-color: rgba(153, 0, 0, 0);
	border-top-color: #900;
	border-width: 9px;
	margin-left: -9px;
}

.formError .formErrorArrow {
	display: none;
}

button {
	background: none;
	outline: none;
	border: none;
}

#footer {
	display: none;
}

.clinicList label {
	margin-right: 30px;
	width: 55px;
	display: inline-block;
}

td .clinicList label+label {
	margin-left: 0;
}

.enable.tbl_item08 label:nth-child(4):before {
	content: "\A";
	white-space: pre;
}


tr.time > td >label{
	margin: 0 10px 0 0;
	line-height: 1.8;
}
	table:not(.ui-datepicker-calendar) th, table:not(.ui-datepicker-calendar) td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		font-size: 14px;
	}
	th {
		font-weight: normal;
		background: #f4edcb;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
		font-size: 1em;
		padding: 9px 4px;
		border-radius: 0.3em;
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
		border: 1px solid #B3B3B3;
	}
input.hasDatepicker{
	width: 120px;
}
	textarea {
		width: 100%;
	}
.note{
	margin: 15px 0 0 0;
	color: #e53b3b !important;
}
.note2{
	margin: 15px 0 0 0;
	color: #333333 !important;
}
.required{
	display: inline-block;
	text-align: center;
	background-color: #e53b3b;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 6px;
	line-height: 1;
}
.optional{
	display: inline-block;
	text-align: center;
	background-color: #3886da;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 6px;
	line-height: 1;
}
label{
	display: inline-block;
}
@media screen and (max-width:600px) {
	div.baloon {
		left: inherit!important;
		right: 10px !important;
	}
}
@media screen and (max-width:600px) {
	table:not(.ui-datepicker-calendar) th input[type="text"], 	table:not(.ui-datepicker-calendar) th input[type="email"] {
		width: 120px;
	}
}

@media screen and (max-width:600px) {
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
		width: 100%;
	}
}
