/* 
 * ------- additional css elements  ---------------------
 */


/*----------------------------
free area
-----------------------------*/

.free-area {
	width:100%;
	border-top:1px solid #d7d7d7;
	padding: 50px 0;
	/* [disabled]background-image:url(../img/top/bg_freearea.png);
*/
	/* [disabled]background-position: 2% bottom;
*/
	/* [disabled]background-repeat: no-repeat;
*/
}
.free-area .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.free-area .inner h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	width: 100%;
	background-color: #333;
	background-image: url(../img/top/bg_patten1.png);
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 1;
}
.free-area h3 {
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
}
/*----------------------------
table
-----------------------------*/




table.table-weekcalender th {
	text-align:center;
	background-color: rgba(160, 160, 160, 0.5);
}
table.table-weekcalender td {
	background-color: rgba(255, 255, 255, 0.8);
	text-align:center;
}
table.table-weekcalender td:first-child {
	text-align: center;
}
table.table-weekcalender {
	margin-bottom: 10px;
}
 @media only screen and (max-width: 768px) {
table.table-weekcalender {
	display: block;
	border-top:none;
	width:100%;
}
table.table-weekcalender thead {
	display: block;
	float: left;
	border-bottom: 1px #ddd solid;
	width: 0%;
	box-sizing: border-box;
}
table.table-weekcalender tbody {
	display: block;
	width: 100%;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	border-bottom: 1px #ddd solid;
}
table.table-weekcalender th {
	display: block;
	width:auto;
	border-top: 1px #ddd solid;
	border-bottom:none;
	border-right:1px #ddd solid;
	width:100%;
	padding: 8px 15px;
	box-sizing: border-box;
}
table.table-weekcalender tbody tr {
	display: inline-block;
	vertical-align: top;
	margin: 0 0;
	width: 100%;
}
table.table-weekcalender td {
	display: block;
	border-bottom:none;
	text-align:center;
	border-left:none;
	padding: 8px 0;
	background: none;
	text-indent: 20px;
}
}
.h200 {
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.content ul.circle2 li {
	box-sizing:border-box;
	float:left;
	padding:0 0 0.5em 1.2em;
	margin:0 1.5% 0.7em 1.5%;
	list-style-position: inside;
	list-style-type: disc;
	border-bottom:1px dashed #CCC;
	width : 30.3333%;
	text-indent: -1.2em;	
}
@media only screen and (max-width: 768px) {
.content ul.circle2 li {
	float:left;
	margin:0 1% 0.7em 1%;
	width : 48%;
	text-indent: -1.2em;	
}
}
@media only screen and (max-width: 480px) {
.content ul.circle2 li {
	float:left;
	margin:0 0 0.7em 0;
	width : 100%;
}
}

.button {
  display: inline-block;
  width: 320px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #52A565;
    color: #52A565!important;
    line-height: 50px;
    overflow: hidden;
}
.button:hover {
  color: #fff!important;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #52A565;
}