/* ログイン画面 */
.UserLogin{
	max-width:3500px;
}

.UserLogin .loginBox{
	width: 270px;
	height: 65px;
	padding: 2em;
	background-clip: padding-box;
	background-color: grey;
	position: relative;
}

.UserLogin .loginBox div.loginId{
	position: absolute;
	left: 15px;
}

.UserLogin .loginBox div.password{
	position: absolute;
	left: 15px;
	top: 75px;
}

.UserLogin .loginBox div.loginId input,
.UserLogin .loginBox div.password input {
	position: absolute;
	left: 105px;
}

/* 契約更新画面*/
.userInfo {
	/* max-width: 100%; */
	height:130px;
}

.userInfo fieldset {
	/* width: 100%; */
}

/* 請求先：最大 */
.userInfo .uInfo1{
/*
	bottom: 10px;
	border-collapse:separate; 
	border-spacing: 10px 0px;
	white-space: nowrap;
	position: relative;
	top: 0px;
	left: 20px;
*/
	width: 60%;
	table-layout: fixed;
}

.userInfo .uInfo1 .title {
	width: 30%;
	font-weight: unset;
	text-align: left;
}

.userInfo .uInfo1 .data {
	width: 70%;
}

/* 請求先：横幅が 960px 以下 */
@media screen and (max-width: 960px) {
	.userInfo .uInfo1{
		width: 55%;
		table-layout: fixed;
	}
}
/* 請求先：横幅が 640px 以下 */
@media screen and (max-width: 640px) {
	.userInfo .uInfo1{
		width: 50%;
		table-layout: fixed;
	}
}

.userInfo .comment {
	margin-top: 10px;
	color: red;
	font-weight: bold;
	display: flex;
	white-space: nowrap;
}

/* 配送先：最大 */
.userInfo .uInfo2{
/*
	bottom: 10px;
	border-collapse:separate;
	border-spacing: 55px 0px;
	margin-left: 17.5%;
	white-space: nowrap;
	position: relative;
	top: 0px;
	left: 10px;
*/
	width: 60%;
	table-layout: fixed;
}

.userInfo .uInfo2 .title {
	width: 30%;
	font-weight: unset;
	text-align: left;
}

.userInfo .uInfo2 .data {
	width: 70%;
}

/* 配送先：横幅が 960px 以下 */
@media screen and (max-width: 960px) {
	.userInfo .uInfo2{
		width: 55%;
		table-layout: fixed;
	}
 }

.userInfo .uPay{
	border-collapse: collapse;
}

.userInfo .uBox1{
	width: 100%;
	height: 65px;
	padding: 1em;
	background-clip: padding-box;
	position: relative;
}

.userInfo .uBox1 .b1{
	display:block;
	width: 150px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 45%;
}

.userInfo .uBox1 .b2{
	display:block;
	width: 150px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
	color : red;
}

.userInfo .uBox1 .b3{
	display:block;
	width: 130px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
}

.userInfo .uBox1 .bd{
	display:block;
	width: 150px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
	color : gray;
}

div.sanpai1{
	float: left;
}
div.sanpai2{
	float: left;
}
div.sanpai3{
    margin-top: 5px;
	float: left;
}
div.sanpai2 > input {
    margin-left: 2px;
    margin-right: 6px;
    height: 25px;
    width: 45px;
    text-align: center;
}

/* 契約確定画面*/
.userFix .uFix1{
	width: 60%;
	table-layout: fixed;
}

.userFix .uFix1 .title {
	width: 30%;
	font-weight: unset;
	text-align: left;
}

.userFix .uFix1 .data {
	width: 70%;
}


.userFix .uFix2{
	width: 60%;
	table-layout: fixed;
}

.userFix .uFix2 .title {
	width: 30%;
	font-weight: unset;
	text-align: left;
}

.userFix .uFix2 .data {
	width: 70%;
}

.userFix .uFixPay{
	border-collapse: collapse;
}

.userFix .uBox2{
	width: 100%;
	height: 65px;
	padding: 1em;
	background-clip: padding-box;
	position: relative;
}

.userFix .uBox2 .b1{
	display:block;
	width: 130px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
}

.userFix .uBox2 .b2{
	display:block;
	width: 130px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
}

.userFix .uBox2 .b3{
	display:block;
	width:130px;
	height: 30px;
	text-align:center;
	background-color: white;
	margin-left: 40%;
	color : red;
}

div.border_solid{
    width: 480px;
    height: 120px; 
}

.result .resultBox .r1{
	display:block;
	width: 150px;
	height: 35px;
	text-align:center;
	margin: 10px 280px;
}
.result .r2 {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
