@charset "euc-jp";
body {
	-webkit-text-size-adjust: 100%;
	background-color:#FFF;
	color: #262626;
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
	margin: 4px;
	line-height:140%;
	font-size: 90%;
}

/*フォント指定がないと、iPadで記号が異常に小さくなる*/
td,th,tr,table {
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}

a, #linkReturn a, #linkWaitReturn a, .retLink{
	display: block;
	font-size: 100%;
	font-weight: bold;
	background-color: #6FAB4B;
	border: 1px solid #6FAB4B;
	color:#FFFFFF;
	
	padding: 16px;
	margin: 5px;
	max-width: 300px;
	min-width: 90px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	
	position: relative;
	margin: 0 auto;
}

a:hover {
	opacity: 0.5;
}

a[href="index.cgi?RR=1"] {
	background-color: transparent;
	border: none;
	color: blue;
}
.white-button a, #linkReturn a, #linkWaitReturn a, .retLink{
	background-color: #fff;
	color: #007C36;
	border: 1px solid #007C36;
	margin-bottom: 2em;
}

#linkReturn a, #linkWaitReturn a, .retLink{
	margin-bottom: 0;
}

.htmlall{
	width:100%;
	text-align:center;
	margin: 0 auto;
}

hr{
	display: none;
}
/*ヘッダ*/
.htmlheader{
	position: relative;
	max-width: 500px;
	min-width: 260px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	margin: 0 auto;
	background-image: url("../common/img/green-dots.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain; 
}

/*途中で線の色変えをするのに使用
.htmlheader::before{
	border-bottom: solid 3px #8EC718;
	width: 30%;
	position: absolute;z-index: 1;bottom: 0;left: 0;
	content: "";
}
.htmlheader::after{
	border-bottom: solid 3px #008C00;
	width: 100%;
	position: absolute;bottom: 0;left: 0;
	content: "";
}
*/
.bicolor-border{
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1px;
}
.green-border, .blue-border{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 10px 0;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.green-border{
	background-image: url('../common/img/green-dots.png');
}
.blue-border{
	background-image: url('../common/img/blue-dots.png');
}
/*選択枠*/
.htmlmain{
	max-width: 500px;
	min-width: 260px;
	text-align: left;
	margin: 10px auto;
	padding: 1em;

	border: 1px solid #A1D248;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*フッタ(病院名表示部分)*/
.htmlfooter{
	width:100%;
	padding: 10px 0px 10px 0px;
	font-size:small;
	text-align:center;
	margin: 0 auto;
}

/*テーブル*/
.table{
	border-collapse:collapse;
	border:10px;
}

/*ヘッダ・病院名*/
.headerAhName{
	font-size: 150%;
	padding-bottom:10px;
	
/*
	トップバナー表示用
*/
	display:none;

}

/*ヘッダ・タイトル*/
.headerTitle{
	font-size: 150%;
	padding-top:75px;
	padding-bottom:10px;
	background-size:80%;
	background-repeat: no-repeat;
	background-position: center top;
}

/*ページタイトル*/
.pageTitle{
	font-weight:bold;
}

/*コンテンツ枠*/
.content{
	max-width: 500px;
	min-width: 260px;
	margin: 0 auto;
	text-align:center;
	padding-top:10px;
}

input{
	vertical-align:top;
}

/*送信ボタン(submit)*/
input[type="submit"]{
	font-size: 130%;
	font-weight: bold;
	background-color: #6FAB4B;
	border: 1px solid #6FAB4B;
	color:#FFFFFF;
	padding: 9px 16px;
	border-radius: 5px;
	transition: 0.3s linear;
	position: relative;
	margin-top: 2rem;
	width: 100%;
	max-width: 332px;
}

input[type="submit"]:hover{
	opacity: 0.5;
	transition: 1.0s ;
}

input[type="submit"]:disabled{
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #fff;
}
/*矢印*/
input[type="submit"]::after, input[type="submit"] a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;width: 8px;
	height: 8px;
	border-top: 3px solid #6FAB4B;
	border-right: 3px solid #6FAB4B;
	transform: rotate(45deg);
}	
input[type="submit"]:disabled:hover::after {
	border-top: 3px solid #6FAB4B;
	border-right: 3px solid #6FAB4B;
}


/*入力枠(通常)*/
input[type="text"]
{
	font-size: 130%;
}

/*入力枠(TEL)*/
input[type="tel"]
{
	font-size: 130%;
}

/*入力枠(パスワード)*/
input[type="password"]
{
	font-size: 130%;
}

/*入力枠(メール)*/
input[type="email"]
{
	font-size: 130%;
}


.submitDiv
{
	text-align:center;
	margin:0;
	padding:0;
}

/* 各メッセージ枠 */
.message
{
	text-align:left;
	padding-top:10px;
}

label
{
	display:inline-block;
	font-weight: bold;
	padding: 3px 12px 3px 12px;
	margin:5px;
}

/*現在日時*/
.nowTime
{
	font-weight:bold;
}

/*受付詳細タイトル名*/
.acceptKomokuTitle {
	color: black;
	margin: 12px;
	font-weight: bold;
}
/*受付内容値*/
.acceptKomokuValue {
	color: black;
	display: inline-flex;
}

.login_yes{
	display: block;
	font-size: 100%;
	font-weight: bold;
	background-color: #007C36;
	color: #fff;	
	max-width: 300px;
	min-width: 90px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	margin: 5px auto;
}

.selecter{
	display: none;
}

.uketsukeSyosai{
	box-sizing: border-box;
	width:320px;
	padding: 1em;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	margin: 0 auto;
}

.boxmi22 {
  margin: 3em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 12px 8px 22px 8px;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #6A3300;
}
.boxmi22-title {
  background: #fff6e6;
  position: relative;
  padding: 5px 4px 2px 4px;
  color: #6A3300;
  font-size: 1.2em;
  text-align: center;
  margin: -16px -8px 16px -8px;
}
.boxmi22-title:before {
	position: absolute;
	content: "";
	top: 25px;
	width: 10%;
	height: 35px;
	opacity: 0.7;
	margin: -45px auto 10px -22px;
	background-color: #ff99ac; /* 背景色 */
	background-image: radial-gradient(#fff 24%, transparent 0), radial-gradient(#fff 24%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	transform: rotate(3deg);
	transform: rotate(1deg);
	left: 10px;
	right: 10px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.boxmi22-title::after {
	position: absolute;
	content: "";
	top: 25px;
	width: 11%;
	height: 35px;
	opacity: 0.7;
	margin: -45px -22px 10px auto;
	background-color: #ff99ac; /* 背景色 */
	background-image: radial-gradient(#fff 24%, transparent 0), radial-gradient(#fff 24%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	transform: rotate(3deg);
	left: 10px;
	right: 10px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.boxmi22 p {
	margin: 0;
	padding: 0;
}

.green-box{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.green-box-top, .blue-box-top{
	height: 30px; 
	background-image: url('../common/img/green-box-top.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
 .blue-box-top{
 	background-image: url('../common/img/blue-box-top.png');
 }

.green-box-middle, .blue-box-middle  {
	background-image: url('../common/img/green-box-middle.png');
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 20px;
}
.blue-box-middle  {
	background-image: url('../common/img/blue-box-middle.png');
}
.green-box-bottom, .blue-box-bottom{
	background-image: url('../common/img/green-box-bottom.png'); 
	margin-bottom: 1rem;
}
 .blue-box-bottom{
 	background-image: url('../common/img/blue-box-bottom.png'); 
 }

.beige-box{
	background-image: url('../common/img/beige-box.png'); 
	background-size: 100% 100%;
	font-weight: bold;
}
.red{
	color: #EE0000;
	font-weight: bold;
}

.green{
	color: #31691D;
}

.brown{
	color: #692A0B;
	font-weight: bold;
}

.light-brown{
	color: #843C0C;
	font-weight: bold;
}

.blue{
	color: #0070C0;
}

table , td, th {
	border: 2px solid #82644B;
	border-collapse: collapse;
	font-weight: bolder;
	text-align: center;
}
td, th {
	padding: 0.5em;
}
th {
	background: #f0e6cc;
}

.table-green-back{
	background-color: #C9E48C;
	padding: 0.2rem;
}
.table-blue-back{
	background-color: #A5E1F9;
	padding: 0.2rem;
}

.top-table{
	color:  #82644B;
	font-size: 110%;
}
.top-td{
	padding: 0.2rem;
}

.top-title {
	font-weight: bold; 
	font-size: 1.4em;
}

.top-title2{
	font-weight: bold; 
	font-size: 1.05rem;
}

.btn-green{
	border: 4px solid #6FAB50;
	color: #6FAB50;
	background-color: white;
	border-radius: 10px;
}

.btn-green2{
	border: 4px solid #6FAB50;
	color: #fff;
	background-color: #6FAB50;
	border-radius: 10px;
}

.close-msg{
	background-color: #FFFF8B;
	border-radius: 10px;
	text-align: center;
	padding: 1rem;
}

.memo-box{
	max-width: 500px;
	min-width: 260px;
	padding: 10px 5px 10px 5px;
	text-align:left; margin: 0 auto;
	background-color: #FFFCE2;
	border-left: 4px solid #8EC718;
	margin: 1em auto;
}

.mail-msg{
	background-color: #fff;
	border: 5px solid #94C325;
	padding: 1em 1.5em;
	border-radius: 4px;
	color: #333; 
	font-size: 14px;
	line-height: 1.6;
	width: fit-content;
	max-width: 100%;
	margin: 1em auto;
	box-shadow: 0 0 0 6px #F3FFE3;
	box-sizing: border-box;
	text-align: center;
}
