@charset "utf-8";


img:not([width]) {
    zoom: .5;
    /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}



/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  #privacy:privacy.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ///////////////////////////////////////////////////////////////////
	PageTitle
/////////////////////////////////////////////////////////////////// */

#pageTitle {
    background: url(../common/pagettl/mypage.gif) no-repeat;
    background-position: 7px 8px;
    background-size: 28px 26px;
    -webkit-background: 28px 26px;
    color: #0055CA;
    padding: 12px 10px 8px 40px;
    font-size: 18px;
    margin: 0px 0px 18px 0px;
    border-bottom: 2px #33AAD7 solid;
}

/* ///////////////////////////////////////////////////////////////////
	text00
/////////////////////////////////////////////////////////////////// */

.text00 {
    width: 94%;
    margin: 0px auto 15px auto;
}

.name {
    font-size: 16px;
    font-weight: bold;
}

.point {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

a.plus {
    background: #ff8000;
    color: #fff;
    padding: 8px 3px;
    text-decoration: none;
    display: block;
    width: 200px;
    font-size: 12px;
    margin: 3px auto;
    text-align: center;
}

/* ///////////////////////////////////////////////////////////////////
	secTitle01
/////////////////////////////////////////////////////////////////// */

.secTitle01 {
    background: #DDF0FB;
    padding: 6px 10px 6px 10px;
    margin: 20px 0px 10px 0px;
    overflow: hidden;
}

.secTitle01 span.icon01 {
    background-color: #029BE1;
    height: 20px;
    width: 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    float: left;
    margin: 0px 8px 2px 0px;
}

.secTitle01 span.title01 {
    float: left;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

h4.secTitle02 {
    padding: 7px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dotted #fff;
    background: #2E70D7;
    color: #fff;
}

h5.secTitle02 {
    padding: 7px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dotted #fff;
    background: #ED3960;
    color: #fff;
}

.allitem {
    background: #16AFD6;
    padding: 1%;
    text-align: center;
    margin-top: 15px;
}


/* ///////////////////////////////////////////////////////////////////
	categoryMenu
/////////////////////////////////////////////////////////////////// */

.categoryMenu {
    background: #9ED6EB;
    margin-top: 5px;
    padding: 16px 0px 16px 0px;
}

.categoryMenu ul {
    width: 94%;
    margin: 0px auto 0px auto;
    border-bottom: 1px solid #BBBBBB;
}

.categoryMenu ul li {
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    font-size: 14px;
    background-image: -moz-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
}

.categoryMenu ul li.noLink {
    padding: 15px 20px 15px 10px;
}

.categoryMenu ul li a {
    display: block;
    padding: 15px 20px 15px 10px;
    background: url(../common/arrow06.png) no-repeat 93% 50%;
    background-size: 12px 18px;
    -wekit-background-size: 12px 18px;
    text-decoration: none;
    color: #333333;
}

.categoryMenu ul li.pcLink01 a {
    display: block;
    padding: 15px 20px 15px 15px;
    background: url(../common/pc_icon01.png) no-repeat 94% 50%;
    background-size: 26px 22px;
    -wekit-background-size: 26px 22px;
}

.categoryMenu ul li span.icon01 {
    background-color: #029BE1;
    height: 8px;
    width: 8px;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    display: block;
    float: left;
    margin: 8px 8px 2px 0px;
}

.categoryMenu ul li.subMenu01 a {
    display: block;
    padding: 12px 20px 12px 35px;
    background: #E8E8E8 url(../common/arrow02.png) no-repeat 20px 50%;
    background-size: 8px 12px;
    -wekit-background-size: 8px 12px;
    -moz-background-size: 8px 12px;
}




/* ///////////////////////////////////////////////////////////////////
	morebtn
/////////////////////////////////////////////////////////////////// */

.morebtn {
    margin: 5px 10px 5px 10px;
}

.morebtn a {
    display: block;
    width: 100%;
    margin: 5px auto;
    border: #027DB9;
    padding: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -moz-linear-gradient(top, #04ACFD 0%, #027EBB 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04ACFD), to(#027EBB));
    text-align: center;
    text-decoration: none !important;
}

.morebtn a span {
    height: 25px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none !important;
    background: url(../common/icon02.png) no-repeat 0px 2px;
    background-size: 12px 14px;
    -webkit-background-size: 12px 14px;
    padding: 0px 10px 0px 18px;
    display: inline;
}




/* ---------------------- rireki_list ---------------------- */

#mypage div.coBox p.txtBox {
    padding-bottom: 0;
}

#mypage div.coBox h4.tk01 {
    background: #ff8000;
    margin: 10px 0 5px;
    padding: 3px 5px 3px 15px;
    color: #fff;
    font-size: 14px;
}

#mypage div.coBox h4.tk02 {
    background: #00B285;
    margin: 10px 0 5px;
    padding: 3px 5px 3px 15px;
    color: #fff;
    font-size: 14px;
}

#mypage p.h4 {
    margin: 15px 0 5px;
    padding: 3px 5px 3px 20px;
    color: #003399;
    font-weight: bold;
    background: url(../common/icon.png) no-repeat 5px 50% #C9E1F1;
    display: block;

}

.ylbox {
    margin: 5px auto;
    padding: 5px;
    background: #FCE5E3;
    display: block;

}

table.dataT {
    border-right: 1px solid #CCCCCC;
    border-top: 3px solid #0784D3;
    width: 100%;
    margin: 15px auto;
    padding: 0;
    border-collapse: collapse;
}

table.dataT tr th {
    padding: 4px 5px;
    background: #F7F5F2;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
}

table.dataT tr td {
    padding: 4px 5px;
    text-align: center;
    background: #FFF;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
}

table.dataT tr th.date {
    width: 29%;
}

table.dataT tr th.orderNo {
    width: 15%;
}

table.dataT tr th.pay {
    width: 18%;
}

table.dataT tr th.total {
    width: 18%;
}

table.dataT tr th.other {
    width: 20%;
}

table.dataT tr td a.arw {
    background: #035ECB;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    display: block;
    width: 30px;
    font-size: 11px;
    margin: 3px auto;
}

table.dataT tr td a.delete {
    background: #666;
    color: #fff;
    padding: 8px 3px;
    text-decoration: none;
    display: block;
    width: 30px;
    font-size: 11px;
    margin: 3px auto;
}

ul.hisNav {
    margin: 30px 0;
    padding: 5px;
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    color: #003399;
}

ul.hisNav li.back {
    float: left;
}

ul.hisNav li.next {
    float: right;
}

ul.hisNav li.back a {
    background: url(../common/arrow03.png) no-repeat 0 50%;
    background-size: 8%;
    padding: 0 0 0 15px;
    color: #003399;
}

ul.hisNav li.next a {
    background: url(../mypage/img/icon_arrow_nxt.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
    color: #003399;
}

/* ------- record_list_r -------- */


table.dataT.t02 tr th.date {
    width: 26%;
}

table.dataT.t02 th.orderNo {
    width: 10%;
}

table.dataT.t02 th.pat {
    width: 15%;
}

table.dataT.t02 th.pay {
    width: 16%;
}

table.dataT.t02 th.total {
    width: 16%;
}

table.dataT.t02 th.other {
    width: 17%;
}


/* ---------------------- record_detail ---------------------- */

/* ------- record_detail_o -------- */

table.dataT.t01 {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 3px solid #0784D3;
}

table.dataT tr td.pName {
    width: 40%;
    text-align: left;
}

table.dataT tr td.number {
    width: 10%;
    text-align: right;
}

table.dataT tr td.price {
    width: 28%;
    text-align: right;
}

table.dataT tr td.btn {}

table.dataT tr.kei th {
    text-align: right;
    font-weight: 100;
}

table.dataT tr.kei td {
    text-align: right;
}

table.dataT tr.kei td span {
    color: #CC0000;
}



/* ---------------------- Withdraw ---------------------- */

table.my_ankT {
    border: none;
    border-top: 2px solid #3A96BF;
    border-bottom: 2px solid #3A96BF;
    margin: 10px auto;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

table.my_ankT th {
    background: #E3F8FA;
    border: none;
    border-bottom: 1px dotted #399AD6;
    padding: 5px;
}

table.my_ankT td {
    padding: 8px;
}

div.coBox p.attention {
    color: #CC0000;
    font-weight: bold;
}

.useredit-attention {
    color: #ff0000;
    margin: 0 10px 20px 10px;
    text-indent: -1em;
    padding-left: 1em;
}

/* ご注意 */

.mypage-attention {
    border: 1px solid #CCC;
    width: 96%;
    padding: 10px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mypage-attention dt {
    background: #FFCCCC;
    padding: 3px 2px 1px;
    margin-bottom: 6px;
    font-size: 14px;
}

.mypage-attention dd {
    margin-bottom: 5px;
    font-size: 14px;
}

.mypage-attention dd span {
    font-size: 14px;
}

.mypage-attention dd dl {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0 5px;
    margin-top: 10px;
}

.mypage-attention dd dl dt {
    background: none;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 5px;
    text-align: center;
}

.mypage-attention dd dl dd {
    padding: 0 15px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.attention-contact-tel {
    background-color: #099;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
}

.attention-contact-btn {
    text-decoration: none;
    background-color: #1989d5;
    color: #fff !important;
    display: block;
    padding: 10px 10px 10px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
}

/* リスト */
.userdel-del label {
    display: block;
    text-indent: -2.8em;
    padding-left: 2.8em;
    margin-bottom: 5px;
}

.userdel-del label input[type=text] {
    margin-right: 5px;
}

.btn-receipt-wrap {
    display: flex;
    justify-content: flex-end;
}

.btn-receipt {
    display: inline-block;
    position: relative;
    width: 120px;
    padding: 6px 20px 8px 20px;
    background-color: #f98d00;
    border: 2px solid #f98d00;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-receipt::before {
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #FFF;
}

/*楽天ポイント*/
.rakuten-now {
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
}

.rakuten-switch {
    width: 150px;
    display: block;
    height: 40px;
    border-radius: 40px;
    position: relative;
    background-color: #ccc;
    margin: 0 auto 16px;
    transition: 0.3s;
}

.rakuten-switch::before,
.rakuten-switch::after {
    content: "";
    display: inline-block;
    position: absolute;
    margin: auto;
}

.rakuten-switch::before {
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.3s;
}

.rakuten-switch::after {
    content: "未連携";
    left: 56px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.rakuten-switch.active {
    background-color: #bf0000;
    transition: 0.3s;
}

.rakuten-switch.active::before {
    left: 116px;
    transition: 0.3s;
}

.rakuten-switch.active::after {
    content: "連携中";
    color: #fff;
    left: 50px;
}

.rakuten-link {
    text-align: right;
}

.rakuten-link a {
    font-size: 12px;
    color: #000 !important;
    padding-left: 20px !important;
    position: relative;
}

.rakuten-link a::before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #666 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.rakuten-link a::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 9px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #fff;
    border-right: 0;
}

.rakuten-release-link {
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  display: block;
  text-decoration: underline;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  color: #000;
}
.rakuten-release-link:hover {
  text-decoration: none;
}


/* =====================================================

 モーダルウィンドウ

===================================================== */

/*楽天ポイント解除*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 80%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
}


/*モーダル本体の擬似要素の指定*/
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 96%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
	background: #fff;
	text-align: left;
	padding: 30px 20px;
	border-radius: 24px;
}

.modal-content__text {
	text-align: center;
	font-weight: bold;
	margin-bottom: 14px;
	font-size: 15px !important;
}

.modal-content__btn-list {
	display: flex;
	justify-content: center;
	width: 100%;
}

.modal-content__btn {
	display: block;
	font-size: 16px !important;
	width: 140px;
	padding: 12px 5px;
	border-radius: 8px;
	font-weight: 600;
	margin: 0 5px;
	transition: background-color .3s ease;
	border: 0;
}

.modal-content__btn.release {
	background-color: #0062fa;
	color: #fff;
}

.modal-content__btn.cancel {
	background-color: #eeeeef;
}


/*モーダルウィンドウ背景をとめる*/
body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}