@charset "utf-8";
html, body {
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	margin:0px;
	padding:0px;
}

a:link { color:#454545; text-decoration:none; }
a:visited { color:#454545; text-decoration:none; }
a:hover { color:#2c3e8b; text-decoration:none; }
a:active { color:#2c3e8b; text-decoration:none; }

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:90px;
	border:1px #a9a9a9 solid;
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	padding:5px;
	resize:none;
}
textarea:focus {
	outline:none;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}

input[type=text], input[type=password], input[type=tel], input[type=email] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}
input[type=text]:focus {
	outline:none;
}

input[type="radio"] {
	width:16px;
	height:16px;
}

input[type="checkbox"] {
	width:16px;
	height:16px;
	vertical-align: middle;
}

input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width:100%;
	max-width:124px;
	border:0px;
	background-color:#0F82C6;
	color:#ffffff;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 0px 10px;
	cursor:pointer;
}

.box_shadow {
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.clear_float {
	clear:both;
}

.wrapper {
	width:96%;
	max-width:960px;
	margin:auto;
}

.hide_desktop {
	display:none;
}

.hide_mobile {
	display:block;
}

.margin_bottom {
	margin-bottom:20px;
}

#container {
	width:100%;
	height:100%;
}

/* header setting start */
#container > #header {
	width:100%;
	background-color:#ffffff;
}
#container > #header > .wrapper > .logo_box {
	width:100%;
	max-width:252px;
	padding:20px 0px 20px;
	float:left;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi {
	width:100%;
	max-width:252px;
	height:60px;
	background:url(../images/logo/logo_wpdi.png) no-repeat center center;
	background-size:100% auto;
}
/* header setting end */

#container > .page_title {
	background-color:#0F82C6;
	color:#ffffff;
	padding:20px 0px 20px;
}
#container > .page_title > .wrapper > .title {
	font-size:36px;
	line-height:60px;
	text-align:center;
}

/* main setting start */
#main {
	width:100%;
	background-color:#f0f0f0;
	padding:30px 0px 30px;
}
#main > .wrapper > .section {
	/*margin-bottom:20px;*/
}
/* main setting end */

/* form_box setting start */
.form_box {
	background-color:#ffffff;
	padding:10px;
}
.cell_bottom {
	border-bottom:1px #ffffff solid;
}
.form_table {
	width:100%;
	height:100%;
	display:table;
}
.unfixed_table {
	width: 100%;
	display: table;
}
.unfixed_row {
	display:table-row;
}
.unfixed_cell {
	display:table-cell;
}
.fixed_table {
	width:100%;
	display:table;
}
.fixed_row {
	display:table-row;
}
.fixed_cell {
	display:table-cell;
}
.num_cell {
	width:56px;
	background-color:#0F82C6;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 10px;
}
.que_cell {
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	padding:10px 10px 10px;
}
.radio_cell {
	width:44px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	padding:10px;
}
.radio_cell_title {
	background-color:#0F82C6;
	color:#ffffff;
	vertical-align:bottom;
}
.radio_cell_box {
	cursor:pointer;
}
.mobile_radio_lab {
	display:none;
}
.checkbox_row {
	height:40px;
	line-height:40px;
}
.checkbox_cell {
	width: 50%;
	height: auto;
	text-align: left;
	display: table-cell;
	cursor: pointer;
}
.table_box {
	width:100%;
	margin-bottom:20px;
	display:table;
}
.text_box_row {
	height:100px;
}
.text_cell {
	width:304px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.info_box_row {
	height:60px;
	line-height:40px;
}
.info_box_row_2 {
	height:181px;
	line-height:40px;
}
.info_cell {
	width:80%;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* form_box setting start */

/* footer setting start */
#footer {
	width:100%;
	/*border-top:5px #0F82C6 solid;*/
	background-color:#ffffff;
	text-align:center;
	padding:30px 0px 30px;
}
#footer > .wrapper > .Copyright {
	color:#333333;
	font-size:14px;
	line-height:30px;
}
/* footer setting end */

.product_table_td {
	width: 50%;
}

/*#btn_goto_top {
	width:48px;
	height:48px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(../images/icon/goto_top_48_48.png) no-repeat center center;
	padding:6px;
	position:fixed;
	bottom:70px;
	right:30px;
	display:none;
}*/

@media only screen and (max-width:759px) {
	.hide_desktop {
		display:block;
	}
	.hide_mobile {
		display:none;
	}

	input[type="submit"] {
		max-width:none;
	}
	.table_box {
		border-bottom:1px #dcdcdc solid;
		margin-bottom:20px;
	}
	.unfixed_table {
		display:block;
	}
	.unfixed_row {
		display:block;
	}
	.unfixed_cell {
		display:block;
	}
	.row_title {
		display:none;
	}
	.radio_cell_box {
		width:100%;
	}
	.radio_cell {
		width:100%;
		height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:0px;
	}
	.mobile_radio_input {
		padding-top:13px;
		padding-right:6px;
		padding-bottom:7px;
		padding-left:62px;
		float:left;
	}
	.mobile_radio_lab {
		height:30px;
		padding:10px 0px 10px;
		float:left;
		display:block;
	}
	.checkbox_row {
		height:auto;
		line-height:30px;
	}
	.checkbox_cell {
		width: 100%;
		height: auto;
		line-height: 50px;
	}
	.text_box_row {
		height:auto;
	}
	.text_cell {
		width:100%;
		height:80px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.info_box_row {
		height:auto;
		line-height:30px;
	}
	.info_box_row_2 {
		height:auto;
		line-height:30px;
	}
	.info_cell {
		width:100%;
		min-height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.product_table_td {
		width: 100%;
	}
}