﻿div.msgBox {
	width: 80%;
	background: #FFF;
	border-radius: 4px;
	position: fixed;
	top:  50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20050;
}

div.msgBoxBackGround {
	width:  100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	position: absolute;
	top:  0;
	left: 0;
	opacity: 0.4;
	z-index: 19999;
}

div.msgBoxTitle {
	padding: 10px;
	color: #4382F6;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

div.msgBoxContent {
	margin: 20px 0;
	padding: 0 10px;
	font-size: 0.9rem;
}

div.msgBoxButtons {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #CCC;
}

div.msgBoxButtons input[type='button'] {
	width: 50%;
	margin: 0 auto;
	padding: 10px 0;
	color: #4382F6;
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}

div.msgBoxButtons input[type='button'] + input[type='button'] {
	border-left: 1px solid #CCC;
}

div.msgBoxButtons input[name='はい'] {
	font-weight: bold;
}

div.msgBoxButtons input[type='button']::-moz-focus-inner { /*remove firefox inner outline*/
	outline: none; 
	border: none;
}

div.msgBoxInputs {
	width: 195px;
	margin: 5px auto 0;
	padding-top:    2px;
	padding-bottom: 2px;
}

div.msgInput input[type='text'],
div.msgInput input[type='password'] {
	width: 180px;
	padding: 4px;
	color: #333;
	border: 1px solid #DFDFDF;
}
