Commit dd4992fc by Orine Matsui

アジタスとの差分吸収

parent 3c1088dd
...@@ -6188,13 +6188,13 @@ body { ...@@ -6188,13 +6188,13 @@ body {
font-size: 1.2rem; font-size: 1.2rem;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
background-color: #444; background-color: #7d0000;
padding: 3px 8px; padding: 3px 8px;
margin-right: 6px; margin-right: 6px;
} }
.p-news .list_cat.color2 { .p-news .list_cat.color2 {
background-color: #7d0000; background-color: #444;
} }
.p-news .list_title { .p-news .list_title {
...@@ -6369,8 +6369,16 @@ body { ...@@ -6369,8 +6369,16 @@ body {
margin-right: 6px; margin-right: 6px;
} }
.p-news .details .detailsInfo_cat.color2 { .p-news .list_cat.color2 {
background-color: #7d0000; background-color: #444;
}
.p-news .list_cat.publicity {
background-color: #444;
}
.p-news .list_cat.press {
background-color: rgb(190, 172, 86);
} }
.p-news .details .detailsTtl { .p-news .details .detailsTtl {
...@@ -6392,6 +6400,15 @@ body { ...@@ -6392,6 +6400,15 @@ body {
display: block; display: block;
} }
@media screen and (max-width: 767px) {
.p-news .details .detailsImg {
margin: 20px 0;
width: 100%;
height: auto;
display: block;
}
}
.p-news .details .detailsTxt { .p-news .details .detailsTxt {
font-size: 1.6rem; font-size: 1.6rem;
color: #363636; color: #363636;
...@@ -6406,6 +6423,42 @@ body { ...@@ -6406,6 +6423,42 @@ body {
} }
} }
/* detailsレイアウト */
.p-news .detailsCont p {
font-size: 1.6rem;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.p-news .detailsCont p {
font-size: 1.4rem;
}
}
.p-news .detailsCont p + p {
margin-top: 20px;
}
.p-news .detailsCont strong {
font-weight: bold;
}
.p-news .detailsCont img {
padding-top: 20px;
width: 600px;
height: auto;
display: block;
}
@media screen and (max-width: 767px) {
.p-news .detailsCont img {
padding-top: 20px;
width: 100%;
height: auto;
display: block;
}
}
/*------------------------------------------------------------ /*------------------------------------------------------------
/service/case/ /service/case/
...@@ -9217,3 +9270,8 @@ body { ...@@ -9217,3 +9270,8 @@ body {
opacity: 1; opacity: 1;
} }
} }
.side__txt.is-active {
background: #dbdbdb;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment