
#dollhouse_message_dialog {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.dollhouse_message_dialog_content {  
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 560px;
	height: 530px;
	background-color: white;
}

.dollhouse_message_dialog_content-en {
	height: 560px;
}

.dollhouse_message_dialog_content.jp {
	height: 100%;
}


.dollhouse_message_dialog_body_content{  
	width: 100%;
	height: 100%;
}

.dollhouse_message_dialog_textarea {
	width: 100%;
	height: 100%;
	font-size: 0.9375;
	color: #494949;
	border: solid 1px #c2d3d3;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	resize: none;
}

@media not all and (min-height: 560px) {

	.dollhouse_message_dialog_content {
		width: 100%;
		height: 100%;
		min-width: 100px;
		min-height: auto;
		background-color: white;
		margin: auto;
		position: relative;
	}

	.dollhouse_message_dialog_body{  
		position: absolute;
		left: 0;
		top: 55px;
		width: 100%;
		background-color: white;
		height: calc(100vh - 125px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.dollhouse_message_dialog_body_content {  
		width: 100%;
		height: 100%;
	}

	.dollhouse_message_dialog_bottom {  
		width: 100%;
		height: 70px;
		background-color: #f3f3f3;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

.dollhouse_message_dialog_header {  
	height: 55px;
	width: 100%;
	background-color: #293655;
	position: absolute;
	top: 0;
	left: 0;
}

.dollhouse_message_dialog_header_content {  
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
	color: white;
	height: 18px;
	line-height: 18px;
}

.dollhouse_message_dialog_body {  
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	height: calc(100% - 125px);
	background-color: white;
	overflow-y: auto;
}

.dollhouse_message_dialog_bottom {  
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
}

.dollhouse_message_dialog_bottom_body {  
	width: 100%;
	height: 100%;
	padding: 15px 0px 15px 0px;
}

@media only screen and (max-width: 400px) and (min-height: 600px)  {
	.dollhouse_message_dialog_content {
		height: 560px;
	}
}

@media only screen and (min-height: 600px)  {  
	.dollhouse_message_dialog_content.jp {
		height: 100%;
	}
}

@media only screen and (min-height: 800px)  {  
	.dollhouse_message_dialog_content.jp {
		height: 700px;
	}
}


@media only screen and (max-width: 600px) {
	.dollhouse_message_dialog_content {
		width: 100%;
	}
}

.dollhouse_message_dialog-input-margin {
	width: 100%;
	height: 100%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dollhouse_message_dialog-icon-parent {
	width: 100%;
	margin-top: 34px;
	margin-bottom: 13px;
}

.dollhouse_message_dialog-complete-title {
	width: 100%;
	text-align: center;
	color: #6D6D6D;
	font-size: 1.125em;
	margin-bottom: 31px;
	font-weight: bold;
}

.dollhouse_message_dialog-limite {
	text-align: left;
	color: #5A5A5A;
}

.dollhouse_message_dialog-line {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.dollhouse_message_dialog-line-number {
	-webkit-flex: none;
	flex: none;
	width: 20px;
	color: #5A5A5A;
}

.dollhouse_message_dialog-view-dollhouse-parent {
	width: 100%;
	margin-top: 28px;
	padding-bottom: 70px;
}

.dollhouse_message_dialog-remove-padding {
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.dollhouse_message_dialog-view-dollhouse {
	color: #2A5FB7;
	cursor: pointer;
	font-size: 1.0625em;
	border-bottom: 1px dotted #2A5FB7;
}

#reportBlock {
	width: 100%;
	height: 100%;
}