diff --git a/employees_view/employees_view.html b/employees_view/employees_view.html index 636fa66..6a9b7d0 100644 --- a/employees_view/employees_view.html +++ b/employees_view/employees_view.html @@ -34,10 +34,10 @@
-

社長編 #01

+

社長編 #01

楯の川酒造株式会社
佐藤 淳平さん

-

酒田市出身。東京農業大学応用生物科学部醸造科学科に在学中楯の川酒造の6代目蔵元・代表取締役に就任した。
- 最近の趣味は音楽やドラムの演奏。何事にも失敗を恐れず前向きに挑戦している。

+

 酒田市出身。東京農業大学応用生物科学部醸造科学科に在学中楯の川酒造の6代目蔵元・代表取締役に就任した。
+  最近の趣味は音楽やドラムの演奏。何事にも失敗を恐れず前向きに挑戦している。

楯の川酒造社長 佐藤淳平さん
@@ -45,7 +45,7 @@
-

会社概要

+

ー会社概要ー

会社名:楯の川株式会社
業種:酒造業
創業:天保3年
所在地:酒田市楯字清水田
代表者:代表取締役社長 佐藤淳平

diff --git a/hataraku.css b/hataraku.css index ee1621e..52532ed 100644 --- a/hataraku.css +++ b/hataraku.css @@ -389,9 +389,8 @@ background-size: cover; } -.president_title-box{ - text-align: center; -} + + .president_title-box .president_profile_title{ font-size: 2.5em; border-radius: 35px; @@ -438,6 +437,8 @@ .president-item img{ width: 500px; + border: 10px solid #ffffff; + margin-left: 20px; } h4{ @@ -466,11 +467,12 @@ margin-top: 725px; position: absolute; top: 0; - right: 1400px; + right: 700px; align-items: center; justify-content: space-around; background-color: rgb(255, 218, 224); height: 600px; + width: 1000px; border-radius: 0 50px 50px 0; border: solid 3px #777777; padding-left: 40px; @@ -478,15 +480,28 @@ } .profile-bg-2 img{ - width: 550px; + width: 580px; position:absolute; - top: 750px; - left: 1100px; + top: 735px; + left: 1050px; +} + +.overview-title-box{ + padding: 30px 0 0; } .overview-title-box .overview-title{ - font-size: 2em; + font-size: 2.5em; + border-radius: 35px; + border: solid #000 2px; + display: inline-block; + background-color: #fff; + padding: 0 30px; } - +.overview{ + font-size: 3em; + transform: translateX(20%); + transform: translateY(10%); +} /*社長ページ終わり*/ \ No newline at end of file