@charset "utf-8";
/* CSS Document */
.table-bordered,.table-bordered tbody:first-child tr:first-child > th:first-child,.table-bordered tbody:last-child tr:last-child > th:first-child,.breadcrumb{
	border-radius: 0;
}
.breadcrumb{
	margin-bottom: 0;
}
.navbar{
	margin-bottom: 10px;
}
.ss_form table{
	margin-bottom: 0;
/*	border-bottom: none;*/
}
.ss_form_btn{
	margin: 20px auto;
}
input[type="checkbox"]{
transform: scale(1);
    margin-right: 5px;
    accent-color: #f60;
    color: #fff;
    font-weight: bold;
}
label{
	font-size: 15px;
}
.table-bordered th, .table-bordered td{
	border-left: none;
}
.table-bordered{
	border-right: none;
}
#addressbox{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
#address1{
	order: 3;
	width: 70%;
}
#zip1{
	order: 1;
	width: 4.7rem;
}
#zip1 .ss_bottomComment{
		text-align: start;
}
#zip2{
	order: 2;
		width: 4.5rem;
}
@media all and (max-width:767px){
	#address1{
		width: 100%;
		margin-top: 8px;
	}
	#zip1, #zip2{
		width: auto;
	}
	#zip1 input{
		width: 80%;
	}
	#zip2 input{
		margin-left: 5%;
		width: 95%;
}
	#zip1 .ss_rightComment {
		padding-left: 5px;
    display: inline-block;
  }

}
