Commit 8e61b06a by o.kimura

iPhoneフォント調整

parent 0ff92f0b
Showing with 14 additions and 4 deletions
...@@ -243,6 +243,10 @@ table caption { ...@@ -243,6 +243,10 @@ table caption {
********************************************************** */ ********************************************************** */
/*PC表示用CSSを記述*/ /*PC表示用CSSを記述*/
body {
font-family: "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#dt_retympa h2 { #dt_retympa h2 {
font-size: 1.5rem; font-size: 1.5rem;
} }
...@@ -409,7 +413,7 @@ a:hover { ...@@ -409,7 +413,7 @@ a:hover {
} }
#dt_retympa .supplement { #dt_retympa .supplement {
width: 60%; width: 65%;
position: absolute; position: absolute;
margin: -70px 0 0 13px; margin: -70px 0 0 13px;
font-size: 0.69rem; font-size: 0.69rem;
...@@ -550,7 +554,8 @@ a:hover { ...@@ -550,7 +554,8 @@ a:hover {
#dt_retympa h2 { #dt_retympa h2 {
font-size: 1rem; font-size: 1rem;
padding: 10px 5px; line-height: 1.5rem;
padding: 10px 8px;
margin-bottom: 0; margin-bottom: 0;
} }
...@@ -579,6 +584,7 @@ a:hover { ...@@ -579,6 +584,7 @@ a:hover {
position: relative; position: relative;
margin: -85px 0 0 5px; margin: -85px 0 0 5px;
font-size: 0.72rem; font-size: 0.72rem;
line-height: 1.2rem;
padding: 6px; padding: 6px;
} }
...@@ -587,36 +593,40 @@ a:hover { ...@@ -587,36 +593,40 @@ a:hover {
text-align: right; text-align: right;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.8rem; font-size: 0.8rem;
line-height: 1.2rem;
padding: 10px; padding: 10px;
} }
#dt_retympa .drArea { #dt_retympa .drArea {
font-size: 0.8rem; font-size: 0.8rem;
line-height: 1.2rem;
padding: 10px; padding: 10px;
} }
#dt_retympa .movieArea { #dt_retympa .movieArea {
margin-top: 0; margin-top: 0;
font-size: 0.8rem; font-size: 0.8rem;
line-height: 1.2rem;
padding: 10px; padding: 10px;
} }
#dt_retympa .productArea { #dt_retympa .productArea {
margin-top: 0; margin-top: 0;
font-size: 0.8rem; font-size: 0.8rem;
line-height: 1.2rem;
padding: 10px; padding: 10px;
} }
#dt_retympa .meetingArea { #dt_retympa .meetingArea {
margin: 0; margin: 0;
font-size: 0.8rem; font-size: 0.8rem;
line-height: 1.2rem;
padding: 10px; padding: 10px;
} }
#dt_retympa sup { #dt_retympa sup {
font-size: 70%; font-size: 100%;
position: relative; position: relative;
top: -0.2em;
} }
#dt_retympa .btnArea { #dt_retympa .btnArea {
......
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