html {
  background-color: #ecf2fb;
}

.panel {
  display: none;   /*全てホームページビルダーで編集するにはここを非表示*/
  position: relative; /* fixed absolute static*/
}


/*  これを消すと何も表示されない */
.active {
  display: block;
}


/*  表の上のお知らせ */
.content {
  /*width:476px;*/
  margin-top: 50px !important;
  background-color: #fff;
  text-align: left !important;
  font-size: 70% !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;

  padding: 10px;
  box-shadow:0px 2px 5px rgba(0,0,0,0.8);margin-bottom:1em;  /*  ボックスシャドウ */
} 
.content p:last-child {
	margin-bottom: 0px;
}
