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

.contents table td,
.contents table th {
	padding: 10px 5px;
}

table th {
	width: 150px;
	font-weight:bold;
}

.contents table table {
	width: 100%;
	background: none;
	margin : 0;
}

.contents table table th,
.contents table table td {
	background: none;
	border: none;
	padding: 3px;
}

table table th {
	width: 160px;
	font-size: 85%;
}


/* 必須アイコン */
th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

.require-01 {
	margin-top: 0.3em;
}

/* 入力例 */
.contents .example {
	font-size: 78%;
	color: #666;
	margin: 3px 0;
	padding: 0;
}


/* メールアドレス入力文 */
.contents .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

.contents p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(/common/img/icon_information.png) no-repeat 0 0.2em;
	margin: 5px 0;
}

.contents table table p.error {
	font-size: 91%;
}

input.error,textarea.error {
	border: 1px solid #ee9899;
}

div.input-box {
	text-align: center;
	width: 580px;
	margin-left:120px;
}

div.input-box div.box-left {
	float: left;
	width: 234px;
	margin-right: 20px;
}


/* グレーボタン */
.button-gray {
	padding: 5px 15px;
	text-align: center; 
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bbb 1px 1px 3px;
	-moz-box-shadow: #bbb 1px 1px 3px;
	box-shadow: #bbb 1px 1px 3px;
	background: #bbb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#bbb));
	background: -moz-linear-gradient(#eee, #bbb);
	background: linear-gradient(#eee, #bbb);
	-pie-background: linear-gradient(#eee, #bbb);
	cursor:pointer;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	vertical-align: middle;
	font-size: 100%;
	behavior: url(/hospital/common/css/PIE.htc);  
}
	 
.button-gray:link,
.button-gray:visited,
.button-gray:hover,
.button-gray:active,
.button-gray  {
	text-decoration: none;
	color: #333;
}

.button-gray:hover {
	border: 1px solid #aaa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e7e7e7), to(#ccc));
	background: -moz-linear-gradient(#e7e7e7, #ccc);
	background: linear-gradient(#e7e7e7, #ccc);
	-pie-background: linear-gradient(#e7e7e7, #ccc);
	behavior: url(/hospital/common/css/PIE.htc);  
}

/* 住所検索ボタン */
.button-sarch {
	padding: 3px 10px;
	text-align: center; 
	border: 1px solid #B12F37;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #bbb 1px 1px 3px;
	-moz-box-shadow: #bbb 1px 1px 3px;
	box-shadow: #bbb 1px 1px 3px;
	background: #E32736;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D51B29), to(#A2050E));
	background: -moz-linear-gradient(#D51B29, #A2050E);
	background: linear-gradient(#D51B29, #A2050E);
	-pie-background: linear-gradient(#D51B29, #A2050E);
	cursor:pointer;
	font-size: 90%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	behavior: url(/hospital/common/css/PIE.htc); 
}

.button-sarch:link,
.button-sarch:visited,
.button-sarch:hover,
.button-sarch:active,
.button-sarch {
	text-decoration: none;
	color: #fff;
}

.button-sarch:hover {
	border: 1px solid #B0050D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E52636), to(#B0050D));
	background: -moz-linear-gradient(#E52636, #B0050D);
	background: linear-gradient(#E32736, #B0050D);
	-pie-background: linear-gradient(#E52636, #B0050D);
	behavior: url(/hospital/common/css/PIE.htc);
}