@charset "utf-8";

/*******************************************************************/
/* SP：幅320px以下                                                 */
/*******************************************************************/

/*=================================================================*/
/* フロア紹介                                                  */
/*=================================================================*/
	.floorPhoto{
		float: none !important;
		width: 100% !important;
	}
	.floorPhoto:first-child{
		margin-right: 5%;
		margin-bottom: 20px;
	}

/*=================================================================*/
/* 医療法人 明和会 宮田眼科病院 創立50周年 感謝の夕べ                                                  */
/*=================================================================*/
	.a_50th_photo{
		width: 50% !important;
		max-width: 240px !important;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.a_50th div{
		float: none !important;
		width: 100% !important;
		margin-bottom: 8%;
	}

/*=================================================================*/
/* 目の構造と屈折異常について                                                  */
/*=================================================================*/
	.refractiveLeft{
		margin-bottom: 8%;
	}
	.refractive .refractiveLeft{
		float: none !important;
		width: 100% !important;
	}
	.refractive .refractiveLeft:first-child{
		margin-right: 0% !important;
	}
	.refractive .refractiveLeft p{
		margin-left: 10px;
	}

/*=================================================================*/
/* 送信フォーム                                                  */
/*=================================================================*/

table.defaultTbl input, table.defaultTbl textarea {
	padding: 3px;
}

.w3em input, .w3em textarea { width: 3em; }
.w5em input, .w5em textarea { width: 5em; }
.w7em input, .w7em textarea { width: 7em; }
.w10em input, .w10em textarea { width: 10em; }
.w12em input, .w12em textarea { width: 12em; }
.w15em input, .w15em textarea { width: 15em; }

.wpcf7-form-control-wrap {
	padding: 2px;
}

.wpcf7-list-item {
	margin-right: 10px;
}

table.defaultTbl .checkArea .wpcf7-list-item {
	line-height: 2em;
}

.omimaiTbl, .consultationTbl, .applicationTbl, .recruitTbl, .contactTbl {
	width: 100%;
}

.omimaiTbl tbody th, .consultationTbl tbody th, .applicationTbl tbody th, .recruitTbl tbody th, .contactTbl tbody th {
}

.omimaiTbl tbody th, .consultationTbl tbody th, .applicationTbl tbody th, .recruitTbl tbody th, .contactTbl tbody th {
	background-color: #DAE4F8;
	color: #333;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	text-align: left;
}

.omimaiTbl tbody tr:nth-child(odd) td, .consultationTbl tbody tr:nth-child(odd) td, .applicationTbl tbody tr:nth-child(odd) td, .recruitTbl tbody tr:nth-child(odd) td, .contactTbl tbody tr:nth-child(odd) td {
	background-color: #efefef;
	border-top: solid 1px #FFF;
}

.omimaiTbl tr td, .consultationTbl tr td, .applicationTbl tr td, .recruitTbl tr td, .contactTbl tr td,
.omimaiTbl tr th, .consultationTbl tr th, .applicationTbl tr th, .recruitTbl tr th, .contactTbl tr th {
	border: solid 1px #FFF;
	display: block;
}

table.defaultTbl tr.bgBlue td {
	background-color: #DAE4F8;
}

/*送信ボタン*/

.submitCheck {
	padding: 10px 0 0 0;
}

#main_contents .contactBtn {
	text-align: center;
	margin-top: 30px;
}

.contactBtn li {
	width: 100px;
	display: inline;
}

.contactBtn li:first-child {
	margin-right: 30px;
}

.contactBtn li input {
	padding: 6px;
}

.contactBtn li input[type="reset"] {
	width: 100px;
}

.contactBtn li input[type="submit"] {
	width: 100px;
}

img.ajax-loader {
    display: none;
}




