|
1 2 3 4 5 6 7 |
年 口コミ効果で選んだ |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
.kuchikomi_tbl_ttl{ } .kuchikomi_tbl_ttl h2.kuchi_text{ color: #fff; font-weight: bold; font-size: 1.5em; line-height: 1.5em; text-align: center; width: 80%; } .kuchikomi_tbl_ttl h2.kuchi_text .kuchi_text_main{ color: #fbdf8e; font-size: 1.2em; } .kuchikomi_tbl_ttl{ position: relative; background: -webkit-linear-gradient(#07add2, #3f50af 50%, #275a8f); background: -o-linear-gradient(#07add2, #3f50af 50%, #275a8f); background: linear-gradient(#07add2, #3f50af 50%, #275a8f); overflow: visible; margin: 2em auto 0; padding: 0.5em 0em 0.5em 10em; display: flex; flex-wrap: wrap; align-items: center; } .ribbon { position: absolute; top: -6.1px; left: 10px; } .ribbon:after { position: absolute; width: 0; height: 0; content: ''; bottom: -7px; border-left: 53px solid #fdd100; border-right: 53px solid #fdd100; border-bottom: 20px solid transparent; } .ribbon .ribbon_wrap { font-size: 1em; font-weight: bold; line-height: 1.2; position: relative; display: block; width: 90px; padding: 12px 8px 5px; text-align: center; color: #ffffff; border-top-right-radius: 8px; background: -webkit-linear-gradient(#ffec47, #FFEB3B 50%, #fdd100); background: -o-linear-gradient(#ffec47, #FFEB3B 50%, #fdd100); background: linear-gradient(#ffec47, #FFEB3B 50%, #fdd100); } .ribbon .ribbon_wrap:before, .ribbon .ribbon_wrap:after { position: absolute; content: ''; } .ribbon .ribbon_wrap:before { top: 0; left: -6px; width: 6px; height: 7px; background: #fdd100; } .ribbon .ribbon_wrap:after { top: 0; left: -8px; width: 8px; height: 6px; border-radius: 8px 8px 0 0; background: #e8c104; } .ribbon_main { display: block; font-size: 20px; color: #333; text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; } .ribbon_sub { font-size: 16px; text-shadow:0 0 3px #333; } .kuchikomi_crown { width: 15%; text-align: center; padding-right: 5%; } .kuchikomi_crown img{ width: 100%; } |
|
1 2 3 4 5 |
function updated_Year() { var date = new Date(); var y = date.getFullYear(); return y ; } |
