@charset "utf-8";

h3 {
	margin-bottom: -5px !important;
}

.aboutStatus  .btn a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
.aboutStatus .note {
	margin-top: 10px;
}
.aboutStatus .note.noSpace {
	padding: 0;
}
.aboutStatus .note li {
	color: #545454;
	line-height: 1.7;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.aboutStatus .note li:before {
	content: "※";
	padding-right: 0.5em;
}
.aboutStatus .note.dot li:before {
	content: "・";
	padding-right: 0.5em;
}
.aboutStatus .note.dot ul {
	margin-bottom: 10px;
}
.aboutStatus .note a {
	background: url(/assets/images/common/icon-circle-arrowL-green.png) 0 center no-repeat;
	font-size: 16px;
	padding-left: 20px;
}

/* Block ----------- */

.basicBlock01 {
	padding: 0;
}

.basicBlock03 {
	background: url(/assets/images/point/pointcard/bgBasicBlock03.png) top left #EEEEEE repeat;
	position: relative;
	padding: 30px;
	margin-bottom: 45px;
}
.basicBlock03:before {
	content: url(/assets/images/common/triangleMark.png);
	position: absolute;
	top: 0;
	right: 0;
}

/* cardList ---------------- */

.aboutStatus .cardListTitle {
	font-size: 22px;
	line-height: 1.2em;
	text-align: center;
	margin: 40px auto 35px;
}
.aboutStatus .cardList {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
}
.aboutStatus .cardList li {
	float: left;
	width: 300px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
.aboutStatus .cardList.subcard li {
	float: left;
	width: 215px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
.aboutStatus .cardList li p {
	margin-bottom: 10px;
}
.aboutStatus .cardList li p.multi {
	padding-bottom: 1.6em;
}
.aboutStatus .cardList li p.btn {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.aboutStatus .cardList li p.caution {
	width: 126px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #FF0000;
	background: url(/assets/images/common/icon-attention.png) top left no-repeat;
}
.aboutStatus .cardList2 {
	overflow: hidden;
	width: 890px;
	margin: 0 auto;
}
.aboutStatus .cardList2 li {
	float: left;
	width: 178px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
.aboutStatus .cardList2 li p {
	margin-bottom: 10px;
}

/* cardType ---------------- */

.aboutStatus .cardType {
}
.aboutStatus .cardType .head {
	position: relative;
	background: #FFFFFF;
}
.aboutStatus .cardType .head h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.7;
	min-height: 53px;
	overflow: hidden;
	text-align: center;
}
.aboutStatus .cardType .head h4 span {
	color: #119934;
}
.aboutStatus .cardType .head h4 span.strong {
	color: #FF0505;
}
.aboutStatus .cardType .head h4.point.middle,
.aboutStatus .cardType .head h4.off.middle {
	padding-top: 20px;
}
.aboutStatus .cardType .head ul {
	position: absolute;
	right: 22px;
	top: 13px;
}
.aboutStatus .cardType .head li {
	display: none;
}
.aboutStatus .cardType .head li img {
	cursor: pointer;
}
.aboutStatus .cardType .head li.active {
	display: block;
}
.aboutStatus .cardType .body {
	background: url(/assets/images/common/newsBlockDec.png) right bottom #fff no-repeat;
	display: none;
}
.aboutStatus .cardType .body .wrap {
	padding: 25px;
}
.aboutStatus .cardType .body .wrap h5 {
	font-size: 22px;
	font-weight: normal;
	color: #FF5259;
	text-align: center;
}
.aboutStatus .cardType .body p {
	font-size: 14px;
	line-height: 1.7;
}
.aboutStatus .cardType .body p span {
	color: #FF5259;
}
.aboutStatus .cardType .body p.free {
	background: #FF5259;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	width: 212px;
	height: 37px;
	line-height: 40px;
	margin: 20px auto 0;
}
.aboutStatus .cardType .body .freeNote {
	text-align: center;
}

.aboutStatus .cardType .body .cardDetail {
	overflow: hidden;
	margin-top: 30px;
}
.aboutStatus .cardType .body .cardDetail .cardBox {
	width: 420px;
}
.aboutStatus .cardType .body .cardDetail .cardBoxLeft {
	float: left;
}
.aboutStatus .cardType .body .cardDetail .cardBoxRight {
	float: right;
}
.aboutStatus .cardType .body .cardDetail .cardBox .card {
	width: 418px;
	border: #DDDDDD 1px solid;
	background: url(/assets/images/point/pointcard/bgCardBox.png) top left #fff no-repeat;
	text-align: center;
}
.aboutStatus .cardType .body .cardDetail .cardBox .card .label {
	background: url(/assets/images/point/pointcard/cardLabel.png) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 20px auto 15px;
}
.aboutStatus .cardType .body .cardDetail .cardBox .about {
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-top: 30px;
}
.aboutStatus .cardType .body .cardDetail .cardBox .txt {
	width: 395px;
	margin: 15px auto 0;
}
.aboutStatus .cardType .body .cardDetail .cardBoxLeft .txt {
	text-align: center;
}
.aboutStatus .cardType .body .cardDetail .cardBox .caution {
	background: url(/assets/images/common/icon-attention.png) top left no-repeat;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.3;
	margin: 25px auto 0;
	width: 55px;
}
.aboutStatus .cardType .body .cardDetail .cardBox .cautionTxt {
	width: 383px;
	margin: 15px auto 0;
}
.aboutStatus .cardType .body .cardDetail .cardBox .btn {
	text-align: center;
	margin-top: 10px;
}

.aboutStatus .cardType .body .wrap .topBox {
	border: #DDDDDD 1px solid;
	padding: 30px 25px;
}
.aboutStatus .cardType .body .wrap .topBox .title {
	text-align: center;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .txt {
	float: left;
	width: 540px;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .checkWrap {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .checkWrap .checkTitle {
	color: #119935;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background: url(/assets/images/point/pointcard/checkMark.png) top left no-repeat;
	margin-bottom: 15px;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .checkWrap .checkLeft .checkTitle {
	letter-spacing: -1px;
	text-indent: -9px;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .checkWrap .checkLeft {
	float: left;
	width: 263px;
	padding-right: 25px;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .checkWrap .checkRight {
	float: right;
	width: 232px;
	padding-left: 18px;
	border-left: #DDDDDD 1px solid;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .txt ul li{
	color: #545454;
	line-height: 1.7;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .img {
	float: right;
	width: 268px;
	position: relative;
}
.aboutStatus .cardType .body .wrap .topBox .contentsWrap .img p {
	position: absolute;
	left: 0;
	right: 0;
	top: 185px;
	margin: auto;
	text-align: center;
}

.aboutStatus .cardType .body .wrap .topBox .note{
	margin: 0;
}

.aboutStatus .cardType .body .wrap .visaLabel {
	background: url(/assets/images/point/pointcard/visaLabel.png) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	width: 160px;
	height: 30px;
	line-height: 33px;
	margin: 30px auto 0;
}

.aboutStatus .cardType .body .wrap .characteristicWrap {
	overflow: hidden;
	padding: 25px 0;
}
.aboutStatus .cardType .body .wrap .characteristicWrap.border {
	border-bottom: #DDDDDD 1px solid;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox {
	width: 425px;
	overflow: hidden;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox.left {
	float: left;
	padding-right: 20px;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox.right {
	float: right;
	padding-left: 20px;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox.left.border {
	border-right: #DDDDDD 1px solid;
	width: 424px;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox.right.border {
	border-left: #DDDDDD 1px solid;
	width: 424px;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox .img {
	float: left;
	width: 78px;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox .txt {
	float: right;
	width: 336px;
	font-size: 14px;
	line-height: 1.7;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox .txt .note {
	margin-top: 0;
}
.aboutStatus .cardType .body .wrap .characteristicWrap .characteristicBox .txt span {
	color: #FF0505;
}

.aboutStatus .cardType .body .wrap .exampleBox {
	background: url(/assets/images/point/pointcard/bgBasicBlock03.png) top left #EEEEEE repeat;
	padding: 20px 0 30px;
	text-align: center;
	position: relative;
}
.aboutStatus .cardType .body .wrap .exampleBox:before {
	content: url(/assets/images/point/pointcard/triangleCheckMark.png);
	position: absolute;
	top: 0;
	right: 0;
}
.aboutStatus .cardType .body .wrap .exampleBox .txt {
	font-size: 18px;
	margin: 15px auto 30px;
}
.aboutStatus .cardType .body .wrap .exampleBox .visaLabel {
	margin-top: 0;
}
.aboutStatus .cardType .body .wrap .demandBtn {
	text-align: center;
	margin: 28px auto 0;
}
.aboutStatus .cardType .body .wrap .confirmTitle {
	background: url(/assets/images/common/icon-attention.png) top left no-repeat;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.3;
	margin: 35px auto 25px;
	width: 162px;
}
.aboutStatus .cardType .body .wrap .confirm {
	margin-bottom: 10px;
}
.aboutStatus .cardType .body .wrap .confirm li {
	color: #545454;
	line-height: 1.7;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.aboutStatus .cardType .body .wrap .confirm li:before {
	content: "・";
	padding-right: 0.5em;
}


/* pageLink ---------------- */

.pageLink {
	padding: 18px 0;
	border-top: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	text-align: center;
	margin-bottom: 40px;
}
.pageLink ul li {
	display: inline-block;
	padding: 4px 30px;
	border-right: #DDDDDD 1px solid;
}
.pageLink ul li a {
	background: url(/assets/images/common/icon-circle-arrowB-green.png) 0 center no-repeat;
	font-size: 14px;
	padding-left: 20px;
}
.pageLink ul li.last {
	border-right: none;
}


/* cardDescription ---------------- */

.aboutStatus .cardDescription {
	margin: 10px auto 0;
	background: url(/assets/images/common/newsBlockDec.png) right bottom #fff no-repeat;
}
.aboutStatus .cardDescription .head h4 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 30px auto 33px;
}
.aboutStatus .cardDescription .body .wrap {
	padding: 0 30px;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap {
	overflow: hidden;
	padding-bottom: 50px;
	/*background: url(/assets/images/point/pointcard/cardDescriptionBorder.png) left bottom repeat-x;*/
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap.last {
	background: none;
	padding-bottom: 30px;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .cardImg {
	width: 204px;
	float: left;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description {
	width: 676px;
	float: right;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description table th {
	width: 160px;
	font-weight: normal;
	vertical-align: middle;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description table td {
	line-height: 1.7 !important;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description > p, 
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description > a {
	margin-left: 18px;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description .name {
	font-size: 18px;
	line-height: 1.7;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description .name span {
	font-size: 14px;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description .txt {
	margin-top: 10px;
	line-height: 1.7;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description a {
	background: url(/assets/images/common/icon-circle-arrowL-green.png) 0 center no-repeat;
	padding-left: 20px;
	margin-top: 15px;
	font-size: 14px;
}
.aboutStatus .cardDescription .body .wrap .cardDescriptionWrap .description > a {
	padding-top: 2px;
	display: block;
}
.aboutStatus .cardDescription:before {
	content: none;
}

/* app ---------------- */
h3.app {
	font-size: 22px !important;
}
div.app {
	padding: 40px 99px;
	border: #DDDDDD 1px solid;
	overflow: hidden;
	margin-bottom: 50px;
}
.app .img {
	float: left;
	width: 50px;
}
.app .txt {
	float: left;
	width: 732px;
	padding-left: 18px;
}
.app .txt p {
	line-height: 1.7;
	margin-bottom: 15px;
}
.app .txt a {
	background: url(/assets/images/common/icon-circle-arrowL-green.png) 0 center no-repeat;
	padding-left: 20px;
}


/* cardUse ---------------- */

.aboutStatus h4.no {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7;
	padding: 9px 0 0 48px;
	min-height: 40px;
}
.aboutStatus h4 .h4Wrap {
	overflow: hidden;
}
.aboutStatus h4 .h4Wrap .txt {
	float: left;
	width: 60%;
}
.aboutStatus h4 .h4Wrap .link {
	float: right;
	width: 40%;
	text-align: right;
}
.aboutStatus h4 .h4Wrap .golf a {
	background: url(/assets/images/common/icon-circle-arrowL-green.png) 0 center no-repeat;
	padding-left: 20px;
}
.aboutStatus h4 .h4Wrap .shop a {
	background: url(/assets/images/common/icon-externalLink.png) 0 center no-repeat;
	padding-left: 20px;
}
.aboutStatus h4 .note {
	font-size: 14px;
}
.aboutStatus h4.no1 {
	background: url(/assets/images/point/pointcard/no1.png) 0 0 no-repeat;
}
.aboutStatus h4.no2 {
	background: url(/assets/images/point/pointcard/no2.png) 0 0 no-repeat;
}
.aboutStatus h4.no3 {
	background: url(/assets/images/point/pointcard/no3.png) 0 0 no-repeat;
}
.aboutStatus h4.no4 {
	background: url(/assets/images/point/pointcard/no4.png) 0 0 no-repeat;
}
.aboutStatus .note2{
	padding: 0 0 0 48px;
}
.aboutStatus .note2 a{
	padding: 0;
	font-size: 100%;
	background: none;
}

.aboutStatus .cardUse {
	margin: 30px auto 0;
	background: url(/assets/images/common/newsBlockDec.png) right bottom #fff no-repeat;
	position: relative;
	overflow: visible;
}
.aboutStatus .cardUse .label {
	background: url(/assets/images/point/pointcard/pointUseLabel.png) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	width: 200px;
	height: 30px;
	line-height: 33px;
	margin: auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}
.aboutStatus .cardUse .body .wrap {
}
.aboutStatus .cardUse .body .wrap .cardUseWrap {
	overflow: hidden;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .img {
	float: left;
	width: 280px;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail {
	float: right;
	width: 620px;
	padding: 35px 0 0;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPointTitle {
	font-size: 20px;
	margin-top: 25px;
	color: #000000;
	padding-left: 5px;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint {
	width: 530px;
	margin-top: 15px;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint p {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint .left {
	width: 200px;
	float: left;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint .right {
	width: 300px;
	float: right;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint table th {
	text-align: center;
	padding: 10px 0 !important;
	font-weight: normal;
	color: #000000;
	width: 98px;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint table td,.table_pointtxt td span {
	padding: 10px 0 !important;
	color: #FF0505;
	font-size: 24px !important;
	font-weight: bold !important;
	text-align: center;
	line-height: 1.1 !important;
}
.aboutStatus .cardUse .body .wrap .cardUseWrap .detail .getPoint table td span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.aboutStatus .pointNotice {
	padding-right: 30px;
}
.aboutStatus .pointNotice .noPointTitle {
	margin-top: 30px;
}
.aboutStatus .pointNotice .noPointWrap {
	overflow: hidden;
	margin: 5px 0 10px;
}
.aboutStatus .pointNotice .noPointWrap p {
	width: 350px;
	float: left;
}
.aboutStatus .pointNotice a {
	background: url(/assets/images/common/icon-circle-arrowL-green.png) 0 center no-repeat;
	padding-top: 2px;
	padding-left: 20px;
	display: block;
	margin-top: 10px;
}
.aboutStatus .pointNotice .multi {
	text-indent: -1em;
	padding-left: 1em;
}
.aboutStatus .pointNotice .last {
	padding-top: 20px;
}
.aboutStatus .pointNotice .note {
	margin-top: 0;
}
.aboutStatus .pointNotice .note.indentNote {
	margin-left: 1em;
}
.aboutStatus .pointNotice .note.indentNote a {
	font-size: 14px;
	padding-left: 40px !important;
	margin-top: 0;
}
.aboutStatus .pointNotice a.login {
	margin-top: 0;
	margin-left: 20px;
}
.aboutStatus .pointNotice.inquiry {
	background: none;
	padding: 30px;
}
.aboutStatus .pointLimitTxt {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.card .contNavT {
	margin-bottom: 15px;
}