* {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
}

i, span.fa {
    font-family: FontAwesome !important;
}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    border: solid 0px;
    z-index: 3;
    padding: 0px 0px 0px 0px;
    background-color: #474B59;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #7591A4;
}

.headerNav p{
    padding: 6px 0;
    color: white;
    font-size: initial;
    padding: 18px 0;
    text-align: center;
}


header .headerInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


body {
    -webkit-text-size-adjust: 100%;
    color: #464C59;
    background: #FFF;
    position: relative;
    font-size: 1.4rem;
}

.alignCenter{
    text-align: center;
	vertical-align: middle!important;
}

#main {
    padding: 120px 0px 0px 0px;
    box-sizing: border-box;
	max-width: 1000px;
    margin: 0 auto;
}


.lp_Title {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 120%;
}
#contents {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
}

form[role=login] > div {
    text-align: center;
}

.login-input-box {
    width: 340px;
    border: 1px #dcdcdc solid;
    padding: 20px;
    margin: 0px auto;
}


form input {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

form[role=login] input, form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
    border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
}

.form-control-login {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.infoArea{
	padding: 90px 0px;
	width: 80%;
	max-width: 1200px;
    margin: 0 auto;
}

.infoTable .propTitle{
	max-width: 60px;
}

.officeSeal{
	margin-right: 15px;
}

.borderLine{
	border-bottom: solid #008080;
}


.borderRed{
	border: solid #f30000;
	padding: 12px;
}

.required {
    padding: 0 4px;
    background: #d80000;
    color: #ffffff;
    font-size: 0.85em;
    float: right;
}

.inputArea,.userInfoArea,.btnArea {
	width: 90%;
    margin: 10px auto;
}

.btnArea input{
	width: 15%;
	margin-left: 15px;
}

input[type=radio],input[type=checkbox] {
	vertical-align: top;
}
.unsetVertical{
	vertical-align: unset!important;
}
@media all and (-ms-high-contrast: none){
	input[type=radio],input[type=checkbox]{
		vertical-align: sub;
	}
}

.redLetter{
	color:red;
}
.inlineLetter{
	display: inline;
	padding: 10px;
}

.notice{
	font-size: small;
    padding-top: 10px;
}

_::-webkit-full-page-media, _:future, :root .inlineLetter {
    padding: 5px;
}

.output{
	padding: 10px 0 10px 10px;
}

.form-control[readonly]{
    background-color: #fff;
}

.displayNone{
	display: none;
}

ul {
	list-style: none;
}

.borderNone{
	border:none!important;
}

.clearBoth{
	clear: both;
}

.inputTable{
	width: 55%;
}
.inputTable input{
	display: inline-block;
}
.inputTable .autoWid{
	width: auto;
}
.inputTable .wid120{
	width: 120px;
}

.alignCenter label {
	padding-left: 15px;
}

.deliveryInfo{
	width: 40%;

}

@-moz-document url-prefix() {
	.table-firefox {
		border-collapse: separate;
	}
}

.tableHidden{
	visibility: hidden;
	border-bottom: hidden!important;
	border-right: hidden!important;
}

.borderHidden{
	visibility: hidden;
	border-top: hidden!important;
	border-left: hidden!important;
}


.float-left{
	float: left;
}
.float-right{
	float: right;
}

.propTitle{
	vertical-align: middle!important;
    background-color: #f3f3f3;
}


.minwWid{
 	min-width: 161px;
}
.margin-top{
	margin-top: 16px;

}


.largeSize{
	font-size: large;
    margin: 100px 0;
}

footer {
    color: #fff;
    width: 100%;
     margin-top: auto;
    text-align: center;
    background-color: #474B59;
    position: fixed;
    bottom: 0;
    z-index: 2;
}
footer p{
    margin: 10px;
}
