/*----------------------------------------------*/

@import "base.css";
@import "layout.css";

/*----------------------------------------------*/

.indicator {
margin: 0;
position: fixed;
right: 10px;
top: 10px;
z-index:1000;
}


/*----------------------------------------------*/

.modal{
	display:none;
	position: fixed;
	z-index:9000;
	width:740px;
	top:44%;
}

.modal .modalWrap {
	position: fixed;
	z-index:10000;
	padding:0px;
	padding:20px;
	width:740px;
	left:45%;
	top:40%;
}

.modalBody{
	position: fixed;
	z-index:10000;
	padding:20px;
	width:740px;
	left:45%;
	top:40%;
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
	color:#ffffff;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;
	
}

.modalBody a {
	color:#00ccff;
}

.modalBody .pic{
	float:left;
	width:200px;
	text-align:center;
	padding:0px;
	margin-right:20px;
}

.modalBody .pic img{
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;

}

.modalBody .text{
	float:left;
	margin-left:0px;
	width:500px;
}

.modalBody .title{
	border-left:7px solid #ff0000;
	padding-left:7px;
	margin-left:-12px;
	font-size:15px;
	line-height:1.5em;
}

.modalBody .title .name{
	font-size:22px;
	color:#FF0000;
}

.modalBody .comment{
	margin-top:10px;
	font-size:15px;
}

.modalBody .button{
	margin-top:10px;
}

.modalBody .close{
	text-align:right;
	font-size:110%;
	color:#00ccff;
}


.modalBK{
	position: fixed;
	z-index:999999;
	height:100%;
	width:100%;
	background:#000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
}

.close{cursor: pointer;}

/*----------------------------------------------*/

.modal2{
	display:none;
}

.modal2 .modalWrap {
	position: fixed;
	z-index:10000;
	padding:0px;
	width:731px;
	height:550px;
	left:45%;
	top:15%;
}

.modal2 .modalBody {
	position: fixed;
	z-index:10000;
	padding:0px;
	width:731px;
	left:45%;
	top:15%;
	background-color: #ffffff;
	color:#ffffff;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;
	border:2px solid #666;
}

.modalBody2 a {
	color:#00ccff;
}


.modal2 .modalBody .close{
	text-align:center;
	font-size:110%;
	color:#ff0000;
}


.modalBK2{
	position: fixed;
	z-index:999999;
	height:100%;
	width:100%;
	background:#000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
}

.close{cursor: pointer;}


/*----------------------------------------------*/


@media screen and (max-height: 700px) {
	#btnNext img {
		opacity: 0.0;
		filter: alpha(opacity=00);
		-ms-filter: "alpha(opacity=00)";
		-khtml-opacity: 0.0;
		-moz-opacity: 0.0;
	}
	#btnNextNavi img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-khtml-opacity: 1.0;
		-moz-opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00000000,EndColorStr=#00000000)";
	}
}

@media screen and (min-height: 700px) {
	#btnNext img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-khtml-opacity: 1.0;
		-moz-opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00000000,EndColorStr=#00000000)";
	}
	#btnNextNavi img {
		opacity: 0.0;
		filter: alpha(opacity=00);
		-ms-filter: "alpha(opacity=00)";
		-khtml-opacity: 0.0;
		-moz-opacity: 0.0;
	}
}


/*----------------------------------------------*/


@media print {
	html, body {
		color:#000000;
	}
}


/*----------------------------------------------*/


