﻿/****************************************************************************************************************
 * メッセージボックス文字表示処理
 ****************************************************************************************************************/
.window_messagebox_wrap {
	
	position:absolute;
	
	display:none;
	overflow:hidden;

	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background:rgba(0, 0, 0, 0.2);
}

/* メッセージボックス 構造 */
.window_messagebox {
	position:relative;

	font-size:11pt;
	/*width:293pt;
	height:150pt;*/
    width:315pt;
	height:185pt;

	border-style:solid;
	border-width:1pt;

	background:White;
	border-radius:5pt;

}

/* メッセージボックス 構造 */
.window_messagebox article {
	width:94%;
	height:58pt;
	margin:15pt auto;
	text-align:left;
	/*font-weight:bolder;*/
	padding-top:0;
}
/* メッセージボックス ボタン 構造 */
.msg_buttons {
	margin-top:10pt;
	height:28pt;
	padding-left:0;
	text-align:center;
}

/* メッセージボックスボタン 構造 */
.msg_buttons button {
	font-weight:bolder;
	width:75pt;
	height:23pt;
	margin-left:8pt;
	margin-right:8pt;
	font-size:11pt;
	border: none;
}

.msg_divtablecell{
    display: table-cell; 
    vertical-align: middle; 
    width: 315pt;
    height: 185pt; 
}

.msg_header{
    position: absolute !important; 
    top: 0px !important;
}

.msg_divtable{
    display: table; 
    margin-left:auto; 
    margin-right:auto;
}

.msg_cell{
    display: table-cell; 
    vertical-align: middle;
    margin-top: 0px;
}

.msg_divcontent{
    width: 100%;
    max-height:148px;
    color: #333;
    word-break: break-word;
}

.agree_text1{
    display:none;
}

.agree_text2{
    display:normal;
}




