@charset "UTF-8";
/* CSS Document */
/*reset
--------------------------------*/
html{overflow-y:scroll;}

body{
	color:#596168;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	}

h1,h2,h3,h4,h5,h6,p,input,form,ul,ol,li,dl,dt,dd,hr,td,th,img,map,area{
	margin: 0; padding: 0;font-size:12px;
	}

img{ border: none;}

ul,li{	list-style-type:none;}

hr{ display:none;}

table{border-collapse:collapse;}

/*202009 ページリニューアルに際してcss追加・変更 */

#giftheader ul {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.75rem;
	font-weight:bold;
}

#giftheader ul li {
	padding: 0 4px 0 10px;
}

.gmenu {
	background-color: #fffbd3;
	
	/*　春・夏・秋カラー	
	background-color: #fffbd3; */
	/*　冬カラー/
	background-color: #f7f3e5; */
}
.nmenu {
		background-color: #fff;
}

.gift-base {
	width:900px;
	background-color: #fffce0;
	
/*　春カラー	
	background-color: #f8ffd6;*/
/*　夏カラー	
	background-color: #f4f4ff;*/
/*　秋カラー	
	background-color: #fffce0;*/
/*　冬カラー	
	background-color: #faebff;*/
	
	padding-bottom: 20px;
}

.gift-base h2 {
	width: 900px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
	
/*　春・秋カラー		
	color: #000; */
/*　夏・冬カラー	
	color: #fff; */
	
	text-indent: 0.75rem;
	background-color: #ffad80;
	
/*　春カラー	
	background-color: #baeb85; */
/*　夏カラー	
	background-color: #79a5ff; */
/*　秋カラー	
	background-color: #ffad80; */
/*　冬カラー	
	background-color: #e47fe5; */	
}

.gift-contents {
	margin: 20px auto 0 auto;
	width:800px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.giftarea {
	width:245px;
}

.giftarea img {
	border: solid 1px #D2D2D2;
}

.giftcol {
	margin-bottom: 5px;
}

.gname{
	font-size: 1rem;
	line-height:1.25rem;
	font-weight: bold;
	color:#000;

}
.gtext{
	font-size: 0.75rem;
	line-height:1rem;
	text-align: justify;
	margin-top: 5px;

}
.gpoints{
	color: #e60012;
	font-size: 1.4rem;
	font-weight:bold;
	line-height: 0.9;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.spoints{

	font-size: 3rem;
	margin-right:3px;
}

/* Mac safari用　*/
_::-webkit-full-page-media, _:future, :root .spoints {
    font-size: 20pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spoints2{
	font-size: 0.85rem;
	margin-left:5px;
	margin-top: 5px;
}

.gift-base2 {
	width:900px;
	background-color: #fff;
}

.gift-base2 h3 {
	width: 900px;
	height: 32px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-indent: 0.75rem;
	background-color: #0099e5;
}

.gift-base2 ul {
	width: 850px;
	margin: 12px auto 12px auto;
	color: black;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: space-between;
	flex-direction: row;
	flex-wrap : wrap;
}

.gift-base2 ul li {
	padding: 7px 60px 7px 30px;
}

.gift-unitA-head {
    background: #F7F7F7 url(/images/nx/wgt-unitA/bg_01.png) repeat-x;
    border: 1px solid #D2D2D2;
    zoom: 1;
}

.gift-unitA-h2-link {
	position: relative;
    font-size: 120%;
    line-height: 1.17;
    zoom: 1;
}

.gift-unitA-h2-link a{
    color: #000000;
}

.gift-iconArrowA {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(/images/nx/icon/ico_02.png) no-repeat;
    margin-top: -10px;
    zoom: 1;
}

.btn-sub {
	margin-left: 10px;
	font-weight: normal;
	font-size: 11px;
}

.noticeArea-title {
	width: 100%;
	min-height: 27px;
	padding: 3px 8px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background: #ffffff;
	box-sizing: border-box;
	box-shadow: 0px 2px 1px #e5e6e6;
}

.noticeArea {
	color:black;
	width: 100%;
	margin-bottom: 40px;
}

.noticeArea-title {
	display: block;
	margin-bottom: 10px;
}

.noticeArea-list {
	width: 850px;
	padding-left: 1.5em;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.2;
}

.noticeArea-list li {
	margin-bottom: 4px;
	text-indent: -1.5em;
}

.noticeArea-list li:before {
	content: "※";
	width: 1em;
	padding-right: 0.5em;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
}
