html {
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.floatLeft {
    float: left;
}
.colorVyNDEX0 {
    color: #7e8080;
}
.colorVyNDEX11 {
    color: #b0d5fd;
}
.colorVyNDEX12 {
    color: #6db2e4;
}
.colorVyNDEX13 {
    color: #4599c4;
}
.colorVyNDEX14 {
    color: #25778f;
}
.colorVyNDEX21 {
    color: #9de5d8;
}
.colorVyNDEX22 {
    color: #64b7c7;
}
.colorVyNDEX23 {
    color: #358e91;
}
.colorVyNDEX31 {
    color: #a1dbdb;
}
.colorVyNDEX32 {
    color: #55aaa0;
}
.colorVyNDEX41 {
    color: #87c6ba;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333333;
    /* overflow: hidden; */
}
ol,
ul {
    list-style-type: disc;
}
p {
    margin: 0;
}
#page {
    display: table;
    width: 100%;
    height: 100%;
}
#headerGroup {
    display: table-row;

    width: 100%;
    height: 160px;
    /*    float: left;*/
}
#logoArea {
    margin-left: 100px;
}
#pageTitle {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    height: 20px;
    color: #6db2e4;
}
#mainGroup {
    display: table-row;
/*    min-height: 100%; */
}
#installArea {
    text-align: center;
    margin-top: 40px;
}
#appealPoint {
    margin: 20px 20px;
    font-size: 20px;
    color: #64b7c7;
}
#download {
    width: 600px;
    margin: 20px auto;
    border: 1px;
    padding: 5px;
}
#legal {
    font-size: 12px;
    color: #4599c4;
}
#inquiry {
    font-size: 16px;
    color: #64b7c7;
}
.downloadUrl {
    font-size: 24px;
    font-weight: bold;
    color: #0000FF;
    cursor: pointer;
}
.downloadUrl:hover: {
    text-decoration: underline;
}

#personalInfo input.formText {
  width: 30em;
  height: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 3px;
  border: solid 1px #7e8080;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
}

#personalInfo input[type=tel] {
  padding-left: 4.5em;
}

#personalInfo span.requiredMark {
  position: absolute;
  margin-top: 0.5em;
  margin-left: 0.2em;
  color: red;
}

#personalInfo div.intl-tel-input {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#submitButton {
    padding: 1em;
    margin: 0.5em;
    font-size: 24px;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
    background-color: #e8e8e8;
    color: white;
}
#submitButton.canSubmit {
    background-color: #6db2e4;
}
#submitButton:hover.canSubmit {
    background-color: #4599c4;
}
.subDownloadUrl {
    color: #0000FF;
    cursor: pointer;
}
.subDownloadUrl:hover {
    text-decoration: underline;
}

#footerGroup {
    display: table-row;
    width: 100%;
    height: 2em;
    background-color: #f7f7f7;
}

#footerGroup #copyright{
  text-align: center;
  margin: 0.5em;
}

#attentionArea {
    margin: 20px auto;
    width: 600px;
    border: solid 1px;
    padding: 5px;
    color: #7e8080;
}
#attentionArea > .attention {
    font-weight: bold;
}
.infoArea {
  padding: 0.5em;
}

.noLinks{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
