@charset  "utf-8";

/* ＰＣ  お問い合わせ
=========================================*/

.globalNav ul li.inquiry a {
	border-bottom: 2px solid #436fd9;
	color: #2C2C2C;
	font-weight: 700;
}

/* #right-contents
=========================================*/

#right-contents form {
	margin-top: 20px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
select, 
textarea {
	font-size: 12px;
    padding: 1%;
    border: 1px solid #AAA;
    line-height: 20px;
    width: 95%;
    margin: 0 0 10px;
    background-color: #F8F8F8;
}

input[type="submit"], button {
    margin-bottom: 20px;
    padding: 7px 30px;
    background-color: #85a2e6;
    border: 0px;
    transition: background-color 0.3s linear 0s;
    font-size: 18px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

input[type="submit"].btn-big, 
button.btn-big {
    padding: 15px 60px;
    font-size: 24px;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], select, textarea {
    -moz-appearance: none !important;
}

input[type="submit"]:hover, button:hover {
    background-color: #3476d8;
}

.type {
	margin-bottom: 1%;
}
/* 眼形成眼窩（がんけいせいがんか）外科*/
#type8.type::after {
	content: "※当診療は3月28日をもって終了致します。その後の処置や手術などは他院へのご紹介となります。";
	display: block;
	font-size: 75%;
	color: #CC0000;
}


/* 企業健診申込みフォーム
=========================================*/

table.company-form {
	width: 100% !important;
}

.company-form th {
	width: 30%;
}

table.defTbl tr td, 
table.defTbl tr th {
	padding-top: 13px !important;
	padding-bottom: 5px !important;
	vertical-align: top;
}

table.defTbl {
}

.company-form td span.btn-zip {
	display: inline-block;
    background: #85a2e6;
}

.company-form td a span.btn-zip {
	display: inline-block;
	color: #fff;
    background: #85a2e6;
    text-align: center;
    padding: 7px 1em 6px;
    line-height: 1.5;
	width: auto;
	margin-left: 0.5em;
}

.company-form td a:hover span.btn-zip {
    background: #3476d8;
}

.sub #right-contents .bottom-wrap {
    margin: 20px auto;
    padding: 15px 7% 20px;
	text-align: left;
}

.sub #right-contents .bottom-wrap h6 {
	color: #666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

.company-form select.check-date {
	display: inline-block;
}

/* 一般健診申込みフォーム
=========================================*/

textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder {
    color: #bbb;
	font-size: 14px;
}


.errs {
	color:#C00;
}


#option_link li {
	background-color:#F8FAFE;
	margin-bottom: 10px;
	background-image:url(../img/care/checkup/index/btn_ico.gif);
	background-repeat:no-repeat;
	background-position: 96% center;
}
#option_link li a {
	border-bottom:1px solid #85A2E6;
	border-right:1px solid #85A2E6;
	padding: 30px 0 30px 100px;
	color: #4470D8;
	font-weight: bold;
	display: block;
	font-size: 22px;
	background-repeat:no-repeat;
	background-position: 2% center;
}
#option_link li a:hover {
	opacity:0.7;
}