@charset "utf-8";
#main .comBox {
	margin-bottom: 130px;
	padding-top: 75px;
}
#main .contactBox {
	margin-bottom: 80px;
}

#main .contactBox h2.thumbTtl {
	margin-bottom: 70px;
}

#main .contactBox .tabNavi {
	margin: 0 -55px 40px;
	width: 1190px;
}

#main .contactBox .tabNavi li {
	margin-left: 30px;
	width: 374px;
	float: left;
	position: relative;
	text-align: center;
	border: 1px solid #e32636;
}

#main .contactBox .tabNavi li:first-child {
	margin-left: 0;
}

#main .contactBox .tabNavi a {
	padding: 10px 5px 8px;
	display: block;
}

#main .contactBox .tabNavi .on a,
#main .contactBox .tabPanel .subTabNavi .on a {
	color: #FFF;
	text-decoration: none;
	background-color: #e32636;
}

#main .contactBox .tabNavi img {
	margin: 0 auto;
}

#main .contactBox .tabNavi .out {
	display: block;
}

#main .contactBox .tabNavi .over {
	display: none;
}

#main .contactBox .tabNavi .on a .out {
	display: none;
}

#main .contactBox .tabNavi .on a .over {
	display: block;
}

#main .contactBox .tabNavi span {
	margin-top: 3px;
	display: block;
	line-height: 1.3;
}

#main .contactBox .tabNavi .arrow {
	margin-left: -40px;
	position: absolute;
	bottom: -43px;
	left: 50%;
	display: none;
}

#main .contactBox .tabNavi .on .arrow {
	display: block;
}

#main .contactBox .tabPanel {
	margin: 0 -55px 75px;
	padding: 30px 50px;
	clear: both;
	border: 2px solid #e32636;
	border-radius: 9px;
	-webkit-border-radius: 9px;
}

#main .contactBox .tabPanel .subTabNavi {
	margin-bottom: 50px;
}

#main .contactBox .tabPanel .subTabNavi li {
	width: 524px;
	float: left;
}

#main .contactBox .tabPanel .subTabNavi li:first-child {
	margin-right: 35px;
}

#main .contactBox .tabPanel .subTabNavi a {
	padding: 8px;
	display: block;
	position: relative;
	color: #e32636;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e32636;
}

#main .contactBox .tabPanel .subTabNavi a:after {
	margin-left: -15px;
	display: none;
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 30px;
	height: 20px;
	background: url(../img/sim/arrow03.svg) no-repeat center center;
	content: '';
}

#main .contactBox .tabPanel .subTabNavi .on a:after {
	display: block;
}

#main .contactBox .tabPanel .pagesEle li {
	margin-right: 15px;
	padding-right: 32px;
	width: 235px;
	float: left;
	position: relative;
	font-size: 14px;
	text-align: center;
}

#main .contactBox .tabPanel .pagesEle02 li {
	width: 376px;
}

#main .contactBox .tabPanel .pagesEle .last {
	margin-right: 0;
	padding-right: 0;
	width: 235px !important;
}

#main .contactBox .tabPanel .pagesEle p {
	margin-bottom: 0;
	text-align: center;
}

#main .contactBox .tabPanel .pagesEle .title {
	margin-bottom: 16px;
	padding: 9px 9px 8px;
	background-color: #ffd9bf;
}

#main .contactBox .tabPanel .pagesEle span {
	padding: 6px 12px 5px 0;
	width: 88px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}

#main .contactBox .tabPanel .pagesEle input {
	margin-right: 5px;
	text-align: center;
	height: 23px;
}

#main .contactBox .tabPanel .pagesEle .mr {
	margin: 0 -5px 0 -2px;
	padding: 0;
	width: 17px;
	font-size: 14px;
	font-weight: normal;
}

#main .contactBox .tabPanel .pagesEle img {
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
}

#main .comBox .pTopText {
	font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#main .comTable {
	margin-bottom: 80px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #A9A9A9;
}

#main .comTable .trBorder th,
#main .comTable .trBorder td {
	background: none;
	border-top: 1px solid #A9A9A9;
}

#main .comTable th,
#main .comTable td {
	padding: 20px 15px;
	font-size: 14px;
	text-align: left;
	word-break: break-all;
	vertical-align: middle;
	border-radius: 0;
	background: url(../img/sim/line.gif) repeat-x left top;
}

#main .comTable th {
	width: 21.5%;
	line-height: 28px;
	position: relative;
	font-weight: normal;
}

#main .comTable .note {
	margin-bottom: 13px;
}

#main .comTable .note .note-sml {
	margin-bottom: 13px;
	font-size: 11px;
}

#main .comTable .error + .agct {
	margin-top: 13px;
}

#main .baseLine {
    margin: 0 0 -1px;
    position: relative;
    height: 1px;
    border: 0;
    z-index: 10;
    background: #A9A9A9;
}

#main .estimateTopTab {
	border: 0;
	margin: 0;
}

#main .estimateTopTab th {
	padding: 30px 0 0 2px;
	width: 14%;
	vertical-align: top;
}

#main .estimateTopTab th strong {
	font-size: 24px;
}

#main .estimateTopTab td {
	padding: 18px 0 18px 16px;
}

#main .comTable th span {
	float: right;
	padding: 0 12px;
	font-size: 14px;
	color: #e32636;
	border: 1px solid #e32636;
	border-radius: 3px;
	background-color: #fff;
	font-weight: normal;
}
#main .comTable#clientElem th {
	width: 20%;
}
#main .comTable#clientElem td {
	padding: 20px 10px;
}
#main .comTable td span {
	margin: 5px 0 -10px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

#main .comTable td span.error {
	color: #F00;
	margin: 5px 10px 0;
}

#main .comTable td .inBlock {
	margin-left: 10px;
	display: inline-block;
}

#main .mailForm td .ulList {
	margin: 0 -13px 0 0;
	overflow: hidden;
}

#main .mailForm td .ulList li {
	margin: 0 13px 13px 0;
	min-width: 216px;
	float: left;
	text-align: center;
	border: 1px solid #e32636;
}

#main .mailForm td .ulList li.wid01 {
	min-width: 332px;
}

#main .mailForm td .ulList a {
	padding: 10px 10px 9px;
	display: block;
	text-decoration: none;
	color: #535353;
}

#main .mailForm td .ulList .on a {
	color: #FFF;
	text-decoration: none;
	background-color: #e32636;
}

#main .mailForm td .ulList li.otherJs {
	margin: 13px 13px 0 0 !important;
	padding: 2px;
	border: 1px solid #e32636;
	clear: both;
	float: none;
	box-sizing: border-box;
}

#main .mailForm td .ulList li.otherJs span {
	margin: 0;
	padding: 7px 0 2px 0;
	width: 15%;
	display: block;
	float: left;
	text-align: center;
}

#main .mailForm td .ulList li.otherJs input {
	width: 85%;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	text-indent: 10px;
	background: #f8f3e5;
}

#main .mailForm td .ulList li.otherJs.on {
	background: #e32636;
}

#main .mailForm td .ulList li.otherJs.on span {
	color: #fff;
}

#main .mailForm td .ulList li.otherJs.on input {
	background: #fff;
}

#main .mailForm input[type="text"],
#main .mailForm input[type="tel"],
#main .mailForm input[type="password"] {
	padding: 10px;
	width: 68px;
	color: #535353;
	position: relative;
	behavior: url(../img/pie.htc);
	border: 1px solid #ddd;
	background-color: #f8f3e5;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mailForm td input[type="text"] {
	width: 714px;
}

#main .mailForm td input.wid01 {
	width: 340px;
}

#main .mailForm td input.wid02 {
	width: 160px;
}

#main .mailForm td input.wid03 {
	width: 68px;
}

#main .mailForm td input.wid04 {
	width: 180px;
}

#main .mailForm td input.wid05 {
	width: 55px !important;
}

#main .mailForm td input.wid06 {
	width: 85px !important;
}

#main .mailForm td .tel input,
#main .mailForm td.tel input {
	margin: 0 6px;
	width: 84px;
}

#main .mailForm td .tel input:first-child,
#main .mailForm td.tel input:first-child {
	margin-left: 0;
}

#main .comTable td .ulList02 li input {
	margin-right: 0;
	padding: 7px;
	width: 784px;
	background-color: #f8f3e5;
}

#main .comTable td .ulList02 li.on {
	background-color: #e32636;
}

#main .comTable td .ulList02 li.on span {
	color: #FFF;
}

#main .comTable td .ulList02 li.on input {
	background-color: #FFF;
}

#main .mailForm select {
	padding: 6px 10px;
	width: 300px;
	color: #535353;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
  	border: 1px solid #7FB5EA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF url(../img/sim/select-arrow.gif) no-repeat 95% center;
}

#main .quoteBox {
	margin-bottom: 133px;
	padding: 73px 98px 76px;
	position: relative;
	border: 2px solid #e32636;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .quoteBox:before {
	margin-left: -90px;
	position: absolute;
	left: 50%;
	bottom: -62px;
	width: 180px;
	height: 60px;
	background: url(../img/sim/arrow02.svg) no-repeat left top;
	content: " ";
}

#main .quoteBox .spIcon {
	display: none;
}

#main .contactBox .quoteBox h2 {
	margin-bottom: 9px;
}

#main .quoteBox .title {
	line-height: 1.4;
	text-align: right;
}

#main .quoteBox .title span {
	margin: 0 5px;
	font-size: 16px;
	font-weight: bold;
}

#main .quoteBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .quoteBox th,
#main .quoteBox td {
	padding: 3px 2px 0 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#main .quoteBox th {
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}

#main .quoteBox th strong {
	font-size: 28px;
	line-height: 0.5;
}

#main .quoteBox td {
	padding: 3px 2px 1px 30px;
	width: 11%;
	text-align: right;
	vertical-align: middle;
}

#main .quoteBox .wid01 {
	width: 27%;
}

#main .quoteBox .wid02 {
	width: 40%;
}

#main .quoteBox .trStyle th,
#main .quoteBox .trStyle td {
	border-bottom: 2px solid #A9A9A9;
}

#main .quoteBox .note {
	margin: 10px 0 0;
	font-size: 13px;
}

#main .quoteBox .note span {
	padding-left: 1em;
	display: block;
	text-indent: -1em;
}

#main .contactBox .text {
	margin: -2px 0 35px;
	line-height: 1.8;
	text-align: center;
}

#main .contactBox .text a {
	color: #00A7FF;
	text-decoration: none;
}

#main .contactBox .text a:hover {
	text-decoration: underline;
}

#main .mailForm td textarea {
	padding: 7px;
	width: 714px;
	height: 99px;
	position: relative;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	behavior: url(/js/pie.htc);
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #f8f3e5;
	-webkit-border-radius: 3px;
}

#main .mailForm td textarea.error,
#main .mailForm td input.error,
#main .mailForm select.errorArea {
	border: 1px solid #FF9A35;
	background-color: #FFF2E6;
}

#main .mailForm td.tdError input {
	border: 1px solid #FF9A35;
	background-color: #FFF2E6;
}

#main .mailForm td .fileTxt {
	display: inline-block;
}

#main .mailForm td .errMsg {
	margin-top: 10px;
	color: #e32636;
}

#main .mailForm td .file {
	margin-bottom: 2px;
	padding: 7px 10px 6px;
	min-width: 100px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #ffefe5;
}

#main .mailForm td .file input {
	margin: 0 !important;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

#main p.polLabel {
	margin: 25px 0 60px;
	text-align: center;
}

#main .polLabel br {
	display: none;
}

#main p.polLabel span {
	display: inline-block;
}

#main .polLabel .error {
	display: block;
	color: #F00;
	font-size: 13px;
}

#main .polLabel a {
	text-decoration: underline;
}

#main .polLabel {
	margin-bottom: 70px;
	width: 100%;
}

#main .polLabel th,
#main .polLabel td {
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: middle;
}

#main .polLabel th {
	width: 20%;
	font-weight: normal;
}

#main .polLabel .iframeBox {
	-webkit-overflow-scrolling: touch;
  	overflow-y: auto;
	overflow-x: hidden;
	height: 158px;
	border: 1px solid #7EB4EA;
}

#main .polLabel iframe {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 158px;
}

#main .submit {
	text-align: center;
}

#main .submit li {
	margin: 0 10px;
	display: inline;
	position: relative;
}

#main .submit input,
#main .mailForm td .getzip {
	color: #e32636;
	width: 222px;
	font-size: 16px;
	height: 42px;
	/* line-height: 35px; */
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	border: 2px solid #e32636;
	background: #FFF;
	border-radius: 2px;
	cursor: pointer;
}

#main .submit input[type="image"] {
	width: auto;
}

#main .mailForm td .getzip {
	margin-left: 20px;
	height: 38px;
	line-height: 38px;
	width: 70px;
	vertical-align: middle;
	border: 1px solid #7fb5ea;
}

#main .submit input:hover,
#main .mailForm td .getzip:hover {
	color: #FFF;
	background-color: #e32636;
}

/* ----- confirm ----- */
#main .mailForm.confirm .comTable td {
	line-height: 1.8;
}

#main .mailForm.confirm .quoteBox {
	margin-bottom: 40px;
	padding-bottom: 0;
	border: none;
}

#main .mailForm.confirm .quoteBox:before {
	display: none;
}

/* ----- thanks ----- */
#main .comBox.thanks {
	margin-bottom: 150px;
}

#main .thanks h2.thumbTtl {
	margin-bottom: 70px;
}

body.ipad #main .thanks {
	min-height: 550px;
}

#main .thanks p {
	margin: 25px 0 0;
	line-height: 1.8;
	text-align: center;
}

/* ----- Custom checkboxes, radios ----- */
.custom-checkbox,
.custom-radio {
	position: relative;
}

.custom-checkbox input,
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 2px;
	margin: 0;
	opacity: 0;
}
.custom-checkbox label,
.custom-radio label {
	display: block;
	position: relative;
	padding: 0px 0 1px 40px;
	cursor: pointer;
}

.custom-checkbox label {
	min-height: 30px;
	background: url(../img/sim/checkbox_bg01.svg) no-repeat;
}

.custom-checkbox label {
	background-position: 0 0;
}

.custom-checkbox label.checked {
	background-image: url(../img/sim/checkbox_bg02.svg) ;
}

.custom-radio label {
	display: block;
	padding: 10px;
	background-color: #FFF;
}

.custom-radio label.checked {
	color: #FFF;
	background-color: #e32636;
}

.gldp-flatwhite {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
}

/* Cell border */
.gldp-flatwhite .border {
	border-style: solid;
	border-width: 0;
	border-color: #7fb5ea;
	width: 14.2% !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.gldp-flatwhite .title {
	width: 71.6% !important;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 16px !important;
	font-weight: bold;
	background: #eee;
}

.gldp-flatwhite .monyear {
	border: none;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #000;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #222;
	font-weight: bold;
	cursor: wait !important;
	background: #eee;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: bold;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #888;
	font-weight: bold;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #aaa !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background: #eee;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #bbb;
	font-weight: normal;
	cursor: wait !important;
	background: #ddd;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #fff;
	font-weight: bold;
	border-color: #888;
	background: #aaa;
}

/* Today */
.gldp-flatwhite .today {
	/*color: #fff;
	font-weight: bold;
	border-color: #000;
	background: #222;*/
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
}

#estimateStep_2,
#estimateStep_3 {
	display: none;
}

#sendBtnMask {
	margin-top: -43px;
	height: 43px;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: wait;
	position: relative;
	background: #FFF;
	display: none;
}

#sendLoading {
	width: 43px;
	height: 43px;
	position: absolute;
	  top: -15px;
    right: -45px;
	background: url(img/estimate/loading.gif) no-repeat center;
	display: none;
}

.clearUpload {
	vertical-align: top;
	margin: 0 0 0 5px;
	color: #fff;
	background: #e32636;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

#main p.polLabel span.policyError {
	color: #f00;
	text-align: center;
	display: block;
}
.stickyBox {
	display: none;
}
.stickyBox.show {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	background: #F8F3E5;
	z-index: 10;
}
.stickyBox.static {
    bottom: 100%;
    position: absolute;
}
#gFooter .stickyBox p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.stickyBox p span {
	padding: 0 10px;
	color: #E32636;
	font-size: 48px;
	font-weight: 700;
}
@media (min-width:897px) {
	#main .polLabel a:hover {
		color: #E32636;
	}

    #main .contactBox .tabPanel .subTabNavi a:hover,
	#main .contactBox .tabNavi a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: #e32636;
	}

	#main .contactBox .tabPanel .subTabNavi a:hover:after {
		display: block;
	}

	#main .contactBox .tabNavi a:hover .out {
		display: none;
	}

	#main .contactBox .tabNavi a:hover .over {
		display: block;
	}

	#main .mailForm td .ulList li:hover a{
		text-decoration: none;
		background-color: #ffefe5;
	}

	#main .mailForm td .ulList .on a {
		color: #FFF !important;
		text-decoration: none;
		background-color: #e32636 !important;
	}
}
@media (max-width:896px) {
	#main .comBox {
		padding-top: 30px;
		margin-bottom: 90px;
	}
	#main .contactBox h2.thumbTtl {
		margin-top: 0;
		font-size: 20px;
	}
	#main .contactBox {
		margin-bottom: 0;
	}

	#main .contactBox .tabNavi {
		margin: 0 0 21px;
		width: auto;
		border: 1px solid #e32636;
	}

	#main .contactBox .tabNavi li {
		margin: 0;
		width: 33.33333%;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;
	}

	#main .contactBox .tabNavi a img {
		height: 30px;
	}

	#main .contactBox .tabNavi a {
		padding: 8px;
	}

	#main .contactBox .tabNavi span {
		display: none;
	}

	#main .contactBox .tabNavi .arrow {
		margin-left: -20px;
		bottom: -23px;
		width: 40px;
	}

	#main .contactBox .tabPanel .subTabNavi {
		margin-bottom: 20px;
	}

	#main .contactBox .tabPanel {
		margin: 0 0 40px;
		padding: 10px;
		border: 1px solid #e32636;
	}

	#main .contactBox .tabPanel li {
		margin: 0 0 10px !important;
		padding: 0 0 18px !important;
		width: 100% !important;
		float: none;
	}

	#main .contactBox .tabPanel .last {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#main .contactBox .tabPanel .pagesEle span {
		width: 80px;
	}

	#main .contactBox .tabPanel .pagesEle .mr {
		margin-right: -6px;
	}

	#main .contactBox .tabPanel .pagesEle input {
		height: 18px;
	}

	#main .contactBox .tabPanel .subTabNavi li {
		width: 50% !important;
		box-sizing: border-box;
	}

	#main .contactBox .tabPanel .subTabNavi a {
		margin: 0 2px;
		padding: 5px;
		font-size: 14px;
	}

	#main .contactBox .tabPanel .subTabNavi a:after {
		margin-left: -7px;
		bottom: -10px;
		width: 15px;
		height: 10px;
		background-size: 15px auto;
	}


	#main .contactBox .tabPanel .subTabNavi a span {
		width: 100%;
		text-align: center;
	}

	#main .contactBox .tabPanel .title {
		padding: 5px 0;
		width: 47%;
		float: left;
		margin-bottom: 0;
	}

	#main .contactBox .tabPanel span {
		width: 25%;
	}

	#main .contactBox .tabPanel input {
		padding: 4px;
		width: 25%;
	}

	#main .contactBox .tabPanel .pagesEle img {
		margin: 0 -10px 0 0;
		position: absolute;
		right: 50%;
		bottom: 0;
		top: auto;
		left: 50%;
	}

	#main .comBox .pTopText {
		font-size: 14px;
	}

	#main .comTable {
		margin-bottom: 30px;
	}

	#main .comTable th,
	#main .comTable td {
		padding: 5px 10px !important;
		font-size: 12px;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}

	#main .comTable th {
		font-weight: bold;
	}

	#main .comTable th span {
		padding: 2px 5px;
		font-size: 11px;
		line-height: 1.2;
	}

	#main .comTable#clientElem th {
		width: 100%;
	}
	#main .comTable#clientElem td {
		padding: 5px 10px;
	}

	#main .estimateTopTab th strong {
		font-size: 22px;
	}

	#main .mailForm td {
		padding-top: 0;
		border-top: none !important;
		background: none;
	}

	#main .mailForm td .ulList {
		margin: 0 -5px;
	}

	#main .mailForm td .ulList li {
		margin: 0 1% 13px;
		min-width: 48%;
		box-sizing: border-box;
	}

	#main .mailForm td .ulList li.wid01 {
		min-width: 98%;
	}
	#main .mailForm td .ulList a {
		padding: 5px;
		font-size: 11px;
	}

	#main .mailForm td .ulList02 span {
		padding: 5px;
	}

	#main .mailForm td .ulList li.otherJs {
		margin-right: 0 !important;
	}

	#main .mailForm td .ulList li.otherJs input {
		width: 100%;
	}

	#main .mailForm td .ulList li.otherJs span {
		margin-top: 0;
		padding-top: 0;
		width: auto;
	}

	#main .mailForm input[type="text"],
	#main .mailForm input[type="tel"],
	#main .mailForm input[type="password"] {
		padding: 7px 5px;
		width: 68px;
		font-size: 11px;
	}

	#main .mailForm td input[type="text"] {
		width: 94%;
	}

	#main .mailForm td input.wid01 {
		width: 60%;
	}

	#main .mailForm td input.wid02,
	#main .mailForm td input.wid03 {
		width: 40%;
	}

	#main .mailForm td input.wid06 {
		width: 65px !important;
	}

	#main .mailForm td .tel input,
	#main .mailForm td.tel input {
		margin: 0;
		width: 55px;
	}

	#main .comTable td .ulList02 li input {
		width: 94%;
	}

	#main .mailForm select {
		padding: 2px 10px;
		width: 80%;
	}

	#main .mailForm span.customSelect {
		padding: 2px 10px;
	}

	#main .quoteBox {
		margin-bottom: 133px;
		padding: 10px;
	}

	#main .quoteBox:before {
		margin-left: -45px;
		bottom: -32px;
		width: 90px;
		height: 30px;
		background-size: 90px 30px;
	}

	#main .quoteBox .title span {
		font-size: 14px;
	}

	#main .quoteBox .tableBox {
		margin-bottom: 5px;
		overflow: scroll;
		border: 1px dotted #CCC;
	}

	#main .quoteBox .spIcon {
		display: block;
		text-align: center;
	}

	#main .quoteBox table{
		width: 500px;
		min-width: 500px;
	}

	#main .quoteBox th,
	#main .quoteBox td {
		padding: 3px 2px 0 2px;
		font-size: 11px;
	}

	#main .quoteBox th strong {
		font-size: 20px;
	}
	#main .quoteBox td {
		padding: 3px 2px;
	}

	#main .quoteBox .note {
		font-size: 13px;
	}

	#main .contactBox .text {
		margin-bottom: 20px;
		font-size: 14px;
	}

	#main .mailForm td textarea {
		width: 94%;
		font-size: 11px;
	}

	#main .mailForm td .file {
		padding: 5px;
	}

	#main .mailForm td span {
		margin: 5px 0 0;
		font-size: 11px;
	}

	#main .mailForm td .fileTxt {
		margin-top: 0;
	}

	#main p.polLabel {
		margin: 15px 0 30px;
		font-size: 14px;
	}

	#main .polLabel br {
		display: block;
	}

	#main .polLabel label {
		height: 26px;
	}

	#main .polLabel span {
		text-align: left;
	}

	#main .polLabel .errorTxt {
		margin-top: 20px;
	}

	#main .polLabel {
		margin-bottom: 70px;
	}

	#main .polLabel th,
	#main .polLabel td {
		padding: 10px 0 0;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	#main .polLabel th {
		font-weight: normal;
	}

	#main .submit input {
		width: auto;
		mim-width: 140px;
		font-size: 13px;
		height: 35px;
		line-height: 30px;
	}

	.custom-checkbox label {
		padding: 0 0 0 30px;
	}

	.custom-checkbox label {
		background-size: 20px auto;
		background-position: left 3px;
	}

	.custom-radio label {
		padding: 5px;
	}

	#main .mailForm td .getzip {
		padding: 0;
		margin-left: 5px;
		line-height: 30px;
		height: 30px;
	}

	#main .mailForm.confirm .comTable td {
		line-height: 1.4;
	}
	.stickyBox.show {
		font-size: 14px;
	}
	#gFooter .stickyBox p {
		padding: 5px 0;
	}
	.stickyBox p span {
		font-size: 32px;
		font-weight: 700;
	}
	#main .thanks h2.thumbTtl {
		margin: 0 0 30px;
		font-size: 20px;
	}
	#main .thanks p {
		font-size: 14px;
	}
}