├── README.md ├── images ├── OedoRubyKaigiLogo.eps ├── SponsorLogo │ ├── MTL │ │ ├── MTL_Guidelines.png │ │ ├── mtl_sticker.ai │ │ └── mtl_sticker.png │ ├── PayPal │ │ ├── Horizontal_pp_h_rgb.png │ │ ├── Vertical_pp_v_cmyk.eps │ │ ├── Vertical_pp_v_rgb.jpg │ │ └── horizontal_pp_h_cmyk.eps │ └── TD │ │ ├── TreasureData_Big_Mark_Logo(primary-color).ai │ │ ├── TreasureData_Big_Mark_Logo(primary-color).png │ │ ├── TreasureData_Big_Mark_Logo_space.png │ │ ├── TreasureData_Horizontal_Logo(primary-color).ai │ │ └── TreasureData_Horizontal_Logo(primary-color).png ├── TreasureData.png ├── background_blue.png ├── background_green.png ├── background_pink.jpg ├── background_pink_line.png ├── background_pink_line_a.png ├── background_yellow.jpg ├── background_yellow_line.png ├── background_yellow_line_a.png ├── date.svg ├── furoshiki.png ├── furoshiki_bg.jpg ├── furoshiki_bg_line.png ├── furoshiki_bg_line_a.png ├── logo.svg ├── logo2.svg ├── logo_about.png ├── logo_access.png ├── logo_register.png ├── logo_speaker.png ├── logo_sponser.png ├── logo_timetable.png ├── mediatecnologylab.png ├── paypal.png ├── register01.png ├── register02.png └── speaker_cs.png ├── index.html └── stylesheets ├── all.css └── bootstrap.min.css /README.md: -------------------------------------------------------------------------------- 1 | # OedoRubyKaigi05 2 | -------------------------------------------------------------------------------- /images/OedoRubyKaigiLogo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/OedoRubyKaigiLogo.eps -------------------------------------------------------------------------------- /images/SponsorLogo/MTL/MTL_Guidelines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/MTL/MTL_Guidelines.png -------------------------------------------------------------------------------- /images/SponsorLogo/MTL/mtl_sticker.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/MTL/mtl_sticker.ai -------------------------------------------------------------------------------- /images/SponsorLogo/MTL/mtl_sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/MTL/mtl_sticker.png -------------------------------------------------------------------------------- /images/SponsorLogo/PayPal/Horizontal_pp_h_rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/PayPal/Horizontal_pp_h_rgb.png -------------------------------------------------------------------------------- /images/SponsorLogo/PayPal/Vertical_pp_v_cmyk.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/PayPal/Vertical_pp_v_cmyk.eps -------------------------------------------------------------------------------- /images/SponsorLogo/PayPal/Vertical_pp_v_rgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/PayPal/Vertical_pp_v_rgb.jpg -------------------------------------------------------------------------------- /images/SponsorLogo/PayPal/horizontal_pp_h_cmyk.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/PayPal/horizontal_pp_h_cmyk.eps -------------------------------------------------------------------------------- /images/SponsorLogo/TD/TreasureData_Big_Mark_Logo(primary-color).ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/TD/TreasureData_Big_Mark_Logo(primary-color).ai -------------------------------------------------------------------------------- /images/SponsorLogo/TD/TreasureData_Big_Mark_Logo(primary-color).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/TD/TreasureData_Big_Mark_Logo(primary-color).png -------------------------------------------------------------------------------- /images/SponsorLogo/TD/TreasureData_Big_Mark_Logo_space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/TD/TreasureData_Big_Mark_Logo_space.png -------------------------------------------------------------------------------- /images/SponsorLogo/TD/TreasureData_Horizontal_Logo(primary-color).ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/TD/TreasureData_Horizontal_Logo(primary-color).ai -------------------------------------------------------------------------------- /images/SponsorLogo/TD/TreasureData_Horizontal_Logo(primary-color).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/SponsorLogo/TD/TreasureData_Horizontal_Logo(primary-color).png -------------------------------------------------------------------------------- /images/TreasureData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/TreasureData.png -------------------------------------------------------------------------------- /images/background_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_blue.png -------------------------------------------------------------------------------- /images/background_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_green.png -------------------------------------------------------------------------------- /images/background_pink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_pink.jpg -------------------------------------------------------------------------------- /images/background_pink_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_pink_line.png -------------------------------------------------------------------------------- /images/background_pink_line_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_pink_line_a.png -------------------------------------------------------------------------------- /images/background_yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_yellow.jpg -------------------------------------------------------------------------------- /images/background_yellow_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_yellow_line.png -------------------------------------------------------------------------------- /images/background_yellow_line_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/background_yellow_line_a.png -------------------------------------------------------------------------------- /images/date.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 | 25 | 43 | 98 | 99 | 100 | 114 | 128 | 136 | 146 | 147 | 148 | 158 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 238 | 239 | 240 | 249 | 260 | 267 | 283 | 304 | 314 | 320 | 337 | 347 | 362 | 387 | 412 | 415 | 425 | 456 | 457 | 458 | 465 | 473 | 474 | 487 | 490 | 491 | 492 | 513 | 521 | 522 | 523 | 524 | -------------------------------------------------------------------------------- /images/furoshiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/furoshiki.png -------------------------------------------------------------------------------- /images/furoshiki_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/furoshiki_bg.jpg -------------------------------------------------------------------------------- /images/furoshiki_bg_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/furoshiki_bg_line.png -------------------------------------------------------------------------------- /images/furoshiki_bg_line_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/furoshiki_bg_line_a.png -------------------------------------------------------------------------------- /images/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 23 | 37 | 55 | 110 | 111 | 112 | 113 | 134 | 174 | 175 | 176 | 190 | 215 | 216 | 217 | 229 | 251 | 252 | 253 | 268 | 295 | 296 | 297 | 298 | 299 | 307 | 322 | 323 | 324 | 335 | 358 | 359 | 360 | 361 | 369 | 379 | 380 | 381 | 383 | 385 | 387 | 389 | 391 | 393 | 395 | 397 | 398 | -------------------------------------------------------------------------------- /images/logo2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 | 25 | 26 | 27 | 45 | 100 | 101 | 102 | 116 | 130 | 138 | 148 | 149 | 150 | 160 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 239 | 240 | 241 | -------------------------------------------------------------------------------- /images/logo_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_about.png -------------------------------------------------------------------------------- /images/logo_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_access.png -------------------------------------------------------------------------------- /images/logo_register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_register.png -------------------------------------------------------------------------------- /images/logo_speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_speaker.png -------------------------------------------------------------------------------- /images/logo_sponser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_sponser.png -------------------------------------------------------------------------------- /images/logo_timetable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/logo_timetable.png -------------------------------------------------------------------------------- /images/mediatecnologylab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/mediatecnologylab.png -------------------------------------------------------------------------------- /images/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/paypal.png -------------------------------------------------------------------------------- /images/register01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/register01.png -------------------------------------------------------------------------------- /images/register02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/register02.png -------------------------------------------------------------------------------- /images/speaker_cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asakusarb/oedo05/ba1fde0c9904d6b9815907c6dc1764ce8dc5660b/images/speaker_cs.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 大江戸Ruby会議05 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 | 30 |
31 |
32 |

33 |
34 |
35 |
36 |

会議について

37 |

場所コンベンションルームAP東京八重洲通り (「東京駅」八重洲中央口より徒歩6分)の 7階

38 |

日程2015/11/08 (日)

39 |

定員200人

40 |
41 |

LocationConvention room AP Yaesudori 7F

42 |

Date2015/11/08 (Sun)

43 |

Capacity200

44 |
45 |
46 |
47 |

スピーカー

48 |
49 |

Keynote

50 |
    51 |

  • 基調講演:なかむら (う) さん
    (Ruby コミッタ / Ruby 2.1, 2.0.0 メンテナ)
  • 52 |

  • 特別講演:江渡 浩一郎さん
    (メディアアーティスト/ニコニコ学会β実行委員長/産業技術総合研究所主任研究員)
  • 53 |
54 |

Ninja Talks

55 |
    56 |

  • Yuichiro Kaneko
  • 57 |

  • Yoh Osaki
  • 58 |

  • Shinta Koyanagi
  • 59 |

  • Kei Sawada
  • 60 |

  • Ryunosuke Sato
  • 61 |

  • Yuki Nishijima
  • 62 |

  • Daisuke Yamazaki
  • 63 |

  • Mu-Fan Teng
  • 64 |
65 |

Lightning Talks

66 |
    67 |
  • Akira Matsuda
    Akira Matsuda
  • 68 |

  • Hiroshi Shibata
  • 69 |

  • Nobuyoshi Nakada
  • 70 |

  • Zachary Scott
  • 71 |

  • Tanaka Akira
  • 72 |

  • Hiroshi Nakamura
  • 73 |

  • NARUSE, Yui
  • 74 |

  • Kazuki Tsujimoto
  • 75 |

  • Masaki Matsushita
  • 76 |

  • Yusuke Endoh
  • 77 |

  • Tomoyuki Chikanaga
  • 78 |
79 |
80 |
81 |
82 |
83 |

タイムテーブル

84 | 85 | 86 | 87 | 88 | 101 | 102 | 108 | 109 | 115 | 116 | 117 | 118 |
9:30Registration Open
10:00Opening

ko1

10:10Keynote

なかむら (う)
「あいおーのはなし」スライド

11:00Ruby Committers' Lightning Talks
89 |

松田明 (a_matsuda)
「The Kaigi Must Go On」スライド

90 |

柴田博志 (hsbt)
「mrubyでmackerelのプラグインを作るはなし」スライド

91 |

中田伸悦 (nobu)
「Best Commits of the year 2015 (仮)」スライド

92 |

Zachary Scott (zzak)
「TODO」

93 |

田中哲 (akr)
「超簡単! 英語でバグレポート」スライド

94 |

なひ (nahi)
「Information Security Programming in Ruby」スライド

95 |

成瀬ゆい (naruse)
「Goで拡張ライブラリを書くはなし」スライド

96 |

辻本和樹 (k_tsj)
「Re: Power Assert in Ruby」スライド

97 |

松下正樹 (mmasaki)
「Rubyで実はwritev(2)が使われているはなし」スライド

98 |

遠藤侑介 (mame)
「超絶技巧プログラミングと Ruby 3.0」スライド

99 |

近永智之 (nagachika)
「Functional Music Composition」スライド

100 |
12:00Lunch
13:30Ninja Talks 1
103 |

金子雄一郎
「Rails on Two DBs」スライド

104 |

大崎瑶
「強羅で温泉に浸かりながらカードゲームのルールエンジンについて考えてみた」スライド

105 |

小栁真太
「SQL 脳から見た Ruby」スライド

106 |

Kei Sawada
「詳解Burn」スライド

107 |
15:00Break
15:30Ninja Talks 2
110 |

佐藤竜之介
「Ember コミュニティとわたし」スライド

111 |

西嶋悠貴
「地獄のニューヨーク」

112 |

山崎大輔
「And they lived happily ever after with ruby?」

113 |

Mu-Fan Teng
「WebSocket for Web Rubyists」スライド

114 |
17:00Break
17:10Special Talk

江渡浩一郎
「共創コミュニティのデザイン」

17:50Closing

ko1

119 |
120 |
121 |
122 |

交通情報

123 |

今年の大江戸Ruby会議はJR東京駅 八重洲口から徒歩6分という好立地。ブリヂストン美術館のすぐとなりのビルで、1Fのナチュラルローソンが目印です。

124 |

東京都中央区京橋1丁目10番7号 KPP八重洲ビル コンベンションルームAP東京八重洲通り 7階

125 |
    126 |
  • JR各線をご利用の場合
    「東京駅」八重洲中央口より徒歩6分
  • 127 |
  • 東京メトロ銀座線をご利用の場合
    「日本橋駅」徒歩約5分
    「京橋駅」徒歩約4分
  • 128 |
  • 都営浅草線をご利用の場合
    「宝町駅」徒歩約4分
  • 129 |
130 |
131 | 132 |
133 |
134 |
135 |
136 |

参加登録

137 |

大江戸Ruby会議05、懇親会ともにチケットが必要です。あらかじめDoorkeeperにて購入をお願いいたします。

138 |
139 |
140 | 大江戸Ruby会議05参加登録 141 |
142 |
143 | 大江戸Ruby会議05懇親会参加登録 144 |
145 |
146 |
147 |
148 | 169 |
170 |
171 | 172 | 173 | -------------------------------------------------------------------------------- /stylesheets/all.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background-image: url(../images/furoshiki_bg.jpg); 3 | margin: 0; 4 | } 5 | 6 | footer{ 7 | background-image: url(../images/furoshiki_bg.jpg); 8 | margin: 0; 9 | } 10 | 11 | 12 | /* ==================================================== */ 13 | /* layout */ 14 | 15 | div.container{ 16 | padding:0; 17 | margin:0; 18 | width:100%; 19 | } 20 | 21 | #topmenu{ 22 | position: fixed; 23 | top: 0;left: 0; 24 | z-index: 4; 25 | width: 100%; 26 | height: 4em; 27 | background: #C00334; 28 | padding-top: 0.5em; 29 | padding-left: 10%; 30 | } 31 | 32 | #article{ 33 | margin: 0; 34 | margin-top:2em; 35 | font-size: 14pt; 36 | font-family: "MS P明朝","ヒラギノ明朝 Pro", serif; 37 | } 38 | 39 | /* ==================================================== */ 40 | /* navigation */ 41 | 42 | div.nav{ 43 | display: inline-block; 44 | } 45 | 46 | li{ 47 | display: inline-block; 48 | font-size: 12pt; 49 | } 50 | 51 | /* ==================================================== */ 52 | /* top */ 53 | 54 | div.title{ 55 | width: 200px; 56 | margin: 0 auto; 57 | padding-top: 2em; 58 | } 59 | 60 | div.furoshiki{ 61 | width: 350px; 62 | height: 244px; 63 | background-image: url(../images/furoshiki.png); 64 | margin: 0 auto; 65 | margin-bottom: 2em; 66 | } 67 | 68 | div.center{ 69 | width: 100%; 70 | text-align: center; 71 | } 72 | /* ==================================================== */ 73 | /* about */ 74 | 75 | div.about_top{ 76 | background: url(../images/furoshiki_bg_line.png); 77 | z-index: 2; 78 | position: absolute; 79 | height: 30px; 80 | width: 100%; 81 | } 82 | 83 | div.about{ 84 | background: url(../images/background_blue.png); 85 | z-index: 1; 86 | position: relative; 87 | margin: 0 auto; 88 | padding: 4em 20%; 89 | color: #222; 90 | } 91 | 92 | div.about_bottom{ 93 | background: url(../images/background_pink_line_a.png); 94 | z-index: 3; 95 | position: absolute; 96 | margin: -20px auto; 97 | height: 20px; 98 | width: 100%; 99 | } 100 | 101 | div.about p{ 102 | color: #191970;} 103 | 104 | div.about strong{ 105 | padding-left: 2em; 106 | color: #222; 107 | } 108 | 109 | 110 | /* ==================================================== */ 111 | /* speaker */ 112 | 113 | div.speaker{ 114 | background: url(../images/background_pink.jpg); 115 | padding: 2em 20%; 116 | color: #222; 117 | } 118 | div.speaker h3{ 119 | background: #c97586; 120 | margin: 1em auto; 121 | width: 80%; 122 | border-radius: 12px; 123 | border: #a22041 solid 1px; 124 | } 125 | div.speaker li{ 126 | margin: 0 10px; 127 | font-weight: 700; 128 | text-align: center; 129 | vertical-align: top; 130 | } 131 | li.keynote { 132 | width: 40%; 133 | padding-bottom: 2em; 134 | } 135 | li.ninja { 136 | padding-bottom: 1em; 137 | } 138 | li.ninja img{ 139 | width: 80%; 140 | height: 80%; 141 | } 142 | li.lt { 143 | padding-bottom: 1em; 144 | } 145 | li.lt img{ 146 | width: 70%; 147 | height: 70%; 148 | } 149 | div.speaker img{ 150 | margin-bottom: 10px; 151 | } 152 | 153 | /* ==================================================== */ 154 | /* timetable */ 155 | 156 | div.timetable_top{ 157 | background: url(../images/background_pink_line.png); 158 | z-index: 2; 159 | position: absolute; 160 | height: 20px; 161 | width: 100%; 162 | } 163 | 164 | 165 | div.timetable{ 166 | background: url(../images/background_green.png); 167 | padding: 4em 20%; 168 | position: relative; 169 | color: #222; 170 | } 171 | 172 | div.timetable_bottom{ 173 | background: url(../images/background_yellow_line_a.png); 174 | z-index: 3; 175 | position: absolute; 176 | margin: -20px auto; 177 | height: 20px; 178 | width: 100%; 179 | } 180 | 181 | table.timetable{ 182 | margin: 0 auto; 183 | width: 90%; 184 | border-collapse: separate; 185 | border-spacing: 0 0.2em; 186 | } 187 | 188 | td.time{ 189 | width: 4em; 190 | padding: 0.5em 1em; 191 | vertical-align: top; 192 | } 193 | 194 | td.presentation{ 195 | padding: 0.5em 1em; 196 | vertical-align: top; 197 | } 198 | 199 | tr.kareiro{ 200 | background: #fff1cf; 201 | } 202 | 203 | tr.seiji{ 204 | background: #d6e9ca; 205 | } 206 | 207 | p.speakername{ 208 | color: #2c4f54; 209 | font-size: 13pt; 210 | margin: 0.5em 1.5em; 211 | } 212 | 213 | a.socialicon{ 214 | font-size: 13pt; 215 | padding: 0 0 0 0.4em; 216 | } 217 | a.socialicon:hover { 218 | color: #20b2aa; 219 | } 220 | a.slide{ 221 | border-radius: 7px; 222 | background: #337ab7; 223 | color: white; 224 | font: 9pt normal; 225 | letter-spacing: -1px; 226 | margin: 0; 227 | padding: 0.1em 0.5em; 228 | } 229 | a.slide:hover { 230 | background: #20b2aa; 231 | color: white; 232 | text-decoration: none; 233 | } 234 | 235 | /* ==================================================== */ 236 | /* access */ 237 | 238 | div.access{ 239 | background: url(../images/background_yellow.jpg); 240 | padding: 2em 20%; 241 | color: #222; 242 | font-size: 13pt; 243 | } 244 | 245 | p.address{ 246 | padding: 0 2em; 247 | font-size: 14pt; 248 | color: #8b0000; 249 | } 250 | ul.traffic{ 251 | list-style-type: square; 252 | margin-left: 3em; 253 | } 254 | ul.traffic li{ 255 | display: list-item; 256 | padding: 0.5em 0; 257 | line-height: 1.5em; 258 | } 259 | ul.traffic strong{ 260 | text-decoration: underline; 261 | } 262 | /* ==================================================== */ 263 | /* 参加登録 */ 264 | 265 | 266 | div.register_top{ 267 | background: url(../images/background_yellow_line.png); 268 | z-index: 2; 269 | position: absolute; 270 | height: 20px; 271 | width: 100%; 272 | } 273 | 274 | div.register{ 275 | background: url(../images/background_blue.png); 276 | padding: 2em 20%; 277 | color: #222; 278 | } 279 | 280 | div.regist_buttom{ 281 | background-color: #4496d3; 282 | width: 200px; 283 | height: 200px; 284 | display: inline-block; 285 | border-radius: 25px; 286 | margin: 1em 30px; 287 | } 288 | div.regist_buttom:hover{ 289 | background-color: #1e50a2; 290 | } 291 | .notice{ 292 | font-size: 12pt; 293 | padding-left: 2em; 294 | } 295 | div.register_bottom{ 296 | background: url(../images/furoshiki_bg_line_a.png); 297 | z-index: 3; 298 | position: absolute; 299 | margin: -20px auto; 300 | height: 20px; 301 | width: 100%; 302 | } 303 | 304 | 305 | /* ==================================================== */ 306 | /* sponsors */ 307 | 308 | div.sponsors{ 309 | padding: 2em 20%; 310 | color: #222; 311 | } 312 | 313 | div.logo{ 314 | margin: 30px auto; 315 | width: 60%; 316 | } 317 | /* ==================================================== */ 318 | /* channels */ 319 | 320 | div.channels{ 321 | background: #C00334; 322 | margin: 0; 323 | padding: 1.5em 10em; 324 | text-align:right; 325 | } 326 | 327 | 328 | a.channelsicon{ 329 | font-size: 30px; 330 | color: white; 331 | padding: 0.3em; 332 | } 333 | 334 | 335 | --------------------------------------------------------------------------------