@charset "utf-8";

/* 字型設定 */
.topic_p{color:#ff0000;font-weight:bold;font-size:18px;font-family:Arial,新細明體,Helvetica,sans-serif;}
.main_p{color:#666666;font-size:15px;font-family:Arial,新細明體,Helvetica,sans-serif;}
.red_p{color:#ff0000;}
.blue_p{color:#0000ff;}
.green_p{color:#009900;}

.plus{color:#0000ff;margin-left:5px;font-style:normal;}
.sale{color:#ff0000;margin-left:5px;font-style:normal;}

/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
	.table-box .table-list {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
	}
	.table-box .table-list .table-row {
		display: table-row;
	}
	.table-box .table-list .td {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-list .table-row .th {
		display: table-cell; 
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #f2f2f2;
	}
	.table-box .table-list .table-row .td {
		border-bottom: 1px #ddd solid;
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}
	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td .h3 {
		display: none;
	}
	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}
	.table-box .table-detail .table-row {
		display: table-row;
	}
	.table-box .table-detail .td, .table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-detail .table-row .th {
		width:150px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #fafafa;
	}
	.table-box .table-detail .table-row .td {
		border-top: 1px #fdd1a2 solid;
		border-bottom: 1px #eee solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/* faq */
	.faq-box {
		padding: 0px;
		width: 100%;
		margin: 0 auto;
	}
	.faq-box .row {
		margin: 0;
		padding: 10px 0 0;
	}
	.faq-box .row .col {
		width: 100%;
	}
	.faq-box .row .col .text {
		position: relative;
		margin-bottom:5px;
	}
	.faq-box .row .col .text .questions{
		padding: 10px 20px;
		color: #333333;
		font-size: 16px;
		cursor: pointer;
		border-bottom: 1px #cdcdcd dashed;
	}
	.faq-box .row .col .text .questions i{
		width: 30px;
		height: 30px;
		display:inline-block;
		color: #ffffff;
		background: #999999;
		font-size: 20px;
		margin-right: 20px;
		text-align: center;
		font-style:normal;
		line-height: 30px;
		-webkit-border-radius: 999em;
		-moz-border-radius: 999em;
		border-radius: 999em;
	}
	.faq-box .row .col .text .answer{
		padding: 20px 40px 0px 70px;
		font-size: 16px;
		color: #878787;
		line-height: 2;
		display: none;
	}
	.faq-box .row .col .text.current .answer{
		display: block;
	}

	/* download */
	.catalogues-download {
		padding-top: 35px;
	}
	.catalogues-download .row .col {
		float: left;
		width: 40%;
		text-align: center;
		font-size: 17px;
	}
	.catalogues-download .row .col + .col {
		width: 20%;
	}
	.catalogues-download .title .col {
		background: #418800;
		color: #fff;
		padding: 10px 0;
	}
	.catalogues-download .title .col + .col {
		border-left: 1px #fff solid;
	}
	.catalogues-download .list {
		display: table;
		width: 100%;
	}
	.catalogues-download .list .row {
		display: table-row;
	}
	.catalogues-download .list .col {
		border-bottom: 1px #ddd solid;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.catalogues-download .list .col a {
		display: inline-block;
		width: 36px;
		height: 36px;
		background: url(../images/_eng/download.png) no-repeat;
		vertical-align: middle;
	}
	.catalogues-download .list .col a:hover {
		background: url(../images/_eng/download_hover.png) no-repeat;
	}
	.catalogues-download .list .col:first-child {
		text-align: left;
		background: url(../images/_eng/catalog.png) 24px center no-repeat;
		padding-left: 80px;
		border-left: 1px #ddd solid;
	}
	.catalogues-download .list .col:last-child {
		line-height: normal;
		border-right: 1px #ddd solid;
	}
}

/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
	.table-box .table-list {
		margin-top: 20px;
	}
	.table-box .table-list .table-row:first-child {
		display: none;
	}
	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 36px;
		line-height: 36px;
		font-size: 14px;
		position: relative;
	}
	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td + .td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}
	.table-box .table-list .table-row .td .h3 {
		display: block;
		width: 120px;
		min-height: 36px;
		display: inline-block;
		background: #ddd;
		color: #000;
		text-align: center;
		margin-right: 15px;
		font-size: 14px;
	}
	.table-box .table-list .table-row + .table-row + .table-row {
		margin-top: 15px;
	}
	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}
	.table-box .table-detail .table-row {
		display: table-row;
	}
	.table-box .table-detail .td, .table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-detail .table-row .th {
		width:120px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #ddd;
	}
	.table-box .table-detail .table-row .td {
		border-top: 1px #ddd solid;
		border-bottom: 1px #ddd solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/* faq */
	.faq-box {
		padding: 0px;
		width: 100%;
		margin: 0 auto;
	}
	.faq-box .row {
		margin: 0;
		padding: 10px 0 0;
	}
	.faq-box .row .col {
		width: 100%;
	}
	.faq-box .row .col .text {
		position: relative;
		margin-bottom:5px;
	}
	.faq-box .row .col .text .questions{
		padding: 10px 20px;
		color: #333333;
		font-size: 14px;
		cursor: pointer;
		border-bottom: 1px #cdcdcd dashed;
	}
	.faq-box .row .col .text .questions i{
		width: 30px;
		height: 30px;
		display:inline-block;
		color: #ffffff;
		background: #999999;
		font-size: 18px;
		margin-right: 20px;
		text-align: center;
		font-style:normal;
		line-height: 30px;
		-webkit-border-radius: 999em;
		-moz-border-radius: 999em;
		border-radius: 999em;
	}
	.faq-box .row .col .text .answer{
		padding: 20px 40px 0px 70px;
		font-size: 14px;
		color: #878787;
		line-height: 2;
		display: none;
	}
	.faq-box .row .col .text.current .answer{
		display: block;
	}

	/* download */
	.catalogues-download {
		padding-top: 15px;
	}
	.catalogues-download .row .col {
		float: left;
		width: 40%;
		text-align: center;
		font-size: 13px;
	}
	.catalogues-download .row .col + .col {
		width: 20%;
	}
	.catalogues-download .title .col {
		background: #418800;
		color: #fff;
		padding: 10px 0;
	}
	.catalogues-download .title .col + .col {
		border-left: 1px #fff solid;
	}
	.catalogues-download .list {
		display: table;
		width: 100%;
	}
	.catalogues-download .list .row {
		display: table-row;
	}
	.catalogues-download .list .col {
		border-bottom: 1px #ddd solid;
		display: table-cell;
		height: 64px;
		vertical-align: middle;
		float: none;
	}
	.catalogues-download .list .col a {
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(../images/_eng/download.png) no-repeat;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		-o-background-size: 18px 18px;
		background-size: 18px 18px;
		vertical-align: middle;
	}
	.catalogues-download .list .col a:hover {
		background: url(../images/_eng/download_hover.png) no-repeat;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		-o-background-size: 18px 18px;
		background-size: 18px 18px;
	}
	.catalogues-download .list .col:first-child {
		text-align: left;
		background: url(../images/_eng/catalog.png) 12px center no-repeat;
		-webkit-background-size: 16px 19px;
		-moz-background-size: 16px 19px;
		-o-background-size: 16px 19px;
		background-size: 16px 19px;
		padding-left: 40px;
		border-left: 1px #ddd solid;
	}
	.catalogues-download .list .col:last-child {
		line-height: normal;
		border-right: 1px #ddd solid;
	}
}

/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
	.table-box .table-list {
		margin-top: 20px;
	}
	.table-box .table-list .table-row:first-child {
		display: none;
	}
	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 36px;
		line-height: 36px;
		font-size: 14px;
		position: relative;
	}
	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td + .td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}
	.table-box .table-list .table-row + .table-row .td .h3 {
		display: block;
		width: 110px;
		min-height: 36px;
		display: inline-block;
		background: #ddd;
		color: #000;
		text-align: center;
		margin-right: 15px;
		font-size: 14px;
	}
	.table-box .table-list .table-row + .table-row + .table-row {
		margin-top: 15px;
	}
	.table-box .table-detail {
		margin: 20px 0px;
	}
	.table-box .table-detail .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-detail .table-row .th {
		width:100%;
		font-size: 16px;
		padding: 10px;
		text-align: left;
		font-size: normal;
		background: #ddd;
	}
	.table-box .table-detail .table-row .td {
		width:100%;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/* faq */
	.faq-box {
		padding: 0px;
		width: 100%;
		margin: 0 auto;
	}
	.faq-box .row {
		margin: 0;
		padding: 10px 0 0;
	}
	.faq-box .row .col {
		width: 100%;
	}
	.faq-box .row .col .text {
		position: relative;
		margin-bottom:5px;
	}
	.faq-box .row .col .text .questions{
		padding: 10px;
		color: #333333;
		font-size: 14px;
		cursor: pointer;
		border-bottom: 1px #cdcdcd dashed;
	}
	.faq-box .row .col .text .questions i{
		width: 30px;
		height: 30px;
		display:inline-block;
		color: #ffffff;
		background: #999999;
		font-size: 18px;
		margin-right: 20px;
		text-align: center;
		font-style:normal;
		line-height: 30px;
		-webkit-border-radius: 999em;
		-moz-border-radius: 999em;
		border-radius: 999em;
	}
	.faq-box .row .col .text .answer{
		padding: 20px;
		font-size: 14px;
		color: #878787;
		line-height: 2;
		display: none;
	}
	.faq-box .row .col .text.current .answer{
		display: block;
	}

	/* download */
	.catalogues-download {
		padding-top: 15px;
	}
	.catalogues-download .row .col {
		float: left;
		width: 40%;
		text-align: center;
		font-size: 13px;
	}
	.catalogues-download .row .col + .col {
		width: 20%;
	}
	.catalogues-download .title .col {
		background: #418800;
		color: #fff;
		padding: 10px 0;
	}
	.catalogues-download .title .col + .col {
		border-left: 1px #fff solid;
	}
	.catalogues-download .list {
		display: table;
		width: 100%;
	}
	.catalogues-download .list .row {
		display: table-row;
	}
	.catalogues-download .list .col {
		border-bottom: 1px #ddd solid;
		display: table-cell;
		height: 64px;
		vertical-align: middle;
		float: none;
	}
	.catalogues-download .list .col a {
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(../images/_eng/download.png) no-repeat;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		-o-background-size: 18px 18px;
		background-size: 18px 18px;
		vertical-align: middle;
	}
	.catalogues-download .list .col a:hover {
		background: url(../images/_eng/download_hover.png) no-repeat;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		-o-background-size: 18px 18px;
		background-size: 18px 18px;
	}
	.catalogues-download .list .col:first-child {
		text-align: left;
		background: url(../images/_eng/catalog.png) 12px center no-repeat;
		-webkit-background-size: 16px 19px;
		-moz-background-size: 16px 19px;
		-o-background-size: 16px 19px;
		background-size: 16px 19px;
		padding-left: 40px;
		border-left: 1px #ddd solid;
	}
	.catalogues-download .list .col:last-child {
		line-height: normal;
		border-right: 1px #ddd solid;
	}
}