@charset "utf-8";

/* 姓 法人の場合 */
input#nameSei.nameSei_hojin {
	width: 300px;
}
@media screen and (max-width: 641px) {
	input#nameSei.nameSei_hojin {
		width: 100%;
	}
}

input#nameOffice {
    display: none;
}

/* 顧客番号リンク余白 */
#customerNo{
	margin-bottom: 7px;
}
input#saveButton {
    font-size: 1.2em;
    min-width: 180px;
    line-height: 1.5;
    padding: 4px 16px;
    vertical-align: sub;
}
input#returnButton {
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 5px;
    width: 214px;
    height: 49px;
    border-radius: 4px;
    vertical-align: sub;
}
div#layoutGroup {
    margin-top: 3px;
}
h3#memberInfoTitle_innerId {
    margin-top: 25px;
}
hr {
    height: 1px;
    background-color: black;
    border: none;
}