@charset "utf-8";
/*========================================
	Japan Concierge - CSS
========================================*/

.JcExportDialog p, .JcExportDialog ul, .JcExportDialog li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#JcExportDialogLayer {
	line-height: 1.3;
	font: 13px helvetica,arial,clean,sans-serif;
}

#JcExportDialogLayer .btn a {
	border: 1px solid #005E9F;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: #e0f2fc;
	cursor: pointer;
}

#JcExportDialogLayer .btn a:hover {
	background: #a9d0e6;
}

#JcExportDialogLayer {
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}

.JcExportDialog {
  position:fixed;
  padding: 5px 10px 10px 10px;
  background: #fff;
  z-index: 9999;
}

.JcExportDialog .close {
	margin-bottom: 5px;
	text-align: right;
}
.JcExportDialog .close a:hover {
	text-decoration: none !important;
}

.JcExportDialog > .ttl {
	margin-bottom: 15px;
	padding: 10px 0;
	line-height: 1.0em;
	text-align: center;
	font-size: 15px;
	background: #036;
	color: #fff;
}

.JcExportDialog .select > .ttl {
	margin-bottom: 15px;
	font-weight: bold;
	color: #036;
	text-align: center;
}

.JcExportDialog ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
}
