/*FA0301step3 モーダル
---------------------------------------------------------------*/

.jqmWindow {
	display: none;

	position: absolute;
	top: 17%;
	left: 50%;

	margin-left: -363px;
	width: 727px;

	background-color: #FFF;
	border: 1px solid black;
	padding: 25px;
	height: auto;
}

.jqmWindow p.header{
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#990000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#990000')";
	background-image: -moz-linear-gradient(top, #ff0000, #990000);
	background-image: -ms-linear-gradient(top, #ff0000, #990000);
	background-image: -o-linear-gradient(top, #ff0000, #990000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#990000), to(#990000));
	background-image: -webkit-linear-gradient(top, #ff0000, #990000);
	background-image: linear-gradient(top, #ff0000, #990000);
	font-size: 116%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
	/* add by happylee for A1010 start */
	cursor: move;
	/* add by happylee for A1010 end */
}


.jqmWindow .content {
	padding: 15px;
}

.jqmWindow .bt_center button{margin-right: 20px; margin-right: 20px;}

.jqmWindow .content table {
	width: 100%;
	border-collapse: collapse;
	line-height:160%;
}

.jqmWindow .content th {
	border: 1px solid #999999;
	text-align: left;
	width: 130px;
	vertical-align: top;
	background-color: #FCC;
	color: #000;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.jqmWindow .content td {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 15px;
	font-size: 0.95em;
}
.jqmWindow .content td .ns01 li {
	float: left;
}
.jqmWindow .content td li.clear {
	clear: both;
}
.jqmWindow .content td li.w190 {
	width: 190px;
}
.jqmWindow .content td ul.w300 {
	width: 300px;
}
.jqmWindow .content td .ns02 {
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
}
.jqmWindow .content td .ns02 li {
	float: left;
	margin-right: 10px;
}
.jqmWindow .content td .ns03 {
	padding-top:10px;
}
.jqmWindow .content .caution {
	clear: both;
	background-color: #ffffff !important;
	padding-left: 15px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.box01, .box02 {
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 4px #ababab;
	-webkit-box-shadow: 0px 0px 4px #ababab;
	box-shadow: 0px 0px 4px #ababab;
}

.box01, .box02, .box04{border: 1px solid #CCC\9;}

.box02 {margin-top: 20px;}

.box03 {
	background-color: #fdf7c8;
	margin-top: 10px;
	margin-bottom:10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

.box04 {
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 4px #ababab;
	-webkit-box-shadow: 0px 0px 4px #ababab;
	box-shadow: 0px 0px 4px #ababab;
	padding:15px;
}