@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
*{
  margin: 0;
  padding: 0;
}

.clear{
  clear: both;
}

/* 体験工房コンテンツ */
.ex_con td, th {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 5px 15px;

}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }
  
