@charset "utf-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", 'Futura Today', Arial, sans-serif;;
	color: #000;
	letter-spacing: 0.02em;
}
.lang {
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	line-height: 30px;
	height: 30px;
}
.lang li {
	list-style: none;
	float: right;
	margin: 0 10px;	
}
.lang li a {
    color: #000;
	text-decoration: none;	
}
.lang li a:hover {
    color: #FF0;	
}
#logo {
    float: left;	
}
#item {
	float: right;
	display: inline-table;
	text-align: right;
	vertical-align: middle;
}
div#ad {
	height: 100px;
	overflow: hidden;
}
.row {
	margin-bottom: 10px;	
}
ul li {
    list-style: none;	
}
nav {
	display: block;
	width: 100%;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav li{
	position: relative;
	display: inline-block;
	color: #000;
	list-style: none;
	margin: 10px 30px;
	line-height: 30px;
	font-size: 18px;
}
.nav li:hover {
	color: #006AD5;
}
.nav li a {
	display: block;        
	color: #000;
	text-decoration: none;
}
.nav li a:hover {
    color: #006AD5;	
}
ul.ia {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
}
.nav li:hover ul.ia {
	display: block;
	right: 0;
	left: 0;
	top: 100%;
	text-align: left;
}
.nav li:hover ul.ia li {
	background: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	min-width: 260px;
	width: 100%;
	line-height: 18px;
	padding: 10px;
	margin: 0px;
	border-bottom: 1px dotted #000;
}
.nav li:hover ul.ia li a {
	color: #000;
}
.nav li:hover ul.ia li:hover {
	background: rgba(100, 100, 0, 0.9);
	
}
.toggle { 
	display: none;
}
.arrow-bottom {
	position: absolute;
	top: 15px;
	right: 13px;
	margin-left: 5px;
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;    
	border-left: 4px solid transparent;        
	width: 1px;
	height: 1px;
}
#footer {
    font-size: 14px;
	line-height: 30px;
	background: #DDD;
	padding: 5px 10px;
	letter-spacing: 0.02em;
	text-align: center;
}
#footer li {
    list-style: none;
	margin-right: 20px;
	display: inline-block;
}
#footer li.add{
    display: inline-block;	
}
#abo {
	position: relative;
    color: #000;
	margin: 20px;
	font-size: 16px;
	letter-spacing:0.1em;
	line-height: 36px;
}
#title {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	padding-left: 50px;
	margin: 10px 0px;
	letter-spacing: 0.06em;
	background: url(../images/pintai_01.png) no-repeat #00a0e9;
	background-size: auto 40px;
	background-position: left center;
	border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
}
#patshow, #videos {
    min-height: 500px;	
    font-size: 16px;
}
#prodshow {
	line-height: 24px;
	/*min-height: 500px;*/
	padding: 10px;
	/*border-bottom: 1px solid #CCC;*/	
}
#prodshow a {
	/*width: 32%;*/
	display: inline-table;
	margin: 5px 3px;
    color: #333;
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
}
#prodshow a:hover {
    color: #D50001;
}
#prodshow img {
    width: 96%;
	border: 1px solid #CCC;
	margin: 4px;
}
#prodshow img:hover {
	border: 1px solid #D50001;	
}
#prodleft {

}
#prodright {
	line-height: 24px;
	list-style: none;
	padding-left: 10px;	
}
#prodright li.liti {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00A0E9;
	border-bottom: 1px dotted #00A0E9;
	padding: 16px 0px;
}
#patshow li {
	width: 32%;
	margin: 10px;
	
	font-weight: bold;
	text-align: center;
	float: left;
	list-style: none;
	display: inline-table;
}
#patshow li img {
    width: 100%;
	margin: 0 auto;
	padding: 5px 20px;
	border: 1px solid #CCC;
}
#videos {
	text-align: center;	
	font-weight: bold;
	list-style: none;
	line-height: 24px;
	color: #00A0E9;
}
#videos li {
    margin-bottom: 20px;	
}
/*
#prods img {
    margin: 0 auto;
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;	
}
#prods li {
	list-style: none;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 18px;	
}
#prods li span {
    font-size: 12px;
	color: #00a0e9;
	line-height: 24px;
	border-bottom: 1px dotted #00a0e9;
	display: block;
	margin-bottom: 10px;	
}
.col-lg-7 {
    margin-left: 20px;
	width: 56%;	
}
*/
.ps {
    color: #D50001;	
}
form {
	padding: 20px 0px;
    border-top: 1px solid #CCC;
	line-height: 30px;
}
form li {
	display: inline-block;
    padding: 6px 0;
	width: 100%;	
}
form li:hover {
    background: #EEE;
}
form label {
    text-align: right;
	width: 200px;
	float: left;
	margin-right: 10px;	
}
form input {
	font-family: "微軟正黑體";
    font-size: 16px;
	line-height: 22px;
	width: 280px;
	border: 1px solid #999;
	padding: 2px 4px;
	margin-top: 5px;
}
form textarea.inc {
	font-family: "微軟正黑體";
    font-size: 16px;
	line-height: 24px;
	width: 360px;
	height: 120px;
	border: 1px solid #999;
	padding: 2px 4px;
}
form label.error {
	float: none;
	margin-left: 200px;
	color: #D50001;
	display: block;
	text-align: left;
	width: auto;	
}
form input.error {
    border: 1px dotted #D50001;	
}
form button {
	font-family: "微軟正黑體";
	line-height: 20px;
	padding: 2px 14px 3px 14px;
	border-radius: 4px;
	border: 1px solid #999;
}
form button:hover {
	background: #666;
	color: #FFF;	
}
div.rsconti  {
	font-size: 14px;
	line-height: 30px;
	padding: 10px;
}
div.rsconti span.rsti {
	color: #0066CC;
	font-size: 24px;
	display: block;
	line-height: 40px;
}
#about_show {
	text-align: center;
	
}
#about_show img {
    width: 19%;
	margin: 7px 1px 0px 1px;	
}
@media (max-width: 500px) {
	#prodshow a {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.col-lg-5 {
		width: 40%;
		float: left;
	}
	.col-lg-7 {
		width: 56%;	
		float: right;
	}
}
@media (max-width: 630px) {
	.col-lg-5 {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-lg-7 {
		width: 100%;	
	}
	.toggle {
		display: block;
		background: #D8540A;
		padding: 5px 10px;
		color: #FFF;
		margin-top: 20px;
	}
	nav {
	    display: none;	
	}
	.nav li{
		float: left;
		margin: 10px 15px;
	}
	.nav li a{
		padding: 0;
	}
	.nav li:hover ul {
		position: relative;
		display: block;
		background: transparent;
	}
	.nav li:hover ul li{
		background: transparent;
	}
	.nav li:hover ul li a{
		padding-left: 0px;
	}
	.arrow-bottom {
		top: 20px;
	}
}
@media (max-width: 460px) {
#about_show img {
    width: 100%;
	margin: 5px;	
}
}