@charset "utf-8";
/* CUBE Interactive : 2017-8-24 */

  /*上區塊*/
  .page-head-row{
	display: inline-block;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/pages-head-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
   }
   
   	@media only screen and (min-width: 990px) {	   
     .page-head-row{
	  width: 100%;
   	  height: 320px;
      }   		
    }

     @media only screen and (min-width: 681px) and (max-width: 990px) {
     .page-head-row{
	  width: 100%;
   	  height: 200px;
      }		
      }

     @media only screen and (min-width: 0px) and (max-width: 680px){
  	  .page-head-row{
	  width: 100%;
   	  height: 200px;
      }
     } 
   
   /*title*/
    .page-head-row .pg-title {
	display: inline-block;
	text-align: center;
	position: absolute;
   }   
    .page-head-row .pg-title strong{
	display: block;
	text-align: center;
	float: left;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-shadow:0 1px 0 #333;
   }   
   .page-head-row .pg-title samp{
	display: block;
	text-align: center;
	float:left;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-shadow:0 1px 0 #333;
   }
   
   @media only screen and (min-width: 990px) {	      
    .page-head-row .pg-title {
	 width: 440px;
	 margin-left: -430px;
	 top: 140px;
	left: 50%;
     } 	    
    .page-head-row .pg-title strong{
	font-size: 180%;
	line-height: 140%;
	letter-spacing: 0.15em;
    }
    .page-head-row .pg-title samp{
	font-size: 120%;
	line-height: 140%;
	letter-spacing: 0.5em;
    }  		
    }

     @media only screen and (min-width: 681px) and (max-width: 990px) {
    .page-head-row .pg-title {
 	 width:60%;
	 top: 80px;
	 left:10%;
     } 
	 .page-head-row .pg-title strong{
	 font-size: 170%;
	 line-height: 140%;
	 letter-spacing: 0.15em;
	 }
	 .page-head-row .pg-title samp{
	 font-size: 100%;
	 line-height: 140%;
	 letter-spacing: 0.5em;
	 }	
      }

     @media only screen and (min-width: 321px) and (max-width: 680px){
    .page-head-row .pg-title {
 	 width:90%;
	 top: 95px;
	 left:7%;
     }
	 .page-head-row .pg-title strong{
	 width:100%;
	 font-size: 130%;
	 line-height: 140%;
	 letter-spacing: 0.15em;
	 text-align:left;
	 }
	 .page-head-row .pg-title samp{
	 width:100%;
	 font-size: 100%;
	 line-height: 140%;
	 letter-spacing: 0.5em;
	 text-align:left;
	 }	  
     }
	 @media only screen and (min-width: 0px) and (max-width: 320px){
    .page-head-row .pg-title {
 	 width:90%;
	 top: 70px;
	 left:5%;
     }
	 .page-head-row .pg-title strong{
	 width:100%;
	 font-size: 140%;
	 line-height: 140%;
	 letter-spacing: 0.2em;
	 text-align:center;
	 margin-bottom:7px;
	 }
	 .page-head-row .pg-title samp{
	 width:100%;
	 font-size: 100%;
	 line-height: 140%;
	 letter-spacing: 0.25em;
	 text-align:center;
	 }	  
     }    
   
   
   /*pg-menu 85 */
   
   .pg-menu {
	display: inline-block;
	text-align: center;
	background-image: url(../images/pg-menu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	   }	   
	   .pg-menu ul{
		margin-top:10px;
	   	margin-right: auto;
	   	margin-left: auto;
	   }
	   .pg-menu ul li{
	   display:inline-block;
	   }
	   .pg-menu ul li a{
		display: inline-block;
		font-size: 120%;
		line-height: 50px;
		font-weight: normal;
		color: #333;
		text-decoration: none;
		padding-bottom:10px;
		 -webkit-transition: all 0.3s;
  		 -moz-transition: all 0.3s;
		 transition: all 0.3s;		
		}
		.pg-menu ul li a:hover{
		color: #1a6bad;
		background-image: url(../images/pg-menu-in.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		}
	   	.pg-menu ul li .in {
		color: #1a6bad;
		background-image: url(../images/pg-menu-in.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	   }
	   /*選單 寬度*/
 	    .w-about ul li a {
	 	 width:120px;
	     }
		.product-set ul li a {
		 width:180px;
	     }
		 
		@media only screen and (min-width: 990px) {				   
 	     .pg-menu {
 	     width: 100%;
 	     height:70px;
 	     margin-top: 250px;
	    }   
	    .pg-menu ul{
	     width: 1000px;
	   	display: inline-block;
 	    }	   		
        }

        @media only screen and (min-width: 681px) and (max-width: 990px) {
  	     .pg-menu {
 	     width: 100%;
 	     height:15px;
 	     margin-top: 185px;
	    }   
		.pg-menu ul{
		display:none;		
 	    }			
        }

        @media only screen and (min-width: 0px) and (max-width: 680px){
  	     .pg-menu {
 	     width: 100%;
 	     height:15px;
 	     margin-top: 185px;
	    }  			
	    .pg-menu ul{
		display:none;		
 	    }			
        } 
		 
	   
	   /*------------------------------ 內頁 --------------------------------*/
	   
	   
	   .main{
	     width:100%;
		 display:inline-block;
		 text-align:center;
		 background-color:#FFF;	 		 
		}
	    .main-ap {
		 display:inline-block;
		 text-align:center;
		 margin-left:auto;
		 margin-right:auto;		 
		}
				
        @media only screen and (min-width: 990px) {	  
		.main-ap {
	     width:960px;
		 min-height:280px;
		}		
        }

        @media only screen and (min-width: 681px) and (max-width: 990px) {
		.main-ap {
	     width:86%;
		 margin-left:7%;
		 margin-right:7%;
		 min-height:280px;
		}		
        }

        @media only screen and (min-width: 0px) and (max-width: 680px){
		.main-ap {
	     width:86%;
		 margin-left:7%;
		 margin-right:7%;
		 min-height:280px;
		}		
        } 

		
		/*位置*/
		.position-row {
	      width:100%;
	      display:inline-block;
		}
				
		@media only screen and (min-width: 990px) {	  
		.position-row {
	      text-align:right;	 
		}		
        }

        @media only screen and (min-width: 681px) and (max-width: 990px) {
		.position-row {
 		  text-align:left;
		  margin-top:5px;
		}		
        }

        @media only screen and (min-width: 0px) and (max-width: 680px){
		.position-row {
 		  text-align:left;
		  margin-top:5px;
		}	
        } 
		
		.position-row a{
		display: inline-block;
		padding-right: 30px;
		font-size: 12px;
		line-height: 25px;
		font-weight: normal;
		color: #999;
		text-decoration: none;
		background-image: url(../images/position-arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		}
		.position-row a:hover{
		color: #e44d26;
		}
		.position-row a:last-child{
		display: inline-block;
		padding-right: 0px;
		font-size: 12px;
		line-height: 25px;
		font-weight: normal;
		color: #999;
		text-decoration: none;
		background-image: url(../images/position-blank.png);
		background-repeat: no-repeat;
		background-position: right center;
		}
		.position-row a:last-child:hover{
		color: #e44d26;
		}		
    
	
	/* news */
	
	.list-ti{
	width: 100%;
	float: left;
	display: inline-block;
	text-align: left;
	color: #1a6bad;
	font-size: 130%;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom:20px;
	}
	
	.news-lsit {
	width:100%;
	display:inline-block;	
	}	
	.news-lsit li {
	width: 100%;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	float:left;
	}
	
	.news-lsit li a{
	width:100%;
	color: #333;
	display:inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	}
	.news-lsit li a:hover {	
	background-color: #ededed;
	}
	
	.news-lsit li span {
	display: inline-block;
	float: left;
	}
	  .news-lsit li span img{
	   width:100%;
  	   display:inline-block;
	   float:left;	   
	-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* Konqueror */
  border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
  behavior: url(border-radius.htc); /* IE6, IE7, IE8 */	
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	  }
	.news-lsit li samp {
	display: inline-block;
	float: left;
	font-size: 140%;
	line-height: 42px;
	font-weight: normal;
	text-decoration: none;
	color:#317bd2;
	}
	.news-lsit li strong {
	display: inline-block;
	float: left;
	text-align: left;
	}
	.news-lsit li em {
	display: inline-block;
	float: left;
	font-size: 90%;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	}
	
	@media only screen and (min-width: 990px) {
	.news-lsit li a{
	min-height: 100px;
	} 
    .news-lsit li span {
	width: 20%;
	left: 2%;
	top: 12px;
	position: absolute;
	}	
	.news-lsit li samp {
	width: 72%;
	margin-left: 28%;
	text-align: left;
	}
	.news-lsit li strong {
	width: 72%;
	margin-left: 28%;
	}
	.news-lsit li em {
	width: 72%;
	margin-left: 28%;
	text-align: left;
	}		
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {
	 .news-lsit li a{
	 min-height: 120px;
	 }
     .news-lsit li span {
 	 width: 30%;
	 left: 4%;
	 top: 12px;
	 position: absolute;
	 }	
	 .news-lsit li samp {
	 width: 62%;
	 margin-left: 38%;
	text-align: left;
	 }
	 .news-lsit li strong {
	 width: 62%;
	 margin-left: 38%;
	 }
	 .news-lsit li em {
	 width: 62%;
	 margin-left: 38%;
	text-align: left;
	 }	
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
	.news-lsit li a{
	min-height: 100px;
	}
	 .news-lsit li a{
	 min-height: 120px;
	 }
     .news-lsit li span {
 	 width: 90%;
	 margin-left:5%;
	 margin-right:5%;
	 }	
	 .news-lsit li samp {
 	 width: 90%;
	 margin-left:5%;
	 margin-right:5%;
	 text-align:center;
	 }
	 .news-lsit li strong {
 	 width: 90%;
	 margin-left:5%;
	 margin-right:5%;
	 }
	 .news-lsit li em {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ddd;
	margin-top: 10px;
	 }	
    } 
	
	/*頁碼*/
	
	.pages-lsit  {
	width: 100%;
	display: inline-block;
	float: left;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	}
	
	.pages-lsit .nu {
	text-align: center;
	background-color: #ededed;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	 -moz-border-radius: 5px; /* Firefox */
     -webkit-border-radius: 5px; /* Safari, Chrome */
     -khtml-border-radius: 5px; /* Konqueror */
     border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
     behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	}	
	.pages-lsit .nu:hover {
	color: #fff;
	background-color:#317bd2;
	}
	
	.pages-lsit .in {
	display: inline-block;
	text-align: center;
	background-color: #ccc;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	background-color:#317bd2;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	 -moz-border-radius: 5px; /* Firefox */
     -webkit-border-radius: 5px; /* Safari, Chrome */
     -khtml-border-radius: 5px; /* Konqueror */
     border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
     behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	}
	
	.pages-lsit .pages-l {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0px;
	background-image: url(../images/pages-l.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	margin-left:5px;
	}
	.pages-lsit .pages-l:hover {
	background-position: center bottom;
	}
	.pages-lsit .pages-l2 {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0px;
	background-image: url(../images/pages-l2.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	}
	.pages-lsit .pages-l2:hover {
	background-position: center bottom;
	}
	.pages-lsit .pages-r {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0px;
	background-image: url(../images/pages-r.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	margin-right:5px;
	}
	.pages-lsit .pages-r:hover {
	background-position: center bottom;
	}
	.pages-lsit .pages-r2 {
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0px;
	background-image: url(../images/pages-r2.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	}
	.pages-lsit .pages-r2:hover {
	background-position: center bottom;
	}
	
	
	@media only screen and (min-width: 990px) {		
	 .pages-lsit .nu {
 	  display: inline-block;
	 }
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {
	 .pages-lsit .nu {
 	  display: inline-block;
	 }
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
	 .pages-lsit .nu {
 	  display: none;
	 }
    } 
	
	/* detail */
	
	.detail-title {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: inline-block;
	margin-top: 20px;
	text-align: left;
	font-size: 140%;
	line-height: 35px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #ccc;
	}
	
	.detail-date{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	display: inline-block;
	font-size: 90%;
	line-height: 60px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	text-align:right;
	}
	
		.detail-img {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
	margin-top:20px;
	}
	.detail-img img {
	max-width: 80%;
	max-margin-left:10%;
	max-margin-right:10%;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* Konqueror */
  border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
  behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	}
	
	/* download */
	
	.download-ti {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top:10px;
	}
	.download-ti li {
	text-align: left;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	color:#999;
	float:left;
	text-align:center;
	}
	.download-ti li:nth-child(1) {
	width: 70%;
	}
	.download-ti li:nth-child(2) {
	width: 30%;
	}

	
	@media only screen and (min-width: 990px) {	
	.download-ti li {
	display: inline-block;
	}
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {	
	.download-ti li {
	display: inline-block;
	}
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){	
	.download-ti li {
	display: none;
	margin-bottom: 0px;
	}
    } 

	
	/**/
	.download-list {
	 width:100%;
 	 display:inline-block;
	}
	
	.download-list li {
	width: 100%;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	}
	.download-list a{
	width: 100%;
	display: inline-block;
	color: #333;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	}
	.download-list a samp{
	color: #999;
	}
	.download-list a:hover{
	 color:#e44d26;
	}
	.download-list a:hover samp{
	 color:#e44d26;
	}
	
	
	.download-list strong{
 	 display:inline-block;
	 text-align:left;
	 float:left;
	}
	.download-list samp{
 	 display:inline-block;
	 text-align:right;	 
	 float:left;
	}

	@media only screen and (min-width: 990px) {
 	 .download-list strong{
	  width:70%;
	 }
	 .download-list samp{
	  width:30%;
	 }
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {
 	 .download-list strong{
	  width:70%;
	 }
	 .download-list samp{
	  width:30%;
	 }
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
 	 .download-list strong{
	  width:100%;
	font-size: 120%;
	padding-top:5px;
	 }
	 .download-list samp{
	background-color: #ededed;
	padding-left: 5%;
	padding-right: 5%;
	float: right;
	font-size: 80%;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	line-height: 30px;
	margin-top:5px;
	margin-bottom:10px;
	 }
    } 
	
	
	/* 附件 Attached */	
	.attached {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	display:inline-block;
	margin-top:30px;
	}
	.attached li {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}	
	.attached li:last-child {
	width: 100%;
	display: inline-block;
	text-align: left;
	border-bottom-style: none;
	}
	
	.attached li strong{
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}
	.attached li em{
	display: inline-block;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #e44d26;
	text-decoration: none;
	}
	.attached li a {
	display: inline-block;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #317bd2;
	text-decoration: none;
    word-break:break-all; 
	}
	.attached li a:hover {
	color: #e44d26;
	text-decoration: underline;
	}
	
	@media only screen and (min-width: 990px) {
	.attached li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	}
    .attached li strong{
	width:8%;
	line-height: 40px;
	text-align: left;
	}
	.attached li em{
	width:2%;	
	line-height: 40px;
	}
	.attached li a {
	width: 88%;
	line-height: 40px;
	text-overflow : ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	vertical-align: middle;
	}
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {
    .attached li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	}
    .attached li strong{
	width:13%;
	line-height: 40px;
	text-align: left;
	}
	.attached li em{
	width:2%;	
	line-height: 40px;
	}
	.attached li a {
	width: 83%;
	line-height: 40px;
	text-overflow : ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	vertical-align: middle;
	}
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
    .attached li {
	margin-bottom:20px;
	}
	.attached li strong{
	width: 100%;
	line-height: 40px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #ededed;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	}
	.attached li em{ display:none; }
	.attached li a {	
	line-height: 25px;
	}
    } 
	
	/**/
	.detail-text{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	display: inline-block;
	font-size: 120%;
	line-height: 35px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;	
	}		
	
	/**/
	
	.detail-text{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	display: inline-block;
	font-size: 120%;
	line-height: 35px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;	
	}	
	
	.detail-button {
	width: 100%;
	display: inline-block;
	padding-top:20px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
	}
	.detail-button .bu-back {
	display: inline-block;
	background-color: #ededed;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	font-size: 120%;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
	}
	.detail-button .bu-back:hover {
	color: #fff;
	background-color: #317bd2;
	}
	
	@media only screen and (min-width: 990px) {		
	 .pages-lsit .nu {
 	  display: inline-block;
	 }
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {
	 .pages-lsit .nu {
 	  display: inline-block;
	 }
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
	 .pages-lsit .nu {
 	  display: none;
	 }
    } 
	
	/* 聯絡我們 */
	
	.contact-ex{
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom:30px;
	padding-top:30px;
	text-align:left;
	}
	.contact-ti {
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	display: inline-block;
	padding-top:30px;
	text-align:left;
	}
	.contact-row {
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	display: inline-block;
	padding-bottom:10px;
	text-align:left;
	}
	.contact-row li{
	width: 100%;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	}
	.contact-row li .left{
	display: inline-block;
	text-align: center;
	float: left;
	line-height: 40px;
	position: relative;
	}
	.contact-row li .left sup {
	color: #e44d26;
	position: absolute;
	margin-top:-10px;
	margin-left:-10px;
	}
	.contact-row li .right{
	display: inline-block;
	float:left;
	line-height: 40px;
	}
	
	.contact-row li .right samp{
	width: 100%;
	display: inline-block;
	float: left;
	line-height: 30px;
	font-size: 80%;
	font-weight: normal;
	color: #e44d26;
	text-decoration: none;
	}
	
	
	/**/
	.contact-row li input[type="text"] {
	width: 96%;
	height:40px;
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-right: 2%;
	padding-left: 2%;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, SealmemoryHeader,"Microsoft JhengHei", serif;
	}
	.contact-row li input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left:3px;
	}
	.contact-row li .select-1 {
	width: 100%;
	height:40px;
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-right: 2%;
	padding-left: 2%;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, SealmemoryHeader,"Microsoft JhengHei", serif;
	} 
	
	.contact-row li .select-2 {
	height:40px;
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	border: 1px solid #ccc;
	padding-right: 2%;
	padding-left: 2%;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, SealmemoryHeader,"Microsoft JhengHei", serif;
	} 
		
	.contact-row select {
     border-radius: 0;
     box-shadow: none;
     }
     .contact-row select {
      -webkit-appearance: none;
      /*Removes default chrome and safari style*/
      -moz-appearance: none;
      /* Removes Default Firefox style*/
      position: relative;
      background: #FFFFFF url(../images/select_arrow_down.png) no-repeat right center;
      cursor: pointer;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  transition: all 0.3s;
     }
     .contact-row select:focus,
     .contact-row select:hover {
       background: #FFFFFF url(../images/select_arrow_up.png) no-repeat right center;
      }
      .contact-row select::-ms-expand {
       display: none;
      }
	
	.contact-button {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	.contact-button .bu-back {
	display: inline-block;
	background-color: #317bd2;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	font-size: 120%;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
	}
	.contact-button .bu-back:hover {
	color: #fff;
	background-color: #e44d26;
	}
	
	@media only screen and (min-width: 990px) {	
	.contact-row {
	padding-top:20px;
	}	
	.contact-row li .left{
	width: 30%;
	}
	.contact-row li .right{
	width: 70%;
	}
	.contact-row li .select-2 {
	width: 49%;
	} 	
	.contact-row li .select-2:nth-child(1) {
	margin-right:0.5%;
	} 
	.contact-row li .select-2:nth-child(2) {
	margin-left:0.5%;
	} 
	
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {		
	.contact-row {
	padding-top:20px;
	}
	.contact-row li .left{
	width: 30%;
	}
	.contact-row li .right{
	width: 70%;
	}
	.contact-row li .select-2 {
	width: 49%;
	} 	
	.contact-row li .select-2:nth-child(1) {
	margin-right:0.5%;
	} 
	.contact-row li .select-2:nth-child(2) {
	margin-left:0.5%;
	} 
    }

    @media only screen and (min-width: 0px) and (max-width: 680px){
	.contact-row li .left{
	width: 100%;
	text-align:left;
	}
	.contact-row li .right{
	width: 100%;
	}
	.contact-row li .select-2 {
	width: 100%;
	margin-bottom:5px;
	}
	.contact-row li .right small {
	width: 100%;
	display:inline-block;
	} 	
 
    } 
	
	/* jobs */
	
	.jobs-row{
	width: 100%;	
	display: inline-block;
	margin-top: 30px;
	margin-bottom:50px;
	position: relative;
	}
	
	.jobs-row .text{
	display: inline-block;
	float: left;
	font-size: 105%;
	line-height: 35px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align:left;
	}
	
	.jobs-row .button{
	display: inline-block;
	float: left;
	background-color: #fff;
	text-align: left;
	background-image: url(../images/jobs-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	}	
	 .jobs-row .button a{
	width: 100%;
	height:60px;
	display: inline-block;
	float: left;
	font-size: 0px;
	font-weight: normal;
	border: 1px solid #ccc;
	background-image: url(../images/jobs-104.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	.jobs-img {
	display: inline-block;
	font-size: 0px;
	}
	
    @media only screen and (min-width: 990px) {	
	.jobs-row{	
	height: 530px;
	}
	.jobs-row .text{
	width: 52%;
	}
	.jobs-row .button{
	width: 52%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
	.jobs-img {
	width: 40%;
	height: 550px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/jobs-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}		
	
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {		
	.jobs-row{	
	}
	.jobs-row .text{
	width: 52%;
	}
	.jobs-row .button{
	width: 52%;
	float:left;
	margin-top:50px;
	}
	.jobs-img {
	width: 40%;
	height: 550px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/jobs-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	}

    @media only screen and (min-width: 0px) and (max-width: 680px){
	.jobs-row{
	}
	.jobs-row .text{
	width: 100%;
	}
	.jobs-row .button{
	width: 100%;
	float:left;
	margin-top:50px;
	}
	.jobs-img {
	width: 100%;
	height: 160px;
	float: left;
	margin-top: 50px;
	background-color: #ccddee;
	background-image: url(../images/jobs-img-b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	}
    } 
	
	/**/
	
	.map-row {
	width: 100%;	
	display: inline-block;
	margin-top: 30px;
	margin-bottom:50px;
	position: relative;		
	}
	
	.map-row .text{
	display: inline-block;
	float: left;
	font-size: 105%;
	line-height: 35px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align:left;
	margin-top:20px;
	}
	  .map-row .text li {
		width:100%;
		display: inline-block;
		float: left;
		}
	    .map-row .text samp {
		display: inline-block;
		float: left;
		}
	  	.map-row .text em {
	    display: inline-block;
	    float: left;
	    text-align: center;
	    color: #e44d26;
	    font-size: 90%;
		}
	  	.map-row .text strong {
		display: inline-block;
		float: left;
		}	  
	
	.map-row .text h2{
	font-size: 250%;
	line-height: 45px;
	font-weight: normal;
	color: #317bd2;
	letter-spacing: em;
	}
	
	.map-row .text h3{
	font-size: 120%;
	line-height: 45px;
	font-weight: normal;
	color: #317bd2;
	letter-spacing: 1em;
	}

	.map-row .map-img {
	display: inline-block;
	font-size: 0px;
	}
	
	.map-row  .map-google{
	width:100%;
	display: inline-block;
	float: left;
	background-color: #ccc;
	text-align: left;
	}
	
    @media only screen and (min-width: 990px) {	
	.map-row {	
	height: 640px;
	}
	.map-row .text{
	width: 52%;
	}
	.map-row .map-img {
	width: 40%;
	height: 550px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 600;
	background-image: url(../images/map-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	.map-row  .map-google{
	position: absolute;
	left: 0px;
	bottom: 0px;
	}	
	 .map-row .text samp {
	  width:7%;
	 }
	 .map-row .text em {
	  width: 10%;
	 }
	 .map-row .text strong {
	  width:80%;
	  }
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {		
	.map-row{	
	}
	.map-row .text{
	width: 52%;
	}
	.map-row .map-img {
	width: 40%;
	height: 550px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/map-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 600;
	}
	.map-row  .map-google{
	float:left;
	margin-top:50px;
	}
 	 .map-row .text samp {
	  width:12%;
	 }
	 .map-row .text em {
	  width: 10%;
	 }
	 .map-row .text strong {
	  width:78%;
	  }
	}

    @media only screen and (min-width: 0px) and (max-width: 680px){

	.map-row .text{
	width: 100%;
	}
	.map-row .map-img {
	width: 100%;
	height: 160px;
	float: left;
	margin-top: 50px;
	background-color: #ccddee;
	background-image: url(../images/map-img-b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	}
	.map-row  .map-google{
	width: 100%;
	float:left;
	margin-top:50px;
	}
 	 .map-row .text samp {
	  width:15%;
	 }
	 .map-row .text em {
	  width: 10%;
	 }
	 .map-row .text strong {
	  width:75%;
	  }
    } 
	
	
	/**/
	
	.sitemap-list{
	  width:100%;
	  display:inline-block;
  	  text-align:left;		
	  margin-top:30px;	
 	}
	.sitemap-list ul{
	  width:100%;		  
	  display:inline-block;
	  margin-bottom:40px;
	   -moz-border-radius: 5px; /* Firefox */
       -webkit-border-radius: 5px; /* Safari, Chrome */
       -khtml-border-radius: 5px; /* Konqueror */
       border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
       behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
 	}
	.sitemap-list li{
	  display:inline-block;
 	}
	.sitemap-list li {
	  width:94%;
	  padding-left:3%;
	  padding-right:3%;	  
	  display:block;
	  background-color:#f5f5f5;
	  margin-bottom:40px;
	  padding-top:40px;
	  padding-bottom:10px;
	  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* Konqueror */
  border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
  behavior: url(border-radius.htc); /* IE6, IE7, IE8 */  	  
 	}
	
	.sitemap-list li .ti {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-bottom:10px;
 	}	
	.sitemap-list li .ti {
	font-size: 130%;
	line-height: 220%;
	font-weight: bold;
	color: #4e73b0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
 	}
	.sitemap-list li .ti:hover {
	color: #e44d26;
 	}
	
	
	/**/
	
	.sitemap-list li ul {
	width: 97%;
	margin-left:3%;
	display: inline-block;
 	}
	.sitemap-list li ul li {
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px; /* Konqueror */
	border-radius: 0px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
 	}	
	
	.sitemap-list li ul li a {
	width:100%;
	font-size: 120%;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	display:inline-block;
 	}
	.sitemap-list li ul li a::after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(../images/sitemap-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.sitemap-list li ul li a:hover{
	color: #e44d26;
 	}
	
	
    @media only screen and (min-width: 990px) {		
	 .sitemap-list li ul li {
	 width: 31.33%;
	 margin-right: 2%;
   	 }	
	 .sitemap-list li .ti {
	  width: 100%;
   	 }
    }

    @media only screen and (min-width: 681px) and (max-width: 990px) {		
	 .sitemap-list li ul li {
	 width: 46%;
	 margin-right: 4%;
   	 }	
	 .sitemap-list li .ti {
	  width: 94%;
	  margin-left:3%;
	  margin-right:3%;
   	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 680px){
	 .sitemap-list li ul li {
	 width: 86%;
	 margin-left:5%;
	 margin-right:5%;
   	 }
	 .sitemap-list li .ti {
	  width: 80%;
	  margin-left:10%;
	  margin-right:10%;
   	 }
    } 
	
	
	/* case */
	
	.case-row {
  	  width:80%;
	  margin-left:10%;
	  margin-right:10%;
	  display:block;
	  text-align:center;
	  margin-top:20px;
	  margin-bottom:30px;	   
	 }
      .case-row .ti{
	width: 86%;
	padding-left:7%;
	padding-right:7%;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	text-align: center;
	background-color: #ededed;
	-moz-border-radius: 5px 5px 0px 0px; /* Firefox */
	-webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
	-khtml-border-radius: 5px 5px 0px 0px; /* Konqueror */
	border-radius: 5px 5px 0px 0px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	color: #1a6bad;
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
	  }
	  .case-row .img-logo{
	width: 86%;
	padding-left:7%;
	padding-right:7%;
	  display:block;
	  text-align:center;
	  background-color:#f5f5f5;	 
	    -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
	    -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
	    -khtml-border-radius: 0px 0px 5px 5px; /* Konqueror */
	    border-radius: 0px 0px 5px 5px; /* Opera 10.50 and later (CSS3 standard) */
	    behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
		padding-top:30px;
		padding-bottom:0px;
	  }
	  .case-row .img-logo ul{
  	    width: 100%;
		display:block;
		text-align:center;
	  }
  	  .case-row .img-logo li {
	  }
	  .case-row .img-logo li img {
	    width:100%;
		float:left; 
 	    border: 1px solid #ccc;		
 	     -moz-border-radius: 5px; /* Firefox */
 	     -webkit-border-radius: 5px; /* Safari, Chrome */
 	     -khtml-border-radius: 5px; /* Konqueror */
 	     border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
 	     behavior: url(border-radius.htc); /* IE6, IE7, IE8 */  
	  }
	
	
	  @media only screen and (min-width: 990px) {		
  	  .case-row .img-logo li {
	   width:21%;
 	   display: inline-block;
	   margin-left:1.5%;
	   margin-right:1.5%;
	   margin-bottom:22px;
	  }
      }

     @media only screen and (min-width: 681px) and (max-width: 990px) {		
  	  .case-row .img-logo li {
	   width:46%;
 	   display: inline-block;
	   margin-left:1.5%;
	   margin-right:1.5%;
	   margin-bottom:22px;
	  }
	 }

     @media only screen and (min-width: 0px) and (max-width: 680px){
      .case-row .img-logo li {
	   width:45%;
 	   display: inline-block;
	   margin-left:1.5%;
	   margin-right:1.5%;
	   margin-bottom:22px;
	  }
     } 
	
	
	/* 網站開發 */
	
	  .web-form{
		width:88%;
		margin-left:6%;
		margin-right:6%;
		display:block;
		text-align:center;						
		}
		.web-form img{
		width:100%;
		display:block;
		text-align:center;						
		}
	
	
	/* 商用套裝軟體 */
	
	  .product-main-list {
		width:92%;
		margin-left:4%;
		margin-right:4%;
		text-align:center;
		margin-top:35px;
		margin-bottom:35px;	
  	  } 
	  .product-main-list ul {
		width:100%;
		text-align:center;		
  	  }
	  .product-main-list li {
	text-align: center;
	display: inline-block;
	background-color: #f5f5f5;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	overflow: hidden;
	border: 1px solid #ccc;
  	  }
	   
	   .product-main-list li a {
	   	width: 100%;
	   	text-align: center;
	   	text-decoration: none;
    	} 	  
	    .product-main-list li a img {
		width:100%;
		text-align:center;	
    	} 
		.product-main-list li a strong {
	   	width: 100%;
		display:inline-block;
	   	text-align: center;
	   	font-size: 130%;
	   	line-height: 140%;
	   	font-weight: normal;
	   	color: #333;
	   	text-decoration: none;
	   	padding-top:15px;
	   	padding-bottom:20px;
		color:#1a6bad;
    	} 
		.product-main-list li a samp {
	   	 width: 100%;
	   	 text-align: center;
	   	 display: inline-block;
	   	 font-size: 100%;
	   	 line-height: 100%;
	   	 font-weight: normal;
	   	 color: #333;
	   	 text-decoration: none;
	   	 padding-top: 25px;
	   	 padding-bottom: 25px;
	   	 border-top-width: 1px;
	   	 border-top-style: dashed;
	   	 border-top-color: #ddd;
    	} 
		
		.product-main-list li a:hover strong {
	   	color: #e44d26;
    	} 
	
	   @media only screen and (min-width: 990px) {		  	  
	    .product-main-list li {
  	      width: 30%;
	      margin-left: 1.3%;
	      margin-right: 1.3%;
	      margin-bottom: 30px;
    	  }
       }
 
       @media only screen and (min-width: 681px) and (max-width: 990px) {		
  	    .product-main-list li {
  	      width: 43%;
	      margin-left: 3%;
	      margin-right: 3%;
	      margin-bottom: 30px;
    	  }
	   }

       @media only screen and (min-width: 0px) and (max-width: 680px){
   	    .product-main-list li {
  	      width: 90%;
	      margin-left: 5%;
	      margin-right: 5%;
	      margin-bottom: 30px;
    	  }
       } 
	   
	     /* button */
	   
	     .detail-bu {
		   width:100%;
		   text-align:center;
		   display:inline-block;
		   margin-bottom:50px;
    	}	
	    .detail-bu a {
		   width: 150px;
		   background-color: #1a6bad;
		   text-align: center;
		   display: inline-block;
		   font-size: 120%;
		   line-height: 200%;
		   font-weight: normal;
		   color: #FFF;
		   text-decoration: none;		   
		   -moz-border-radius: 5px; /* Firefox */
		   -webkit-border-radius: 5px; /* Safari, Chrome */
		   -khtml-border-radius: 5px; /* Konqueror */
		   border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
		   behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
		    -webkit-transition: all 0.3s;
	        -moz-transition: all 0.3s;
	         transition: all 0.3s;
  	    }
		.detail-bu a:hover {
		   background-color: #e44d26;
  	    }		   
	   
	   
	   
	   /* 產品內容 */
	   
	    .product-detail  {
	   	width: 100%;
	   	text-align: center;
	   	text-decoration: none;
		margin-top:20px;
    	}	  
	   .product-detail .ti {
	     width: 70%;
		 margin-left:15%;
		 margin-right:15%;
	     text-align: center;
	     text-decoration: none;
	     border-bottom-width: 2px;
	     border-bottom-style: solid;
	     border-bottom-color: #1a6bad;
	     font-size: 140%;
	     line-height: 120%;
	     font-weight: normal;
	     color: #1a6bad;
	     padding-top:15px;
	     padding-bottom:20px;
	     margin-bottom:25px;
    	}
		.product-detail .text {
	     width: 70%;
		 margin-left:15%;
		 margin-right:15%;
		 text-align:left;
		 margin-bottom:40px;
    	}
		.product-detail .text ul {
	      width: 100%;
    	}
		.product-detail .text ul li {
		 text-align: left;
		 display: inline-block;
		 padding-top: 10px;
		 padding-bottom: 10px;
		 font-size: 100%;
		 line-height: 150%;
		 font-weight: normal;
		 color: #333;
		 text-decoration: none;
		 background-image: url(../images/list-icon.png);
		 background-repeat: no-repeat;
		 background-position: left top;
    	}	 
		.product-detail .text ul li strong {
	 	 font-size: 110%;
  	     color: #1a6bad;
	     font-weight: bold;
    	}	 
		
	   
	   @media only screen and (min-width: 990px) {		  	  
		.product-detail .text ul li {
	      width: 93%;
	      padding-left: 7%;
    	}
		.product-detail {			
   		  padding-top:290px;
    	}
       }
 
       @media only screen and (min-width: 481px) and (max-width: 990px) {		
  	    .product-detail .text ul li {
	      width: 88%;
	      padding-left: 12%;
    	}
		.product-detail {			
   		  padding-top:290px;
    	}
	   }

       @media only screen and (min-width: 0px) and (max-width: 480px){
   	     .product-detail .text ul li {
	      width: 78%;
	      padding-left: 22%;
    	}
		.product-detail {			
   		  padding-top:190px;
	      -moz-background-size:250%;
	      -webkit-background-size:250%;
	      -o-background-size:250%;
	      background-size:250%;
    	}
       } 
	   
	   
	   /**/
	    .main-ap .prod-bg-01 {
	      background-image: url(../images/product-main-01.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	}
		.main-ap .prod-bg-02 {
	      background-image: url(../images/product-main-02.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	} 		  
	    .main-ap .prod-bg-03 {
	      background-image: url(../images/product-main-03.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	}
		.main-ap .prod-bg-04 {
	      background-image: url(../images/product-main-04.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	}
		.main-ap .prod-bg-05 {
	      background-image: url(../images/product-main-05.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	} 		  
	    .main-ap .prod-bg-06 {
	      background-image: url(../images/product-main-06.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	} 	
		.main-ap .prod-bg-07 {
	      background-image: url(../images/product-main-07.jpg);
  	      background-repeat: no-repeat;
	      background-position: center top;
    	} 	
	   
	   
	   
	    .product-detail .img {
	       width: 70%;
		 margin-left:15%;
		 margin-right:15%;
		  display:inline-block;
		  text-align:center;
		  margin-bottom:50px;
    	}
		 .product-detail .img img {
	      width: 100%;
  	        -moz-border-radius: 5px; /* Firefox */
  	        -webkit-border-radius: 5px; /* Safari, Chrome */
  	        -khtml-border-radius: 5px; /* Konqueror */
  	        border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
  	        behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
            -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    	}
	
			
	/* demo */		
	.demo-row{
	 width:100%;
	 min-height:280px;
	 display:inline-block;
	 }
	.demo-row img{
	 width:100%;
	 display:inline-block;
	 float:left;
	}
		
		
	