@charset "utf-8";
.content{
	margin: 0 auto;
	width: 100%;
	margin-top: 5px;
}

/*about*/
.content .support{
	margin: 0 auto;
	max-width: 750px;
	height: 100px;
}
.content .support_title{
	margin: 0 auto;
	padding-top: 80px;
	font-family: Microsoft JhengHei;
	font-size: 25px;
	font-weight:bold;
	color: #333333;
	max-width: 750px;
	text-align: left;
	letter-spacing: 5px;
}
.content .supwrapper{
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.content .suptitle{
	font-family: Microsoft JhengHei;
	font-size: 18px;
	font-weight:bold;
	color: #333333;
	padding: 30px 20px 0px;
}
.content .suptext{
	font-family: Microsoft JhengHei;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 15px 20px 0px;
}
.content .suptext ul{
	padding-top: 5px;
	list-style-type: disc;
	margin-left: 25px;
}
.content .suptext li{
	font-family: Microsoft JhengHei;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding-left: 10px;
}
.content .line{
	height: 0px;
	color: #E0E0E0;
	overflow:hidden;
	border-top:1px solid #E0E0E0;
	margin-top: 20px;
}
.content .suptext table {
  background:white;
  border:2px solid #CCCCCC;
  margin-bottom:30px;
  max-width:700px;
  margin: 0 auto;
  margin-top: 10px;
}
.content .suptext table thead {
  background:#CCCCCC;
}
.content .suptext table td {
  line-height:30px;
  text-align:center;
  padding: 0px 25px;
}
.content .suptext table tbody > tr > td {
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#CCCCCC;
  border-left-style:solid;
  border-left-width:1px;
}
.content .suptext table tbody > tr > td:first-child {
  border-left-style:none;
}
/*modify*/
.content .modifytitle{
  font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  font-size: 17px;
  color: #333333;
  padding: 30px 20px 0px;
  text-align: center;
  line-height: 30px;
}
.modify-frm {
    background: #FFF;
    padding: 20px 0px 0px 0px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-align: center;
}
.modify-frm label {
    display: inline-block;
    margin: 0px 0px 5px;
}
.modify-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.modify-frm input[type="text"], .modify-frm input[type="email"], .modify-frm input[type="password"], .modify-frm textarea{
    border: 1px solid #CCC;
    color: #888;
    height: 35px;
    line-height:15px;
    margin-bottom: 4px;
    margin-right: 6px;
    margin-top: 10px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 200px;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-align: center;
}
.modify-frm .sendbtn{
  text-align: center;
  margin-top: 10px;
}
.modify-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 50px 10px 50px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
}
.modify-frm .button:hover {
    color: #FFF;
    background-color: #F7B100;
    border-color: #ADADAD;
}
/*registered*/
.content .regtext{
  font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  padding: 15px 20px 0px;
}
.btnwrapper{
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.registerbtn {
  width: 180px;
  background-color: #A1A1A2;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  margin-top: 10px;
}
.registerbtn a{
  font-size: 15px;
  font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  color: #FFF;
  text-align: center;
}
.registerbtn a:hover{
  width: 180px;
  background-color: #F7B100;
  font-size: 15px;
  font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}
#demo-table,.css-table{
  width: 99.9%;
  background-color: #ffffff;
  border-collapse: collapse;
  margin: 20px 0px;
}

#demo-table td, #demo-table th,
.css-table .td, .css-table .th{
  padding: 1px;
}

#demo-table td,
.css-table .td{
  color: #666666;
  border: #ddd 1px solid;
  text-align: center;
}
a:hover {
    color: #333;
}
a {
    color: #222;
    cursor: pointer;
}


#demo-table th,
.css-table .th{
  background-color: #1a1a1a;
  color:#ffffff;
  border: #1a1a1a 1px solid;
  text-align: center;
}


.css-table{
  display: table;
  display: none;
}
.css-table .thead{
  display:table-header-group;
}
.css-table .tbody{
  display:table-row-group;
}
.css-table .tr{
  display:table-row;
}
.css-table .th,
.css-table .td{
  display:table-cell;
}


@media only screen and (max-width: 960px) {
  .hide-column .large{
    display: none;
  }
  .css-table{
    background-color: transparent;
  }
  .css-table .thead{
    display: none;
  }
  .css-table .tr{
    display:block;
    border: #ddd 1px solid;
    margin-bottom: 5px;
    background: #ffffff;
  }
  .css-table .th,
  .css-table .td{
    display:inline-block;
    width: 48%;
    border: none;
  }
}
@media only screen and (max-width: 720px) {
  .hide-column .mobile{
    display: none;
  }
  #demo-table td,
.css-table .td{
  text-align: left;
}

  .scroll-left:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  .scroll-left thead:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  .scroll-left{ width: 100%; border-collapse: collapse; border-spacing: 0; }
  .scroll-left th,
  .scroll-left td { margin: 0; vertical-align: top; }
  .scroll-left th { text-align: left; }
  .scroll-left{ display: block!important; position: relative; width: 100%; }
  .scroll-left thead { display: block; float: left; }
  .scroll-left tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
  .scroll-left thead tr { display: block; }
  .scroll-left th { display: block; text-align: right; }
  .scroll-left tbody tr { display: inline-block; vertical-align: top; margin:0px -2px;}
  .scroll-left td { display: block; min-height: 1.25em; text-align: left; }

  /* sort out borders */
  .scroll-left th { border-bottom: 0; border-left: 0; }
  .scroll-left td { border-left: 0; border-right: 0; border-bottom: 0; }
  .scroll-left tbody tr { /*border-left: 1px solid #babcbf;*/ }
  .scroll-left th:last-child,
  .scroll-left td:last-child { border-bottom: 1px solid #babcbf; }


  /* Force table to not be like tables anymore */
  .break-table{
    background-color: transparent !important;  
  }
  .break-table, 
  .break-table thead, 
  .break-table tbody, 
  .break-table th, 
  .break-table td, 
  .break-table tr { 
    display: block; 
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .break-table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .break-table tr { border: 1px solid #ccc; margin-bottom: 10px; background-color: #ffffff;}

  .break-table td { 
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;  
    position: relative;
    padding-left: 35% !important; 
    white-space: normal;
    text-align:left;
  }

  .break-table td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 30%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    color: #1a1a1a;
  }
  .break-table td:before { content: attr(data-title); }

  .css-table .th,
  .css-table .td{
    display:block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hide-column .small{
    display: none;
  }
}


/*store*/
.content .storecontent{
	max-width: 750px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
.content .storewrapper{
	max-width: 350px;
	display: inline-block;
	padding: 0px 50px;
}
.content .storename {
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 20px;
	color: #222;
	max-width: 325px;
	margin-top: 35px;
}
.content .storename a{
  color: #222;
  }
.content .storeaddress{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 325px;
	margin-top: 10px;
}
.content .onlinewrapper {
  max-width: 1350px;
  margin: 0 auto;
}
.content .onlinecontent {
  margin:0 auto;
  width:50%;
  display: inline-block;
  float: left;
}
.content .linkcontent {
  margin: 0 auto;
  width: 50%;
  display: inline-block;
  float: left;
  background-color: #000;
  padding: 20px 60px;
  height: 500px;
}

.content .notetext{
  font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
}
.content .titletext{
  font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  margin-top: 10px;
  display: inline-block;
  width: 80px;
}

@media only screen and (min-width:768px) and (max-width:991px){
	.content .storecontent{
		max-width: 325px;
	}
	.content .storewrapper{
	padding: 0px 5px;
    }
}
@media only screen and (max-width:767px){
    .content .storecontent{
		max-width: 325px;
	}
	.content .storewrapper{
	padding: 0px 5px;
    }
    .content .linkcontent {
    width: 675px;
    }
}
@media only screen and (min-width:510px) and (max-width:1014px){

}