@charset "utf-8";
/* ホワイトデー2026TOP */
#fwCms_wrapper .fwCms_box .pageTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_bg01_sp.png) center center no-repeat;
	background-size: auto 100%;
}
#fwCms_wrapper .fwCms_box.frame_MF .pageTitle {
	background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_bg02_sp.jpg);
}
#fwCms_wrapper .fullwidth-four-items {
	margin-top: 8vw !important;
}
#fwCms_wrapper .fullwidth-four-items .swiper-area {
	background-color: #d9faef;
	background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_bg01.jpg);
	background-repeat: repeat;
	background-size: auto 100%;;
}
#fwCms_wrapper .fullwidth-four-items .swiper-area .black01 {
	color: #62340c !important;
}
#fwCms_wrapper .fullwidth-four-items .fullwidth-four-item-tmb a::after {
	border-color: #62340c;
}
#fwCms_wrapper .whiteday_feature_btn a {
	background-color: #6bb3a7 !important;
}
#fwCms_wrapper .footer {
	padding-top: 0;
}
@media screen and (min-width: 768px){
	#fwCms_wrapper .fwCms_box .pageTitle {
		background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_bg01.png);
		background-size: cover;
		max-height: 130px;
	}
	#fwCms_wrapper .fwCms_box.frame_MF .pageTitle {
		background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_bg02.jpg);
	}
	#fwCms_wrapper .fwCms_box .pageTitle img {
		max-width: 1080px;
	}
	#fwCms_wrapper .fullwidth-four-items {
		margin-top: 35px !important;
	}
	#fwCms_wrapper .swiper-area {
		background-size: contain;
	}
	#fwCms_wrapper .whiteday_feature_btn a::after {
		background-size: auto 18px;
	}
}
/* ホワイトデー2026TOP ランキングエリア */
#fwCms_wrapper .switchingRankingArea,
#fwCms_wrapper .switchingRankingArea .rankingArea {
	background-color: #ebfff8;
}

/* ホワイトデー2026TOP アンカーリンク*/
#fwCms_wrapper .mt40_100 {
	margin-top: 10.6vw !important;
}
#fwCms_wrapper .whiteday_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#fwCms_wrapper .whiteday_nav ul li {
	width: calc((100% - 1.333vw) /2);
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_bg02.jpg) no-repeat center center / auto 100%;
}
#fwCms_wrapper .whiteday_nav ul li:nth-of-type(n+3) {
	margin-top: 1.333vw;
}
#fwCms_wrapper .whiteday_nav ul li a {
	display: block;
	padding: 2.0vw 2.0vw 5.0vw;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
#fwCms_wrapper .whiteday_nav ul li a::after {
	position: absolute;
	bottom: 1.0vw;
	right: 0;
	left: 0;
	content: '';
	display: block;
	width: 2.93333vw;
	height: 5.066vw;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_arrow01.png) no-repeat center center / cover;
	margin-right: auto;
	margin-left: auto;
	transform: rotate(90deg);
}
@media screen and (min-width: 768px){
	#fwCms_wrapper .mt40_100 {
		margin-top: 100px !important;
	}
	#fwCms_wrapper .whiteday_nav ul {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
	#fwCms_wrapper .whiteday_nav ul li {
		/*width: calc((100% - 40px) / 5);*/
		width: calc((100% - 40px) / 4);
	}
	#fwCms_wrapper .whiteday_nav ul li:nth-of-type(n+3) {
		margin-top: 0;
	}
	#fwCms_wrapper .whiteday_nav ul li a {
		padding: 10px 10px 26px;
	}
	#fwCms_wrapper .whiteday_nav ul li a::after {
		bottom: 10px;
		width: 9px;
		height: 16px;
		background-size: 9px 16px;
	}
}

/* ホワイトデー2026TOP かんたんサーチ */
#fwCms_wrapper .catRefineSearch-content {
	width: 100%;
	margin-top: 4vw;
	padding: 5.3vw 0;
	background-color: #fffbd9;
}
#fwCms_wrapper .catRefineSearch-content>div {
	position: relative;
	width: 66.66%;
	margin: 0 auto;
}
#fwCms_wrapper .catRefineSearch-content>div::before,
#fwCms_wrapper .catRefineSearch-content>div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 7.7vw;
	background-color: #000;
}
#fwCms_wrapper .catRefineSearch-content>div::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
#fwCms_wrapper .catRefineSearch-content>div::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
#fwCms_wrapper .catRefineSearch-content>div .selectWrap {
	width: 100%;
}
#fwCms_wrapper .catRefineSearch-content>div .selectWrap:first-of-type {
	margin-bottom: 10.6vw;
}
#fwCms_wrapper .catRefineSearchBtn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 53.3vw;
	min-height: 13.33vw;
	margin: 5.3vw auto 0;
	padding: 1.33vw calc(3vw + 1.5em);
	border-radius: 8em;
	background-color: #6bb3a7;
	color: #fff;
	transition: opacity .1s;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#fwCms_wrapper .catRefineSearchBtn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 2.93vw;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	background: transparent url(https://www.daimaru-matsuzakaya.jp/excludes/DMO/common/svg/arrow-s-white-01.svg) no-repeat center center;
	background-size: auto .8em;
}
#fwCms_wrapper .catRefineSearchBtn:hover {
	opacity: .5;
}
#fwCms_wrapper .catRefineSearchBtn.btn-disabled {
	background-color: #e5e5e5;
	color: #fff;
	text-decoration: none !important;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper .catRefineSearch-content {
		margin-top: 30px;
		padding: 30px 0;
	}
	#fwCms_wrapper .catRefineSearch-content>div {
		display: flex;
		justify-content: space-between;
		width: 725px;
	}
	#fwCms_wrapper .catRefineSearch-content>div::before,
	#fwCms_wrapper .catRefineSearch-content>div::after {
		height: 35px;
	}
	#fwCms_wrapper .catRefineSearch-content>div .selectWrap {
		width: 320px;
	}
	#fwCms_wrapper .catRefineSearch-content>div .selectWrap:first-of-type {
		margin-bottom: 0;
	}
	#fwCms_wrapper .catRefineSearchBtn {
		max-width: 240px;
		min-width: 180px;
		min-height: 60px;
		margin-top: 30px;
		padding: 4px calc(15px + 1.5em);
	}
	#fwCms_wrapper .catRefineSearchBtn::after {
		right: 15px;
		background-size: auto 18px;
	}
}

/* ホワイトデー2026TOP ランキングエリア */
#fwCms_wrapper .switchingRankingArea,
#fwCms_wrapper .switchingRankingArea .rankingArea {
	background-color: #ebfff8;
}

/* ホワイトデー2026TOP 贈る相手から探す */
#fwCms_wrapper #destination ul {
	width: 97.333%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#fwCms_wrapper #destination ul li {
	width: calc((100% - 1.333vw) /2);
}
#fwCms_wrapper #destination ul li:nth-of-type(n+3) {
	margin-top: 1.333vw;
}
@media screen and (min-width: 768px){
	#fwCms_wrapper #destination ul {
		width: 100%;
		max-width: 1080px;
	}
	#fwCms_wrapper #destination ul li {
		width: calc((100% - 48px) /3);
	}
	#fwCms_wrapper #destination ul li:nth-of-type(n+3) {
		margin-top: 0;
	}
}

/* ホワイトデー2026TOP 予算から探す */
#fwCms_wrapper #price ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
}
#fwCms_wrapper #price ul li {
	width: calc((100% - 0.2666vw) / 2);
	background-color: #6bb3a7;
}
#fwCms_wrapper #price ul li:nth-of-type(n+3) {
	margin-top: 0.2666vw;
}
#fwCms_wrapper #price ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	height: 13.333vw;
	padding: 0 4vw;
	color: #fff;
}
#fwCms_wrapper #price ul li a::after {
	content: "";
	display: block;
	width: 1.6vw;
	height: 2.93333vw;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_arrow01.png) no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper #price ul {
		max-width: 1080px;
	}
	#fwCms_wrapper #price ul li {
		width: calc((100% - 2px) / 3);
	}
	#fwCms_wrapper #price ul li:nth-of-type(3) {
		margin-top: 0;
	}
	#fwCms_wrapper #price ul li:nth-of-type(n+4) {
		margin-top: 1px;
	}
	#fwCms_wrapper #price ul li a {
		height: 60px;
		padding: 0 20px;
		justify-content: center;
		position: relative;
	}
	#fwCms_wrapper #price ul li a::after {
		width: 10px;
		height: 17px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
	}
}
/* ホワイトデー2026TOP カテゴリから探す */
#fwCms_wrapper #cate .area-title-top > .cpHeadLink {
	text-align: right;
}
#fwCms_wrapper #cate .special-pickup {
	margin-top: 0 !important;
}
#fwCms_wrapper #cate .special-pickup-contents {
	width: 100%;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_bg03.jpg) repeat center top;
	background-size: 1200px auto;
	padding: 7.4666vw 0;
}
#fwCms_wrapper #cate .special-pickup-contents .swiper-wrapper {
	width: 95.7333%;
	margin-right: auto;
	margin-left: auto;
}
#fwCms_wrapper .special-pickup-contents .special-pickup-list {
	width: calc((100% - 1.3333vw)/2);
}
#fwCms_wrapper #cate .special-pickup-contents .special-pickup-title,
#fwCms_wrapper #cate .special-pickup-contents .special-pickup-text {
	color: #62340c;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper #cate h3 .large-title {
		font-size: 2.6rem !important;
	}
	#fwCms_wrapper #cate .area-title-top > .cpHeadLink {
		text-align: center;
	}
	#fwCms_wrapper #cate .special-pickup-contents {
		max-width: none;
		background-size: 1500px auto;
		padding: 30px 0 33px;
	}
	#fwCms_wrapper #cate .special-pickup-contents .swiper-wrapper {
		width: 100%;
		max-width: 1080px;
		padding: 30px;
	}
	#fwCms_wrapper #cate .special-pickup-contents .special-pickup-img {
		width: 100%;
	}
}
/* ホワイトデー2026TOP ブランドから探す */
#fwCms_wrapper #brand .brandArea {
	margin-top: 0 !important;
}
#fwCms_wrapper #brand .brandArea-wrapper {
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_bg04.jpg) repeat center top;
	background-size: 1200px auto;
}
#fwCms_wrapper #brand .brandArea-content .brand-list a {
	color: #62340c;
}
#fwCms_wrapper #brand .brandlistBtn a {
	background-color: #fff7b8 !important;
	color: #62340c !important;
}
#fwCms_wrapper #brand .brandlistBtn a::after {
	background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_arrow02.png);
}
#fwCms_wrapper #brand .brand-contents .area-title-top {
	width: 100%;
}
#fwCms_wrapper #brand .brand-contents ul li:not(:first-of-type) {
	margin-top: 5.3vw;
}
#fwCms_wrapper #brand .brand-contents ul li a span {
	display: block;
}
#fwCms_wrapper #brand .mt5_15 {
	margin-top: 1.3vw;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper #brand h3 .large-title {
		font-size: 2.6rem !important;
	}
	#fwCms_wrapper #brand .brandArea-wrapper {
		background-repeat: repeat;
		background-size: 1500px auto;
	}
	#fwCms_wrapper #brand .brandlistBtn a::after {
		background-size: auto .8em !important;
	}
	#fwCms_wrapper #brand .brand-contents .area-title-top .large-title {
		font-size: 2.6rem !important;
	}
	#fwCms_wrapper #brand .brand-contents ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#fwCms_wrapper #brand .brand-contents ul li {
		width: calc((100% - 40px)/ 3);
	}
	#fwCms_wrapper #brand .brand-contents ul li:not(:first-of-type) {
		margin-top: 0;
	}
	#fwCms_wrapper #brand .mt5_15 {
		margin-top: 15px;
	}
}
/* ホワイトデー2026TOP バイヤーおすすめ */
#fwCms_wrapper .whiteday_top_recommend.recommend-items .swiper-area {
	background-color: #ebfff8;
}

/* 豆知識 */
#fwCms_wrapper .fmt_heading_underline {
	width: 100%;
}
#fwCms_wrapper .fmt_qa {
	width: 100%;
}
#fwCms_wrapper .whiteday_table {
	width: 100%;
	margin-top: 20px;
}
#fwCms_wrapper .whiteday_table tr {
	border-top: 1px solid #edd9c4;
	border-bottom: 1px solid #edd9c4;
}
#fwCms_wrapper .whiteday_table th {
	background-color: #f9f5f2;
	border-right: 1px solid #edd9c4;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#fwCms_wrapper .whiteday_table tr > th:first-of-type {
	border-left: 1px solid #edd9c4;
	width: 19.7%;
}
#fwCms_wrapper .whiteday_table td {
	border-right: 1px solid #edd9c4;
	padding: 10px 5px;
}
#fwCms_wrapper .whiteday_table tr > td:first-of-type {
	border-left: 1px solid #edd9c4;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .whiteday_table tr > th:first-of-type {
		width: 22.65%;
	}
	#fwCms_wrapper .whiteday_table tr > th:nth-of-type(2) {
		width: 35%;
	}
	#fwCms_wrapper .whiteday_table td {
		padding: 10px 20px;
	}
}

/* ホワイトデー2026下層 */
#fwCms_wrapper .fwCms_box .pageBnr {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_header_sp.png) center center no-repeat;
	background-size: auto 100%;
}
#fwCms_wrapper .fwCms_box.frame_MF .pageBnr {
	background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_footer_sp.png);
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	max-width: 130px;
	width: 16%;
	background-color: #74c2b5;
	color: #fff;
	font-size: 2.66vw;
	font-weight: bold;
}
#fwCms_wrapper .fwCms_box a:hover .pageBnr {
	opacity: .7;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1):hover {
  text-decoration: none;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) > span {
  margin-right: auto;
  margin-left: auto;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: calc(50% - 1.2vw);
	left: 6.6666666667%;
	width: 1.33vw;
	height: 2.4vw;
	background: url(https://www.daimaru-matsuzakaya.jp/excludes/DMO/common/svg/arrow-s-white-01.svg) no-repeat left top;
	background-size: 1.33vw 2.4vw;
	transform: scale(-1.1);
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(2) {
	width: 100%;
}
@media screen and (min-width: 768px){
	#fwCms_wrapper .fwCms_box .pageBnr {
		max-width: none;
		background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_header_pc.png);
		background-size: cover;
		height: 100%;
	}
	#fwCms_wrapper .fwCms_box.frame_MF .pageBnr {
		background-image: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_main_footer_pc.png);
	}
	#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) {
		width: 12.75%;
		max-width: 130px;
		font-size: 1.8rem;
	}
	#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1)::before {
		top: calc(50% - 9px);
		left: min(10%, 13px);
		width: 10px;
		height: 18px;
		background-size: 10px 18px;
	}
	#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(2) {
		max-width: 1080px;
	}
}
#fwCms_wrapper .pagetitle, 
#fwCms_wrapper .contentstitle {
	font-size: 7vw !important;
}
#fwCms_wrapper .fwCms_box .whiteday_tab {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#fwCms_wrapper .fwCms_box .whiteday_tab li {
	margin-right: 1.3vw;
}
#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(2n) {
	margin-right: 0;
}
#fwCms_wrapper .fwCms_box .whiteday_tab li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #62340c;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_tab_bg.jpg) no-repeat center center;
	background-size: 1000px;
	text-align: center;
	transition: opacity 0.3s linear;
}
#fwCms_wrapper .fwCms_box .whiteday_tab li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#fwCms_wrapper .fwCms_box .whiteday_tab li a:hover > span {
	text-decoration: none;
}

/* おしゃれ＆かわいい */
#fwCms_wrapper .fwCms_box .whiteday_tab.kawaii {
	justify-content: center;
}
#fwCms_wrapper .fwCms_box .whiteday_tab.kawaii li {
	width: 92%;
	margin-right: 0;
	position: relative;
}
#fwCms_wrapper .fwCms_box .whiteday_tab.kawaii li::after {
	content: '';
	position: absolute;
	top: calc(50% - 2.0vw);
	right: 3.3333%;
	width: 2.66vw;
	height: 4.8vw;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_arrow02.png) no-repeat right top;
	background-size: contain;
}

/* お配りスイーツ */
#fwCms_wrapper .fwCms_box .whiteday_tab.okubari {
	width: 92%;
	margin: 0 auto;
}
#fwCms_wrapper .fwCms_box .whiteday_tab.okubari li {
	display: block;
}
#fwCms_wrapper .fwCms_box .whiteday_tab.okubari li a {
	padding: 0;
}

/* フラワー・ファッション・雑貨 */
#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li {
	position: relative;
}
#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li::after {
	content: '';
	position: absolute;
	top: calc(50% - 2.0vw);
	right: 3.3333%;
	width: 2.66vw;
	height: 4.8vw;
	background: url(/excludes/DMO/web/feature/v/whiteday/260212/img/260212_whiteday_arrow02.png) no-repeat right top;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .mainArea {
		margin-top: 60px;
	}
	#fwCms_wrapper .pagetitle,
	#fwCms_wrapper .contentstitle {
		font-size: 4rem !important;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li {
		margin-right: 0;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li {
		margin-right: 10px;
		margin-top: 0;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(4n) {
		margin-right: 0;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(n+5) {
		margin-top: 10px;
	}
	/* ホワイトデー2026下層 スイーツ・グルメはPC４カラム */
	#fwCms_wrapper .fwCms_box .whiteday_tab li {
		width: calc((100% - 27px) / 4);
		height: 85px;
		margin-right: 9px !important;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(4) {
		margin-top: 0;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(n+5) {
		margin-top: 10px;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab li:nth-of-type(4n) {
		margin-right: 0 !important;
	}
	/* おしゃれ＆かわいい */
	#fwCms_wrapper .fwCms_box .whiteday_tab.kawaii li {
		margin: 0 auto!important;
		max-width: 405px;
		min-height: 85px;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.kawaii li::after {
		top: calc(40%) !important;
		width: 12px;
		height: 27px;
	}
	/* お配りスイーツ */
	#fwCms_wrapper .fwCms_box .whiteday_tab.okubari {
		width: 100%;
		justify-content: space-between;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.okubari li {
		width: calc((100% - 10px) / 2);
		margin-right: 0!important;
		height: 100%;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.okubari li a {
		min-height: auto;
	}
	/* フラワー・ファッション・雑貨 */
	#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li {
		width: calc((100% - 10px) / 2);
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li:nth-of-type(n+3) {
		margin-top: 10px;
	}
	#fwCms_wrapper .fwCms_box .whiteday_tab.hisyoku li::after {
		top: calc(40%) !important;
		width: 12px;
		height: 27px;
	}
}