﻿@charset "UTF-8";


	.m-title {
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #77af00;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: solid 1px #77af00;
		box-sizing: border-box;
	}

	html, body {
		font-family: "Microsoft JhengHei","微軟正黑體","Meiryo","Meiryo UI";
		font-size: 100%;
		color: #4c4c4c;
		margin: 0;
		padding: 0;
		height: 100%;
	}

	/*資料表格*/
	/* line 1134, ../sass/styles.scss */
	.p-set-box {
		width: 100%;
		padding: 10px 0 40px;
		box-sizing: border-box;
	}

	.p-f-tb {
		width: 100%;
		display: table;
		box-sizing: border-box;
	}
	/* line 1138, ../sass/styles.scss */
	.p-f-tb .p-f-th {
		font-weight: bold;
		width: 100%;
		padding: 5px 0;
		box-sizing: border-box;
	}
	/* line 1144, ../sass/styles.scss */
	.p-f-tb .p-f-td {
		width: 100%;
		padding: 5px 15px;
		box-sizing: border-box;
	}
	/* line 1148, ../sass/styles.scss */
	.p-f-tb .p-f-td select {
		min-width: 150px;
	}
	/* line 1151, ../sass/styles.scss */
	.p-f-tb .p-f-td input[type="text"].long {
		width: 100%;
	}
	/* line 1154, ../sass/styles.scss */
	.p-f-tb .p-f-td input[type="checkbox"] {
		margin-right: 5px;
	}
	/* line 1157, ../sass/styles.scss */
	/*.p-f-tb .p-f-td textarea {
	  width: 100%;
	  min-height: 200px;
	}*/
	/* line 1161, ../sass/styles.scss */
	.p-f-tb .p-f-td .attcheck {
		color: #ff9900;
		font-weight: bold;
	}
	/*表單樣式*/
	/* line 139, ../sass/styles.scss */
	.input-normal {
		font-size: 100%;
		height: 32px;
		line-height: 2;
		padding: 0 10px;
		margin-right: 5px;
		border: solid 1px #ccc;
		border-radius: 3px;
		box-sizing: border-box;
	}
	/* line 147, ../sass/styles.scss */
	.input-normal:last-child {
		margin-right: 0;
	}
	/* line 150, ../sass/styles.scss */
	.input-normal:hover {
		border-color: #999;
	}
	/* line 153, ../sass/styles.scss */
	.input-normal:focus {
		border-color: #999;
		box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
	}

	.required {
		color: red;
		font-weight: bold;
		margin-right: 2px;
	}

	/*TextArea 樣式 start*/
	.input-textarea {
		font-size: 16px;
		line-height: 2;
		padding: 0 10px;
		margin-right: 5px;
		border: solid 1px #ccc;
		border-radius: 3px;
		box-sizing: border-box;
	}

	.input-textarea:last-child {
		margin-right: 0;
	}

	.input-textarea:hover {
		border-color: #999;
	}

	.input-textarea:focus {
		border-color: #999;
		box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
	}

	:checked + label {
		font-weight: bold;
	}

	.agree-p {
		text-indent: 2em;
	}

	.agree-p-p {
		text-indent: 0em;
		margin-left: 2em;
	}

	.agree-b-p {
		text-indent: -2em;
		margin-left: 6em;
	}

	ol {
		text-indent: 0em;
		list-style-position: outside;
	}


	ol .ol-c {
		text-indent: 0em;
		list-style-type: upper-alpha;
	}

	ol .b-s {
		text-indent: 2em;
		list-style-position: outside;
		margin-left: 4em;
	}

	.agree-title-s {
		font-weight: bold;
	}

	.agree-title {
		font-size: 110%;
		text-align: center;
		font-weight: bold;
		line-height: 35px;
	}

	.agree-div {
		width: 95%; 
		height: 300px; 
		overflow: auto; 

		margin-top: 10px; 
		margin-bottom: 15px; 
		line-height: 30px;
		border: solid 1px #ccc;
		border-radius: 3px;
	}
	/*TextArea 樣式 end*/

	/*按鈕們*/
	/* line 34, ../sass/styles.scss */
	.btn {
		color: #666;
		text-align: center;
		height: 32px;
		padding: 0 40px;
		margin: 0 5px;
		border: solid 1px #ccc;
		font-size: 100%;
		background-color: #f3f3f3;
		background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
		background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
		border-radius: 3px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		box-sizing: border-box;
	}
	/* line 48, ../sass/styles.scss */
	.btn:hover {
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	}
	/* line 51, ../sass/styles.scss */
	.btn:active {
		background: #e5e5e5;
		box-shadow: none;
	}

	/* line 56, ../sass/styles.scss */
	.btn-green {
		color: #fff;
		background-color: #77af00;
		border-color: #77af00;
	}
	/* line 60, ../sass/styles.scss */
	.btn-green:active {
		background: #77af00;
	}
	/* line 133, ../sass/styles.scss */
	.forbtn {
		text-align: center;
		width: 95%;
		padding: 20px 10px;
	}

