|
|
4行目: |
4行目: |
| display: none; | | display: none; |
| } | | } |
| }
| |
| /*TOPページ用*/
| |
| .bodyContent .wrapper {
| |
| display: grid!important;
| |
| grid-template-columns: 50% 50%!important;
| |
| grid-gap: 10px!important;
| |
| background-color: #fff!important;
| |
| color: #444!important;
| |
| margin: 10px auto!important;
| |
| }
| |
|
| |
| .bodyContent .box {
| |
| box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)!important;
| |
| border-radius: 10px!important;
| |
| overflow: hidden!important;
| |
| background-color: #fff!important;
| |
| padding: 0 20px 20px 20px!important;
| |
| }
| |
| .bodyContent .box ul {
| |
| margin-top: 20px!important;
| |
| }
| |
| .bodyContent .box li {
| |
| padding: .3em!important;
| |
| }
| |
|
| |
| .bodyContent .box p {
| |
| padding: 8px!important;
| |
| } | | } |