@charset "utf-8";
/* CSS Document */

.chatch-Area {
	margin-bottom: 20px;
	}

/*---GG(right)------*/
#gg-List {
	border: 1px solid #666;
	}
#gg-List .list-Title {
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	}
#gg-List .list-Content {
	padding-top: 20px;
	}

/*---COMMON------*/
.card-List {
	margin-bottom: 30px;
	text-align: center;
	}
.card-List .card-Name,
.card-List .card-Img,
.card-List .card-Link {
	text-align: center;
	padding-bottom: 20px;
	}
.card-List .card-Name {
	font-weight: bold;
	}
.lastOne {
	margin-bottom: 0;
	}

/*---Normal(left)------*/
#normal-List .card-List {
	float: left;
	padding: 10px 0;
	width: 300px;
	}

#normal-List #card-WAON,
#normal-List #card-Mobile {
	margin-right: 20px;
	}

.icon-CPN {
	background: url(../img/icon_campaign.gif) no-repeat right top;
	}