@charset "utf-8";

/*-------------------------
 common 
------------------------- */

#contents {
	padding: 0 0 0 0;
	margin-bottom: 6px;
	border: none;
	background: url(/member/move/topics/images/contents_in.jpg) repeat-y bottom;
	border-bottom: 1px solid #dbdbdb;
}

#pointWp {
	margin: 6px;
	background-color: #f8f8f8;
	border: 1px solid #dbdbdb;
}

#ct #pointWp section p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#ct #pointWp .tit-big-whitebg {
	padding: .5em;
	background-color: #fff;
	border-top: 3px solid #bd0404;
	border-bottom: 3px solid #bd0404;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#ct #pointWp .tit-small-whitebg {
	margin-top: 12px;
	padding: .5em;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	color: #b11516;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.alignR {
	text-align: right !important;
}

.alignC {
	text-align: center !important;
}

.alignL {
	text-align: left !important;
}

.alignVM {
	vertical-align: middle !important;
}

.alignVT {
	vertical-align: top !important;
}

.alignVB {
	vertical-align: bottom !important;
}

.alignVBase {
	vertical-align: baseline !important;
}

em {
	font-weight: bold;
	font-style: normal;
}

.first-child {
	margin-top: 0px !important;
}

.mAuto {
	margin: 0 auto !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}


.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml135 {
	margin-left: 135px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.font16 {
	font-size: 16.5rem;
}

.font14 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.w90p {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
}

.w80p {
	width: 80%;
}

.w640 {
	width: 640px;
}

.red {
	color: #cc0000;
}

/* list */
p.note01,
ul.note01 li {
	text-indent: -1.352em;
	margin-left: 1.352em;
	line-height: 150%;
}

/* Disc */
ul.list-disc {
	margin-bottom: 0;
}

ul.list-disc li {
	margin-left: 15px;
	list-style-type: disc;
	text-align: left;
}


/*-------------------------
 pointArea
------------------------- */
#ct #pointArea {
	width: 100%;
	padding-bottom: 10px;
}

/* heading style */
#ct #pointWp h3 {
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 3px solid #b71d1d;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	background: -moz-linear-gradient(right top, #ececec, #fff);
	/* Firefox */
	background: -webkit-gradient(linear, right top, left bottom, from(#ececec), to(#fff));
	/* Safari,Google Chrome */
}

#ct #pointWp h3.bg-solid {
	width: 100%;
	border: none;
	font-size: 16px;
	text-align: left;
	padding: 10px 15px 8px 15px;
	background: #f7f7f7;
}

#ct #pointWp h4 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	color: #b68822;
	background: -moz-linear-gradient(top, #fbf6d1, #f7ef9c);
	/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf6d1), to(#f7ef9c));
	/* Safari,Google Chrome用 */
	position: relative;
}

#ct #pointWp h4 img {
	position: absolute;
	left: 3%;
	bottom: 0;
	padding-right: 9px;
}

#ct #pointWp h4 span {
	padding-left: 17px;
}

#ct #pointWp h4.lineup {
	width: 100%;
	background: #F7F7F7;
	color: #606060;
	padding: 8px 0;
}

/* button set */
nav.style01,
nav.style02,
nav.style03 {
	width: 90%;
	margin: 0 auto;
}

nav.style03 li {
	float: right;
	width: 58%;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px solid #c1c1c1;
}

nav.style03 li:first-child {
	width: 40%;
	float: left;
}

nav.style03 li span,
nav.style04 li span {
	display: block;
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 8px 2px;
}

nav.style02 a,
nav.style03 li a,
nav.style04 li a {
	display: block;
	color: #606060;
	font-weight: bold;
}

nav.style01 p {
	border-radius: 3px;
	background: #c7171a;
	padding: 1px;
}

nav.style01 p span {
	display: block;
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid #c85a5a;
	padding: 8px 2px;
}

nav.style01 p a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

nav.style02 {
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px solid #c1c1c1;
}

nav.style02 p {
	display: block;
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 8px 0 !important;
}

nav.style04 {
	width: 94%;
	margin: 0 auto;
}

nav.style04 li {
	display: inline-block;
	width: 46%;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px solid #c1c1c1;
	margin: 6px 3px 0;
}


#ct #pointWp .txtLink01 a {
	background: url(../../../img/common/icon/icon_triangle_red_right.png) left center no-repeat;
	-moz-background-size: auto 8px;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
	padding-left: 10px;
	color: #606060;
}

#ct #pointWp .txtLink01 a:hover,
#ct #pointWp .txtLink01 a:active {
	text-decoration: underline;
}

#ct #pointWp .txtLink02 {
	text-align: center;
}

#ct #pointWp .txtLink02 a {
	padding-left: 15px;
	color: #606060;
	text-align: center;
}

#ct #pointWp .txtLink02 a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../img/common/icon/icon_triangle_red_right.png) left center no-repeat;
}

#ct #pointWp .txtLink02 a:hover,
#ct #pointWp .txtLink02 a:active {
	text-decoration: underline;
}

#ct #pointWp section a.link-red {
	color: #c7171a;
	text-decoration: underline;
}

#ct #pointWp section a.link-red:hover,
#ct #pointWp section a.link-red:active {
	text-decoration: none;
}

#ct #pointWp section a.link-red-related {
	color: #c7171a;
	text-decoration: none;
}

#ct #pointWp section a.link-red-related:hover,
#ct #pointWp section a.link-red-related:active {
	text-decoration: underline;
}


/* article */
#ct #pointWp article {
	padding: 0 0 10px;
}

body#point_top #ct #pointWp article:first-child {
	padding-bottom: 0;
}

#ct #pointWp section {
	/*	padding: 18px 0 34px;*/
}

#ct #pointWp section .link-red {
	color: #c7171a;
}

#ct #pointWp section .link-red:hover {
	text-decoration: underline;
}

#ct #pointWp .wrap {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

#ct #pointWp .wrap a {
	text-decoration: none;
}

#ct #pointWp .wrap img {
	max-width: 100%;
}

#ct #pointWp .point_n01 {
	font-size: 16px;
}

#ct #pointWp .point_n01 strong,
#ct #pointWp .wrap2 strong {
	color: #b68822;
	font-weight: bold;
	padding: 0 0.5em;
	font-size: 24rem;
}

#ct #pointWp .point_n02 {}

#ct #pointWp .point_n02 strong {
	color: #b68822;
	font-weight: bold;
	padding: 0 0.5em;
	font-size: 16px;
}

#ct #pointWp .QA {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

#ct #pointWp .QA dt {
	width: 40px;
	height: 40px;
	float: left;
	clear: left;
}

#ct #pointWp .QA dd {
	margin: 0 0 20px 40px;
}

#ct #pointWp .QA dd.que {
	color: #cc0000;
}


#ct #pointWp .itemList {
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	border-bottom: 1px solid #d2d0d0;
}

#ct #pointWp .itemList:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#ct #pointWp .itemList dt {
	display: table-cell;
	background: #fff;
	border: 1px solid #d2d0d0;
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
	width: 128px;
}

#ct #pointWp .itemList dd {
	padding: 10px 0 10px 10px;
	display: table-cell;
}

#ct #pointWp .itemList dd p {
	margin-top: 1em;
	font-weight: bold;
}

#ct #pointWp .line {
	padding-bottom: 15px;
	border-bottom: 2px solid #dbdbdb;
}


#ct #pointWp .wrap2 {
	background: #f4eec2;
	padding: 20px 30px;
}

#ct #pointWp .wrap2 p {
	background: #fff;
	border-radius: 4px;
	padding: 20px 0;
}

/* display table */
#ct #pointWp .blk {
	display: table;
	margin: 0 auto;
}

#ct #pointWp .blk p {
	text-align: center;
	margin: 0.5em 0;
}

/* style table */
#ct #pointWp table.style01,
#ct #pointWp table.style02 {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
}

#ct #pointWp table.style01 th {
	background: #c1c1c1;
	padding: 8px 6px;
	font-size: 10rem;
}

#ct #pointWp table.style02 th {
	background: #c1c1c1;
	padding: 8px 6px;
}

#ct #pointWp table.style01 tr td,
#ct #pointWp table.style02 tr td {
	background: #fff;
	border: 1px solid #c1c1c1;
}

#ct #pointWp table.style01 tr:nth-child(odd) td,
#ct #pointWp table.style02 tr:nth-child(odd) td {
	background: #f0f0f0;
}

#ct #pointWp table.style01 td,
#ct #pointWp table.style02 td {
	padding: 8px 6px;
}

#ct #pointWp .serial input {
	width: 4em;
}

.btn-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

.btn-wrapper .btn-red {
	width: 100%;
	display: block;
	margin: 0 auto 14px auto;
	padding: 8px 2px;
	border-radius: 3px;
	background: #c7171a;
	border: 1px solid #c7171a;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.btn-wrapper .btn-white {
	width: 100%;
	display: block;
	margin: 0 auto 14px auto;
	padding: 8px 2px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px solid #c1c1c1;
	font-weight: bold;
	font-size: 16px;
}

/* itemlist_sp.html*/
.itemlist-top {
	margin: 0 16px;
	padding: 15px 0 0 0;
}

.itemlist-top .page-anchors {
	margin: 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.itemlist-top .page-anchors .anchor-box {
	width: 50%;
	padding: 0 2px 4px 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemlist-top .page-anchors .anchor-box:nth-child(even) {
	padding: 0 0 4px 2px;
}

.itemlist-top .page-anchors .btn {
	display: block;
	height: 40px;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
	background-position: center left 10px;
	background-repeat: no-repeat;
	-webkit-background-size: auto 17px;
	-o-background-size: auto 17px;
	background-size: auto 17px;
	text-align: left;
	text-indent: -9999px;
}

.itemlist-top .page-anchors .btn.btn-exchangeitem {
	background-image: url(../../../img/sp/point/btntext_exchangeitem.png);
}

.itemlist-top .page-anchors .btn.btn-cardface {
	background-image: url(../../../img/sp/point/btntext_cardface.png);
}

.itemlist-top .page-anchors .btn.btn-lotitem {
	background-image: url(../../../img/sp/point/btntext_lotitem.png);
}

.itemlist-top .btn-cart-area {
	margin: 0 16px;
	padding: 11px 0 25px 0;
	text-align: center;
}

.itemlist-top .btn-cart-area .btn-cart {
	display: block;
	width: 208px;
	margin: 0 auto;
}

.itemlist-top .btn-cart-area .btn-cart img {
	width: 100%;
}

/* indexページ */
#ct #pointWp .top-banner-area {
	padding: 0 0 22px 0;
	text-align: center;
}

#ct #pointWp .top-banner-area .banner {
	width: 312px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#ct #pointWp .top-banner-area a img {
	width: 312px;
	padding: 12px 0 0 0;
}

#ct #pointWp .estore-detail-area {
	margin: 0;
	padding: 15px 15px;
}

#ct #pointWp .estore-detail-area .link {
	color: #b11516;
	text-decoration: underline;
}

#ct #pointWp .estore-detail-area h4.tit-bgpink {
	margin: 20px 0 0 0;
	padding: .5em 0 .4em;
	color: #b11516;
	background: #fff6f6;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

#ct #pointWp .estore-detail-area .figure {
	padding: 28px 0;
	text-align: center;
}

#ct #pointWp .estore-detail-area .note-list {
	margin: 16px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#ct #pointWp .estore-detail-area .note-list li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 75%;
	line-height: 1.7;
}


/* paging2021 * ======================================================== */
.paging2021 {
	padding: 20px 0;
	height: 29px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.paging2021 .btn-paging {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #efefef;
	text-align: center;
	font-size: 12px;
	color: #606060;
	line-height: 29px;
}

.paging2021 .btn-paging:hover {
	opacity: 0.75;
}

.paging2021 .btn-paging.ellipsis {
	pointer-events: none;
}

.paging2021 .btn-paging.current {
	background-color: #c10505;
	color: #ffffff;
	pointer-events: none;
}

.paging2021 .btn-paging-prev {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/btn/btn_paging_back.png);
	-webkit-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	text-align: left;
}

.paging2021 .btn-paging-next {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/btn/btn_paging_next.png);
	-webkit-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	text-align: left;
}

.paging2021 .btn-paging-prev.disable,
.paging2021 .btn-paging-next.disable {
	pointer-events: none;
	opacity: 0.25;
}

/* /paging2021 * ======================================================== */