|
@@ -15,6 +15,37 @@
|
|
|
padding: 0;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
+ font-family: NSJP-300;
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-100;
|
|
|
+ src: url(../font/NotoSansJP-Thin.otf);
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-300;
|
|
|
+ src: url(../font/NotoSansJP-Light.otf);
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-400;
|
|
|
+ src: url(../font/NotoSansJP-Regular.otf);
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-500;
|
|
|
+ src: url(../font/NotoSansJP-Medium.otf);
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-700;
|
|
|
+ src: url(../font/NotoSansJP-Bold.otf);
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: NSJP-900;
|
|
|
+ src: url(../font/NotoSansJP-Black.otf);
|
|
|
}
|
|
|
|
|
|
/* 共通樣式 start */
|
|
@@ -63,12 +94,13 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.bhouse_subtitle {
|
|
|
+.bhouse_subtitle,
|
|
|
+.bhouse_subtitle b {
|
|
|
color: #4c660b;
|
|
|
font-size: 1.2rem;
|
|
|
- font-weight: 600;
|
|
|
letter-spacing: 3px;
|
|
|
margin-bottom: 1rem;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.likeSee__state {
|
|
@@ -81,6 +113,7 @@ img {
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.likeSee__state img {
|
|
@@ -123,6 +156,7 @@ img {
|
|
|
font-weight: bold;
|
|
|
color: #656565;
|
|
|
cursor: pointer;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.readMore:hover,
|
|
@@ -168,7 +202,7 @@ img {
|
|
|
.navbar .navbar-link {
|
|
|
padding: 0 20px;
|
|
|
color: var(--main-color);
|
|
|
- font-weight: bold;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
.navbar .navbar-link:hover {
|
|
@@ -314,8 +348,9 @@ img {
|
|
|
.slider-item p {
|
|
|
margin: 0;
|
|
|
color: #ffffff;
|
|
|
- font-weight: bold;
|
|
|
font-size: 22px;
|
|
|
+ font-family: NSJP-500;
|
|
|
+ letter-spacing: 2px;
|
|
|
@media (max-width: 575px) {
|
|
|
font-size: 18px;
|
|
|
}
|
|
@@ -370,8 +405,10 @@ img {
|
|
|
|
|
|
.footer .title a {
|
|
|
font-size: 15px;
|
|
|
- font-weight: bold;
|
|
|
color: var(--main-color);
|
|
|
+ font-family: NSJP-400;
|
|
|
+ font-weight: bold;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.footer .list li a,
|
|
@@ -379,6 +416,8 @@ img {
|
|
|
.footer .copyright a {
|
|
|
color: #68686b;
|
|
|
font-weight: bold;
|
|
|
+ font-family: NSJP-300;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.footer .mobile-list {
|
|
@@ -476,6 +515,8 @@ img {
|
|
|
margin: auto;
|
|
|
text-align: right;
|
|
|
color: #fff;
|
|
|
+ font-family: NSJP-700;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.home-content .bottom-box p:first-child {
|
|
@@ -495,7 +536,7 @@ img {
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
.home-container {
|
|
|
- padding: 130px 0 330px;
|
|
|
+ padding: 80px 0 200px;
|
|
|
}
|
|
|
|
|
|
.home-content {
|
|
@@ -616,17 +657,17 @@ img {
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.bg-portfolio .bg-img {
|
|
|
- background-image: url(/img/bt_linkto_portfolio_mobile@2x.png);
|
|
|
- }
|
|
|
-
|
|
|
+ background-image: url(/img/bt_linkto_portfolio_mobile@2x.png);
|
|
|
+ }
|
|
|
+
|
|
|
.bg-serve .bg-img {
|
|
|
- background-image: url(/img/bt_linkto_serve_mobile@2x.png);
|
|
|
- }
|
|
|
-
|
|
|
+ background-image: url(/img/bt_linkto_serve_mobile@2x.png);
|
|
|
+ }
|
|
|
+
|
|
|
.bg-qa .bg-img {
|
|
|
- background-image: url(/img/bt_linkto_qa_mobile@2x.png);
|
|
|
- }
|
|
|
-
|
|
|
+ background-image: url(/img/bt_linkto_qa_mobile@2x.png);
|
|
|
+ }
|
|
|
+
|
|
|
.bg-store .bg-img {
|
|
|
background-image: url(/img/bt_linkto_store_mobile@2x.png);
|
|
|
}
|
|
@@ -660,8 +701,11 @@ img {
|
|
|
border-color: var(--second-color);
|
|
|
}
|
|
|
|
|
|
-.accordion .accordion-button {
|
|
|
+.accordion .accordion-button,
|
|
|
+.accordion .accordion-button p {
|
|
|
font-size: 14px;
|
|
|
+ font-family: NSJP-500;
|
|
|
+ letter-spacing: 1px;
|
|
|
background: transparent !important;
|
|
|
}
|
|
|
|
|
@@ -704,14 +748,19 @@ img {
|
|
|
.accordion .accordion-body {
|
|
|
font-size: 14px;
|
|
|
line-height: 28px;
|
|
|
- font-weight: bold;
|
|
|
+ font-family: NSJP-900;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.accordion .botder-item {
|
|
|
- padding: 25px;
|
|
|
margin-bottom: 10px;
|
|
|
border-radius: 0;
|
|
|
border: 2px solid var(--second-color);
|
|
|
+ line-height: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.botder-item::after {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.accordion .subtitle {
|
|
@@ -720,7 +769,7 @@ img {
|
|
|
font-size: 14px;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
- color: var(--dark-gray);
|
|
|
+ color: var(--dark-color);
|
|
|
}
|
|
|
|
|
|
@media (max-width: 1200px) {
|
|
@@ -735,7 +784,11 @@ img {
|
|
|
}
|
|
|
|
|
|
.accordion .botder-item {
|
|
|
- padding: 15px;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .accordion .botder-item p {
|
|
|
+ padding: 20px;
|
|
|
margin: 5px 0;
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -746,6 +799,7 @@ img {
|
|
|
|
|
|
.accordion .mobile-body,
|
|
|
.accordion .accordion-body {
|
|
|
+ font-size: 16px;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
|
|
@@ -1155,9 +1209,9 @@ img {
|
|
|
.style_house_title {
|
|
|
color: #4c660b;
|
|
|
font-size: 1.4rem;
|
|
|
- font-weight: 600;
|
|
|
letter-spacing: 3px;
|
|
|
margin-bottom: 50px;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -1171,6 +1225,7 @@ img {
|
|
|
font-size: 1.2rem;
|
|
|
font-weight: 600;
|
|
|
letter-spacing: 3px;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.style_house_content {
|
|
@@ -1198,6 +1253,7 @@ img {
|
|
|
|
|
|
.style_house_sec01 h3 {
|
|
|
font-size: 1.5rem;
|
|
|
+ font-family: NSJP-700;
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
@@ -1208,8 +1264,8 @@ img {
|
|
|
}
|
|
|
|
|
|
.style_house_sec01 p {
|
|
|
- font-weight: 900;
|
|
|
color: #808e4c;
|
|
|
+ font-family: NSJP-500;
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
@@ -1257,15 +1313,15 @@ img {
|
|
|
background: rgba(76, 102, 11, 0.5);
|
|
|
padding: 15px;
|
|
|
-webkit-transform: translateY(-72px);
|
|
|
- transform: translateY(-72px);
|
|
|
+ transform: translateY(-86px);
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .style_house_sec02 .style_house_sec02_slide .slide_item_text {
|
|
|
- -webkit-transform: translateY(-65px);
|
|
|
- transform: translateY(-65px);
|
|
|
- }
|
|
|
-}
|
|
|
+// @media screen and (max-width: 767px) {
|
|
|
+// .style_house_sec02 .style_house_sec02_slide .slide_item_text {
|
|
|
+// -webkit-transform: translateY(-65px);
|
|
|
+// transform: translateY(-65px);
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.style_house_sec02 .style_house_sec02_slide .slide_item_text p {
|
|
|
color: #fff;
|
|
@@ -1273,10 +1329,11 @@ img {
|
|
|
}
|
|
|
|
|
|
.style_house_sec02 p {
|
|
|
- font-weight: 600;
|
|
|
- letter-spacing: 2px;
|
|
|
margin-bottom: 0;
|
|
|
- font-size: 0.9rem;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 28px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -1297,6 +1354,10 @@ img {
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
+.style_house_sec03 {
|
|
|
+ letter-spacing: 1px;
|
|
|
+}
|
|
|
+
|
|
|
.style_house_sec03 .table1 {
|
|
|
margin-top: 30px;
|
|
|
margin-bottom: 50px;
|
|
@@ -1693,19 +1754,20 @@ img {
|
|
|
}
|
|
|
|
|
|
.blog-categories .article .article-item h4 {
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 24px;
|
|
|
line-height: 32px;
|
|
|
color: #4c660b;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.blog-categories .article .article-item h4:hover {
|
|
|
opacity: 0.8;
|
|
|
}
|
|
|
|
|
|
-.blog-categories .article .article-item h4,
|
|
|
-.blog-categories .article .article-item p {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
+// .blog-categories .article .article-item h4,
|
|
|
+// .blog-categories .article .article-item p {
|
|
|
+// font-weight: bold;
|
|
|
+// }
|
|
|
|
|
|
.blog-categories .article .article-item img {
|
|
|
width: 240px;
|
|
@@ -1720,7 +1782,7 @@ img {
|
|
|
font-weight: bold;
|
|
|
font-size: 14px;
|
|
|
letter-spacing: 1px;
|
|
|
- color: var(--dark-gray);
|
|
|
+ color: var(--dark-color);
|
|
|
}
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
@@ -1761,10 +1823,12 @@ img {
|
|
|
.blog_article h3 {
|
|
|
color: #4c660b;
|
|
|
font-weight: bold;
|
|
|
+ font-family: NSJP-900;
|
|
|
}
|
|
|
|
|
|
.blog_article span {
|
|
|
font-weight: bold;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.blog_article ul {
|
|
@@ -1776,6 +1840,7 @@ img {
|
|
|
.blog_article p {
|
|
|
line-height: 32px;
|
|
|
letter-spacing: 1px;
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
.blog_article .content {
|
|
@@ -1832,6 +1897,7 @@ img {
|
|
|
|
|
|
.blog_article .question-box ul li:first-child {
|
|
|
font-size: 20px;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.blog_article .question-box ul a {
|
|
@@ -1864,15 +1930,27 @@ img {
|
|
|
color: #ffffff;
|
|
|
font-size: 14px;
|
|
|
line-height: 28px;
|
|
|
+ font-family: NSJP-500;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.blog_article section h4 {
|
|
|
margin-bottom: 30px;
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
+ font-family: NSJP-700;
|
|
|
color: var(--main-color);
|
|
|
}
|
|
|
|
|
|
+.blog_article b {
|
|
|
+ font-family: NSJP-700;
|
|
|
+}
|
|
|
+
|
|
|
+.blog_article li,
|
|
|
+.blog_article table td {
|
|
|
+ font-family: NSJP-400;
|
|
|
+}
|
|
|
+
|
|
|
.blog_article .section-01 {
|
|
|
margin-bottom: 40px;
|
|
|
padding-bottom: 20px;
|
|
@@ -1889,6 +1967,7 @@ img {
|
|
|
margin-bottom: 20px;
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.blog_article .section-03 {
|
|
@@ -1964,6 +2043,8 @@ img {
|
|
|
.blog_article .read-more-list {
|
|
|
padding-top: 60px;
|
|
|
border-top: 1px solid var(--dark-gray);
|
|
|
+ font-size: 18px;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.blog_article .read-more-list li {
|
|
@@ -1981,9 +2062,25 @@ img {
|
|
|
background-image: url(/img/banner/bn_news@2x.png);
|
|
|
}
|
|
|
|
|
|
+.bhouseweb_loc_content {
|
|
|
+ .subtitle {
|
|
|
+ font-family: NSJP-900;
|
|
|
+ }
|
|
|
+ .bhouseWeb_news_content {
|
|
|
+ letter-spacing: 1px;
|
|
|
+ line-height: 28px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.likeSee__state__filter p {
|
|
|
- width: 100px;
|
|
|
+ width: 110px;
|
|
|
margin-left: 50px;
|
|
|
+ font-family: NSJP-500;
|
|
|
+ letter-spacing: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.bhouseweb_loc_sec p {
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
/* 最新消息公告-news end */
|
|
@@ -1991,11 +2088,13 @@ img {
|
|
|
.furniture-design p {
|
|
|
padding-right: 20px;
|
|
|
text-align: justify;
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
.furniture-design h5 {
|
|
|
font-weight: bold;
|
|
|
color: var(--main-color);
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.furniture-design p,
|
|
@@ -2010,6 +2109,7 @@ img {
|
|
|
|
|
|
.furniture-design .nav-link {
|
|
|
font-weight: bold;
|
|
|
+ font-size: 14px;
|
|
|
color: var(--dark-color);
|
|
|
}
|
|
|
|
|
@@ -2028,6 +2128,13 @@ img {
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
+.furniture-design ul li {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ list-style: none;
|
|
|
+ font-family: NSJP-400;
|
|
|
+}
|
|
|
+
|
|
|
.furniture-design .design-list {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
@@ -2045,9 +2152,10 @@ img {
|
|
|
padding: 10px 20px;
|
|
|
transition: all 0.3s;
|
|
|
font-size: 1.3rem;
|
|
|
- font-weight: bold;
|
|
|
white-space: nowrap;
|
|
|
text-align: center;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
.furniture-design .sub-tab-content img {
|
|
@@ -2116,6 +2224,11 @@ img {
|
|
|
.furniture-design .mattress-price {
|
|
|
p {
|
|
|
text-align: center;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+ .price-item {
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2192,10 +2305,11 @@ img {
|
|
|
margin: 0;
|
|
|
padding: 70px 0;
|
|
|
font-size: 24px;
|
|
|
- font-weight: bold;
|
|
|
text-align: center;
|
|
|
line-height: 50px;
|
|
|
color: #fff;
|
|
|
+ font-family: NSJP-700;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
/* 小寶設計單品-furniture_design end */
|
|
@@ -2218,12 +2332,17 @@ img {
|
|
|
.design-container h6 {
|
|
|
font-weight: bold;
|
|
|
color: var(--main-color);
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
.design-container h6 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
+.design-container div {
|
|
|
+ font-family: NSJP-400;
|
|
|
+}
|
|
|
+
|
|
|
.design-container ul {
|
|
|
padding: 0;
|
|
|
list-style: none;
|
|
@@ -2231,7 +2350,6 @@ img {
|
|
|
|
|
|
.design-container ul li {
|
|
|
line-height: 32px;
|
|
|
- font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.design-container .slider-box {
|
|
@@ -2318,11 +2436,11 @@ img {
|
|
|
}
|
|
|
|
|
|
.bhouse_title {
|
|
|
- font-weight: 600;
|
|
|
font-size: 1.3rem;
|
|
|
letter-spacing: 2px;
|
|
|
text-align: justify;
|
|
|
color: #4c660b;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2345,7 +2463,7 @@ img {
|
|
|
.brand_sec02_content p {
|
|
|
letter-spacing: 2px;
|
|
|
line-height: 28px;
|
|
|
- font-weight: 600;
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
.brand-banner {
|
|
@@ -2416,7 +2534,8 @@ img {
|
|
|
|
|
|
.article__readMore {
|
|
|
color: #656565;
|
|
|
- font-size: 0.8rem;
|
|
|
+ font-size: 0.9rem;
|
|
|
+ font-family: NSJP-500;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -2457,6 +2576,9 @@ img {
|
|
|
color: #fff;
|
|
|
border-radius: 15px;
|
|
|
text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2472,6 +2594,10 @@ img {
|
|
|
color: #68686b;
|
|
|
font-weight: bold;
|
|
|
letter-spacing: 2px;
|
|
|
+ font-size: 14px;
|
|
|
+ a {
|
|
|
+ font-family: NSJP-400;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2505,13 +2631,15 @@ img {
|
|
|
|
|
|
.store_cta_box_form .store_cta {
|
|
|
background-color: var(--dark-gray);
|
|
|
- width: 150px;
|
|
|
+ width: 160px;
|
|
|
padding: 15px 5px;
|
|
|
color: #fff;
|
|
|
border-radius: 15px;
|
|
|
text-align: center;
|
|
|
- font-weight: bold;
|
|
|
margin: 0 auto;
|
|
|
+ font-size: 18px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2526,7 +2654,11 @@ img {
|
|
|
text-align: center;
|
|
|
color: #68686b;
|
|
|
font-weight: bold;
|
|
|
- letter-spacing: 1px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-size: 14px;
|
|
|
+ a {
|
|
|
+ font-family: NSJP-400;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2556,8 +2688,8 @@ img {
|
|
|
#pills-tab a {
|
|
|
color: #68686b;
|
|
|
text-decoration: none;
|
|
|
- font-weight: bold;
|
|
|
font-size: 1.2rem;
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
#pills-tab .nav-item {
|
|
@@ -2577,6 +2709,7 @@ img {
|
|
|
transition: all 0.3s;
|
|
|
-webkit-appearance: none !important;
|
|
|
border-bottom: 2px solid #fff;
|
|
|
+ font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
@@ -2615,7 +2748,7 @@ img {
|
|
|
.store_title {
|
|
|
color: #4c660b;
|
|
|
font-size: 1.8rem;
|
|
|
- font-weight: bold;
|
|
|
+ font-family: NSJP-700;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2625,7 +2758,6 @@ img {
|
|
|
}
|
|
|
|
|
|
.store_content {
|
|
|
- color: #68686b;
|
|
|
font-weight: 600;
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
@@ -2639,6 +2771,7 @@ img {
|
|
|
margin-top: 15px;
|
|
|
color: #4c660b;
|
|
|
font-weight: 600;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
|
|
|
.store_content .store_content_item {
|