body {
  font-size: 75%;
  line-height: 1.5;
  background-color: #1d96d7;
  font-family: InspireTWDC, Helvetica, Arial, sans-serif;
  margin: 0;
  background: url("../image/backer-1x686pixels.png") repeat-x scroll center top #1d96d7;
  color: #253b56;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.container {
  min-width: 980px;
  margin: 0 auto;
  display: block;
  background: url("../image/background-main-stars.png") repeat-x scroll center top transparent;
}

.pageWrapper .pageContent {
    margin: 90px 0px 90px 0px;
    border-radius: 12px 12px 12px 12px;
    background-color: #fff;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.pageWrapper {
    width: 940px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.contentDetail {
    display: table;
    padding: 100px 150px;
}

img.character {
    display: table-cell;
    height: 310px;
    image-rendering: -webkit-optimize-contrast;
}

.contentMsg {
    padding-left:50px;
    display: table-cell;
    vertical-align: middle;
}

.head {
    text-align: left;
    font-size: 32px;
    color: #253856;
    line-height: 38px;
    padding-bottom: 10px;
}

.desc {
    text-align: left;
    color: #253856;
    font-size: 14px;
    line-height: 18px;
}

.d-hide {
	display: none;
}

@media only screen and (max-width: 750px) {
	
	body {
		background-color: initial;
		background: initial;
	}
	  .container {
		min-width: initial;
		margin: 0;
		width: 100%;
	  }
	  
    .pageWrapper {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .pageWrapper .pageDetail {
        background: white;
    }

    .pageWrapper .errorPage {
        background: white;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0px 40px;
        position: relative;
    }

    img.character {
        height: 256px;
        float: none;
        padding: 0px 0px 0px 0px;
        display:block;
        margin:auto;
    }

    .errorDetail {
        padding: 30px 10px;
    }

    .head {
        text-align: center;
        font-size: 24px;
        color: #253856;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .desc {
        text-align: center;
        color: #253856;
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 20px;
    }
	
	.d-hide {
		display: initial;
	}
	
	.m-hide {
		display: none;
}