<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================================================================
	Title styles
=============================================================================*/
#title-wrapper {
	background-color: #f0f1f3;
}

/*=============================================================================
	Original styles縲
=============================================================================*/
#main {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0 35px 40px;
}
	.main-txt{
		font-size: 125%;
	}

	#error{
		margin-top:20px;
		padding: 15px;
		border:1px solid #BAD6CD;
		background: #EDDFE1;
		color: #66474B;
		border-radius: 5px;		/* CSS3闕画｡� */
		-webkit-border-radius: 5px;	/* Safari,Google Chrome逕ｨ */
		-moz-border-radius: 5px;	/* Firefox逕ｨ */
	}
		#error li{
			line-height: 1.8;
		}
			#error li span{
			}

	#form{
		padding-top: 20px;
		font-size: 125%;
		line-height: 1.8;

	}
		#form li{
			border-top:1px dotted #9CB3AC;
			padding: 0 3px;
		}
			#form li dl{
				overflow: hidden;
				padding: 15px 0;
			}
				#form li dt{
					float: left;
					width: 265px;
					padding-top: 5px;
				}
				#form li dd{
					padding-left: 265px;
				}
				#form li dd input{
					width: 648px;
					height: 35px;
					border: 1px solid #BAD6CD;
					padding-right: 5px;
					padding-left: 5px;
					font-size: 15px;
					border-radius: 5px;		/* CSS3闕画｡� */
					-webkit-border-radius: 5px;	/* Safari,Google Chrome逕ｨ */
					-moz-border-radius: 5px;	/* Firefox逕ｨ */
				}
				#form li dd textarea{
					width: 648px;
					height: 260px;
					padding: 10px 5px;
					border: 1px solid #BAD6CD;
					font-size: 15px;
					border-radius: 5px;		/* CSS3闕画｡� */
					-webkit-border-radius: 5px;	/* Safari,Google Chrome逕ｨ */
					-moz-border-radius: 5px;	/* Firefox逕ｨ */
				}

		#privacy{
				border-top:1px dotted #9CB3AC;
				margin-top: 15px;
		}
			#privacy-ttl{
				margin-top: 20px;
				text-align: center;
			}
			#list-warp{
				margin-top: 15px;
				padding: 10px;
				height: 240px;
				overflow: hidden;
				background: #FFF;
				border: 1px solid #BAD6CD;
				border-radius: 5px;		/* CSS3闕画｡� */
				-webkit-border-radius: 5px;	/* Safari,Google Chrome逕ｨ */
				-moz-border-radius: 5px;	/* Firefox逕ｨ */
			}
				#privacy-list{
					padding-top: 10px;
					padding-left: 20px;
					height: 230px;
					overflow-y: scroll;
					font-size: 116%;
					line-height: 1.7;
				}
					#privacy-list dt{
						font-weight: bold;
					}
					#privacy-list dd{
						padding-top: 5px;
						padding-bottom: 25px;
						text-indent: 1em;
					}

			#input-btn{
				width: 186px;
				margin: 50px auto 0;
			}
				#confirm-btn {
					background-image: url(../images/contact/btn-confirm.png);
					background-position: left top;
					background-repeat: no-repeat;
					border: medium none;
					cursor: pointer;
					display: block;
					height: 43px;
					overflow: hidden;
					text-indent: -9999px;
					width: 186px;
				}
				#confirm-btn:hover {
					background-position: left -43px;
				}
			#submit-btn{
				width: 392px;
				margin: 50px auto 0;
			}
				#back{
					float: left;
				}
					#back-btn{
						background-image: url(../images/contact/btn-back.png);
						background-position: left top;
						background-repeat: no-repeat;
						border: medium none;
						cursor: pointer;
						display: block;
						height: 43px;
						overflow: hidden;
						text-indent: -9999px;
						width: 111px;
					}
					#back-btn:hover{
						background-position: left -43px;
					}
				#send{
					float: right;
				}
					#send-btn{
						background-image: url(../images/contact/btn-send.png);
						background-position: left top;
						background-repeat: no-repeat;
						border: medium none;
						cursor: pointer;
						display: block;
						height: 43px;
						overflow: hidden;
						text-indent: -9999px;
						width: 111px;
					}
					#send-btn:hover{
						background-position: left -43px;
					}
	#session-error,
	#complete{
		margin-top: 80px;
	}
		#session-error p,
		#complete p{
			font-size: 125%;
			line-height: 1.4;
		}
		#session-error a,
		#complete a{
			color: #FF6689;
			text-decoration: none;
		}
		#session-error a:hover,
		#complete a:hover{
			text-decoration: underline;
		}</pre></body></html>