@charset "UTF-8";

#r_msg {  
	position: fixed;
	top: 20%;
	left: 20%;
	color:#000000;
	background-color:#ffffff; /* #ffff00; */
	border-color:#CCCCCC; /* #3399ff; */
	border-style:outset; /* dotted; */
	border-width:5px; /* 1px; */
	padding:15px; /* 0.5em; */
	border: medium solid transparent #CCCCCC;  /* #ff00ff; */
	z-index: 10;      /* ←最前面レイヤーの z-index=2，selectタグの z-index=0の場合 */
}

/*IE6用のSELECT隠しr_msgとあわせる*/
#r_msg_iframe {
  background-color:#ffff00;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  z-index: -1;
}

#popupWinHeader{
	border-bottom-style: solid;
}

#popupWinParagraph{
	text-align: right;
}

#btnWinOk, #btnWinClose {
	background-color: lightgray;
	border: 1px solid gray;
	border-radius: 6px;
	color: black;
	padding: 2px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 10px 4px;
	cursor: pointer;
}

#btnWinOk:hover, #btnWinClose:hover {
	background-color: royalblue;
	color: white;
}