/* ///////////// header /////////////*/
header{
  position: relative!important;
}
/* /////// titleares 各キャプションタイトル欄 ///////*/
.titlearea{
  width: 100%;
  border-bottom: solid 2px #0066CC;
}
.titlename{
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  color: #333300;
	text-align: left;
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.subtitle{
  font-family: 'Open+Sans', sans-serif;
  font-size: 1rem;
  color: #333300;
  display: inline-block;
}
.content-item {
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.content-item p{
  color: #AAAAAA;
  line-height: 2.1;
}
.content-item:hover {
	background: #0066FF;
  border: 2px solid #0066FF;
  border-radius: 10px;
}
.content-item p:hover {
	color: #FFFFFF;
}
/* ////// event clinic イベントクリニックページ //////*/
#event a{
	color: #3333FF;
}
#event a:hover{
	background-color: #FFE4C4;
	border-bottom: #3333FF;
}
#event a:visited{
	color: #0066FF;
}
#clinic a{
	color: #3333FF;
}
#clinic a:hover{
	background-color: #FFE4C4;
	border-bottom: #3333FF;
}
#clinic a:visited{
	color: #0066FF;
}
#preface{
	width: 85%;
	margin: 0 auto;
	border: 1px solid #999999;
}
h3.covid-19{
	font-size: 1.2rem!important;
	background-color: #FF0000;
	color: #FFFFFF;
	line-height: 1.8;
}
.greeting{
	font-size: 1.2rem;
	line-height: 1.8;
}
h3.title{
	font-size: 1.8rem;
	color: #000080;
	line-height: 1.4;
}
table{
	width: 100%;
	text-align: center;
}
table,tr,th,td{
	padding: 5px;
}
table th{
	background-color: #FFCC66;
	border: 1px solid #FFFFFF;
}
table td{
	border-bottom: 1px dotted #999999;
}
td.perfomer,img{
	width: 100%;
	height: auto;
}
.perfomer{
	width: 10%;
}
.date{
	width: 10%;
}
.shop{
	width: 20%;
}
.reserb{
	width: 20%;
}
.contact{
	font-size: 1.2rem;
}
.noplan{
	font-size: 1.6rem;
}

td.performer+td > p {margin-bottom: 0;} /*日付下の不要なマージン削除*/

@media only screen and (max-width:768px){
#preface{
  width: 96%;
  margin: 0 auto;
}
.tablet{
	display: none;
}
}
@media only screen and (max-width:544px){
h3.title{
	border-left: 30px double #000080;
	border-right: 30px double #000080;
}
table td{
	font-size: 1.2rem;
}
th,td{
	display: block;
	width: 100%!important;
}
tr{
	display: block;
	margin-bottom: 15px!important;
}
.noplan{
	font-size: 1.4rem;
}
.sm{
	display: none;
}
}
/*
.btn {
  font-size: 0.8rem!important;
a.btn{
  display: block;
  margin: 0 auto;
}
}*/
