6,868
回編集
細編集の要約なし |
細編集の要約なし |
||
| 3行目: | 3行目: | ||
メインページ モバイル版 | メインページ モバイル版 | ||
--------------------------------------------------*/ | --------------------------------------------------*/ | ||
.main_h{ | .main_h{ | ||
color:#fff; | color:#fff; | ||
| 11行目: | 10行目: | ||
} | } | ||
.main_h1{ | .main_h1{ | ||
font-size:135%; | font-size:135%; | ||
| 19行目: | 17行目: | ||
background:#333; | background:#333; | ||
} | } | ||
.main_h2{ | .main_h2{ | ||
font-size:155%; | font-size:155%; | ||
} | |||
@media screen and (max-width: 1000px) { | |||
.mainmenu_ellipsis{ | |||
display:none; | |||
} | |||
} | } | ||
| 31行目: | 33行目: | ||
margin:5px auto 5px; | margin:5px auto 5px; | ||
} | } | ||
.char_table > div { | .char_table > div { | ||
display:inline-block; | display:inline-block; | ||
| 51行目: | 52行目: | ||
padding:32px 24px 0.1em; | padding:32px 24px 0.1em; | ||
} | } | ||
.blockquote2 p:nth-of-type(1) { | .blockquote2 p:nth-of-type(1) { | ||
font-size:medium; | font-size:medium; | ||
} | } | ||
.blockquote2 p:nth-last-of-type(1) { | .blockquote2 p:nth-last-of-type(1) { | ||
text-align:right; | text-align:right; | ||
font-size:smaller; | font-size:smaller; | ||
} | } | ||
.blockquote2::before{ | .blockquote2::before{ | ||
position: absolute; | position: absolute; | ||