.ippanshinryou {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #FF9933;
	text-decoration: none;
}

.nyuji {
	background-color: #FFCA95;
}

.yobou {
	background-color: #FFFF88;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

.kyuushin {
	background-color: #FFB5DA;
}

th {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.honbun {
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #443A0B;
	text-decoration: none;
}

.text14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
}

.photomidashi {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.profmidashi {
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

.bg-top {
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	background-color: #F5FBF9;
	margin: 0;
	padding: 0;
}

.midashi {
	font-size: 20px;
	line-height: 30px;
	color: #009966;
	font-weight: bold;
}

.midashi2 {

	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ippanshinryousankaku {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}

.hijyoukin {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #3399CC;
	text-decoration: none;
}

.allwrgy {

	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #EF3F78;
	text-decoration: none;
	font-weight: bold;
}





table{
     border-collapse:collapse;}

.f_box{/*border:solid 1px aqua;*/
     width:760px;
     margin:auto;
     background-color:#ffffff;}

.time_table{
     border:solid 1px orange;}

.time_table th,
.time_table td{
     border:solid 1px orange;}


iframe{
  width:100%;
  height:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */}

.scroll{
  width:310px;
  height:160px;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;}
  
  /* 診療の予約をするボタン */
  a.yk-btn1 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	/*margin: auto;*/
	margin: 10px 0;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.yk-btn1::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.yk-btn1:hover {
	background: #44c6f2;
	color: #fff;
}

  /* 診療の予約をするボタン */
  a.yk-btn2 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	/*margin: auto;*/
	margin: 10px 0;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.yk-btn2::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.yk-btn2:hover {
	background: #44c6f2;
	color: #fff;
}


/* 施設基準 */
  /* 診療の予約をするボタン */
  a.shisetsu-kijun-btn1 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	/*margin: auto;*/
	margin: 10px 0;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #FF6666;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.shisetsu-kijun-btn1::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.shisetsu-kijun-btn1:hover {
	background: #FF9999;
	color: #fff;
}

