/* casanovaEdit
----------------------------------------------- */
.check {
  font-size: 12px;
  color: #f00;  
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#svrBtn {
	color: #fff;
	text-align: center;
}

#svrBtn .button {
	display: inline-block;
	width: 200px;
	height: 40px;
	color: inherit;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	overflow: hidden;
}
#svrBtn .button::before,
#svrBtn .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#svrBtn .button,
#svrBtn .button::before,
#svrBtn .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#svrBtn .button {
	position: relative;
	background: #C84343;
	border-radius: 4px;
	color: inherit;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #8C0E2B;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#svrBtn .button:hover {
	background-color: #CB6B6B;
	box-shadow: 0 3px 0  #8C0E2B;
}
#svrBtn .button:active {
	top: 3px;
	box-shadow: none;
}

/* ----- service ----- */
.serviceIndexTitle {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.svrOtherWrap {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 1.5em;
	margin-bottom: 20px;
	text-align: left;
}

/* ----- aboutus ----- */
/*--- staff --- */

.staff {
	margin-bottom: 10px;
}

.staff img {
	float: left;
	width: 23%;
}

.staffDetail {
	float: left;
	margin-left: 30px;
	width: 72%;
}

.staffDetail span {
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
		.staff {
			clear: both;
		}

		.staffImg {
			width: 100%;
			text-align: center;
		}

		.staff img {
			float: none;
			width: 50%;
		}

		.staffDetail {
			float: none;
			width: 100%;
			margin: 25px 0 0 0;
		}
}

/*--- company --- */

section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
section table textarea  { width: 90%;}

.tLayout01 td input[type="checkbox"] {
	margin-right: 10px;
}

.tLayout01 td label {
	display: list-item;
	list-style: none;
}

/*----------------------------------------------------
tableLayout
----------------------------------------------------*/
.aboutTable th  { width: 30%; text-align: left; }


@media only screen and (max-width:480px) {
    .aboutTable {
      /*margin: 0 -10px;*/
    }
    .aboutTable th,
    .aboutTable td {
      width: 100%;
      display: block;
      border-top: none;
      background: #fff;
    }
    .aboutTable th {
      background: #f4f4f4;
    }

    .aboutTable tr:first-child th {
      border-top: 1px solid #ddd;
    }
}
