@charset "utf-8";
/* CSS Document */
    
/* 次のフォーム画面切り替え */
.form_box.form_active {
    display: block;
}
.form_box {
    display: none;
}

.forgot,
.forgot_error,
.forgot_ok,
.login,
.changepass,
.changepass_error,
.changepass_ok
{ display: none; }

.forgot_ok .yellowP {
    color: #FF0000;
    font-size: 13px;
    line-height: 1.4;
    padding: 7px 0 10px; 
}
.forgot_ok .linkUl {
    margin: 10px 0;
}

#pankuzu {
    margin-bottom: 10px;
}

.login01,
.login02 {
    margin: 0 10px;
}

h2.tit01 {
    margin: 0 10px;
}

.spWrap01 {
    margin: 10px 15px;
}
.spWrap01 p {
    font-size: 14px;
    padding: 10px 0;
}

/******************************
 #form
******************************/
#form {
    margin: 0 10px;
    padding-bottom: 20px;
    background: #F2F2F2;
}
#form h2 {
    display: none;
    background-image: none;
    border-bottom: 2px solid #d7ceb5;
    border-top: 1px solid #EBEBE4;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 15px 0 10px 10px;
}
/* contentsBox01~03 */
.contentsBox01 p,
.contentsBox02 p,
.contentsBox03 p {
    font-size: 15px;
    line-height: 1.8;
}

/* 非公開物件とは contentsBox01 */
#mainSub {
    padding: 0;
}
#mainSub .introWrap {
   padding: 20px 20px 35px;
   border-bottom: 1px solid #E0E0E0;
}
#mainSub .formWrap {
   padding: 30px 0px 0;
   border-top: 5px solid #EEEEEE;
}
#mainSub h2 {
    border-left: 3px solid #333;
}
#mainSub h3 {
    color: #333;
}
.contentsBox01 h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    color: #333;
    border-left: 3px solid #333;
    padding: 1px 5px 0 10px;
    margin-bottom: 15px;
}
.contentsBox01 p span {
    font-weight: bold;
}
.red {
    color: #D83939;
}
/******************************
.contentsBox02
******************************/
.memberBox .contentsBox02 {	
    margin: 45px 0 35px;
    border: 3px solid #CBB372;
    background-color: #FFFFFF;
}
.memberBox .contentsBox02 .inner {
    padding: 25px 20px;
    width: auto;
    margin: 0 10px;
}
.memberBox .contentsBox02 .inner > img {
    max-width: 350px;
    margin: 0 auto;
}

.memberBox .contentsBox02 .inner p {
    margin-bottom: 15px;
}
#mainSub .memberBox .contentsBox02 h3 {	
    font-size: 30px;
    margin-bottom: 15px;
    color: #111;
}
.memberBox .contentsBox02 h3 small {
    font-size: 22px;
}
.memberBox .contentsBox02 h4 {	
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 0;
    padding: 0 15px;
    color: #212121;
    background: #F2F2EC;
    line-height: 45px;
}
.memberBox .contentsBox02 .caseList li {
    padding-top: 210px;
    margin: 20px 15px;
    min-height: 210px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}
.memberBox .contentsBox02 .caseList li .name {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 14px 5px;
    background-color: rgba(255, 255, 255, 0.7);
}
.memberBox .contentsBox02 .caseList li .name span {
    width: 32px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    background: #E1E623;
    display: inline-block;
    border-radius: 20px;
}
.memberBox .contentsBox02 .caseList .case01 {
    background-image: url("../img/renew/pic_sample_01.jpg");
}
.memberBox .contentsBox02 .caseList .case02 {
    background-image: url("../img/renew/pic_sample_02.jpg");
}
.memberBox .contentsBox02 .caseList dl {
    padding: 11px 0px 0;
    background-color: #FFFFFF;
}
.memberBox .contentsBox02 .caseList dt,
.memberBox .contentsBox02 .caseList dd {
    margin-bottom: 5px;
    padding: 4px 10px;
}
.memberBox .contentsBox02 .caseList dl dt.last,
.memberBox .contentsBox02 .caseList dl dd.last {
    margin-bottom: 0;
}
.memberBox .contentsBox02 .caseList dt {
    font-size: 13px;
    color: #666;
    text-align: center;
    float: left;
    width: 80px;
    background: #F2F2EC;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 10px;
}
.memberBox .contentsBox02 .caseList dd {
    font-size: 14px;
}
.memberBox .contentsBox02 .caseList .comment {
    font-size: 14px;
    background-color: #fff;
    padding-top: 8px;
}

/******************************
.contentsBox03
******************************/
.memberBox .contentsBox03 {
    padding: 30px 20px 20px;
    margin: 40px 0 0px;
    background: url(../img/renew/bg_member_01.png) no-repeat 155px 90px #F2F2EC;
}
#mainSub .memberBox .contentsBox03 h3 {
    font-size: 22px;
    color: #1F1F1F;
    line-height: 1.6;
    margin-bottom: 10px;
}
.memberBox .contentsBox03 .stepList {
    overflow: hidden;
    margin: 30px 0 0;
}
.memberBox .contentsBox03 .stepList li {
    background: #FFF;
    position: relative;

    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.memberBox .contentsBox03 .stepList li:not(:last-of-type):after {
    content: "";
    box-sizing: border-box;
    width: 8px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #7D5E3F;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.memberBox .contentsBox03 .stepList li:last-child {
    margin-bottom: 0;
}
.memberBox .contentsBox03 .stepList li .stepTit,
.memberBox .contentsBox03 .stepList li .stepNum {
    font-weight: bold;
}
.memberBox .contentsBox03 .stepList li .stepNum {
    width: 15%;
    max-width: 40px;
    background: #CBB372;
    line-height: 1.2;
    font-size: 11.5px;
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
}
.memberBox .contentsBox03 .stepList li .stepNum b {
    display: block;
    font-size: 18px;
}
.memberBox .contentsBox03 .stepList li .stepTit {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    box-sizing: border-box;
    margin-left: 15px;
}
.memberBox .contentsBox03 .stepList p {
    font-size: 13px;
    line-height: 1.6;
    width: auto;
}
.memberBox .contentsBox03 .stepList p:last-of-type {
    padding: 10px 15px;
    width: 100%;
}

/* formWrap */
#mainSub .formWrap h2 {
    margin: 0 20px;
}
#mainSub #formid {
    padding: 0;
}
/* formstep */
.form_step_box {
    display: flex;
    background-color: #FAFAF6;
    margin-top: 20px;
    margin-bottom: 5px;
}
.form_step_box p {
    height: 80px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    /* box-sizing: border-box; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_step_box p:nth-child(1) {
    width: 28%;
    padding-left: 10px;
}
.form_step_box p:nth-child(2) {
    width: 33%;
    padding-left: 25px;
}
.form_step_box p:nth-child(3) {
    width: 27%;
    padding-left: 13px;
}
.form_step_box p.active {
    background-color: #F2F2EC;
}
.form_step_box p.active::after {
    content: "";
    display: inline-block;
    background-image: url(../img/renew/bg_arrow_02.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 80px;
    position: absolute;
    right: -26px;
    top: 0px;
}
.form_step_box p:last-of-type::after {
    background: none;
    display: none;
}
.form_step_box p:not(.active) {
    opacity: 0.5;
}
.form_step_box p:not(.active):not(:last-child)::after {
    content: "";
    display: inline-block;
    background-image: url(../img/renew/bg_arrow_01.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 80px;
    position: absolute;
    right: -20px;
    top: 0px;
}

.form_area .form_title {
    padding: 15px 25px;
    background-color: #E6E6E6;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.form_area dt span {
    border-radius: 8px;
}
.user_auth_area,
.user_info_area,
.user_detail_area,
.prop_detail_area {
    padding: 0 20px 15px;
}
.user_auth_area .pass + dd {
    border-bottom: none;
}
.form_area .user_auth_area .user_id,
.form_area .user_auth_area .user_pass {
    height: 55px;
    box-sizing: border-box;
    font-size: 20px;
}
.user_auth_area dt label {
    display: block;
    line-height: 1.5;
}
.user_auth_area .text {
    margin-left: 0;
    border-radius: 8px;
}
.form_area .user_auth_area .user_pass {
    width: 100%;
    background: #FAFAF6;
    line-height: 45px;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #DDD;
}

/* original form start */
/* 氏名 */
.form_name + dd p {
    margin-top: 3px;
}
.form_area .form_name + dd p input {
    width: 88%;
}
.form_area input[type="text"] {
    font-size: 16px;
}
/* step2 ヒント */
.cautionText {
    text-align: left;
    font-size: 12.5px;
    padding: 0 20px;
}
.cautionText::before {
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_hint_01.png);
    width: 24px;
    height: 24px;
}
.cautionText span:first-of-type {
    margin-left: 10px;
    font-weight: bold;
}
.cautionText .green {
    font-weight: bold;
    color: #7EAC33;
}
/* 年・勤続年数 */
.form_age  + dd input[type="number"],
.form_work_year + dd input[type="number"] {
    width: 120px;
}
/* 自己資金 */
.form_own_money + dd input[type="number"],
.form_asset_money + dd input[type="number"] {
    width: 165px;
}
.form_own_money + dd p,
.form_asset_money + dd p {
    display: inline-block;
}
/* 家族構成 */
.form_family + dd input[type="number"] {
    width: 100px;
}
/* 家族構成 所有不動産 */
.form_family + dd ul,
.form_prop_info + dd .prop_info_check {
    overflow: hidden;
    margin-top: 5px;
}
.form_family + dd ul li,
.form_prop_info + dd .prop_info_check li {
    float: left;
}
.form_family + dd ul li:first-of-type,
.form_prop_info + dd .prop_info_check li:first-of-type {
    margin-right: 5px;
}
.form_area .form_family + dd ul li label,
.form_area .form_prop_info + dd .prop_info_check li label {
    width: 165px;
}
/* お住まい */
.form_house + dd ul li:not(:first-of-type){
    margin-top: 5px;
}
.form_area .form_house + dd ul li label {
    width: 165px;
}
.form_area .form_house + dd ul li span {
    padding: 0;
}
.form_area .form_house + dd ul li input[type="number"] {
    width: 90px;
}
/* 所有不動産 */
.prop_info_area {
    margin-top: 10px;
    padding: 5px 20px;
    border: 1px dotted #DDDCD7;
}
.prop_info_area > p span {
    color: #7EAC33;
    margin-right: 10px;
    padding-left: 0px;
    display: block;
}
.prop_info_list {
    position: relative;
    margin-bottom: 15px;
}
.prop_info_list .prop_info_item {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.prop_info_list .prop_info_item:first-of-type {
    padding-top: 3px;
}
.form_area .prop_info_list .prop_info_item p {
    margin: 5px 0;
}
.prop_info_list .prop_info_item label {
    width: 75px;
    display: inline-block;
}
.prop_info_list .prop_info_item .prop_info_div select {
    width: 180px;
}
.prop_info_list .prop_info_item .prop_info_money input,
.prop_info_list .prop_info_item .prop_info_income input {
    width: 140px;
}
.prop_info_area .add_info_btn {
    display: inline-block;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
}
.prop_info_area .add_info_btn::before {
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_add_01.png);
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 15px;
}
.prop_info_area .add_info_btn:hover {
    /* ボタン透明 */
    opacity: 0.8;
    /* ボタン沈む */
    /* transform: translate3d(0, 4px, 0);
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    -moz-transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
    -o-transform: translate3d(0, 4px, 0); */
}

/* delete btn */
.prop_info_list .prop_info_item .close_btn {
    cursor: pointer;
    display: inline-block;
    content: '';
    background-image: url(../img/renew/ico_delete_01.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prop_info_list .prop_info_item:first-of-type .close_btn {
    display: none;
}
/* step3 */
/* ご希望の物件種別 構造 */
.form_area .form_req_div + dd ul,
.form_area .form_req_const + dd ul {
    overflow: hidden;
    margin-top: 5px;
}
.form_req_div + dd ul li,
.form_req_const + dd ul li {
    float: left;
    margin-bottom: 5px;
}
.form_req_div + dd ul li:nth-child(2n+1),
.form_req_const + dd ul li:nth-child(2n+1) {
    margin-right: 5px;
}
.form_area .form_req_div + dd ul li input[type="checkbox"] + label {
    width: 165px;
}
/* ご希望の地域 */
/* 駅/停留所からの距離 */
.form_req_dist + dd > input[type="number"] {
    width: 100px;
}
.form_req_price + dd > input[type="number"] {
    width: 165px;
}
.form_req_price + dd > input[type="number"]:nth-of-type(2) {
    margin-top: 5px;
}
/* 希望利回り */
/* .form_req_yield + dd select {
    width: 300px;
} */
.form_area .form_req_const + dd ul li  {
    width: 335px;
}
/* その他 */
.form_area .form_other + dd textarea {
    padding: 10px;
    min-height: 120px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* original form end */

/* 前後のステップへのボタン */
.move_form_btn {
    margin-bottom: 60px;
    padding: 0 20px;
}
.move_form_btn .btn_next {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
    color: #1565BD;
    border: 2px solid #1565BD;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.move_form_btn .btn_next::after {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1565BD;
    border-right: 2px solid #1565BD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.move_form_btn .btn_prev {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    width: 70px;
    position: relative;
    display: flex;
    margin: 20px auto 0;
    justify-content: center;
}
.move_form_btn .btn_prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
#form_privacy {
    margin: 15px 0 25px 0;
    padding: 0 20px;
}
#submitButton {
    padding: 0 20px;
}


/* ===================================
会員ログインボックス
=================================== */
.memberBox {
	/* margin: 0 10px; */
}
.comMember {
	/* margin: 30px 0 40px; */
	border: 1px solid #E6E6DA;
	border-radius: 5px 5px 0 0;
	background: #F2F2EC;
	display: block;
}
.comMember .lBox {
    position: relative;
    margin: 0 15px 15px;
}
.comMember .lBox p {
    font-size: 14px;
    margin: 3px 0 0;
    line-height: 1.6;
}
.comMember .lBox .circle {
	position: absolute;
	top: -5px;
	left: -31px;
	width: 60px;
	height: 60px;
	background: #E1E623;
	border-radius: 50px;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.comMember .lBoxInner {
	padding-left: 48px;
}
.comMember .lBox .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin: 16px 0 15px;
	padding-left: 35px;
}
.comMember .lBox .title span {
    display: inline;
    color: #DC3737;
    font-size: 26px;
    padding-right: 3px;
}
.comMember a {
	color: #333;
	text-decoration: none;
}
.comMember .link {
	margin: 10px 0 2px;
	position: relative;
}
.comMember .link a {
    width: 100%;
    height: 80px;
    background: #006D35;
    border-radius: 3px;
    padding: 19px 0 12px;
    box-sizing: border-box;
    border: none;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
}
.comMember .lBox .link a span {
    font-size: 15px;
    padding-left: 5px;
}
.comMember .lBox .link a small {
	display: block;
    font-size: 12px;
    font-weight: normal;
}
.comMember .link a:hover {
	opacity: 0.7;
}
.comMember .link a:after {
	    position: absolute;
	    content: "";
	    bottom: 50%;
	    right: 18px;
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid #FFF;
	    border-right: 2px solid #FFF;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
}

.comMember .txtBox {
	background: #FCFCFB;
	padding: 15px 10px 15px;
	float: right;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E6E6DA;
	border-top: none;
	border-radius: 0 0 5px 5px;
	position: relative;
	margin: 0 0 25px;
}

.comMember .txtBox .ttl {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #175658;
	padding: 0 0 5px;
}

.comMember .txtBox .ttl span {
	font-size: 14px;
	color: #FF0000;
	position: absolute;
	top: 0;
	right: 5px;
}

.comMember .txtBox .redP {
	margin-bottom: 0;
	color: #FF0000;
	padding: 3px 0 0 7px;
	line-height: 1.6;
}

.comMember .txtBox .yellowP {
	color: #FF0000;
	margin-bottom: 10px;
	font-size: 13px;
    padding: 8px 0 0;
}

.comMember .txtBox .text {
	margin-bottom: 25px;
}

.comMember .txtBox .txtUl {
	position: relative;
}
.comMember .txtBox .changepass .txtUl li,
.comMember .txtBox .changepass_error .txtUl li{
	margin: 15px 0 3px;
}
.comMember .txtBox .txtUl p {
	font-weight: bold;
	margin: 10px 10px 5px;
	position: relative;
}
.comMember .txtBox .txtUl p:before {
    content: "";
    display: block;
    width: 3px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 2px;
    left: 0;
}
.comMember .txtBox .logout .txtUl p {
    padding-left: 9px;
}
.comMember .txtBox .txtUl p span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.comMember .txtBox p.help {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	background: url(https://base.formatline.com/common/member/img/ico_member_02.png) no-repeat right 13em center;
	padding: 3px 7px 2px 0;
	margin: 10px 0 -2px -3%;
	display: block;
	/* float: right; */
	width: 100%;
}
.fa-question-circle:before {
    content: "\f059";
}

.comMember .txtBox p.help:hover {
	text-decoration: none;
}

.comMember .txtBox p.help:before {
	background: none;
}

.comMember .txtBox p.help a {
	color: #5D8894;
	/* text-decoration: underline; */
}
.comMember .txtBox p.help a:hover {
	text-decoration: none;
}

.comMember .txtBox .txtUl input {
	width: 95%;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 3px;
	margin: 0px 10px;
}

.comMember .txtBox .txtUl p label {
	display: block;
	margin-bottom: 0px;
	/* padding-left: 9px; */
	padding-left: 10px;
}

.comMember .txtBox .linkUl li {
	float: right;
}

.comMember .txtBox .linkUl .txtLink02 {
	padding: 5px 0;
	float: left;
}

.comMember .txtBox .linkUl .txtLink01 a,
.comMember .txtBox .linkUl .txtLink02 a {
	padding-left: 10px;
	color: #5D8894;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.comMember .txtBox .linkUl .txtLink01 a:before,
.comMember .txtBox .linkUl .txtLink02 a:before {
	content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #DDD;
    position: absolute;
    top: 3px;
    left: -1px;
}
.comMember .txtBox .linkUl .txtLink01 a:hover,
.comMember .txtBox .linkUl .txtLink02 a:hover {
	text-decoration: none;
}

li .txtLink03 {
	color: #333;
	position: absolute;
	bottom: 0;
	right: 10px;
}

.comMember .txtBox .linkUl .submitBox {
}

.comMember .txtBox .linkUl .submitBox input {
	width: 95%;
	height: 48px;
	margin: 15px 10px 5px;
	padding: 0;
	border: none;
	font-size: 15px;
	font-weight: bold;
	display: block;
	background: -moz-linear-gradient(top, #FFF, #F8F8F7 50%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5, #F8F8F7), to(#EEE));
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #DDD;
	border-bottom: 3px solid #DDD;
}

.comMember .txtBox .linkUl .submitBox :hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.comMember .txtBox .login {
	padding-bottom: 10px;
}

.comMember .txtBox .login .ttl {
	margin-bottom: 12px;
}

.comMember .txtBox .login .nameBox {
	font-size: 13px;
}
.comMember .txtBox .login .nameBox + p {
	font-size: 13px;
	margin: 10px 0 0;
	line-height: 1.5;
}

.comMember .txtBox .login .linkUl li {
	padding-top: 10px;
	float: none;
}

.comMember .txtBox .forgot {
}

.comMember .txtBox .comUl li {
	float: left;
}

.comMember .txtBox .forgot_error .comUl li,
.comMember .txtBox .forgot .comUl li{
	float: none;
}

.comMember .txtBox .forgot_error #id_mail_1_2,
.comMember .txtBox .forgot #id_mail_1_1 {
	display: block;
	width: 95%;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.comMember .txtBox .comUl li a {
	display: inline-block;
	padding-left: 10px;
	color: #5D8894;
	text-decoration: underline;
	position: relative;
}
.comMember .txtBox .comUl li a:before {
	content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #DDD;
    position: absolute;
    top: 3px;
    left: -1px;
}

.forgot_ok .linkUl,
.login .linkUl,
.changepass .linkUl,
.changepass_ok .linkUl,
.changepass_error .linkUl {
	/* position: absolute!important; */
	/* top: auto!important; */
	/* bottom: 5px!important; */
	/* right: 15px!important; */
	float: right;
	padding-right: 10px;
}

.changepass .txtUl p,
.changepass_error .txtUl p {
	/* width: 75px; */
}

.changepass .submitBox,
.changepass_error .submitBox {
	margin-top: 13px;
}

.comMember .txtBox .comUl li a:hover {
	text-decoration: none;
}

.comMember .txtBox .forgot .txtUl,
.comMember .txtBox .forgot_error .txtUl {
	padding-bottom: 25px;
}
.comMember .txtBox .changepass .txtUl,
.comMember .txtBox .changepass_error .txtUl{
	padding-bottom: 5px;
}

.comMember .txtBox .comUl .submitBox {
	margin: 10px 0 0;
	width: 100%;
}

.comMember .txtBox .changepass_error .submitBox input,
.comMember .txtBox .changepass .submitBox input,
.comMember .txtBox .comUl .submitBox input {
	width: 95%;
	height: 40px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: -moz-linear-gradient(top, #FFF, #F8F8F7 50%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5, #F8F8F7), to(#EEE));
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #DDD;
	border-bottom: 2px solid #DDD;
}
.comMember .txtBox .changepass_error .submitBox input:hover,
.comMember .txtBox .changepass .submitBox input:hover,
.comMember .txtBox .comUl .submitBox input:hover {
	opacity: 0.7;
}

.comMember .txtBox .changepass_ok,
.comMember .txtBox .forgot_ok {
	padding-bottom: 8px;
}

.comMember .txtBox .changepass_ok .linkUl li,
.comMember .txtBox .forgot_ok .linkUl li {
	float: none;
}

.comMember .txtBox .changepass_ok .linkUl li a,
.comMember .txtBox .forgot_ok .linkUl li a {
	padding-left: 10px;
	color: #fff;
	display: inline-block;
	text-decoration: underline;
	color: #5D8894;
	position: relative;
}
.comMember .txtBox .changepass_ok .linkUl li a:before,
.comMember .txtBox .forgot_ok .linkUl li a:before {
	content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #DDD;
    position: absolute;
    top: 3px;
    left: -1px;
}
.comMember .txtBox .changepass_ok .linkUl li a:hover,
.comMember .txtBox .forgot_ok .linkUl li a:hover {
	text-decoration: none;
}


/* 非公開物件件数表示 */
.comMember .limitedBox {
  margin: -12px 0 -10px 0;
  text-align: center;
}
.comMember .limitedBox p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.comMember .limitedBox p:last-child {
  margin-right: 0;
}
.comMember .limitedBox p .memberCount {
  font-size: 40px;
  font-weight: bold;
  color: #1464BD;
  vertical-align: middle;
  padding: 0 8px;
}

/* 幅の狭いスマホ用 */
@media screen and (max-width:360px){
  .comMember .limitedBox {
    margin-top: 15px;
  }
  .comMember .limitedBox p {
    margin-right: 6px;
  }
}　/*　@media screen and (max-width:360px) */