td.address {
	width: 11% !important;
}

td.address-detail {
	width: 26% !important;
}

span.address-search {
	vertical-align:middle;
	width: 80px;
	display: inline-block;
}

td.left-header {
	width: 37% !important;
}

td.left-header2 {
	width: 30% !important;
}

table.footer-buttons {
	border: none;
	width: 80%;
}

td.footer-button-left {
	width: 25%;
}

td.footer-button-right {
	width: 75%;
}

td.next-button {
	width: 75%;
}

button.tall-button {
	padding: 0px;
}

span.arrow-button {
	margin-top: -9px !important;
}

table.loan-main-table {
	width: 80%;
}

td.loan-cell {
	border: solid 1px;
}

.break-all {
	word-break: break-all;
}

.mt10px {
	margin-top: 10px;
}

.mb10px {
	margin-bottom: 10px;
}

.ml10px {
	margin-left: 10px;
}

.mt-n10px {
	margin-top:-10px;
}

.ml30px {
	margin-left: 30px;
}

.no-border {
	border: none;
}

.no-wrap {
	white-space: nowrap;
}

.pl50px {
	padding-left: 50px;
}


.pt10px {
	padding-top: 10px;
}

.p10px {
	padding: 10px;
}

.pb35px {
	padding-bottom: 35px;
}

.p-vert-5px {
	padding:0 5px;
}

.p-vert-30px {
	padding: 0 30px;
}

.va-t {
	vertical-align: top;
}

.w20 {
	width:20%;
}

.w37-5 {
	width:37.5%;
}

.w62-5 {
	width:62.5%;
}

.w100px {
	width: 100px;
}

.w120px {
	width: 120px;
}

.w126px {
	width: 126px;
}

.w60px {
	width: 60px;
}

.w90px {
	width: 90px;
}

.w120px {
	width: 120px;
}

.w150px {
	width: 150px;
}

.w160px {
	width: 160px;
}

.w162px {
	width: 162px;
}

.w180px {
	width: 180px;
}

.w200px {
	width: 200px;
}

.w310px {
	width: 310px;
}

.w100per {
	width: 100%;
}

.w111px {
	width: 111px;
}

.w150px {
	width: 150px;
}

.w195px {
	width: 195px;
}


.break-all {
	word-break: break-all;
}

.break-word {
	word-break: break-word;
}

.pb5px {
	padding-bottom: 5px;
}

.h66px {
	height: 66px;
}

.h110px {
	height: 110px;
}

.fs20px {
	font-size: 20px;
}

.radio-navi-wide input[type='radio'] {
    display: none;
}
.radio-navi-wide input[type='radio'] + label {
    background: url("../images/icon/icon_radio1.png") no-repeat 10px, linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
    background-size: 20px, 100%;
    padding: 11px 0px 11px 10px;
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid rgb(166, 166, 166);
    border-image: none;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    cursor: pointer;
    min-width: 145px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.radio-navi-wide input[type='radio'] + label:hover {
    background: url("../images/icon/icon_radio1.png") no-repeat 10px, #f4f4f4;
    background-size: 20px, 100%;
}
.radio-navi-wide input[type='radio']:checked + label {
    background: url("../images/icon/icon_radio2.png") no-repeat 10px, rgb(235, 245, 255);
    background-size: 20px, 100%;
    border: 1px solid rgb(12, 63, 135);
    border-image: none;
    color: rgb(10, 62, 134);
}
.radio-navi-wide input[type='radio']:disabled + label {
    cursor: default;
}
.radio-navi-wide input[type='radio']:not(:nth-child(1)) + label {
    margin-left: 15px;
}

.small-caution {
	color: red;
	font-size: 12px;
	font-weight: bold;
}