@charset "utf-8";
/* CUBE Interactive : 2017-8-24 */

@import url(word.css);
@import url(menu-style.css);
@import url(frame-header.css);
@import url(frame-footer.css);


body{
	background:#ededed;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, SealmemoryHeader,"DFKai-sb","Microsoft JhengHei", serif;
}

a,strong,samp{
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, SealmemoryHeader,"DFKai-sb","Microsoft JhengHei", serif;
}

body,html {
	height: 100%;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }

fieldset,img { border: none; }
abbr,acronym { border: 0; }



 /* goTop */
 .goTop{
	width: 50px;
	height:50px;
	position: absolute;
	right: 15px;
	bottom: 100px;
	z-index: 3000;
  } 
  .goTop div {
	width: 100%;
  }
  .goTop .ups a {
	font-size: 0px;
	width: 50px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bu-gotop-up.png);
	background-repeat: no-repeat;
	background-position: center center;
  }
    .goTop .down a {
	font-size: 0px;
	width: 50px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bu-gotop-down.png);
	background-repeat: no-repeat;
	background-position: center center;
  }

   @media only screen and (min-width: 990px) {	  
     .goTop {display:inline-block;}	  
     .goTop{
	 background-image: url(../images/bu-gotop.png);
  	 background-repeat: no-repeat;
	 background-position: center center;}
   }

   @media only screen and (min-width: 681px) and (max-width: 990px) {
     .goTop {display:inline-block;}
	 .goTop{
	 background-image: url(../images/bu-gotop.png);
  	 background-repeat: no-repeat;
	 background-position: center center;}
   }

   @media only screen and (min-width: 0px) and (max-width: 680px){
    .goTop {display:none;}
	
    .goTop div {display:none;}
   }   


 
