
/*commonPop*/
.commonPop {
	background-color: #fff;
	/*width: 460px;*/
	height: auto;
	/*padding-bottom: 10px;*/
	display: none;
	/*-webkit-border-radius: .3em;
	border-radius: .3em;*/
	overflow: hidden;
	position: relative;
}

.commonPop h1 {
	font-size: 24px;
	font-weight: 300;
	font-family: "RixGo";
	text-shadow: 1px 1px #6a5238;
	background-color: #a3a3a8;
	color: #fff;
	padding: 10px 15px;
	line-height:normal;
}

.commonPop .topClose {
	position: absolute;
	top: 17px;
	right: 17px;
	display: inline-block;
	width: 23px;
	height: 22px;
	background-image: url(../../images/commonPop_topClose.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.commonPop p {
	font-size: 24px;
	font-weight: 200;
	font-family: "RixGo";
	color: #555;
	padding: 50px 40px;
	text-align: center;
	line-height: 1.4em;
}

.commonPop p .cardAdd {
	display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 20px;
	background-image: url(../../images/btn_mCard_add.png);
	background-repeat: no-repeat;
	background-position: 28px top;
}

.commonPop p .cardImport {
	display: inline-block;
	width: 100px;
	height: auto;
	margin: 0 20px;
	background-image: url(../../images/btn_mCard_import.png);
	background-repeat: no-repeat;
	background-position: 28px top;
}

.commonPop p a span {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	margin-top: 50px;
	font-weight: bold;
}

.commonPop .btnSet {
	text-align: center;
	padding-bottom: 30px;
}

.commonPop .btnSet button {
	display: inline-block;
	cursor: pointer;
	padding: 10px 30px;
	margin: 0 5px;
	background-color: #5f5f60;
	font-size: 17px;
	font-weight: 200;
	font-family: "RixGo";
	text-shadow: 1px 1px #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}


.commonPop a, .commonPop button {
	text-decoration: none;
	color: #333;
	outline: 0px;
}