Commit d5857e58 by o.kimura

動画ページ・いったん案内

parent c4e0b8bd
......@@ -156,6 +156,11 @@ body#clean div#container div#contents div#main_contents div.content p.normal {
margin-bottom: 15px;
}
body#clean div#container div#contents div#main_contents p.notice {
margin-bottom: 15px;
color: #fb0000;
}
body#clean div#container div#contents div#main_contents div.content .box410r {
width: 410px;
margin-left: auto;
......@@ -948,8 +953,65 @@ body#clean04 div#container div#contents div#main_contents div.content div.right0
}
.font_conditioned h3.pt {
background: none!important;
width: auto!important;
height: auto!important;
margin: auto!important;
t}
background: none !important;
width: auto !important;
height: auto !important;
margin: auto !important;
}
.font_conditioned .section h4.label {
background: none;
background-color: #ececfb;
width: 100%;
height: 40px;
border-radius: 5px;
display: flex;
align-items: center;
padding-left: 15px;
}
.font_conditioned .section h4.label span {
font-size: 14px;
font-weight: bold;
color: #0543a3;
margin-top: 2px;
}
.font_conditioned .section .flex_wrapper {
display: flex;
}
.font_conditioned .section .flex_wrapper div {
width: 50%;
padding: 15px;
position: relative;
}
.font_conditioned .section .flex_wrapper div a.btn {
display: inline-block;
font-weight: 400;
color: #fff;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 2px solid transparent;
padding: 0.5rem 3.75rem;
font-size: 1.4rem;
line-height: 1.68;
border-radius: 20px;
box-shadow:0 2px 4px rgb(51 51 51 / 15%) !important;
}
.font_conditioned .section .flex_wrapper div a.btn-primary {
color: #fff;
background-color: #ec9734;
border-color: #ec9734;
font-weight: bold;
font-size: 16px;
position: absolute;
bottom: 0;
}
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