/* ----------------------------------------------- Contact */
.toi-tab {
	width:100%;
}
.toi-tab th{
	width:23%;
	border:1px solid #888;
	text-align:left;
	padding:10px;
	background:#eeeeef;
	vertical-align:top;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
}
.toi-tab td{
	padding:10px;
	border:1px solid #888;
}
.must {
	color:#fff;
	background:#e50012;	
	font-size:10px;
	font-size:1.0rem;
	padding:2px 3px;
	margin-left:5px;
}

/* form */
.toi-tab textarea,.toi-tab input[type="text"],.toi-tab input[type="tel"] ,.toi-tab input[type="email"] {
	text-align:left;
	padding:5px;
	font-size:102%;
}

.wp29p,.wp29n {
	width:29%;	
}
.wp49p {
	width:49%;	
}
.wp59p {
	width:59%;	
}
.wp72p {
	width:72.5%;	
}
.wp98p {
	width:98%;	
}

@media screen and  (max-width:668px) {
	/* ------------------------------- form */
	.toi-tab th, .toi-tab td{
	display:block !important;	
	width:93% !important;/*93.75*/
	border:0px solid #fff !important;
	}
	.toi-tab th{
	border-bottom:1px solid #888 !important;
	}

	.wp29p,.wp72p {
	width:98% !important;	
	}
	select {
	margin-bottom:10px;	
	}	
	
}
@media screen and (max-width:480px){
	.w90p {width:300px !important; overflow: hidden;}
	input[type="image"]{
		width:300px;
	}
	.max-img img {max-width: 100%; height: auto;} 
	#stymd, #enymd {width:160px;}
}
@media screen and (max-width:321px){
	#stymd, #enymd {width:120px;}
}