﻿/************************************************************************************
GENERAL STYLING
*************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face {
    font-family: Helvetica Neue;
    src: url('HelveticaNeue.woff') format('woff');
}

@font-face {
    font-family: MHeiHK;
    src: url('MHeiHK.woff') format('woff');
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset {
  margin: 0;
  padding: 0;
  font-family:  MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;
  /*font-family: 'Noto Sans', 'Noto Sans TC', Microsoft JhengHei, 微軟正黑體, Helvetica, Arial, sans-serif;*/
  color: #000000;
}

body {
  background: #f2f2f2;
}

img {
  border: 0;
}


/* set image max width to 100% */

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

a {
  color: #774fda;
  text-decoration: none;
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer;
}

a:hover {
  color: #774fda;
  /*text-decoration: underline;*/
  cursor: pointer;
}

#photoheadline {
  font-size: 55px;
  font-weight: bold;
  line-height: 0%;
  float: left;
  height: 150px
}

.remark { font-size: 14px;line-height: 120%; width: 100%;height: auto;display: inline-block; }
.tdtop { vertical-align: top; }

h1 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h2 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h3 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h4 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h5 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h6 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h7 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }



/************************************************************************************
form new style
*************************************************************************************/    

.lablcol3 {
    display : inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    width: 30%;
    float: left;
}
.lablcol3 > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.lablcol3 > input + div{ /* DIV STYLES */
    cursor:pointer;
    border: 1px solid #c5c5c5;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.lablcol3 > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #fff;
    border: 2px solid #774fda;
}    

.lablcol2 {
    display : inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    width: 47.5%;
    float: left;
}
.lablcol2 > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.lablcol2 > input + div{ /* DIV STYLES */
    cursor:pointer;
    border: 1px solid #c5c5c5;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.lablcol2 > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: #fff;
    border: 2px solid #774fda;
}    


.lablspace { width: 5%;height: auto;display: inline-block;float: left; }

.labltitle { padding: 7px 0px !important; }
.forminputframe { width: 50%;height: auto;display: inline-block;float: left;margin: 15px 0px; }
.formheader { width: 150px;height: auto; display: inline-block;vertical-align: top;text-align: left;margin-top: 8px;margin-bottom: 10px; }
.forminput {width: 70%;height: auto; display: inline-block;vertical-align: top; }
.formtoR { text-align: right; }
.formspace { clear: both;height: 1px; }
.formerrtxt { font-size: 14px;color: #FF0000;width: 100%;height: auto;display: inline-block;text-align: left; }
.lablRspace { margin-right: 0px !important; } 

/************************************************************************************
form
*************************************************************************************/
input[type=text] { 
    width: 100%;
	/*padding: 8px 5px 8px 5px;*/
    margin: 5px 0px 5px 0px;
    box-sizing: border-box;
	border: 1px solid #C5C5C5;
    border-radius: 5px;
	font-size: 20px;
	font-family:  MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;
}
.formpulldown { width: 100%; padding: 8px 5px 8px 5px; /*margin: 5px 0px 5px 0px;*/ box-sizing: border-box; border: 1px solid #C5C5C5; border-radius: 5px; font-size: 20px; font-family:  MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; background: #FFF}
.formformat { float: left;width: 300px;line-height: 120% }
.validate_error { display: none; }
.formalerttxt { color: #FF0000; padding-top: 10px; padding-left: 20px }
.meitudes { font-size: 18px;line-height: 140%;font-weight: bold; }
.tdwidth{width: 6%;line-height: 180%; }
.anametop { position:relative; top:-85px; display: block; }

/************************************************************************************
SIMpaln most
*************************************************************************************/
.mofferframemain { width: 65%; margin: 15px 10px; display: inline-block; vertical-align: top; }
.mofferframe {  width: 100%; height: 490px; border: #70009B 3px solid; display: inline-block; border-radius: 20px; text-align: center; cursor: pointer;position: relative;}
.mofferframe:hover { border: #c10080 3px solid; }
.mofferframeselect {  width: 100%; height: 490px; border: #c10080 3px solid; display: inline-block; border-radius: 20px; text-align: center; }

/************************************************************************************

*************************************************************************************/
.tablewidth { width: 88%;max-width: 1600px; }
.displaypc { display: inline-block; }
.displaymob { display: none; }
.termstxttc { font-size:12px }

/************************************************************************************
BUTTON
*************************************************************************************/
#topmenutxt {
  font-size: 18px;
  clear: both;
  color: #FFFFFF;
  margin: 6px 40px 4px 40px;
  font-weight: bold;
  pointer-events: none;
}

.topmenu3up {
  /*background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;*/
  background-color: #774fda;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
}

.topmenu3up:hover {
  /*background: url(bg_button.jpg) no-repeat;
  background-size: 250%;*/
  background-color: #8635dd;
}

.formsubmit {
  /*background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;*/
    background-color: #774fda;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 140px;
    height: 42px;
    margin: 10px;
    border-radius: 100px;
}

.formsubmit:hover {
  /*background: url(bg_button.jpg) no-repeat;
  background-size: 250%;*/
  background-color: #8635dd;
}

.formreset {
    background-color: #AFAFAF;
	/*background-image: -webkit-linear-gradient(top, #AFAFAF, #929292);
    background-image: -moz-linear-gradient(top, #AFAFAF, #929292);
    background-image: -ms-linear-gradient(top, #AFAFAF, #929292);
    background-image: -o-linear-gradient(top, #AFAFAF, #929292);
    background-image: linear-gradient(to bottom, #AFAFAF, #929292);*/
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 140px;
    height: 42px;
    margin: 10px;
    border-radius: 100px;
}

.formreset:hover {
    background: #AFAFAF;
}

/************************************************************************************
TOP
*************************************************************************************/

.logo3d {
  width: auto;
  height: 50px;
  margin: 11px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#topmainbutton {
  background: #FFFFFF;
  width: 100%;
  max-width: 1600px;
  clear: both;
  position: fixed;
  z-index: 999;
  height: 73px;
  border-bottom: #CCCCCC solid 1px;
}

#topheight {
  clear: both;
  height: 74px
}

#topheader {
  background: rgba(255,255,255,0);
  clear: both;
  padding: 0px 0px 0px 15px;
}


/************************************************************************************
SPACE
*************************************************************************************/

#height10px {
  clear: both;
  height: 10px
}

#height20px {
  clear: both;
  height: 20px
}

#height30px {
  clear: both;
  height: 30px
}


/************************************************************************************
FOOTER
*************************************************************************************/

#pagefooter {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  clear: both;
  background: #f1f1f1;
  padding: 10px 0px 0px 0px;
}

#footer {
  clear: both;
}

#footer a {
  color: #959595;
}

#copyright {
  font-size: 12px;
  color: #959595;
  padding: 2px 0px 0px 10px;
  float: left;
}

#chlogo {
  float: right;
  padding: 0px 10px 0px 0px;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  background-color: #ffffff;
}

