@charset "utf-8";
/*
------------------------------ */
#welcome-gift {
	clear: both;
	margin: 0 auto;
	width: 580px;
	font-size:12px;
}
.txt-caution {
	color:#6e680a;
	text-indent:-13px;
	padding-left:13px;
}
/* ------------------------------
	角丸テーブル
------------------------------ */
table.wgc-period-table,table.wgc-nowtime-table,table.wgc-modal-table {
	border:2px solid #816940;
	border-radius: 6px!important;
	border-collapse: separate!important;
	border-spacing: 0;
	margin:0 auto;
	width:100%;
}
.wgc-period-table tr th,
.wgc-period-table tr td {
	border-bottom: 1px dotted #a7a7a7;
}
.wgc-period-table th + th,
.wgc-period-table td {
	border-left: 1px solid #aaa;
}
.wgc-period-table th, .wgc-modal-table th,.wgc-nowtime-table th {
	background-color:#a79873;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.wgc-period-table td ,.wgc-modal-table td,.wgc-nowtime-table td {
	background-color:#fff;
	padding: 5px;
	color:#b60000;
	font-weight:bold;
	text-align:center;
}
.wgc-period-table th,.wgc-nowtime-table th {
}
.wgc-period-table td {
}
.wgc-nowtime-table th {
	border-radius: 3px 0 0 3px;
}
.wgc-nowtime-table td {
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #aaa;
}
.wgc-period-table tr:last-child th,
.wgc-period-table tr:last-child td {
	border-bottom: none;
}
.wgc-period-table tr:first-child th:first-child {
	 border-radius: 4px 0 0 0;
}
.wgc-period-table tr:first-child td:last-child {
	border-radius: 0 4px 0 0;
}
.wgc-period-table tr:last-child th:first-child {
	border-radius: 0 0 0 4px;
}
.wgc-period-table tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
}
.wood-modal-tbl .wgc-modal-table th {
	border-radius: 3px 0 0 3px;
}
.wood-modal-tbl .wgc-modal-table td {
	border-radius: 0 3px 3px 0;
}
.wgc-period-table-head {
	background-color: #816940 !important;
}


/* ------------------------------
	アイテムテーブル
------------------------------ */
.wgc-item-table {
	width:100%;
	border:1px solid #a7a7a7;
	text-align:center;
}
.wgc-item-table thead th {
	background-color:#816940;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	padding:5px 0;
}
.wgc-item-table tbody .date {
	background-color:#e4e3c9;
}
.wgc-item-table tbody td {
	background-color:#fff;
	padding:5px 8px;
	border-right:1px solid #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
	vertical-align:middle;
}
.wgc-item-table tbody .wgc-gift {
	text-align:left;
}
.wgc-item-table tbody .wgc-gift img {
	vertical-align:middle;
	margin-right:10px;
	width:40px;
	height:40px;
}
tr.giftStatus-1 td {
	background-color:#d7d7d7;
}
tr.giftStatus-2 td {
	background-color:#fbeeb1;
}
tr.giftStatus-3 td {
	background-color:#ffbfbf;
}

/* ------------------------------
	ボタン
------------------------------ */
a.btn-receive,a.btn-received {
	width:378px;
	height:43px;
	display:block;
	margin:0 auto;
	font-weight:bold;
	color:#fff!important;
	text-decoration:none;
	text-align:center;
	line-height:3;
	font-size:14px;
}
a:hover.btn-receive,a:hover.btn-received {
	color:#fff!important;
	text-decoration:none!important;
}
a.btn-receive {
	background-image: url(../img/bg_btn_square/btn_receive.png)
}
a:hover.btn-receive {
	background-position:bottom;
}
a.btn-received {
	cursor: default;
	background-image: url(../img/bg_btn_square/btn_received.png)
}
/* ------------------------------
	モーダルテーブル
------------------------------ */
.wood-modal-tbl {
	width:540px;
}
.wood-modal-hc,.wood-modal-mc .wood-modal-fc {
	background-repeat: repeat-x;
}
.wood-modal-mc {
	padding:30px 15px;
}
.wood-modal-main .wgc-modal-table th {
	text-align:center;
	font-size:14px;
	padding:10px;
}
.wood-modal-main .wgc-modal-table td {
	text-align:center;
	font-size:14px;
	padding:60px;
	color:#000;
	font-weight:400;
}
.wgc-point {
	font-weight:bold;
	color:#b60000;
}

/* ------------------------------
	スペシャルギフトステータス
------------------------------ */
.specialgift-status {
	margin-right: auto;
	margin-left: auto;
	width: 507px;
	height: 88px;
	background-repeat: no-repeat;
}
.specialgift-status.is-1 {
	background-image: url(../img/welcomegifts/specialstatus/bg/gitf_1.png);
}
.specialgift-status.is-2 {
	background-image: url(../img/welcomegifts/specialstatus/bg/gift_2.png);
}
.specialgift-status-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 88px;
}
.specialgift-status-text {
	box-sizing: border-box;
	padding-left: 80px;
	padding-top: 50px;
	width: 320px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.specialgift-status-label {
	display: flex;
	align-items: center;
	width: 187px;
}
	.specialgift-status-label div,
	.specialgift-status-label a {
		display: block;
		width: 155px;
		height: 45px;
		background-repeat: no-repeat;
	}
	.specialgift-status-label a.is-canreceive {
		cursor: pointer;
		background-image: url(../img/welcomegifts/specialstatus/label/can_receive.png);
	}
		.specialgift-status-label a.is-canreceive:hover {
			background-position: 0 bottom;
		}
	.specialgift-status-label div.not-complete {
		background-image: url(../img/welcomegifts/specialstatus/label/not_complete.png);
	}
	.specialgift-status-label div.not-login {
		background-image: url(../img/welcomegifts/specialstatus/label/not_login.png);
	}
	.specialgift-status-label div.is-received {
		background-image: url(../img/welcomegifts/specialstatus/label/received.png);
	}