|
@@ -1118,9 +1118,15 @@ img {
|
|
.style_house_ads {
|
|
.style_house_ads {
|
|
padding: 15px;
|
|
padding: 15px;
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
+<<<<<<< HEAD
|
|
// @media screen and (max-width: 991px) {
|
|
// @media screen and (max-width: 991px) {
|
|
// padding-top: 100px;
|
|
// padding-top: 100px;
|
|
// }
|
|
// }
|
|
|
|
+=======
|
|
|
|
+ @media screen and (max-width: 991px) {
|
|
|
|
+ padding-top: 13px;
|
|
|
|
+ }
|
|
|
|
+>>>>>>> 1c609b02ee19bc3828a818bc1da2ad8aaf04e8d3
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_ads .style_house_text {
|
|
.style_house_ads .style_house_text {
|
|
@@ -1162,7 +1168,7 @@ img {
|
|
color: #4c660b;
|
|
color: #4c660b;
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
letter-spacing: 3px;
|
|
letter-spacing: 3px;
|
|
- margin-bottom: 50px;
|
|
|
|
|
|
+ margin-bottom: 25px;
|
|
font-family: NSJP-700;
|
|
font-family: NSJP-700;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1238,8 +1244,12 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec01 .style_house_sec01_box-1 {
|
|
.style_house_sec01 .style_house_sec01_box-1 {
|
|
|
|
+ width: 71%;
|
|
|
|
+ margin-left: 20%;
|
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
|
+ margin-left: 4%;
|
|
width: 90%;
|
|
width: 90%;
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec02 {
|
|
.style_house_sec02 {
|
|
@@ -1290,7 +1300,7 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.style_house_sec02 p {
|
|
.style_house_sec02 p {
|
|
- font-size: 0.6rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1314,6 +1324,8 @@ img {
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
|
+ border-color: grey;
|
|
|
|
+ border-spacing: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec03 .table1 th {
|
|
.style_house_sec03 .table1 th {
|
|
@@ -1321,23 +1333,30 @@ img {
|
|
width: 15%;
|
|
width: 15%;
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
|
|
+ font-family: NSJP-400;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.style_house_sec03 .table1 th {
|
|
.style_house_sec03 .table1 th {
|
|
- width: 25%;
|
|
|
|
- font-size: 0.6rem;
|
|
|
|
|
|
+ width: 15%;
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec03 .table1 td {
|
|
.style_house_sec03 .table1 td {
|
|
|
|
+ font-weight: 600;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
+.style_house_sec03 .table1 td p{
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-family: NSJP-400 !important;
|
|
|
|
+}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.style_house_sec03 .table1 td {
|
|
.style_house_sec03 .table1 td {
|
|
padding: 5px;
|
|
padding: 5px;
|
|
- font-size: 0.6rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ font-family: NSJP-500 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1345,29 +1364,40 @@ img {
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
|
+ border-color: grey;
|
|
|
|
+ border-spacing: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec03 .table2 th {
|
|
.style_house_sec03 .table2 th {
|
|
width: 15%;
|
|
width: 15%;
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
|
|
+ font-family: NSJP-500 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.style_house_sec03 .table2 td{
|
|
|
|
+ font-family: NSJP-400 ;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.style_house_sec03 .table2 th {
|
|
.style_house_sec03 .table2 th {
|
|
width: 25%;
|
|
width: 25%;
|
|
- font-size: 0.6rem;
|
|
|
|
|
|
+ font-size:1rem;
|
|
|
|
+ font-family: NSJP-500 !important;
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.style_house_sec03 .table2 td p {
|
|
.style_house_sec03 .table2 td p {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
line-height: 2;
|
|
line-height: 2;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-family: NSJP-500 !important;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.style_house_sec03 .table2 td p {
|
|
.style_house_sec03 .table2 td p {
|
|
- font-size: 0.6rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|