| 1 | /* |
|---|
| 2 | * This file is part of EC-CUBE |
|---|
| 3 | * |
|---|
| 4 | * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 5 | * |
|---|
| 6 | * http://www.lockon.co.jp/ |
|---|
| 7 | * |
|---|
| 8 | * This program is free software; you can redistribute it and/or |
|---|
| 9 | * modify it under the terms of the GNU General Public License |
|---|
| 10 | * as published by the Free Software Foundation; either version 2 |
|---|
| 11 | * of the License, or (at your option) any later version. |
|---|
| 12 | * |
|---|
| 13 | * This program is distributed in the hope that it will be useful, |
|---|
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 16 | * GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * You should have received a copy of the GNU General Public License |
|---|
| 19 | * along with this program; if not, write to the Free Software |
|---|
| 20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 21 | */
|
|---|
| 22 |
|
|---|
| 23 | @charset "utf-8";
|
|---|
| 24 |
|
|---|
| 25 | input,select,option,textarea {
|
|---|
| 26 | font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
|
|---|
| 27 | font-size: 13px;
|
|---|
| 28 | }
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | /*LINK*/
|
|---|
| 32 | a:link { color: #006699; text-decoration: none; }
|
|---|
| 33 | a:visited { color: #006699; text-decoration: none; }
|
|---|
| 34 | a:hover { color: #f9a406; text-decoration: underline; }
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | /*FORM*/
|
|---|
| 38 | .box3 { width: 33px; } /*W3*/
|
|---|
| 39 | .box6 { width: 54px; } /*W6*/
|
|---|
| 40 | .box10 { width: 82px; } /*W10*/
|
|---|
| 41 | .box20 { width: 152px; } /*W20*/
|
|---|
| 42 | .box25 { width: 187px; } /*W25*/
|
|---|
| 43 | .box30 { width: 222px; } /*W30*/
|
|---|
| 44 | .box33 { width: 243px; } /*W33*/
|
|---|
| 45 | .box35 { width: 257px; } /*W35*/
|
|---|
| 46 | .box40 { width: 292px; } /*W40*/
|
|---|
| 47 | .box45 { width: 341px; } /*W45*/
|
|---|
| 48 | .box50 { width: 362px; } /*W50*/
|
|---|
| 49 | .box52 { width: 376px; } /*W52*/
|
|---|
| 50 | .box54 { width: 390px; } /*W54*/
|
|---|
| 51 | .box60 { width: 432px; } /*W60*/
|
|---|
| 52 | .box65 { width: 467px; } /*W65*/
|
|---|
| 53 | .box68 { width: 488px; } /*W68*/
|
|---|
| 54 | .box76 { width: 544px; } /*W76*/
|
|---|
| 55 |
|
|---|
| 56 | .area40 { width: 302px; height: 134px; } /*W40×H8*/
|
|---|
| 57 | .area45 { width: 337px; height: 290px; } /*W40×H20*/
|
|---|
| 58 | .area46 { width: 337px; height: 134px; } /*W40×H8*/
|
|---|
| 59 | .area50 { width: 372px; height: 82px; } /*W50?H4*/
|
|---|
| 60 | .area55 { width: 407px; height: 82px; } /*W50?H4*/
|
|---|
| 61 | .area59 { width: 432px; height: 134px; } /*W59×H8*/
|
|---|
| 62 | .area60 { width: 433px; height: 134px; } /*W60?H8*/
|
|---|
| 63 | .area61 { width: 433px; height: 82px; } /*W60?H4*/
|
|---|
| 64 | .area65 { width: 444px; height: 290px; } /*W65×H20*/
|
|---|
| 65 | .area70 { width: 512px; height: 186px; } /*W70?H12*/
|
|---|
| 66 | .area75 { width: 547px; height: 186px; } /*W75?H12*/
|
|---|
| 67 | .area80 { width: 572px; height: 134px; } /*W80×H8*/
|
|---|
| 68 | .area90 { width: 650px; height: 420px; }
|
|---|
| 69 | .area96 { width: 694px; height: 420px; } /*W80×H30*/
|
|---|
| 70 | .area96_2 { width: 694px; height: 160px; } /*W80×H10*/
|
|---|
| 71 | .area99 { width: 715px; height: 523px; } /*W99?H40*/
|
|---|
| 72 |
|
|---|
| 73 | /*COLOR*/
|
|---|
| 74 | .ast { color: #cc0000; font-size: 90%; }
|
|---|
| 75 | .darkred { color: #cc0000; }
|
|---|
| 76 | .gray { color: #b6b7ba; }
|
|---|
| 77 | .white { color: #ffffff; }
|
|---|
| 78 | .whitest { color: #ffffff; font-weight: bold; }
|
|---|
| 79 | .white10 { color: #ffffff; font-size: 62.5%;}
|
|---|
| 80 | .red { color: #ff0000; }
|
|---|
| 81 | .red10 { color:#ff0000; font-size: 10px; }
|
|---|
| 82 | .red12 { color:#cc0000; font-size: 12px; }
|
|---|
| 83 | .reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 | .infodate {
|
|---|
| 87 | color: #cccccc; font-size: 62.5%; font-weight: bold;
|
|---|
| 88 | padding: 0 0 0 8px;
|
|---|
| 89 | }
|
|---|
| 90 |
|
|---|
| 91 | .infottl {
|
|---|
| 92 | color: #ffffff;
|
|---|
| 93 | font-size: 62.5%;
|
|---|
| 94 | line-height: 150%;
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 | .info {
|
|---|
| 98 | padding: 0 4px;
|
|---|
| 99 | display: block;
|
|---|
| 100 | }
|
|---|
| 101 |
|
|---|
| 102 | .title {
|
|---|
| 103 | padding: 0px 0px 20px 25px;
|
|---|
| 104 | color: #ffffff;
|
|---|
| 105 | font-weight: bold;
|
|---|
| 106 | line-height: 120%;
|
|---|
| 107 | }
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 | /*navi*/
|
|---|
| 112 | #menu_navi {
|
|---|
| 113 | table-layout: fixed;
|
|---|
| 114 | }
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 | .navi a:visited {
|
|---|
| 118 | color:#ffffff;
|
|---|
| 119 | text-decoration:none;
|
|---|
| 120 | }
|
|---|
| 121 |
|
|---|
| 122 | .navi a:hover {
|
|---|
| 123 | background-color: #a5a5a5;
|
|---|
| 124 | color:#000000;
|
|---|
| 125 | text-decoration:none;
|
|---|
| 126 | }
|
|---|
| 127 |
|
|---|
| 128 | .navi_text {
|
|---|
| 129 | font-size: 75%;
|
|---|
| 130 | padding: 0 0 0 8px;
|
|---|
| 131 | }
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 | .navi-on a:visited {
|
|---|
| 135 | color:#000000;
|
|---|
| 136 | text-decoration:none;
|
|---|
| 137 | }
|
|---|
| 138 |
|
|---|
| 139 | .navi-on a:hover {
|
|---|
| 140 | background-color: #a5a5a5;
|
|---|
| 141 | color:#000000;
|
|---|
| 142 | text-decoration:none;
|
|---|
| 143 | }
|
|---|
| 144 |
|
|---|
| 145 |
|
|---|
| 146 | /*subnavi*/
|
|---|
| 147 | .subnavi a{
|
|---|
| 148 | background-color: #818287;
|
|---|
| 149 | width:140px;
|
|---|
| 150 | padding: 6px 5px 4px 5px;
|
|---|
| 151 | color:#ffffff;
|
|---|
| 152 | text-decoration:none;
|
|---|
| 153 | display:block;
|
|---|
| 154 | }
|
|---|
| 155 |
|
|---|
| 156 | .subnavi a:visited {
|
|---|
| 157 | color:#ffffff;
|
|---|
| 158 | text-decoration:none;
|
|---|
| 159 | }
|
|---|
| 160 |
|
|---|
| 161 | .subnavi a:hover {
|
|---|
| 162 | background-color: #b7b7b7;
|
|---|
| 163 | color:#000000;
|
|---|
| 164 | text-decoration:none;
|
|---|
| 165 | }
|
|---|
| 166 |
|
|---|
| 167 | .subnavi_text {
|
|---|
| 168 | font-size: 71%;
|
|---|
| 169 | padding: 0 0 0 8px;
|
|---|
| 170 | }
|
|---|
| 171 |
|
|---|
| 172 | .subnavi-on a{
|
|---|
| 173 | background-color: #b7b7b7;
|
|---|
| 174 | width:140px;
|
|---|
| 175 | padding: 6px 5px 4px 5px;
|
|---|
| 176 | color:#000000;
|
|---|
| 177 | text-decoration:none;
|
|---|
| 178 | display:block;
|
|---|
| 179 | }
|
|---|
| 180 |
|
|---|
| 181 | .subnavi-on a:visited {
|
|---|
| 182 | color:#000000;
|
|---|
| 183 | text-decoration:none;
|
|---|
| 184 | }
|
|---|
| 185 |
|
|---|
| 186 | .subnavi-on a:hover {
|
|---|
| 187 | background-color: #b7b7b7;
|
|---|
| 188 | color:#000000;
|
|---|
| 189 | text-decoration:none;
|
|---|
| 190 | }
|
|---|
| 191 |
|
|---|
| 192 | .number-on a:visited {
|
|---|
| 193 | color:#ffffff;
|
|---|
| 194 | text-decoration:none;
|
|---|
| 195 | }
|
|---|
| 196 |
|
|---|
| 197 | .number a:visited {
|
|---|
| 198 | color:#ffffff;
|
|---|
| 199 | text-decoration:none;
|
|---|
| 200 | }
|
|---|
| 201 |
|
|---|
| 202 | /*IMG*/
|
|---|
| 203 | img {
|
|---|
| 204 | border: 0;
|
|---|
| 205 | }
|
|---|