@charset "utf-8";
div.mainBigTxt {
width: 100%;
font-size: 130%;
font-weight: bold;
text-align: center;
margin: 40px auto 60px;
}

div.completionAddMsg{
	background: #E8E4DB;
	border: 1px solid #EEE;
	margin: 25px auto 40px;
	padding: 15px;
	width: 740px;
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	color: #000000;
}

/* 管理画面(検索条件一覧) nodataメッセージ */
div.nodataMsg{
	background: #FFF;
	border: 1px solid #EEE;
	margin: 25px auto 40px;
	padding: 15px;
	width: 740px;
}

/* 本登録完了画面　おまかせ賃貸領域　枠 */
div.completionOmakaseBorder{
	margin-bottom: 45px;
	padding: 5px 5px 25px;
	border: 3px solid beige;
	width:905px
}

/* 本登録完了画面　おまかせ賃貸領域　タイトル */
p.completionOmakaseTitle{
	background: beige;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Helvetica;
}

/* 本登録完了画面　おまかせ賃貸領域　本文 */
p.completionOmakaseText{
	width: 750px;
	font-size: 16px;
	padding: 20px 70px 10px;
}

/* 本登録完了画面　おまかせ賃貸領域　画像 */
p.completionOmakaseImg{
	width: 750px;
	text-align: center;
	padding: 0 70px;
}

/* 本登録完了画面　テキスト枠 */
.completionBoxBorder{
	border: 3px solid #ddd9c3;
	margin-bottom: 45px;
	padding: 5px;
	width:905px
}
.completionBoxBorder ul{
	margin: 1em 5px;
}
.completionBoxBorder li{
	margin: 0 0 1em 24px;
	#list-style-type: disc;
}

.completionBoxBorder .otherLink{
	text-align: right;
	margin: -4em 5px 5px 5px;
}
.completionBoxBorder .otherLink a{
	background: #FFF url(/static/20251104-140604490/images/std/user/bg_btn_gradient.jpg) repeat-x 0 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	padding: 0.9em 12px;
	text-decoration: none;

}
/* 本登録完了画面　テキスト枠　タイトル */
.completionBoxTitle{
	background: #ddd9c3;
	color: #444;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 15px 5px;
	margin-bottom:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Helvetica;
}
/* 打消し */
#user-mail_complete .table-layout {
	border-top: 0;
}

#user-mail_complete .table-layout th {
	border-left: 0;
}

.new-notice .completionBoxBorder {
	margin-bottom: 0;
	padding: 0;
}

/* 打消し */

body {
	font-family: "Helvetica Neue",Helvetica,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Arial,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,Sans-Serif;
}

.new-notice_table-area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.table-area_subject {
	width: 100%;
	padding: 8px 16px;
	border: solid 1px #c4cad0;
	background-color: #e2e7ec;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
}

.table-layout {
	border-collapse: separate;
	border-spacing: 0;
	width: calc(100% - 233px);
	border: solid 1px #c4cad0;
	font-size: 14px;
	box-sizing: border-box;
}

.table-layout th,
.table-layout td {
	padding: 16px;
	border-bottom: solid 1px #c4cad0;
	vertical-align: top;
}

.table-layout tr:last-of-type th,
.table-layout tr:last-of-type td {
	border-bottom: 0;
}

.table-layout th {
	width: 25%;
	border-right: solid 1px #c4cad0;
	background-color: #eef0f2;
	text-align: left;
}

.table-area_button-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 16px;
	border-right: solid 1px #c4cad0;
	border-bottom: solid 1px #c4cad0;
	box-sizing: border-box;
}

.new-notice_table-area .new-notice_button {
	width: 200px;
}

.new-notice_table-area .new-notice_button:not(:first-of-type) {
	margin-top: 22px;
}

.new-notice_table-area .new-notice_button.close-button {
	margin-top: 40px;
}

.new-notice_button {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 3px 16px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}

a.blue-button, .blue-button {
	box-shadow: 0 2px 0 0 #22498c;
	background-color: #0361c9;
	border: 1px solid #0361c9;
	color: #ffffff;
}

a.white-button, .white-button {
	box-shadow: 0 2px 0 0 #22498c;
	background-color: #ffffff;
	border: 1px solid #0361c9;
	color: #0361c9;
}

a.close-button, .close-button {
	box-shadow: 0 1px 0 0 #c4cad0;
	background-color: #ffffff;
	border: 1px solid #c4cad0;
	color: #333333;
}

.new-notice_text-area > p {
	margin-bottom: 27px;
	font-weight: bold;
}

.new-notice .completionBoxTitle {
	margin-bottom: 0;
	padding: 12px 18px;
}

.new-notice .completionBoxBorder ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 18px 18px 6px 18px;
}

.new-notice .completionBoxBorder li {
	width: calc(50% - 10px);
	margin: 0 0 12px 0;
}

.new-notice .completionBoxBorder li:nth-of-type(2n) {
	margin-left: 20px;
}

.new-notice_button-area {
	margin-bottom: 20px;
}

.new-notice_button-area .new-notice_button {
	width: 322px;
	margin: 0 auto;
	font-size: 14px;
}