@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #666;
	background: #fafad2;

/*background: radial-gradient(circle 500px at 30% 50px,#b0eceb,#cab8d9);*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*文字装飾（全般）
---------------------------------------------------------------------------*/
/**/
.chui {
	color: #a52a2a;
	font-weight: bold;
}

.subb {
	font-weight: bold;
}

.subb2 {
	font-size: 110%;
	font-weight: bold;
}

.bbb {
	color: #dc143c;
	font-weight: bold;
	font-size: 120%;
}

.marky {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.markr {
background: linear-gradient(transparent 60%, #ffcccc 60%);
}

.markb {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.markg {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.markp {
background: linear-gradient(transparent 40%, #c96ce0 80%);
}

.marknone {
background: linear-gradient(transparent 60%, #fceaff 60%);
}



.marky2 {
background-color: #ffff00;
}

.markr2 {
background-color: #f6c;
}

.markb2 {
background: linear-gradient(transparent 0%, #66ccff 90%);
}

.markg2 {
background: linear-gradient(transparent 0%, #66FFCC 90%);
}

.markp2 {
background: linear-gradient(transparent 0%, #c96ce0 90%);
}


.markgray {
background-color: #c0c0c0;
}

.markpink {
background-color: #ff69b4;
}

.markgreen {
background-color: #228b22;
}



.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*リンク（全般）
---------------------------------------------------------------------------*/
a {
	color: #ff6347;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 970px;
	margin: 10px auto 0px auto;
	background: #FFF;
	border-radius: 10px;
	padding: 5px 10px 0px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/*h1*/
h1 {
	position: relative;
	left: 20px;
	top: 0px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: normal;
	color: gray;
}


/*ヘッダー
---------------------------------------------------------------------------*/
header {
	height: 100px;
	width: 100%;
	position: relative;
	background: #9370db;
	border-bottom:10px solid #ffffff;

	background: -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));
	background: -webkit-linear-gradient(#bdafdb, #9370db);
	background: linear-gradient(#bdafdb, #9370db);

}

/*ロゴ画像*/
header #logo {
	position: absolute;
	left: 23px;
	top: 8px;
}
/*電話番号*/
header address {
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-shadow: #77478A 1px 1px;
font-style:normal;
}

header address .tel {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	display: block;
}



/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	border-bottom:5px solid #ffffff;
	border-radius: 8px 8px 0px 0px;
	background: #9370db;
	background: -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));
	background: -webkit-linear-gradient(#bdafdb, #9370db);
	background: linear-gradient(#bdafdb, #9370db);
	padding-left: 26px;

	overflow: hidden;
}
/*メニュー１個*/
nav#menubar ul li {
	float: left;
	width: 152px;
	border-right: 1px solid #ffffff;
}
nav#menubar ul li a {
	height: 32px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: 1px solid #ffffff;;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	background: #DFBFFF;
}
/*英語表記の設定*/
nav#menubar ul li a span {
	font-size: 8px;
	display: block;
	opacity: 0.5;
	letter-spacing: 0.4em;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 26px;
	margin: 0px auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	background: #9370db;

	background: url(../img/bg1.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));

	background: url(../img/bg1.png) no-repeat center center, -webkit-linear-gradient(#bdafdb, #9370db);

	background: url(../img/bg1.png) no-repeat center center, linear-gradient(#bdafdb, #9370db);


	-webkit-box-shadow: 1px 2px 5px #CCC;
	box-shadow: 1px 2px 5px #CCC;

	font-size: 100%;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 5px solid #CBAFD6;
}
/*main_h3*/
#main h3 {
	clear: both;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background: -webkit-linear-gradient(#FFF, #e8e8e8);
	background: linear-gradient(#FFF, #e8e8e8);
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;
	box-shadow: 1px 2px 5px #e2e2e2;
	font-size: 100%;
	padding: 4px 15px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;
}

/*mainコンテンツの小見出しh4*/
#main h4{
	border-bottom: 2px solid #da70d6;
	padding-left:15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/*mainコンテンツの小見出しh5*/
#main h5{
	border-top: 2px solid #da70d6;
	border-bottom: 2px solid #da70d6;
	padding-left:15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#mainw {
	margin: 0px auto;
	width: 860px;
	padding-bottom: 30px;
}

#mainw h2 {
	clear: both;
	background: #9370db;
	background: url(../img/bg1.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));
	background: url(../img/bg1.png) no-repeat center center, -webkit-linear-gradient(#bdafdb, #9370db);
	background: url(../img/bg1.png) no-repeat center center, linear-gradient(#bdafdb, #9370db);
	-webkit-box-shadow: 1px 2px 5px #CCC;
	box-shadow: 1px 2px 5px #CCC;
	font-size: 100%;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 5px solid #CBAFD6;
}


/*course.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	margin-bottom: 15px;
	border-radius: 10px;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
	background: -webkit-linear-gradient(#FFF, #e5e5e5);
	background: linear-gradient(#FFF, #e5e5e5);
	position: relative;
	overflow: hidden;
	color: #333;
	border: 1px solid #CCC;
}
#main section.list a {
	padding: 20px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#main section.list a:hover {
	background: #FFF;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;
	background: #FFF;
	padding: 5px;
	width: 30%;
	height: auto;
	border: 1px solid #ccc;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #77c8c7;
	margin-left: 34%;
	border-bottom: 1px solid #77c8c7;
	margin-bottom: 0.5em;
}

/*「mark1(キャンペーン中)」マーク
---------------------------------------------------------------------------*/
.mark1 {
	font-size: 10px;
	color: #FFF;
	background: #fa5d95;
	text-align: center;
	display: block;
	width: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-20deg) translate(60px,10px);
}

/*更新日
---------------------------------------------------------------------------*/
#supdate {
	float: left;
	width: 220px;
	text-align:center;
	padding-bottom: 10px;
	color: #9370db;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#subm {
	float: left;
	width: 220px;
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#subm h2 {
	font-size: 100%;
	padding: 15px 10px;
	background: #eee;
	border-bottom: 1px solid #d2d2d2;
	border-top: 2px solid #dc6b9a;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#subm ul.submenu {
	margin-bottom: 20px;
}
/*メニュー１個ごとの設定*/
#subm ul.submenu li a {
	border-bottom: 1px solid #d2d2d2;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	background: #FFF;
	color: #666;
}
/*マウスオン時の設定*/
#subm ul.submenu li a:hover {
	background: #fff5ee;
}
#subm ul li.current a {
	background: #fff5ee;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 220px;
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 15px 10px;
	background: #eee;
	border-bottom: 1px solid #d2d2d2;
	border-top: 2px solid #F2ABBD;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #d2d2d2
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	background: #FFF;
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background: #f8b4ca;
	color: #fff;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #FFF;

/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);
	background-image: linear-gradient(#FFF, #eaeaea);
	-webkit-box-shadow: 0px 0px 1px #FFF inset;
	box-shadow: 0px 0px 0px 1px #FFF inset;
*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 970px;
	margin: 10px auto 0px auto;
	padding: 15px 30px;
	color: #a0a0a0;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #a0a0a0;
}
footer a:hover {
	color: #c0c0c0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;
	height:autopx;
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	text-align: center;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #e2e2e3;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	font-size:110%;
	font-weight:bold;

}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #696969;
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	text-align: center;
	padding: 5px;

}
/*テーブル内の左側*/
.ta2 th{
	padding: 2px;
	text-align: center;
	background-color: #b0c4de;
}

.ta2 tr{
	background-color: #ffffff;
}

.ta2 a {
	color: #ff6347;
 display: block;
	text-decoration: underline;
}
.ta2 a:hover {
	color: #ff6347;
	text-decoration: underline;
}

.dayoff{
  background-color: #ccc!important;
}

.today{
  background-color: #ffc994!important;
}

.ta2 thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}


.ta2midashi {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #85acde;
  padding:0px;
}

.ta2midashi:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  padding: 0 1em;
  content: '診察・胃カメラ・大腸カメラ';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0075a9;
}


.ta2midashi2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #85acde;
  padding:0px;
}

.ta2midashi2:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  padding: 0 1em;
  content: '診察';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0075a9;
}


/*テーブル２
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
	font-size:110%;
	font-weight:bold;

}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #696969;
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	text-align: center;
	padding: 5px;

}
/*テーブル内の左側*/
.ta3 th{
	padding: 2px;
	text-align: center;
	background-color: #b0c4de;
}

.ta3 tr{
	background-color: #ffffff;
}

.ta3 a {
	color: #ff6347;
 display: block;
	text-decoration: underline;
}
.ta3 a:hover {
	color: #ff6347;
	text-decoration: underline;
}


/*テーブル4
---------------------------------------------------------------------------*/
.ta4 {
	width: 100%;
	font-size:110%;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #696969;
	line-height: 2;
}
/*テーブル内の右側*/
.ta4 td{
	text-align: left;
	padding: 10px;

}
/*テーブル内の左側*/
.ta4 th{
	padding: 2px;
	text-align: center;
	background-color: #dcccff;
	font-weight:bold;
}

.ta4 tr{
	background-color: #ffffff;
}

.ta4 a {
	color: #ff6347;
 display: block;
	text-decoration: underline;
}
.ta4 a:hover {
	color: #ff6347;
	text-decoration: underline;
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;

	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
	background-image: linear-gradient(#FFF, #e5e5e5);

	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
	background-image: linear-gradient(#e5e5e5, #FFF);
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background: #999;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin-top: -30px;
	border-radius: 6px 6px 0 0;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #cf6c87;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
#menubar_hdr {
	display: none;
}



/*ここからタブレット用（581px～800px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:581px) and (max-width:800px){

/*h1タグの設定
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
	background: #FFF url(../img/container_bg.jpg) no-repeat right top / 40%;
	padding: 10px 10px 0px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 5px;
	top: 20px;
}
header #logo img {
	width: 80%;
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 15px;
	right: 10px;
	letter-spacing: normal;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	padding-left: 0;
	background: none;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 50%;

	background: url(../img/bg1.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));
	background: url(../img/bg1.png) no-repeat center center, -webkit-linear-gradient(#bdafdb, #9370db);
	background: url(../img/bg1.png) no-repeat center center, linear-gradient(#bdafdb, #9370db);

	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #fffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li:nth-child(odd) {
	border-left: 1px solid #ffffff;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 2%;
	padding-top: 0px;
}

#subm,#sub,#main,#mainw {
	width: 100%;
}

   .ta4 th, .ta4 td {
    display: block;
    width: 100%;
    border: none;
  }
  .ta4 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メインメニュー（MENU）設定*/
#menubar2 {
	left: 2%;
	width: 96%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 10;
}

/*更新日
---------------------------------------------------------------------------*/
#supdate {
	float: left;
	width: 100%;
	text-align:right;
	padding-bottom: 10px;
	color: #9370db;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
}


/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（580px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 580px){

/*h1
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
	background: #FFF url(../img/container_bg.jpg) no-repeat right top / 40%;
	padding: 10px 10px 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 2%;
	padding-top: 0px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: auto;
	position: static;
	text-align: center;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding-top: 10px;
}
header #logo img {
	width: 95%;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	padding-bottom: 10px;
}

header address .tel {
	color: #FFF;
font-size:140%;
	font-weight: bold;
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	padding-left: 0;
	background: none;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 50%;

	background: url(../img/bg1.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#bdafdb), to(#9370db));
	background: url(../img/bg1.png) no-repeat center center, -webkit-linear-gradient(#bdafdb, #9370db);
	background: url(../img/bg1.png) no-repeat center center, linear-gradient(#bdafdb, #9370db);

	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li a {
	letter-spacing: normal;
}
nav#menubar ul li:nth-child(odd) {
	border-left: 1px solid #ffffff;
}

#contents {
	width: auto;
	margin: 2%;
}

#subm,#sub,#main,#mainw {
	width: 100%;
}


/*更新日
---------------------------------------------------------------------------*/
#supdate {
	float: left;
	width: 100%;
	text-align:center;
	padding-bottom: 5px;
	color: #9370db;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;
}

/*course.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------
section#new h2.open {
	background: url(../img/bg1.png) no-repeat center center, url(../img/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#77c8c7), to(#42a4a3));

	background: url(../img/bg1.png) no-repeat center center, url(../img/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#77c8c7, #42a4a3);

	background: url(../img/bg1.png) no-repeat center center, url(../img/btn_minus.png) no-repeat right center, linear-gradient(#77c8c7, #42a4a3);
}

section#new h2.close {
	background: url(../img/bg1.png) no-repeat center center, url(../img/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#77c8c7), to(#42a4a3));

	background: url(../img/bg1.png) no-repeat center center, url(../img/bg2.png) no-repeat right center, url(../img/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#77c8c7, #42a4a3);

	background: url(../img/bg1.png) no-repeat center center, url(../img/bg2.png) no-repeat right center, url(../img/btn_plus.png) no-repeat right center, linear-gradient(#77c8c7, #42a4a3);
}
*/

/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}


.ta2 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.ta2 thead th {
  position: -webkit-sticky;
  position: sticky;
position: fixed;
  top: 0;
  z-index: 1;
}

.ta2midashi:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  padding: 0 1em;
  content: '診察・胃カメラ・大腸カメラ';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0075a9;
}

   .ta4 th, .ta4 td {
    display: block;
    width: 99%;
    border: none;
  }
  .ta4 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }


/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メインメニュー（MENU）設定*/
#sub #menubar2 {
	position: absolute;
	left: 5%;
	top: 450px;
	width: 90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 10;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
}



/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 10px;
	right: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

}


.btn--telm,
a.btn--telm {
  color: #fff;
  background: #ba55d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#dda0dd), to(#ba55d3));
  background: -webkit-linear-gradient(top, #dda0dd 0%, #ba55d3 100%);
  background: linear-gradient(to bottom, #dda0dd 0%, #ba55d3 100%);

display: block;
width:98%;
padding: 0.5em;
border-radius: 0.5em;
font-size:20px;
font-weight:bold;
text-decoration: none;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

}
.btn--telm:hover,
a.btn--telm:hover {
  color: #fff;
  background: #ba55d3;
}


.btn--telmm,
a.btn--telmm {
  color: #fff;
  background: #ba55d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#dda0dd), to(#ba55d3));
  background: -webkit-linear-gradient(top, #dda0dd 0%, #ba55d3 100%);
  background: linear-gradient(to bottom, #dda0dd 0%, #ba55d3 100%);

display: block;
width:90%;
padding: 0.1em;
border-radius: 0.5em;
font-size:16px;
font-weight:bold;
text-decoration: none;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

}
.btn--telmm:hover,
a.btn--telmm:hover {
  color: #fff;
  background: #ba55d3;
}