@charset "utf-8";
/* CSS Document */

.p-0 {
	margin-bottom: 50px;
}
.p-60 {
	padding: 20px;
}

/*--------------------------------------------表單--------------------------------------------*/

.form_div {
	font-family: "微軟正黑體";
	font-size: 13px;
}
.can_f_box {
	margin-top: 30px;
	padding-top: 10px;
	border-top: thin dashed #999999;
}
.form_div strong, .can_f_box strong {
	padding: 0 5px 0 0;
	color: #D3060F;
	font-weight: bold;
	text-decoration: none;
}
.can_form {
	margin: 20px 0;
}
.sexybox {
	margin: 35px 0;
}
.sexybox label {
	width: auto;
}
.can_form p a {
	color: #0E71A5;
}
.can_form p a:hover {
	color: #000000;
}

form {
	width: 100%;
	text-align: left;
}
label {
	width: 100%;
	transition: all 500ms ease;
}
label:hover {
	color: #0E71A5;
}
input[type="text"], input[type="date"], input[type="time"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
	width: calc(100% - 20px);
	margin: 10px 0;
	padding: 10px;
	color: #0E71A5;
	border: thin solid #0E71A5;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.50);
	outline: none;
	transition: all 500ms ease;
}
.ttp input[type="text"] {
	width: 50px;
	margin: 0 5px;
}
select {
	width: calc(100%/2 - 10px);
	margin: 10px 0;
	padding: 10px;
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="date"]:hover, input[type="date"]:focus,
input[type="time"]:hover, input[type="time"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="tel"]:hover, input[type="tel"]:focus,
select:hover,
textarea:hover {
	-webkit-box-shadow: inset 1px 1px 3px 0px #CCCCCC;
	box-shadow: inset 1px 1px 3px 0px #CCCCCC;
}
.form_div input[type="button"], input[type="submit"], input[type="reset"], .cart_btn a {
	margin: 0 10px 30px 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	border-radius: 10px;
	background-color: #0E71A5;
	outline: none;
	transition: all 500ms ease;
}
.form_div input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .cart_btn a:hover {
	background-color: #000000;
}
input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
	zoom: 120%;
}