@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_form table {
	width:100%;
	border:0;
	border-collapse:collapse;	
}
.canvas_form table td {
	/*border:1px solid #D9D9D9;*/
	height:42px;
	font-size:14px;
}
.canvas_form table td.head, 
.canvas_form table td.foot {
	/*background:#F3F3F3;*/
	font-size:16px;
	line-height:34px;
	text-align:center;
	letter-spacing:2px;
}
.canvas_form table td hr {
	color:#CCC;
}
.canvas_form table td.column {
	width:100px;
	text-align:right;
	vertical-align:top;
	padding:5px;
	color:#666;
}
.canvas_form table .remark {
	color:#090;
}
.canvas_form table .note {
	color:#F00;
	font-size:14px;
	text-align:left;
	margin:0 0 0 120px;
}

input[type="text"], input[type="password"] {
	width: 40%;
}

 #submit_btn{
	width: 37%;
	margin: 30px 0;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {




/*iPhone*/
@media screen and (max-width: 767px) {

	 #submit_btn{
		width: auto;
		margin: 30px 0;
	}
	input[type="text"], input[type="password"] {
	width: 80%;
}

}