@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(255,255,255,1);  padding: 0;
}}

#nav ul li a {    color: #555;}
#nav ul li a:hover{    color: #0072ba;}
#nav ul li.current a{    color: #1364a1;}
#nav .subnav {  background-color: rgba(255,255,255,0.95);}
#side ul li.current>div a {    color: #069;}
.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}
a {    color: #0072ba;}
a:hover {    color: #0072ba;    font-weight: bold;}
.fcol.fcol-header {    background: url(https://static.iyp.tw/38893/files/a5eebb4a-bc97-43a4-b36e-bf02d61cafa4.png) repeat-x bottom rgba(0,114,186,0.35);}
.h1title {
    color: #fff;
    letter-spacing: 10px;
}
body.load-cell .h1title {   letter-spacing: 0;}
.fcol h2 {
    color: #04448b;
    font-weight: normal;
    line-height:2;
}
.fcol h3 {    line-height:2;}
body.about-us .fcol.fcol-2 {    background:url(https://static.iyp.tw/38893/files/7f00a3bc-a337-4ecf-825e-def7a3cb3926.png) no-repeat center rgba(0,0,0,0.05);}
body.index .fcol.fcol-2 {    background:url(https://static.iyp.tw/38893/files/7f00a3bc-a337-4ecf-825e-def7a3cb3926.png) no-repeat center rgba(0,0,0,0.05);}
body.about-us .fcol.fcol-4 {    background:url(https://static.iyp.tw/38893/files/5c030eb5-52f7-4cc7-b180-d88f43920e69.png) no-repeat center rgba(0,0,0,0.05);}
#breadcrumb li a {    color: #069;}
#breadcrumb li {    color: #069;}
ul.product-list li a {
    color: #0072ba;
    background-color: rgba(255,255,255,0.95);
}
ul.product-list li a:hover {    color: #464646;}
ul.product-list li h3 {
    border-top: 1px #990000 solid;
    padding: 0px 16px 0 16px;
}

#foot-nav {    display: none;}
.contact-row {    padding: 1em 0 1.5em;}
.contact-row h5 {    border-bottom: 2px rgba(255,255,255,0.35) solid;}
#contact-info ul {    margin-top: 10px;}
#function #post-share {    margin-top: 10px;}
 
/*banner下移*/
@media only screen and (min-width: 768px){
#banner {  top: 110px;}
  #main-wrap {    margin-top: 110px;}}

/*關多餘格子*/
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/*圖片放大透明*/
.picc { 
    opacity: 1; /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 
    margin:0 auto;
    overflow: hidden;
} 
.picc img { 
    opacity: 1; 
    filter: Alpha(Opacity=100); 
  margin:0 auto;
  -webkit-transform: scale(1);
  -webkit-transition: 1s;
} 
.picc img:hover { 
  opacity: .5; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 
