@charset "UTF-8";
/**
 *
 * レイアウトCSS
 * 
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   mixin
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Clear Fix
======================================================== */
/**
 *
 * ベース
 * 
 * @copyright  2011 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   初期化
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
* {
  zoom: 1;
  letter-spacing: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  font-size: 12px;
}

html > body {
  font-size: 12px;
}

* + html body {
  font-family: "メイリオ", "Meiryo";
}

div, h1, h2, h3, h4, h5, h6, p, address, form, em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  box-sizing: border-box;
}

span {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

label {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}

img {
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

form {
  margin: 0px;
  padding: 0px;
}

hr, legend {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

table, th, td {
  font-weight: normal;
  font-style: normal;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

th, td {
  vertical-align: middle;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
}

ol {
  list-style-type: decimal;
}

li {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: content-box;
  box-sizing: border-box;
}

dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: #009;
  text-decoration: underline;
}

a:hover {
  color: #C30D23;
  text-decoration: underline;
}

textarea {
  resize: none;
  box-sizing: border-box;
}

input, select {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  outline: 5px auto -webkit-focus-ring-color(hack in chrome);
  outline-color: #fa7e01;
}

input[type=text],
input[type=password],
textarea {
  border: solid 1px #bbb;
  color: #000;
  padding: 1px 0;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
textarea:hover,
textarea:focus {
  border-color: #759dc0;
  transition-duration: 0.25s;
  outline: none;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
  background-color: #e5f2fe;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #fff;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

textarea {
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（%）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}

.wFull {
  width: 100% !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（width）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1 {
  width: 1px !important;
}

.w2 {
  width: 2px !important;
}

.w3 {
  width: 3px !important;
}

.w4 {
  width: 4px !important;
}

.w5 {
  width: 5px !important;
}

.w6 {
  width: 6px !important;
}

.w7 {
  width: 7px !important;
}

.w8 {
  width: 8px !important;
}

.w9 {
  width: 9px !important;
}

.w10 {
  width: 10px !important;
}

.w11 {
  width: 11px !important;
}

.w12 {
  width: 12px !important;
}

.w13 {
  width: 13px !important;
}

.w14 {
  width: 14px !important;
}

.w15 {
  width: 15px !important;
}

.w16 {
  width: 16px !important;
}

.w17 {
  width: 17px !important;
}

.w18 {
  width: 18px !important;
}

.w19 {
  width: 19px !important;
}

.w20 {
  width: 20px !important;
}

.w21 {
  width: 21px !important;
}

.w22 {
  width: 22px !important;
}

.w23 {
  width: 23px !important;
}

.w24 {
  width: 24px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w27 {
  width: 27px !important;
}

.w28 {
  width: 28px !important;
}

.w29 {
  width: 29px !important;
}

.w30 {
  width: 30px !important;
}

.w31 {
  width: 31px !important;
}

.w32 {
  width: 32px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
}

.w35 {
  width: 35px !important;
}

.w36 {
  width: 36px !important;
}

.w37 {
  width: 37px !important;
}

.w38 {
  width: 38px !important;
}

.w39 {
  width: 39px !important;
}

.w40 {
  width: 40px !important;
}

.w41 {
  width: 41px !important;
}

.w42 {
  width: 42px !important;
}

.w43 {
  width: 43px !important;
}

.w44 {
  width: 44px !important;
}

.w45 {
  width: 45px !important;
}

.w46 {
  width: 46px !important;
}

.w47 {
  width: 47px !important;
}

.w48 {
  width: 48px !important;
}

.w49 {
  width: 49px !important;
}

.w50 {
  width: 50px !important;
}

.w51 {
  width: 51px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w54 {
  width: 54px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w57 {
  width: 57px !important;
}

.w58 {
  width: 58px !important;
}

.w59 {
  width: 59px !important;
}

.w60 {
  width: 60px !important;
}

.w61 {
  width: 61px !important;
}

.w62 {
  width: 62px !important;
}

.w63 {
  width: 63px !important;
}

.w64 {
  width: 64px !important;
}

.w65 {
  width: 65px !important;
}

.w66 {
  width: 66px !important;
}

.w67 {
  width: 67px !important;
}

.w68 {
  width: 68px !important;
}

.w69 {
  width: 69px !important;
}

.w70 {
  width: 70px !important;
}

.w71 {
  width: 71px !important;
}

.w72 {
  width: 72px !important;
}

.w73 {
  width: 73px !important;
}

.w74 {
  width: 74px !important;
}

.w75 {
  width: 75px !important;
}

.w76 {
  width: 76px !important;
}

.w77 {
  width: 77px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w81 {
  width: 81px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w85 {
  width: 85px !important;
}

.w86 {
  width: 86px !important;
}

.w87 {
  width: 87px !important;
}

.w88 {
  width: 88px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w91 {
  width: 91px !important;
}

.w92 {
  width: 92px !important;
}

.w93 {
  width: 93px !important;
}

.w94 {
  width: 94px !important;
}

.w95 {
  width: 95px !important;
}

.w96 {
  width: 96px !important;
}

.w97 {
  width: 97px !important;
}

.w98 {
  width: 98px !important;
}

.w99 {
  width: 99px !important;
}

.w100 {
  width: 100px !important;
}

.w101 {
  width: 101px !important;
}

.w102 {
  width: 102px !important;
}

.w103 {
  width: 103px !important;
}

.w104 {
  width: 104px !important;
}

.w105 {
  width: 105px !important;
}

.w106 {
  width: 106px !important;
}

.w107 {
  width: 107px !important;
}

.w108 {
  width: 108px !important;
}

.w109 {
  width: 109px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w113 {
  width: 113px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w117 {
  width: 117px !important;
}

.w118 {
  width: 118px !important;
}

.w119 {
  width: 119px !important;
}

.w120 {
  width: 120px !important;
}

.w121 {
  width: 121px !important;
}

.w122 {
  width: 122px !important;
}

.w123 {
  width: 123px !important;
}

.w124 {
  width: 124px !important;
}

.w125 {
  width: 125px !important;
}

.w126 {
  width: 126px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w132 {
  width: 132px !important;
}

.w133 {
  width: 133px !important;
}

.w134 {
  width: 134px !important;
}

.w135 {
  width: 135px !important;
}

.w136 {
  width: 136px !important;
}

.w137 {
  width: 137px !important;
}

.w138 {
  width: 138px !important;
}

.w139 {
  width: 139px !important;
}

.w140 {
  width: 140px !important;
}

.w141 {
  width: 141px !important;
}

.w142 {
  width: 142px !important;
}

.w143 {
  width: 143px !important;
}

.w144 {
  width: 144px !important;
}

.w145 {
  width: 145px !important;
}

.w146 {
  width: 146px !important;
}

.w147 {
  width: 147px !important;
}

.w148 {
  width: 148px !important;
}

.w149 {
  width: 149px !important;
}

.w150 {
  width: 150px !important;
}

.w151 {
  width: 151px !important;
}

.w152 {
  width: 152px !important;
}

.w153 {
  width: 153px !important;
}

.w154 {
  width: 154px !important;
}

.w155 {
  width: 155px !important;
}

.w156 {
  width: 156px !important;
}

.w157 {
  width: 157px !important;
}

.w158 {
  width: 158px !important;
}

.w159 {
  width: 159px !important;
}

.w160 {
  width: 160px !important;
}

.w161 {
  width: 161px !important;
}

.w162 {
  width: 162px !important;
}

.w163 {
  width: 163px !important;
}

.w164 {
  width: 164px !important;
}

.w165 {
  width: 165px !important;
}

.w166 {
  width: 166px !important;
}

.w167 {
  width: 167px !important;
}

.w168 {
  width: 168px !important;
}

.w169 {
  width: 169px !important;
}

.w170 {
  width: 170px !important;
}

.w171 {
  width: 171px !important;
}

.w172 {
  width: 172px !important;
}

.w173 {
  width: 173px !important;
}

.w174 {
  width: 174px !important;
}

.w175 {
  width: 175px !important;
}

.w176 {
  width: 176px !important;
}

.w177 {
  width: 177px !important;
}

.w178 {
  width: 178px !important;
}

.w179 {
  width: 179px !important;
}

.w180 {
  width: 180px !important;
}

.w181 {
  width: 181px !important;
}

.w182 {
  width: 182px !important;
}

.w183 {
  width: 183px !important;
}

.w184 {
  width: 184px !important;
}

.w185 {
  width: 185px !important;
}

.w186 {
  width: 186px !important;
}

.w187 {
  width: 187px !important;
}

.w188 {
  width: 188px !important;
}

.w189 {
  width: 189px !important;
}

.w190 {
  width: 190px !important;
}

.w191 {
  width: 191px !important;
}

.w192 {
  width: 192px !important;
}

.w193 {
  width: 193px !important;
}

.w194 {
  width: 194px !important;
}

.w195 {
  width: 195px !important;
}

.w196 {
  width: 196px !important;
}

.w197 {
  width: 197px !important;
}

.w198 {
  width: 198px !important;
}

.w199 {
  width: 199px !important;
}

.w200 {
  width: 200px !important;
}

.w201 {
  width: 201px !important;
}

.w202 {
  width: 202px !important;
}

.w203 {
  width: 203px !important;
}

.w204 {
  width: 204px !important;
}

.w205 {
  width: 205px !important;
}

.w206 {
  width: 206px !important;
}

.w207 {
  width: 207px !important;
}

.w208 {
  width: 208px !important;
}

.w209 {
  width: 209px !important;
}

.w210 {
  width: 210px !important;
}

.w211 {
  width: 211px !important;
}

.w212 {
  width: 212px !important;
}

.w213 {
  width: 213px !important;
}

.w214 {
  width: 214px !important;
}

.w215 {
  width: 215px !important;
}

.w216 {
  width: 216px !important;
}

.w217 {
  width: 217px !important;
}

.w218 {
  width: 218px !important;
}

.w219 {
  width: 219px !important;
}

.w220 {
  width: 220px !important;
}

.w221 {
  width: 221px !important;
}

.w222 {
  width: 222px !important;
}

.w223 {
  width: 223px !important;
}

.w224 {
  width: 224px !important;
}

.w225 {
  width: 225px !important;
}

.w226 {
  width: 226px !important;
}

.w227 {
  width: 227px !important;
}

.w228 {
  width: 228px !important;
}

.w229 {
  width: 229px !important;
}

.w230 {
  width: 230px !important;
}

.w231 {
  width: 231px !important;
}

.w232 {
  width: 232px !important;
}

.w233 {
  width: 233px !important;
}

.w234 {
  width: 234px !important;
}

.w235 {
  width: 235px !important;
}

.w236 {
  width: 236px !important;
}

.w237 {
  width: 237px !important;
}

.w238 {
  width: 238px !important;
}

.w239 {
  width: 239px !important;
}

.w240 {
  width: 240px !important;
}

.w241 {
  width: 241px !important;
}

.w242 {
  width: 242px !important;
}

.w243 {
  width: 243px !important;
}

.w244 {
  width: 244px !important;
}

.w245 {
  width: 245px !important;
}

.w246 {
  width: 246px !important;
}

.w247 {
  width: 247px !important;
}

.w248 {
  width: 248px !important;
}

.w249 {
  width: 249px !important;
}

.w250 {
  width: 250px !important;
}

.w251 {
  width: 251px !important;
}

.w252 {
  width: 252px !important;
}

.w253 {
  width: 253px !important;
}

.w254 {
  width: 254px !important;
}

.w255 {
  width: 255px !important;
}

.w256 {
  width: 256px !important;
}

.w257 {
  width: 257px !important;
}

.w258 {
  width: 258px !important;
}

.w259 {
  width: 259px !important;
}

.w260 {
  width: 260px !important;
}

.w261 {
  width: 261px !important;
}

.w262 {
  width: 262px !important;
}

.w263 {
  width: 263px !important;
}

.w264 {
  width: 264px !important;
}

.w265 {
  width: 265px !important;
}

.w266 {
  width: 266px !important;
}

.w267 {
  width: 267px !important;
}

.w268 {
  width: 268px !important;
}

.w269 {
  width: 269px !important;
}

.w270 {
  width: 270px !important;
}

.w271 {
  width: 271px !important;
}

.w272 {
  width: 272px !important;
}

.w273 {
  width: 273px !important;
}

.w274 {
  width: 274px !important;
}

.w275 {
  width: 275px !important;
}

.w276 {
  width: 276px !important;
}

.w277 {
  width: 277px !important;
}

.w278 {
  width: 278px !important;
}

.w279 {
  width: 279px !important;
}

.w280 {
  width: 280px !important;
}

.w281 {
  width: 281px !important;
}

.w282 {
  width: 282px !important;
}

.w283 {
  width: 283px !important;
}

.w284 {
  width: 284px !important;
}

.w285 {
  width: 285px !important;
}

.w286 {
  width: 286px !important;
}

.w287 {
  width: 287px !important;
}

.w288 {
  width: 288px !important;
}

.w289 {
  width: 289px !important;
}

.w290 {
  width: 290px !important;
}

.w291 {
  width: 291px !important;
}

.w292 {
  width: 292px !important;
}

.w293 {
  width: 293px !important;
}

.w294 {
  width: 294px !important;
}

.w295 {
  width: 295px !important;
}

.w296 {
  width: 296px !important;
}

.w297 {
  width: 297px !important;
}

.w298 {
  width: 298px !important;
}

.w299 {
  width: 299px !important;
}

.w300 {
  width: 300px !important;
}

.w301 {
  width: 301px !important;
}

.w302 {
  width: 302px !important;
}

.w303 {
  width: 303px !important;
}

.w304 {
  width: 304px !important;
}

.w305 {
  width: 305px !important;
}

.w306 {
  width: 306px !important;
}

.w307 {
  width: 307px !important;
}

.w308 {
  width: 308px !important;
}

.w309 {
  width: 309px !important;
}

.w310 {
  width: 310px !important;
}

.w311 {
  width: 311px !important;
}

.w312 {
  width: 312px !important;
}

.w313 {
  width: 313px !important;
}

.w314 {
  width: 314px !important;
}

.w315 {
  width: 315px !important;
}

.w316 {
  width: 316px !important;
}

.w317 {
  width: 317px !important;
}

.w318 {
  width: 318px !important;
}

.w319 {
  width: 319px !important;
}

.w320 {
  width: 320px !important;
}

.w321 {
  width: 321px !important;
}

.w322 {
  width: 322px !important;
}

.w323 {
  width: 323px !important;
}

.w324 {
  width: 324px !important;
}

.w325 {
  width: 325px !important;
}

.w326 {
  width: 326px !important;
}

.w327 {
  width: 327px !important;
}

.w328 {
  width: 328px !important;
}

.w329 {
  width: 329px !important;
}

.w330 {
  width: 330px !important;
}

.w331 {
  width: 331px !important;
}

.w332 {
  width: 332px !important;
}

.w333 {
  width: 333px !important;
}

.w334 {
  width: 334px !important;
}

.w335 {
  width: 335px !important;
}

.w336 {
  width: 336px !important;
}

.w337 {
  width: 337px !important;
}

.w338 {
  width: 338px !important;
}

.w339 {
  width: 339px !important;
}

.w340 {
  width: 340px !important;
}

.w341 {
  width: 341px !important;
}

.w342 {
  width: 342px !important;
}

.w343 {
  width: 343px !important;
}

.w344 {
  width: 344px !important;
}

.w345 {
  width: 345px !important;
}

.w346 {
  width: 346px !important;
}

.w347 {
  width: 347px !important;
}

.w348 {
  width: 348px !important;
}

.w349 {
  width: 349px !important;
}

.w350 {
  width: 350px !important;
}

.w351 {
  width: 351px !important;
}

.w352 {
  width: 352px !important;
}

.w353 {
  width: 353px !important;
}

.w354 {
  width: 354px !important;
}

.w355 {
  width: 355px !important;
}

.w356 {
  width: 356px !important;
}

.w357 {
  width: 357px !important;
}

.w358 {
  width: 358px !important;
}

.w359 {
  width: 359px !important;
}

.w360 {
  width: 360px !important;
}

.w361 {
  width: 361px !important;
}

.w362 {
  width: 362px !important;
}

.w363 {
  width: 363px !important;
}

.w364 {
  width: 364px !important;
}

.w365 {
  width: 365px !important;
}

.w366 {
  width: 366px !important;
}

.w367 {
  width: 367px !important;
}

.w368 {
  width: 368px !important;
}

.w369 {
  width: 369px !important;
}

.w370 {
  width: 370px !important;
}

.w371 {
  width: 371px !important;
}

.w372 {
  width: 372px !important;
}

.w373 {
  width: 373px !important;
}

.w374 {
  width: 374px !important;
}

.w375 {
  width: 375px !important;
}

.w376 {
  width: 376px !important;
}

.w377 {
  width: 377px !important;
}

.w378 {
  width: 378px !important;
}

.w379 {
  width: 379px !important;
}

.w380 {
  width: 380px !important;
}

.w381 {
  width: 381px !important;
}

.w382 {
  width: 382px !important;
}

.w383 {
  width: 383px !important;
}

.w384 {
  width: 384px !important;
}

.w385 {
  width: 385px !important;
}

.w386 {
  width: 386px !important;
}

.w387 {
  width: 387px !important;
}

.w388 {
  width: 388px !important;
}

.w389 {
  width: 389px !important;
}

.w390 {
  width: 390px !important;
}

.w391 {
  width: 391px !important;
}

.w392 {
  width: 392px !important;
}

.w393 {
  width: 393px !important;
}

.w394 {
  width: 394px !important;
}

.w395 {
  width: 395px !important;
}

.w396 {
  width: 396px !important;
}

.w397 {
  width: 397px !important;
}

.w398 {
  width: 398px !important;
}

.w399 {
  width: 399px !important;
}

.w400 {
  width: 400px !important;
}

.w401 {
  width: 401px !important;
}

.w402 {
  width: 402px !important;
}

.w403 {
  width: 403px !important;
}

.w404 {
  width: 404px !important;
}

.w405 {
  width: 405px !important;
}

.w406 {
  width: 406px !important;
}

.w407 {
  width: 407px !important;
}

.w408 {
  width: 408px !important;
}

.w409 {
  width: 409px !important;
}

.w410 {
  width: 410px !important;
}

.w411 {
  width: 411px !important;
}

.w412 {
  width: 412px !important;
}

.w413 {
  width: 413px !important;
}

.w414 {
  width: 414px !important;
}

.w415 {
  width: 415px !important;
}

.w416 {
  width: 416px !important;
}

.w417 {
  width: 417px !important;
}

.w418 {
  width: 418px !important;
}

.w419 {
  width: 419px !important;
}

.w420 {
  width: 420px !important;
}

.w421 {
  width: 421px !important;
}

.w422 {
  width: 422px !important;
}

.w423 {
  width: 423px !important;
}

.w424 {
  width: 424px !important;
}

.w425 {
  width: 425px !important;
}

.w426 {
  width: 426px !important;
}

.w427 {
  width: 427px !important;
}

.w428 {
  width: 428px !important;
}

.w429 {
  width: 429px !important;
}

.w430 {
  width: 430px !important;
}

.w431 {
  width: 431px !important;
}

.w432 {
  width: 432px !important;
}

.w433 {
  width: 433px !important;
}

.w434 {
  width: 434px !important;
}

.w435 {
  width: 435px !important;
}

.w436 {
  width: 436px !important;
}

.w437 {
  width: 437px !important;
}

.w438 {
  width: 438px !important;
}

.w439 {
  width: 439px !important;
}

.w440 {
  width: 440px !important;
}

.w441 {
  width: 441px !important;
}

.w442 {
  width: 442px !important;
}

.w443 {
  width: 443px !important;
}

.w444 {
  width: 444px !important;
}

.w445 {
  width: 445px !important;
}

.w446 {
  width: 446px !important;
}

.w447 {
  width: 447px !important;
}

.w448 {
  width: 448px !important;
}

.w449 {
  width: 449px !important;
}

.w450 {
  width: 450px !important;
}

.w451 {
  width: 451px !important;
}

.w452 {
  width: 452px !important;
}

.w453 {
  width: 453px !important;
}

.w454 {
  width: 454px !important;
}

.w455 {
  width: 455px !important;
}

.w456 {
  width: 456px !important;
}

.w457 {
  width: 457px !important;
}

.w458 {
  width: 458px !important;
}

.w459 {
  width: 459px !important;
}

.w460 {
  width: 460px !important;
}

.w461 {
  width: 461px !important;
}

.w462 {
  width: 462px !important;
}

.w463 {
  width: 463px !important;
}

.w464 {
  width: 464px !important;
}

.w465 {
  width: 465px !important;
}

.w466 {
  width: 466px !important;
}

.w467 {
  width: 467px !important;
}

.w468 {
  width: 468px !important;
}

.w469 {
  width: 469px !important;
}

.w470 {
  width: 470px !important;
}

.w471 {
  width: 471px !important;
}

.w472 {
  width: 472px !important;
}

.w473 {
  width: 473px !important;
}

.w474 {
  width: 474px !important;
}

.w475 {
  width: 475px !important;
}

.w476 {
  width: 476px !important;
}

.w477 {
  width: 477px !important;
}

.w478 {
  width: 478px !important;
}

.w479 {
  width: 479px !important;
}

.w480 {
  width: 480px !important;
}

.w481 {
  width: 481px !important;
}

.w482 {
  width: 482px !important;
}

.w483 {
  width: 483px !important;
}

.w484 {
  width: 484px !important;
}

.w485 {
  width: 485px !important;
}

.w486 {
  width: 486px !important;
}

.w487 {
  width: 487px !important;
}

.w488 {
  width: 488px !important;
}

.w489 {
  width: 489px !important;
}

.w490 {
  width: 490px !important;
}

.w491 {
  width: 491px !important;
}

.w492 {
  width: 492px !important;
}

.w493 {
  width: 493px !important;
}

.w494 {
  width: 494px !important;
}

.w495 {
  width: 495px !important;
}

.w496 {
  width: 496px !important;
}

.w497 {
  width: 497px !important;
}

.w498 {
  width: 498px !important;
}

.w499 {
  width: 499px !important;
}

.w500 {
  width: 500px !important;
}

.w501 {
  width: 501px !important;
}

.w502 {
  width: 502px !important;
}

.w503 {
  width: 503px !important;
}

.w504 {
  width: 504px !important;
}

.w505 {
  width: 505px !important;
}

.w506 {
  width: 506px !important;
}

.w507 {
  width: 507px !important;
}

.w508 {
  width: 508px !important;
}

.w509 {
  width: 509px !important;
}

.w510 {
  width: 510px !important;
}

.w511 {
  width: 511px !important;
}

.w512 {
  width: 512px !important;
}

.w513 {
  width: 513px !important;
}

.w514 {
  width: 514px !important;
}

.w515 {
  width: 515px !important;
}

.w516 {
  width: 516px !important;
}

.w517 {
  width: 517px !important;
}

.w518 {
  width: 518px !important;
}

.w519 {
  width: 519px !important;
}

.w520 {
  width: 520px !important;
}

.w521 {
  width: 521px !important;
}

.w522 {
  width: 522px !important;
}

.w523 {
  width: 523px !important;
}

.w524 {
  width: 524px !important;
}

.w525 {
  width: 525px !important;
}

.w526 {
  width: 526px !important;
}

.w527 {
  width: 527px !important;
}

.w528 {
  width: 528px !important;
}

.w529 {
  width: 529px !important;
}

.w530 {
  width: 530px !important;
}

.w531 {
  width: 531px !important;
}

.w532 {
  width: 532px !important;
}

.w533 {
  width: 533px !important;
}

.w534 {
  width: 534px !important;
}

.w535 {
  width: 535px !important;
}

.w536 {
  width: 536px !important;
}

.w537 {
  width: 537px !important;
}

.w538 {
  width: 538px !important;
}

.w539 {
  width: 539px !important;
}

.w540 {
  width: 540px !important;
}

.w541 {
  width: 541px !important;
}

.w542 {
  width: 542px !important;
}

.w543 {
  width: 543px !important;
}

.w544 {
  width: 544px !important;
}

.w545 {
  width: 545px !important;
}

.w546 {
  width: 546px !important;
}

.w547 {
  width: 547px !important;
}

.w548 {
  width: 548px !important;
}

.w549 {
  width: 549px !important;
}

.w550 {
  width: 550px !important;
}

.w551 {
  width: 551px !important;
}

.w552 {
  width: 552px !important;
}

.w553 {
  width: 553px !important;
}

.w554 {
  width: 554px !important;
}

.w555 {
  width: 555px !important;
}

.w556 {
  width: 556px !important;
}

.w557 {
  width: 557px !important;
}

.w558 {
  width: 558px !important;
}

.w559 {
  width: 559px !important;
}

.w560 {
  width: 560px !important;
}

.w561 {
  width: 561px !important;
}

.w562 {
  width: 562px !important;
}

.w563 {
  width: 563px !important;
}

.w564 {
  width: 564px !important;
}

.w565 {
  width: 565px !important;
}

.w566 {
  width: 566px !important;
}

.w567 {
  width: 567px !important;
}

.w568 {
  width: 568px !important;
}

.w569 {
  width: 569px !important;
}

.w570 {
  width: 570px !important;
}

.w571 {
  width: 571px !important;
}

.w572 {
  width: 572px !important;
}

.w573 {
  width: 573px !important;
}

.w574 {
  width: 574px !important;
}

.w575 {
  width: 575px !important;
}

.w576 {
  width: 576px !important;
}

.w577 {
  width: 577px !important;
}

.w578 {
  width: 578px !important;
}

.w579 {
  width: 579px !important;
}

.w580 {
  width: 580px !important;
}

.w581 {
  width: 581px !important;
}

.w582 {
  width: 582px !important;
}

.w583 {
  width: 583px !important;
}

.w584 {
  width: 584px !important;
}

.w585 {
  width: 585px !important;
}

.w586 {
  width: 586px !important;
}

.w587 {
  width: 587px !important;
}

.w588 {
  width: 588px !important;
}

.w589 {
  width: 589px !important;
}

.w590 {
  width: 590px !important;
}

.w591 {
  width: 591px !important;
}

.w592 {
  width: 592px !important;
}

.w593 {
  width: 593px !important;
}

.w594 {
  width: 594px !important;
}

.w595 {
  width: 595px !important;
}

.w596 {
  width: 596px !important;
}

.w597 {
  width: 597px !important;
}

.w598 {
  width: 598px !important;
}

.w599 {
  width: 599px !important;
}

.w600 {
  width: 600px !important;
}

.w601 {
  width: 601px !important;
}

.w602 {
  width: 602px !important;
}

.w603 {
  width: 603px !important;
}

.w604 {
  width: 604px !important;
}

.w605 {
  width: 605px !important;
}

.w606 {
  width: 606px !important;
}

.w607 {
  width: 607px !important;
}

.w608 {
  width: 608px !important;
}

.w609 {
  width: 609px !important;
}

.w610 {
  width: 610px !important;
}

.w611 {
  width: 611px !important;
}

.w612 {
  width: 612px !important;
}

.w613 {
  width: 613px !important;
}

.w614 {
  width: 614px !important;
}

.w615 {
  width: 615px !important;
}

.w616 {
  width: 616px !important;
}

.w617 {
  width: 617px !important;
}

.w618 {
  width: 618px !important;
}

.w619 {
  width: 619px !important;
}

.w620 {
  width: 620px !important;
}

.w621 {
  width: 621px !important;
}

.w622 {
  width: 622px !important;
}

.w623 {
  width: 623px !important;
}

.w624 {
  width: 624px !important;
}

.w625 {
  width: 625px !important;
}

.w626 {
  width: 626px !important;
}

.w627 {
  width: 627px !important;
}

.w628 {
  width: 628px !important;
}

.w629 {
  width: 629px !important;
}

.w630 {
  width: 630px !important;
}

.w631 {
  width: 631px !important;
}

.w632 {
  width: 632px !important;
}

.w633 {
  width: 633px !important;
}

.w634 {
  width: 634px !important;
}

.w635 {
  width: 635px !important;
}

.w636 {
  width: 636px !important;
}

.w637 {
  width: 637px !important;
}

.w638 {
  width: 638px !important;
}

.w639 {
  width: 639px !important;
}

.w640 {
  width: 640px !important;
}

.w641 {
  width: 641px !important;
}

.w642 {
  width: 642px !important;
}

.w643 {
  width: 643px !important;
}

.w644 {
  width: 644px !important;
}

.w645 {
  width: 645px !important;
}

.w646 {
  width: 646px !important;
}

.w647 {
  width: 647px !important;
}

.w648 {
  width: 648px !important;
}

.w649 {
  width: 649px !important;
}

.w650 {
  width: 650px !important;
}

.w651 {
  width: 651px !important;
}

.w652 {
  width: 652px !important;
}

.w653 {
  width: 653px !important;
}

.w654 {
  width: 654px !important;
}

.w655 {
  width: 655px !important;
}

.w656 {
  width: 656px !important;
}

.w657 {
  width: 657px !important;
}

.w658 {
  width: 658px !important;
}

.w659 {
  width: 659px !important;
}

.w660 {
  width: 660px !important;
}

.w661 {
  width: 661px !important;
}

.w662 {
  width: 662px !important;
}

.w663 {
  width: 663px !important;
}

.w664 {
  width: 664px !important;
}

.w665 {
  width: 665px !important;
}

.w666 {
  width: 666px !important;
}

.w667 {
  width: 667px !important;
}

.w668 {
  width: 668px !important;
}

.w669 {
  width: 669px !important;
}

.w670 {
  width: 670px !important;
}

.w671 {
  width: 671px !important;
}

.w672 {
  width: 672px !important;
}

.w673 {
  width: 673px !important;
}

.w674 {
  width: 674px !important;
}

.w675 {
  width: 675px !important;
}

.w676 {
  width: 676px !important;
}

.w677 {
  width: 677px !important;
}

.w678 {
  width: 678px !important;
}

.w679 {
  width: 679px !important;
}

.w680 {
  width: 680px !important;
}

.w681 {
  width: 681px !important;
}

.w682 {
  width: 682px !important;
}

.w683 {
  width: 683px !important;
}

.w684 {
  width: 684px !important;
}

.w685 {
  width: 685px !important;
}

.w686 {
  width: 686px !important;
}

.w687 {
  width: 687px !important;
}

.w688 {
  width: 688px !important;
}

.w689 {
  width: 689px !important;
}

.w690 {
  width: 690px !important;
}

.w691 {
  width: 691px !important;
}

.w692 {
  width: 692px !important;
}

.w693 {
  width: 693px !important;
}

.w694 {
  width: 694px !important;
}

.w695 {
  width: 695px !important;
}

.w696 {
  width: 696px !important;
}

.w697 {
  width: 697px !important;
}

.w698 {
  width: 698px !important;
}

.w699 {
  width: 699px !important;
}

.w700 {
  width: 700px !important;
}

.w701 {
  width: 701px !important;
}

.w702 {
  width: 702px !important;
}

.w703 {
  width: 703px !important;
}

.w704 {
  width: 704px !important;
}

.w705 {
  width: 705px !important;
}

.w706 {
  width: 706px !important;
}

.w707 {
  width: 707px !important;
}

.w708 {
  width: 708px !important;
}

.w709 {
  width: 709px !important;
}

.w710 {
  width: 710px !important;
}

.w711 {
  width: 711px !important;
}

.w712 {
  width: 712px !important;
}

.w713 {
  width: 713px !important;
}

.w714 {
  width: 714px !important;
}

.w715 {
  width: 715px !important;
}

.w716 {
  width: 716px !important;
}

.w717 {
  width: 717px !important;
}

.w718 {
  width: 718px !important;
}

.w719 {
  width: 719px !important;
}

.w720 {
  width: 720px !important;
}

.w721 {
  width: 721px !important;
}

.w722 {
  width: 722px !important;
}

.w723 {
  width: 723px !important;
}

.w724 {
  width: 724px !important;
}

.w725 {
  width: 725px !important;
}

.w726 {
  width: 726px !important;
}

.w727 {
  width: 727px !important;
}

.w728 {
  width: 728px !important;
}

.w729 {
  width: 729px !important;
}

.w730 {
  width: 730px !important;
}

.w731 {
  width: 731px !important;
}

.w732 {
  width: 732px !important;
}

.w733 {
  width: 733px !important;
}

.w734 {
  width: 734px !important;
}

.w735 {
  width: 735px !important;
}

.w736 {
  width: 736px !important;
}

.w737 {
  width: 737px !important;
}

.w738 {
  width: 738px !important;
}

.w739 {
  width: 739px !important;
}

.w740 {
  width: 740px !important;
}

.w741 {
  width: 741px !important;
}

.w742 {
  width: 742px !important;
}

.w743 {
  width: 743px !important;
}

.w744 {
  width: 744px !important;
}

.w745 {
  width: 745px !important;
}

.w746 {
  width: 746px !important;
}

.w747 {
  width: 747px !important;
}

.w748 {
  width: 748px !important;
}

.w749 {
  width: 749px !important;
}

.w750 {
  width: 750px !important;
}

.w751 {
  width: 751px !important;
}

.w752 {
  width: 752px !important;
}

.w753 {
  width: 753px !important;
}

.w754 {
  width: 754px !important;
}

.w755 {
  width: 755px !important;
}

.w756 {
  width: 756px !important;
}

.w757 {
  width: 757px !important;
}

.w758 {
  width: 758px !important;
}

.w759 {
  width: 759px !important;
}

.w760 {
  width: 760px !important;
}

.w761 {
  width: 761px !important;
}

.w762 {
  width: 762px !important;
}

.w763 {
  width: 763px !important;
}

.w764 {
  width: 764px !important;
}

.w765 {
  width: 765px !important;
}

.w766 {
  width: 766px !important;
}

.w767 {
  width: 767px !important;
}

.w768 {
  width: 768px !important;
}

.w769 {
  width: 769px !important;
}

.w770 {
  width: 770px !important;
}

.w771 {
  width: 771px !important;
}

.w772 {
  width: 772px !important;
}

.w773 {
  width: 773px !important;
}

.w774 {
  width: 774px !important;
}

.w775 {
  width: 775px !important;
}

.w776 {
  width: 776px !important;
}

.w777 {
  width: 777px !important;
}

.w778 {
  width: 778px !important;
}

.w779 {
  width: 779px !important;
}

.w780 {
  width: 780px !important;
}

.w781 {
  width: 781px !important;
}

.w782 {
  width: 782px !important;
}

.w783 {
  width: 783px !important;
}

.w784 {
  width: 784px !important;
}

.w785 {
  width: 785px !important;
}

.w786 {
  width: 786px !important;
}

.w787 {
  width: 787px !important;
}

.w788 {
  width: 788px !important;
}

.w789 {
  width: 789px !important;
}

.w790 {
  width: 790px !important;
}

.w791 {
  width: 791px !important;
}

.w792 {
  width: 792px !important;
}

.w793 {
  width: 793px !important;
}

.w794 {
  width: 794px !important;
}

.w795 {
  width: 795px !important;
}

.w796 {
  width: 796px !important;
}

.w797 {
  width: 797px !important;
}

.w798 {
  width: 798px !important;
}

.w799 {
  width: 799px !important;
}

.w800 {
  width: 800px !important;
}

.w801 {
  width: 801px !important;
}

.w802 {
  width: 802px !important;
}

.w803 {
  width: 803px !important;
}

.w804 {
  width: 804px !important;
}

.w805 {
  width: 805px !important;
}

.w806 {
  width: 806px !important;
}

.w807 {
  width: 807px !important;
}

.w808 {
  width: 808px !important;
}

.w809 {
  width: 809px !important;
}

.w810 {
  width: 810px !important;
}

.w811 {
  width: 811px !important;
}

.w812 {
  width: 812px !important;
}

.w813 {
  width: 813px !important;
}

.w814 {
  width: 814px !important;
}

.w815 {
  width: 815px !important;
}

.w816 {
  width: 816px !important;
}

.w817 {
  width: 817px !important;
}

.w818 {
  width: 818px !important;
}

.w819 {
  width: 819px !important;
}

.w820 {
  width: 820px !important;
}

.w821 {
  width: 821px !important;
}

.w822 {
  width: 822px !important;
}

.w823 {
  width: 823px !important;
}

.w824 {
  width: 824px !important;
}

.w825 {
  width: 825px !important;
}

.w826 {
  width: 826px !important;
}

.w827 {
  width: 827px !important;
}

.w828 {
  width: 828px !important;
}

.w829 {
  width: 829px !important;
}

.w830 {
  width: 830px !important;
}

.w831 {
  width: 831px !important;
}

.w832 {
  width: 832px !important;
}

.w833 {
  width: 833px !important;
}

.w834 {
  width: 834px !important;
}

.w835 {
  width: 835px !important;
}

.w836 {
  width: 836px !important;
}

.w837 {
  width: 837px !important;
}

.w838 {
  width: 838px !important;
}

.w839 {
  width: 839px !important;
}

.w840 {
  width: 840px !important;
}

.w841 {
  width: 841px !important;
}

.w842 {
  width: 842px !important;
}

.w843 {
  width: 843px !important;
}

.w844 {
  width: 844px !important;
}

.w845 {
  width: 845px !important;
}

.w846 {
  width: 846px !important;
}

.w847 {
  width: 847px !important;
}

.w848 {
  width: 848px !important;
}

.w849 {
  width: 849px !important;
}

.w850 {
  width: 850px !important;
}

.w851 {
  width: 851px !important;
}

.w852 {
  width: 852px !important;
}

.w853 {
  width: 853px !important;
}

.w854 {
  width: 854px !important;
}

.w855 {
  width: 855px !important;
}

.w856 {
  width: 856px !important;
}

.w857 {
  width: 857px !important;
}

.w858 {
  width: 858px !important;
}

.w859 {
  width: 859px !important;
}

.w860 {
  width: 860px !important;
}

.w861 {
  width: 861px !important;
}

.w862 {
  width: 862px !important;
}

.w863 {
  width: 863px !important;
}

.w864 {
  width: 864px !important;
}

.w865 {
  width: 865px !important;
}

.w866 {
  width: 866px !important;
}

.w867 {
  width: 867px !important;
}

.w868 {
  width: 868px !important;
}

.w869 {
  width: 869px !important;
}

.w870 {
  width: 870px !important;
}

.w871 {
  width: 871px !important;
}

.w872 {
  width: 872px !important;
}

.w873 {
  width: 873px !important;
}

.w874 {
  width: 874px !important;
}

.w875 {
  width: 875px !important;
}

.w876 {
  width: 876px !important;
}

.w877 {
  width: 877px !important;
}

.w878 {
  width: 878px !important;
}

.w879 {
  width: 879px !important;
}

.w880 {
  width: 880px !important;
}

.w881 {
  width: 881px !important;
}

.w882 {
  width: 882px !important;
}

.w883 {
  width: 883px !important;
}

.w884 {
  width: 884px !important;
}

.w885 {
  width: 885px !important;
}

.w886 {
  width: 886px !important;
}

.w887 {
  width: 887px !important;
}

.w888 {
  width: 888px !important;
}

.w889 {
  width: 889px !important;
}

.w890 {
  width: 890px !important;
}

.w891 {
  width: 891px !important;
}

.w892 {
  width: 892px !important;
}

.w893 {
  width: 893px !important;
}

.w894 {
  width: 894px !important;
}

.w895 {
  width: 895px !important;
}

.w896 {
  width: 896px !important;
}

.w897 {
  width: 897px !important;
}

.w898 {
  width: 898px !important;
}

.w899 {
  width: 899px !important;
}

.w900 {
  width: 900px !important;
}

.w901 {
  width: 901px !important;
}

.w902 {
  width: 902px !important;
}

.w903 {
  width: 903px !important;
}

.w904 {
  width: 904px !important;
}

.w905 {
  width: 905px !important;
}

.w906 {
  width: 906px !important;
}

.w907 {
  width: 907px !important;
}

.w908 {
  width: 908px !important;
}

.w909 {
  width: 909px !important;
}

.w910 {
  width: 910px !important;
}

.w911 {
  width: 911px !important;
}

.w912 {
  width: 912px !important;
}

.w913 {
  width: 913px !important;
}

.w914 {
  width: 914px !important;
}

.w915 {
  width: 915px !important;
}

.w916 {
  width: 916px !important;
}

.w917 {
  width: 917px !important;
}

.w918 {
  width: 918px !important;
}

.w919 {
  width: 919px !important;
}

.w920 {
  width: 920px !important;
}

.w921 {
  width: 921px !important;
}

.w922 {
  width: 922px !important;
}

.w923 {
  width: 923px !important;
}

.w924 {
  width: 924px !important;
}

.w925 {
  width: 925px !important;
}

.w926 {
  width: 926px !important;
}

.w927 {
  width: 927px !important;
}

.w928 {
  width: 928px !important;
}

.w929 {
  width: 929px !important;
}

.w930 {
  width: 930px !important;
}

.w931 {
  width: 931px !important;
}

.w932 {
  width: 932px !important;
}

.w933 {
  width: 933px !important;
}

.w934 {
  width: 934px !important;
}

.w935 {
  width: 935px !important;
}

.w936 {
  width: 936px !important;
}

.w937 {
  width: 937px !important;
}

.w938 {
  width: 938px !important;
}

.w939 {
  width: 939px !important;
}

.w940 {
  width: 940px !important;
}

.w941 {
  width: 941px !important;
}

.w942 {
  width: 942px !important;
}

.w943 {
  width: 943px !important;
}

.w944 {
  width: 944px !important;
}

.w945 {
  width: 945px !important;
}

.w946 {
  width: 946px !important;
}

.w947 {
  width: 947px !important;
}

.w948 {
  width: 948px !important;
}

.w949 {
  width: 949px !important;
}

.w950 {
  width: 950px !important;
}

.w951 {
  width: 951px !important;
}

.w952 {
  width: 952px !important;
}

.w953 {
  width: 953px !important;
}

.w954 {
  width: 954px !important;
}

.w955 {
  width: 955px !important;
}

.w956 {
  width: 956px !important;
}

.w957 {
  width: 957px !important;
}

.w958 {
  width: 958px !important;
}

.w959 {
  width: 959px !important;
}

.w960 {
  width: 960px !important;
}

.w961 {
  width: 961px !important;
}

.w962 {
  width: 962px !important;
}

.w963 {
  width: 963px !important;
}

.w964 {
  width: 964px !important;
}

.w965 {
  width: 965px !important;
}

.w966 {
  width: 966px !important;
}

.w967 {
  width: 967px !important;
}

.w968 {
  width: 968px !important;
}

.w969 {
  width: 969px !important;
}

.w970 {
  width: 970px !important;
}

.w971 {
  width: 971px !important;
}

.w972 {
  width: 972px !important;
}

.w973 {
  width: 973px !important;
}

.w974 {
  width: 974px !important;
}

.w975 {
  width: 975px !important;
}

.w976 {
  width: 976px !important;
}

.w977 {
  width: 977px !important;
}

.w978 {
  width: 978px !important;
}

.w979 {
  width: 979px !important;
}

.w980 {
  width: 980px !important;
}

.w981 {
  width: 981px !important;
}

.w982 {
  width: 982px !important;
}

.w983 {
  width: 983px !important;
}

.w984 {
  width: 984px !important;
}

.w985 {
  width: 985px !important;
}

.w986 {
  width: 986px !important;
}

.w987 {
  width: 987px !important;
}

.w988 {
  width: 988px !important;
}

.w989 {
  width: 989px !important;
}

.w990 {
  width: 990px !important;
}

.w991 {
  width: 991px !important;
}

.w992 {
  width: 992px !important;
}

.w993 {
  width: 993px !important;
}

.w994 {
  width: 994px !important;
}

.w995 {
  width: 995px !important;
}

.w996 {
  width: 996px !important;
}

.w997 {
  width: 997px !important;
}

.w998 {
  width: 998px !important;
}

.w999 {
  width: 999px !important;
}

.w1000 {
  width: 1000px !important;
}

.w1001 {
  width: 1001px !important;
}

.w1002 {
  width: 1002px !important;
}

.w1003 {
  width: 1003px !important;
}

.w1004 {
  width: 1004px !important;
}

.w1005 {
  width: 1005px !important;
}

.w1006 {
  width: 1006px !important;
}

.w1007 {
  width: 1007px !important;
}

.w1008 {
  width: 1008px !important;
}

.w1009 {
  width: 1009px !important;
}

.w1010 {
  width: 1010px !important;
}

.w1011 {
  width: 1011px !important;
}

.w1012 {
  width: 1012px !important;
}

.w1013 {
  width: 1013px !important;
}

.w1014 {
  width: 1014px !important;
}

.w1015 {
  width: 1015px !important;
}

.w1016 {
  width: 1016px !important;
}

.w1017 {
  width: 1017px !important;
}

.w1018 {
  width: 1018px !important;
}

.w1019 {
  width: 1019px !important;
}

.w1020 {
  width: 1020px !important;
}

.w1021 {
  width: 1021px !important;
}

.w1022 {
  width: 1022px !important;
}

.w1023 {
  width: 1023px !important;
}

.w1024 {
  width: 1024px !important;
}

.w1025 {
  width: 1025px !important;
}

.w1026 {
  width: 1026px !important;
}

.w1027 {
  width: 1027px !important;
}

.w1028 {
  width: 1028px !important;
}

.w1029 {
  width: 1029px !important;
}

.w1030 {
  width: 1030px !important;
}

.w1031 {
  width: 1031px !important;
}

.w1032 {
  width: 1032px !important;
}

.w1033 {
  width: 1033px !important;
}

.w1034 {
  width: 1034px !important;
}

.w1035 {
  width: 1035px !important;
}

.w1036 {
  width: 1036px !important;
}

.w1037 {
  width: 1037px !important;
}

.w1038 {
  width: 1038px !important;
}

.w1039 {
  width: 1039px !important;
}

.w1040 {
  width: 1040px !important;
}

.w1041 {
  width: 1041px !important;
}

.w1042 {
  width: 1042px !important;
}

.w1043 {
  width: 1043px !important;
}

.w1044 {
  width: 1044px !important;
}

.w1045 {
  width: 1045px !important;
}

.w1046 {
  width: 1046px !important;
}

.w1047 {
  width: 1047px !important;
}

.w1048 {
  width: 1048px !important;
}

.w1049 {
  width: 1049px !important;
}

.w1050 {
  width: 1050px !important;
}

.w1051 {
  width: 1051px !important;
}

.w1052 {
  width: 1052px !important;
}

.w1053 {
  width: 1053px !important;
}

.w1054 {
  width: 1054px !important;
}

.w1055 {
  width: 1055px !important;
}

.w1056 {
  width: 1056px !important;
}

.w1057 {
  width: 1057px !important;
}

.w1058 {
  width: 1058px !important;
}

.w1059 {
  width: 1059px !important;
}

.w1060 {
  width: 1060px !important;
}

.w1061 {
  width: 1061px !important;
}

.w1062 {
  width: 1062px !important;
}

.w1063 {
  width: 1063px !important;
}

.w1064 {
  width: 1064px !important;
}

.w1065 {
  width: 1065px !important;
}

.w1066 {
  width: 1066px !important;
}

.w1067 {
  width: 1067px !important;
}

.w1068 {
  width: 1068px !important;
}

.w1069 {
  width: 1069px !important;
}

.w1070 {
  width: 1070px !important;
}

.w1071 {
  width: 1071px !important;
}

.w1072 {
  width: 1072px !important;
}

.w1073 {
  width: 1073px !important;
}

.w1074 {
  width: 1074px !important;
}

.w1075 {
  width: 1075px !important;
}

.w1076 {
  width: 1076px !important;
}

.w1077 {
  width: 1077px !important;
}

.w1078 {
  width: 1078px !important;
}

.w1079 {
  width: 1079px !important;
}

.w1080 {
  width: 1080px !important;
}

.w1081 {
  width: 1081px !important;
}

.w1082 {
  width: 1082px !important;
}

.w1083 {
  width: 1083px !important;
}

.w1084 {
  width: 1084px !important;
}

.w1085 {
  width: 1085px !important;
}

.w1086 {
  width: 1086px !important;
}

.w1087 {
  width: 1087px !important;
}

.w1088 {
  width: 1088px !important;
}

.w1089 {
  width: 1089px !important;
}

.w1090 {
  width: 1090px !important;
}

.w1091 {
  width: 1091px !important;
}

.w1092 {
  width: 1092px !important;
}

.w1093 {
  width: 1093px !important;
}

.w1094 {
  width: 1094px !important;
}

.w1095 {
  width: 1095px !important;
}

.w1096 {
  width: 1096px !important;
}

.w1097 {
  width: 1097px !important;
}

.w1098 {
  width: 1098px !important;
}

.w1099 {
  width: 1099px !important;
}

.w1100 {
  width: 1100px !important;
}

.w1101 {
  width: 1101px !important;
}

.w1102 {
  width: 1102px !important;
}

.w1103 {
  width: 1103px !important;
}

.w1104 {
  width: 1104px !important;
}

.w1105 {
  width: 1105px !important;
}

.w1106 {
  width: 1106px !important;
}

.w1107 {
  width: 1107px !important;
}

.w1108 {
  width: 1108px !important;
}

.w1109 {
  width: 1109px !important;
}

.w1110 {
  width: 1110px !important;
}

.w1111 {
  width: 1111px !important;
}

.w1112 {
  width: 1112px !important;
}

.w1113 {
  width: 1113px !important;
}

.w1114 {
  width: 1114px !important;
}

.w1115 {
  width: 1115px !important;
}

.w1116 {
  width: 1116px !important;
}

.w1117 {
  width: 1117px !important;
}

.w1118 {
  width: 1118px !important;
}

.w1119 {
  width: 1119px !important;
}

.w1120 {
  width: 1120px !important;
}

.w1121 {
  width: 1121px !important;
}

.w1122 {
  width: 1122px !important;
}

.w1123 {
  width: 1123px !important;
}

.w1124 {
  width: 1124px !important;
}

.w1125 {
  width: 1125px !important;
}

.w1126 {
  width: 1126px !important;
}

.w1127 {
  width: 1127px !important;
}

.w1128 {
  width: 1128px !important;
}

.w1129 {
  width: 1129px !important;
}

.w1130 {
  width: 1130px !important;
}

.w1131 {
  width: 1131px !important;
}

.w1132 {
  width: 1132px !important;
}

.w1133 {
  width: 1133px !important;
}

.w1134 {
  width: 1134px !important;
}

.w1135 {
  width: 1135px !important;
}

.w1136 {
  width: 1136px !important;
}

.w1137 {
  width: 1137px !important;
}

.w1138 {
  width: 1138px !important;
}

.w1139 {
  width: 1139px !important;
}

.w1140 {
  width: 1140px !important;
}

.w1141 {
  width: 1141px !important;
}

.w1142 {
  width: 1142px !important;
}

.w1143 {
  width: 1143px !important;
}

.w1144 {
  width: 1144px !important;
}

.w1145 {
  width: 1145px !important;
}

.w1146 {
  width: 1146px !important;
}

.w1147 {
  width: 1147px !important;
}

.w1148 {
  width: 1148px !important;
}

.w1149 {
  width: 1149px !important;
}

.w1150 {
  width: 1150px !important;
}

.w1151 {
  width: 1151px !important;
}

.w1152 {
  width: 1152px !important;
}

.w1153 {
  width: 1153px !important;
}

.w1154 {
  width: 1154px !important;
}

.w1155 {
  width: 1155px !important;
}

.w1156 {
  width: 1156px !important;
}

.w1157 {
  width: 1157px !important;
}

.w1158 {
  width: 1158px !important;
}

.w1159 {
  width: 1159px !important;
}

.w1160 {
  width: 1160px !important;
}

.w1161 {
  width: 1161px !important;
}

.w1162 {
  width: 1162px !important;
}

.w1163 {
  width: 1163px !important;
}

.w1164 {
  width: 1164px !important;
}

.w1165 {
  width: 1165px !important;
}

.w1166 {
  width: 1166px !important;
}

.w1167 {
  width: 1167px !important;
}

.w1168 {
  width: 1168px !important;
}

.w1169 {
  width: 1169px !important;
}

.w1170 {
  width: 1170px !important;
}

.w1171 {
  width: 1171px !important;
}

.w1172 {
  width: 1172px !important;
}

.w1173 {
  width: 1173px !important;
}

.w1174 {
  width: 1174px !important;
}

.w1175 {
  width: 1175px !important;
}

.w1176 {
  width: 1176px !important;
}

.w1177 {
  width: 1177px !important;
}

.w1178 {
  width: 1178px !important;
}

.w1179 {
  width: 1179px !important;
}

.w1180 {
  width: 1180px !important;
}

.w1181 {
  width: 1181px !important;
}

.w1182 {
  width: 1182px !important;
}

.w1183 {
  width: 1183px !important;
}

.w1184 {
  width: 1184px !important;
}

.w1185 {
  width: 1185px !important;
}

.w1186 {
  width: 1186px !important;
}

.w1187 {
  width: 1187px !important;
}

.w1188 {
  width: 1188px !important;
}

.w1189 {
  width: 1189px !important;
}

.w1190 {
  width: 1190px !important;
}

.w1191 {
  width: 1191px !important;
}

.w1192 {
  width: 1192px !important;
}

.w1193 {
  width: 1193px !important;
}

.w1194 {
  width: 1194px !important;
}

.w1195 {
  width: 1195px !important;
}

.w1196 {
  width: 1196px !important;
}

.w1197 {
  width: 1197px !important;
}

.w1198 {
  width: 1198px !important;
}

.w1199 {
  width: 1199px !important;
}

.w1200 {
  width: 1200px !important;
}

.w1201 {
  width: 1201px !important;
}

.w1202 {
  width: 1202px !important;
}

.w1203 {
  width: 1203px !important;
}

.w1204 {
  width: 1204px !important;
}

.w1205 {
  width: 1205px !important;
}

.w1206 {
  width: 1206px !important;
}

.w1207 {
  width: 1207px !important;
}

.w1208 {
  width: 1208px !important;
}

.w1209 {
  width: 1209px !important;
}

.w1210 {
  width: 1210px !important;
}

.w1211 {
  width: 1211px !important;
}

.w1212 {
  width: 1212px !important;
}

.w1213 {
  width: 1213px !important;
}

.w1214 {
  width: 1214px !important;
}

.w1215 {
  width: 1215px !important;
}

.w1216 {
  width: 1216px !important;
}

.w1217 {
  width: 1217px !important;
}

.w1218 {
  width: 1218px !important;
}

.w1219 {
  width: 1219px !important;
}

.w1220 {
  width: 1220px !important;
}

.w1221 {
  width: 1221px !important;
}

.w1222 {
  width: 1222px !important;
}

.w1223 {
  width: 1223px !important;
}

.w1224 {
  width: 1224px !important;
}

.w1225 {
  width: 1225px !important;
}

.w1226 {
  width: 1226px !important;
}

.w1227 {
  width: 1227px !important;
}

.w1228 {
  width: 1228px !important;
}

.w1229 {
  width: 1229px !important;
}

.w1230 {
  width: 1230px !important;
}

.w1231 {
  width: 1231px !important;
}

.w1232 {
  width: 1232px !important;
}

.w1233 {
  width: 1233px !important;
}

.w1234 {
  width: 1234px !important;
}

.w1235 {
  width: 1235px !important;
}

.w1236 {
  width: 1236px !important;
}

.w1237 {
  width: 1237px !important;
}

.w1238 {
  width: 1238px !important;
}

.w1239 {
  width: 1239px !important;
}

.w1240 {
  width: 1240px !important;
}

.w1241 {
  width: 1241px !important;
}

.w1242 {
  width: 1242px !important;
}

.w1243 {
  width: 1243px !important;
}

.w1244 {
  width: 1244px !important;
}

.w1245 {
  width: 1245px !important;
}

.w1246 {
  width: 1246px !important;
}

.w1247 {
  width: 1247px !important;
}

.w1248 {
  width: 1248px !important;
}

.w1249 {
  width: 1249px !important;
}

.w1250 {
  width: 1250px !important;
}

.w1251 {
  width: 1251px !important;
}

.w1252 {
  width: 1252px !important;
}

.w1253 {
  width: 1253px !important;
}

.w1254 {
  width: 1254px !important;
}

.w1255 {
  width: 1255px !important;
}

.w1256 {
  width: 1256px !important;
}

.w1257 {
  width: 1257px !important;
}

.w1258 {
  width: 1258px !important;
}

.w1259 {
  width: 1259px !important;
}

.w1260 {
  width: 1260px !important;
}

.w1261 {
  width: 1261px !important;
}

.w1262 {
  width: 1262px !important;
}

.w1263 {
  width: 1263px !important;
}

.w1264 {
  width: 1264px !important;
}

.w1265 {
  width: 1265px !important;
}

.w1266 {
  width: 1266px !important;
}

.w1267 {
  width: 1267px !important;
}

.w1268 {
  width: 1268px !important;
}

.w1269 {
  width: 1269px !important;
}

.w1270 {
  width: 1270px !important;
}

.w1271 {
  width: 1271px !important;
}

.w1272 {
  width: 1272px !important;
}

.w1273 {
  width: 1273px !important;
}

.w1274 {
  width: 1274px !important;
}

.w1275 {
  width: 1275px !important;
}

.w1276 {
  width: 1276px !important;
}

.w1277 {
  width: 1277px !important;
}

.w1278 {
  width: 1278px !important;
}

.w1279 {
  width: 1279px !important;
}

.w1280 {
  width: 1280px !important;
}

.w1281 {
  width: 1281px !important;
}

.w1282 {
  width: 1282px !important;
}

.w1283 {
  width: 1283px !important;
}

.w1284 {
  width: 1284px !important;
}

.w1285 {
  width: 1285px !important;
}

.w1286 {
  width: 1286px !important;
}

.w1287 {
  width: 1287px !important;
}

.w1288 {
  width: 1288px !important;
}

.w1289 {
  width: 1289px !important;
}

.w1290 {
  width: 1290px !important;
}

.w1291 {
  width: 1291px !important;
}

.w1292 {
  width: 1292px !important;
}

.w1293 {
  width: 1293px !important;
}

.w1294 {
  width: 1294px !important;
}

.w1295 {
  width: 1295px !important;
}

.w1296 {
  width: 1296px !important;
}

.w1297 {
  width: 1297px !important;
}

.w1298 {
  width: 1298px !important;
}

.w1299 {
  width: 1299px !important;
}

.w1300 {
  width: 1300px !important;
}

.w1301 {
  width: 1301px !important;
}

.w1302 {
  width: 1302px !important;
}

.w1303 {
  width: 1303px !important;
}

.w1304 {
  width: 1304px !important;
}

.w1305 {
  width: 1305px !important;
}

.w1306 {
  width: 1306px !important;
}

.w1307 {
  width: 1307px !important;
}

.w1308 {
  width: 1308px !important;
}

.w1309 {
  width: 1309px !important;
}

.w1310 {
  width: 1310px !important;
}

.w1311 {
  width: 1311px !important;
}

.w1312 {
  width: 1312px !important;
}

.w1313 {
  width: 1313px !important;
}

.w1314 {
  width: 1314px !important;
}

.w1315 {
  width: 1315px !important;
}

.w1316 {
  width: 1316px !important;
}

.w1317 {
  width: 1317px !important;
}

.w1318 {
  width: 1318px !important;
}

.w1319 {
  width: 1319px !important;
}

.w1320 {
  width: 1320px !important;
}

.w1321 {
  width: 1321px !important;
}

.w1322 {
  width: 1322px !important;
}

.w1323 {
  width: 1323px !important;
}

.w1324 {
  width: 1324px !important;
}

.w1325 {
  width: 1325px !important;
}

.w1326 {
  width: 1326px !important;
}

.w1327 {
  width: 1327px !important;
}

.w1328 {
  width: 1328px !important;
}

.w1329 {
  width: 1329px !important;
}

.w1330 {
  width: 1330px !important;
}

.w1331 {
  width: 1331px !important;
}

.w1332 {
  width: 1332px !important;
}

.w1333 {
  width: 1333px !important;
}

.w1334 {
  width: 1334px !important;
}

.w1335 {
  width: 1335px !important;
}

.w1336 {
  width: 1336px !important;
}

.w1337 {
  width: 1337px !important;
}

.w1338 {
  width: 1338px !important;
}

.w1339 {
  width: 1339px !important;
}

.w1340 {
  width: 1340px !important;
}

.w1341 {
  width: 1341px !important;
}

.w1342 {
  width: 1342px !important;
}

.w1343 {
  width: 1343px !important;
}

.w1344 {
  width: 1344px !important;
}

.w1345 {
  width: 1345px !important;
}

.w1346 {
  width: 1346px !important;
}

.w1347 {
  width: 1347px !important;
}

.w1348 {
  width: 1348px !important;
}

.w1349 {
  width: 1349px !important;
}

.w1350 {
  width: 1350px !important;
}

.w1351 {
  width: 1351px !important;
}

.w1352 {
  width: 1352px !important;
}

.w1353 {
  width: 1353px !important;
}

.w1354 {
  width: 1354px !important;
}

.w1355 {
  width: 1355px !important;
}

.w1356 {
  width: 1356px !important;
}

.w1357 {
  width: 1357px !important;
}

.w1358 {
  width: 1358px !important;
}

.w1359 {
  width: 1359px !important;
}

.w1360 {
  width: 1360px !important;
}

.w1361 {
  width: 1361px !important;
}

.w1362 {
  width: 1362px !important;
}

.w1363 {
  width: 1363px !important;
}

.w1364 {
  width: 1364px !important;
}

.w1365 {
  width: 1365px !important;
}

.w1366 {
  width: 1366px !important;
}

.w1367 {
  width: 1367px !important;
}

.w1368 {
  width: 1368px !important;
}

.w1369 {
  width: 1369px !important;
}

.w1370 {
  width: 1370px !important;
}

.w1371 {
  width: 1371px !important;
}

.w1372 {
  width: 1372px !important;
}

.w1373 {
  width: 1373px !important;
}

.w1374 {
  width: 1374px !important;
}

.w1375 {
  width: 1375px !important;
}

.w1376 {
  width: 1376px !important;
}

.w1377 {
  width: 1377px !important;
}

.w1378 {
  width: 1378px !important;
}

.w1379 {
  width: 1379px !important;
}

.w1380 {
  width: 1380px !important;
}

.w1381 {
  width: 1381px !important;
}

.w1382 {
  width: 1382px !important;
}

.w1383 {
  width: 1383px !important;
}

.w1384 {
  width: 1384px !important;
}

.w1385 {
  width: 1385px !important;
}

.w1386 {
  width: 1386px !important;
}

.w1387 {
  width: 1387px !important;
}

.w1388 {
  width: 1388px !important;
}

.w1389 {
  width: 1389px !important;
}

.w1390 {
  width: 1390px !important;
}

.w1391 {
  width: 1391px !important;
}

.w1392 {
  width: 1392px !important;
}

.w1393 {
  width: 1393px !important;
}

.w1394 {
  width: 1394px !important;
}

.w1395 {
  width: 1395px !important;
}

.w1396 {
  width: 1396px !important;
}

.w1397 {
  width: 1397px !important;
}

.w1398 {
  width: 1398px !important;
}

.w1399 {
  width: 1399px !important;
}

.w1400 {
  width: 1400px !important;
}

.w1401 {
  width: 1401px !important;
}

.w1402 {
  width: 1402px !important;
}

.w1403 {
  width: 1403px !important;
}

.w1404 {
  width: 1404px !important;
}

.w1405 {
  width: 1405px !important;
}

.w1406 {
  width: 1406px !important;
}

.w1407 {
  width: 1407px !important;
}

.w1408 {
  width: 1408px !important;
}

.w1409 {
  width: 1409px !important;
}

.w1410 {
  width: 1410px !important;
}

.w1411 {
  width: 1411px !important;
}

.w1412 {
  width: 1412px !important;
}

.w1413 {
  width: 1413px !important;
}

.w1414 {
  width: 1414px !important;
}

.w1415 {
  width: 1415px !important;
}

.w1416 {
  width: 1416px !important;
}

.w1417 {
  width: 1417px !important;
}

.w1418 {
  width: 1418px !important;
}

.w1419 {
  width: 1419px !important;
}

.w1420 {
  width: 1420px !important;
}

.w1421 {
  width: 1421px !important;
}

.w1422 {
  width: 1422px !important;
}

.w1423 {
  width: 1423px !important;
}

.w1424 {
  width: 1424px !important;
}

.w1425 {
  width: 1425px !important;
}

.w1426 {
  width: 1426px !important;
}

.w1427 {
  width: 1427px !important;
}

.w1428 {
  width: 1428px !important;
}

.w1429 {
  width: 1429px !important;
}

.w1430 {
  width: 1430px !important;
}

.w1431 {
  width: 1431px !important;
}

.w1432 {
  width: 1432px !important;
}

.w1433 {
  width: 1433px !important;
}

.w1434 {
  width: 1434px !important;
}

.w1435 {
  width: 1435px !important;
}

.w1436 {
  width: 1436px !important;
}

.w1437 {
  width: 1437px !important;
}

.w1438 {
  width: 1438px !important;
}

.w1439 {
  width: 1439px !important;
}

.w1440 {
  width: 1440px !important;
}

.w1441 {
  width: 1441px !important;
}

.w1442 {
  width: 1442px !important;
}

.w1443 {
  width: 1443px !important;
}

.w1444 {
  width: 1444px !important;
}

.w1445 {
  width: 1445px !important;
}

.w1446 {
  width: 1446px !important;
}

.w1447 {
  width: 1447px !important;
}

.w1448 {
  width: 1448px !important;
}

.w1449 {
  width: 1449px !important;
}

.w1450 {
  width: 1450px !important;
}

.w1451 {
  width: 1451px !important;
}

.w1452 {
  width: 1452px !important;
}

.w1453 {
  width: 1453px !important;
}

.w1454 {
  width: 1454px !important;
}

.w1455 {
  width: 1455px !important;
}

.w1456 {
  width: 1456px !important;
}

.w1457 {
  width: 1457px !important;
}

.w1458 {
  width: 1458px !important;
}

.w1459 {
  width: 1459px !important;
}

.w1460 {
  width: 1460px !important;
}

.w1461 {
  width: 1461px !important;
}

.w1462 {
  width: 1462px !important;
}

.w1463 {
  width: 1463px !important;
}

.w1464 {
  width: 1464px !important;
}

.w1465 {
  width: 1465px !important;
}

.w1466 {
  width: 1466px !important;
}

.w1467 {
  width: 1467px !important;
}

.w1468 {
  width: 1468px !important;
}

.w1469 {
  width: 1469px !important;
}

.w1470 {
  width: 1470px !important;
}

.w1471 {
  width: 1471px !important;
}

.w1472 {
  width: 1472px !important;
}

.w1473 {
  width: 1473px !important;
}

.w1474 {
  width: 1474px !important;
}

.w1475 {
  width: 1475px !important;
}

.w1476 {
  width: 1476px !important;
}

.w1477 {
  width: 1477px !important;
}

.w1478 {
  width: 1478px !important;
}

.w1479 {
  width: 1479px !important;
}

.w1480 {
  width: 1480px !important;
}

.w1481 {
  width: 1481px !important;
}

.w1482 {
  width: 1482px !important;
}

.w1483 {
  width: 1483px !important;
}

.w1484 {
  width: 1484px !important;
}

.w1485 {
  width: 1485px !important;
}

.w1486 {
  width: 1486px !important;
}

.w1487 {
  width: 1487px !important;
}

.w1488 {
  width: 1488px !important;
}

.w1489 {
  width: 1489px !important;
}

.w1490 {
  width: 1490px !important;
}

.w1491 {
  width: 1491px !important;
}

.w1492 {
  width: 1492px !important;
}

.w1493 {
  width: 1493px !important;
}

.w1494 {
  width: 1494px !important;
}

.w1495 {
  width: 1495px !important;
}

.w1496 {
  width: 1496px !important;
}

.w1497 {
  width: 1497px !important;
}

.w1498 {
  width: 1498px !important;
}

.w1499 {
  width: 1499px !important;
}

.w1500 {
  width: 1500px !important;
}

.w1501 {
  width: 1501px !important;
}

.w1502 {
  width: 1502px !important;
}

.w1503 {
  width: 1503px !important;
}

.w1504 {
  width: 1504px !important;
}

.w1505 {
  width: 1505px !important;
}

.w1506 {
  width: 1506px !important;
}

.w1507 {
  width: 1507px !important;
}

.w1508 {
  width: 1508px !important;
}

.w1509 {
  width: 1509px !important;
}

.w1510 {
  width: 1510px !important;
}

.w1511 {
  width: 1511px !important;
}

.w1512 {
  width: 1512px !important;
}

.w1513 {
  width: 1513px !important;
}

.w1514 {
  width: 1514px !important;
}

.w1515 {
  width: 1515px !important;
}

.w1516 {
  width: 1516px !important;
}

.w1517 {
  width: 1517px !important;
}

.w1518 {
  width: 1518px !important;
}

.w1519 {
  width: 1519px !important;
}

.w1520 {
  width: 1520px !important;
}

.w1521 {
  width: 1521px !important;
}

.w1522 {
  width: 1522px !important;
}

.w1523 {
  width: 1523px !important;
}

.w1524 {
  width: 1524px !important;
}

.w1525 {
  width: 1525px !important;
}

.w1526 {
  width: 1526px !important;
}

.w1527 {
  width: 1527px !important;
}

.w1528 {
  width: 1528px !important;
}

.w1529 {
  width: 1529px !important;
}

.w1530 {
  width: 1530px !important;
}

.w1531 {
  width: 1531px !important;
}

.w1532 {
  width: 1532px !important;
}

.w1533 {
  width: 1533px !important;
}

.w1534 {
  width: 1534px !important;
}

.w1535 {
  width: 1535px !important;
}

.w1536 {
  width: 1536px !important;
}

.w1537 {
  width: 1537px !important;
}

.w1538 {
  width: 1538px !important;
}

.w1539 {
  width: 1539px !important;
}

.w1540 {
  width: 1540px !important;
}

.w1541 {
  width: 1541px !important;
}

.w1542 {
  width: 1542px !important;
}

.w1543 {
  width: 1543px !important;
}

.w1544 {
  width: 1544px !important;
}

.w1545 {
  width: 1545px !important;
}

.w1546 {
  width: 1546px !important;
}

.w1547 {
  width: 1547px !important;
}

.w1548 {
  width: 1548px !important;
}

.w1549 {
  width: 1549px !important;
}

.w1550 {
  width: 1550px !important;
}

.w1551 {
  width: 1551px !important;
}

.w1552 {
  width: 1552px !important;
}

.w1553 {
  width: 1553px !important;
}

.w1554 {
  width: 1554px !important;
}

.w1555 {
  width: 1555px !important;
}

.w1556 {
  width: 1556px !important;
}

.w1557 {
  width: 1557px !important;
}

.w1558 {
  width: 1558px !important;
}

.w1559 {
  width: 1559px !important;
}

.w1560 {
  width: 1560px !important;
}

.w1561 {
  width: 1561px !important;
}

.w1562 {
  width: 1562px !important;
}

.w1563 {
  width: 1563px !important;
}

.w1564 {
  width: 1564px !important;
}

.w1565 {
  width: 1565px !important;
}

.w1566 {
  width: 1566px !important;
}

.w1567 {
  width: 1567px !important;
}

.w1568 {
  width: 1568px !important;
}

.w1569 {
  width: 1569px !important;
}

.w1570 {
  width: 1570px !important;
}

.w1571 {
  width: 1571px !important;
}

.w1572 {
  width: 1572px !important;
}

.w1573 {
  width: 1573px !important;
}

.w1574 {
  width: 1574px !important;
}

.w1575 {
  width: 1575px !important;
}

.w1576 {
  width: 1576px !important;
}

.w1577 {
  width: 1577px !important;
}

.w1578 {
  width: 1578px !important;
}

.w1579 {
  width: 1579px !important;
}

.w1580 {
  width: 1580px !important;
}

.w1581 {
  width: 1581px !important;
}

.w1582 {
  width: 1582px !important;
}

.w1583 {
  width: 1583px !important;
}

.w1584 {
  width: 1584px !important;
}

.w1585 {
  width: 1585px !important;
}

.w1586 {
  width: 1586px !important;
}

.w1587 {
  width: 1587px !important;
}

.w1588 {
  width: 1588px !important;
}

.w1589 {
  width: 1589px !important;
}

.w1590 {
  width: 1590px !important;
}

.w1591 {
  width: 1591px !important;
}

.w1592 {
  width: 1592px !important;
}

.w1593 {
  width: 1593px !important;
}

.w1594 {
  width: 1594px !important;
}

.w1595 {
  width: 1595px !important;
}

.w1596 {
  width: 1596px !important;
}

.w1597 {
  width: 1597px !important;
}

.w1598 {
  width: 1598px !important;
}

.w1599 {
  width: 1599px !important;
}

.w1600 {
  width: 1600px !important;
}

.w1601 {
  width: 1601px !important;
}

.w1602 {
  width: 1602px !important;
}

.w1603 {
  width: 1603px !important;
}

.w1604 {
  width: 1604px !important;
}

.w1605 {
  width: 1605px !important;
}

.w1606 {
  width: 1606px !important;
}

.w1607 {
  width: 1607px !important;
}

.w1608 {
  width: 1608px !important;
}

.w1609 {
  width: 1609px !important;
}

.w1610 {
  width: 1610px !important;
}

.w1611 {
  width: 1611px !important;
}

.w1612 {
  width: 1612px !important;
}

.w1613 {
  width: 1613px !important;
}

.w1614 {
  width: 1614px !important;
}

.w1615 {
  width: 1615px !important;
}

.w1616 {
  width: 1616px !important;
}

.w1617 {
  width: 1617px !important;
}

.w1618 {
  width: 1618px !important;
}

.w1619 {
  width: 1619px !important;
}

.w1620 {
  width: 1620px !important;
}

.w1621 {
  width: 1621px !important;
}

.w1622 {
  width: 1622px !important;
}

.w1623 {
  width: 1623px !important;
}

.w1624 {
  width: 1624px !important;
}

.w1625 {
  width: 1625px !important;
}

.w1626 {
  width: 1626px !important;
}

.w1627 {
  width: 1627px !important;
}

.w1628 {
  width: 1628px !important;
}

.w1629 {
  width: 1629px !important;
}

.w1630 {
  width: 1630px !important;
}

.w1631 {
  width: 1631px !important;
}

.w1632 {
  width: 1632px !important;
}

.w1633 {
  width: 1633px !important;
}

.w1634 {
  width: 1634px !important;
}

.w1635 {
  width: 1635px !important;
}

.w1636 {
  width: 1636px !important;
}

.w1637 {
  width: 1637px !important;
}

.w1638 {
  width: 1638px !important;
}

.w1639 {
  width: 1639px !important;
}

.w1640 {
  width: 1640px !important;
}

.w1641 {
  width: 1641px !important;
}

.w1642 {
  width: 1642px !important;
}

.w1643 {
  width: 1643px !important;
}

.w1644 {
  width: 1644px !important;
}

.w1645 {
  width: 1645px !important;
}

.w1646 {
  width: 1646px !important;
}

.w1647 {
  width: 1647px !important;
}

.w1648 {
  width: 1648px !important;
}

.w1649 {
  width: 1649px !important;
}

.w1650 {
  width: 1650px !important;
}

.w1651 {
  width: 1651px !important;
}

.w1652 {
  width: 1652px !important;
}

.w1653 {
  width: 1653px !important;
}

.w1654 {
  width: 1654px !important;
}

.w1655 {
  width: 1655px !important;
}

.w1656 {
  width: 1656px !important;
}

.w1657 {
  width: 1657px !important;
}

.w1658 {
  width: 1658px !important;
}

.w1659 {
  width: 1659px !important;
}

.w1660 {
  width: 1660px !important;
}

.w1661 {
  width: 1661px !important;
}

.w1662 {
  width: 1662px !important;
}

.w1663 {
  width: 1663px !important;
}

.w1664 {
  width: 1664px !important;
}

.w1665 {
  width: 1665px !important;
}

.w1666 {
  width: 1666px !important;
}

.w1667 {
  width: 1667px !important;
}

.w1668 {
  width: 1668px !important;
}

.w1669 {
  width: 1669px !important;
}

.w1670 {
  width: 1670px !important;
}

.w1671 {
  width: 1671px !important;
}

.w1672 {
  width: 1672px !important;
}

.w1673 {
  width: 1673px !important;
}

.w1674 {
  width: 1674px !important;
}

.w1675 {
  width: 1675px !important;
}

.w1676 {
  width: 1676px !important;
}

.w1677 {
  width: 1677px !important;
}

.w1678 {
  width: 1678px !important;
}

.w1679 {
  width: 1679px !important;
}

.w1680 {
  width: 1680px !important;
}

.w1681 {
  width: 1681px !important;
}

.w1682 {
  width: 1682px !important;
}

.w1683 {
  width: 1683px !important;
}

.w1684 {
  width: 1684px !important;
}

.w1685 {
  width: 1685px !important;
}

.w1686 {
  width: 1686px !important;
}

.w1687 {
  width: 1687px !important;
}

.w1688 {
  width: 1688px !important;
}

.w1689 {
  width: 1689px !important;
}

.w1690 {
  width: 1690px !important;
}

.w1691 {
  width: 1691px !important;
}

.w1692 {
  width: 1692px !important;
}

.w1693 {
  width: 1693px !important;
}

.w1694 {
  width: 1694px !important;
}

.w1695 {
  width: 1695px !important;
}

.w1696 {
  width: 1696px !important;
}

.w1697 {
  width: 1697px !important;
}

.w1698 {
  width: 1698px !important;
}

.w1699 {
  width: 1699px !important;
}

.w1700 {
  width: 1700px !important;
}

.w1701 {
  width: 1701px !important;
}

.w1702 {
  width: 1702px !important;
}

.w1703 {
  width: 1703px !important;
}

.w1704 {
  width: 1704px !important;
}

.w1705 {
  width: 1705px !important;
}

.w1706 {
  width: 1706px !important;
}

.w1707 {
  width: 1707px !important;
}

.w1708 {
  width: 1708px !important;
}

.w1709 {
  width: 1709px !important;
}

.w1710 {
  width: 1710px !important;
}

.w1711 {
  width: 1711px !important;
}

.w1712 {
  width: 1712px !important;
}

.w1713 {
  width: 1713px !important;
}

.w1714 {
  width: 1714px !important;
}

.w1715 {
  width: 1715px !important;
}

.w1716 {
  width: 1716px !important;
}

.w1717 {
  width: 1717px !important;
}

.w1718 {
  width: 1718px !important;
}

.w1719 {
  width: 1719px !important;
}

.w1720 {
  width: 1720px !important;
}

.w1721 {
  width: 1721px !important;
}

.w1722 {
  width: 1722px !important;
}

.w1723 {
  width: 1723px !important;
}

.w1724 {
  width: 1724px !important;
}

.w1725 {
  width: 1725px !important;
}

.w1726 {
  width: 1726px !important;
}

.w1727 {
  width: 1727px !important;
}

.w1728 {
  width: 1728px !important;
}

.w1729 {
  width: 1729px !important;
}

.w1730 {
  width: 1730px !important;
}

.w1731 {
  width: 1731px !important;
}

.w1732 {
  width: 1732px !important;
}

.w1733 {
  width: 1733px !important;
}

.w1734 {
  width: 1734px !important;
}

.w1735 {
  width: 1735px !important;
}

.w1736 {
  width: 1736px !important;
}

.w1737 {
  width: 1737px !important;
}

.w1738 {
  width: 1738px !important;
}

.w1739 {
  width: 1739px !important;
}

.w1740 {
  width: 1740px !important;
}

.w1741 {
  width: 1741px !important;
}

.w1742 {
  width: 1742px !important;
}

.w1743 {
  width: 1743px !important;
}

.w1744 {
  width: 1744px !important;
}

.w1745 {
  width: 1745px !important;
}

.w1746 {
  width: 1746px !important;
}

.w1747 {
  width: 1747px !important;
}

.w1748 {
  width: 1748px !important;
}

.w1749 {
  width: 1749px !important;
}

.w1750 {
  width: 1750px !important;
}

.w1751 {
  width: 1751px !important;
}

.w1752 {
  width: 1752px !important;
}

.w1753 {
  width: 1753px !important;
}

.w1754 {
  width: 1754px !important;
}

.w1755 {
  width: 1755px !important;
}

.w1756 {
  width: 1756px !important;
}

.w1757 {
  width: 1757px !important;
}

.w1758 {
  width: 1758px !important;
}

.w1759 {
  width: 1759px !important;
}

.w1760 {
  width: 1760px !important;
}

.w1761 {
  width: 1761px !important;
}

.w1762 {
  width: 1762px !important;
}

.w1763 {
  width: 1763px !important;
}

.w1764 {
  width: 1764px !important;
}

.w1765 {
  width: 1765px !important;
}

.w1766 {
  width: 1766px !important;
}

.w1767 {
  width: 1767px !important;
}

.w1768 {
  width: 1768px !important;
}

.w1769 {
  width: 1769px !important;
}

.w1770 {
  width: 1770px !important;
}

.w1771 {
  width: 1771px !important;
}

.w1772 {
  width: 1772px !important;
}

.w1773 {
  width: 1773px !important;
}

.w1774 {
  width: 1774px !important;
}

.w1775 {
  width: 1775px !important;
}

.w1776 {
  width: 1776px !important;
}

.w1777 {
  width: 1777px !important;
}

.w1778 {
  width: 1778px !important;
}

.w1779 {
  width: 1779px !important;
}

.w1780 {
  width: 1780px !important;
}

.w1781 {
  width: 1781px !important;
}

.w1782 {
  width: 1782px !important;
}

.w1783 {
  width: 1783px !important;
}

.w1784 {
  width: 1784px !important;
}

.w1785 {
  width: 1785px !important;
}

.w1786 {
  width: 1786px !important;
}

.w1787 {
  width: 1787px !important;
}

.w1788 {
  width: 1788px !important;
}

.w1789 {
  width: 1789px !important;
}

.w1790 {
  width: 1790px !important;
}

.w1791 {
  width: 1791px !important;
}

.w1792 {
  width: 1792px !important;
}

.w1793 {
  width: 1793px !important;
}

.w1794 {
  width: 1794px !important;
}

.w1795 {
  width: 1795px !important;
}

.w1796 {
  width: 1796px !important;
}

.w1797 {
  width: 1797px !important;
}

.w1798 {
  width: 1798px !important;
}

.w1799 {
  width: 1799px !important;
}

.w1800 {
  width: 1800px !important;
}

.w1801 {
  width: 1801px !important;
}

.w1802 {
  width: 1802px !important;
}

.w1803 {
  width: 1803px !important;
}

.w1804 {
  width: 1804px !important;
}

.w1805 {
  width: 1805px !important;
}

.w1806 {
  width: 1806px !important;
}

.w1807 {
  width: 1807px !important;
}

.w1808 {
  width: 1808px !important;
}

.w1809 {
  width: 1809px !important;
}

.w1810 {
  width: 1810px !important;
}

.w1811 {
  width: 1811px !important;
}

.w1812 {
  width: 1812px !important;
}

.w1813 {
  width: 1813px !important;
}

.w1814 {
  width: 1814px !important;
}

.w1815 {
  width: 1815px !important;
}

.w1816 {
  width: 1816px !important;
}

.w1817 {
  width: 1817px !important;
}

.w1818 {
  width: 1818px !important;
}

.w1819 {
  width: 1819px !important;
}

.w1820 {
  width: 1820px !important;
}

.w1821 {
  width: 1821px !important;
}

.w1822 {
  width: 1822px !important;
}

.w1823 {
  width: 1823px !important;
}

.w1824 {
  width: 1824px !important;
}

.w1825 {
  width: 1825px !important;
}

.w1826 {
  width: 1826px !important;
}

.w1827 {
  width: 1827px !important;
}

.w1828 {
  width: 1828px !important;
}

.w1829 {
  width: 1829px !important;
}

.w1830 {
  width: 1830px !important;
}

.w1831 {
  width: 1831px !important;
}

.w1832 {
  width: 1832px !important;
}

.w1833 {
  width: 1833px !important;
}

.w1834 {
  width: 1834px !important;
}

.w1835 {
  width: 1835px !important;
}

.w1836 {
  width: 1836px !important;
}

.w1837 {
  width: 1837px !important;
}

.w1838 {
  width: 1838px !important;
}

.w1839 {
  width: 1839px !important;
}

.w1840 {
  width: 1840px !important;
}

.w1841 {
  width: 1841px !important;
}

.w1842 {
  width: 1842px !important;
}

.w1843 {
  width: 1843px !important;
}

.w1844 {
  width: 1844px !important;
}

.w1845 {
  width: 1845px !important;
}

.w1846 {
  width: 1846px !important;
}

.w1847 {
  width: 1847px !important;
}

.w1848 {
  width: 1848px !important;
}

.w1849 {
  width: 1849px !important;
}

.w1850 {
  width: 1850px !important;
}

.w1851 {
  width: 1851px !important;
}

.w1852 {
  width: 1852px !important;
}

.w1853 {
  width: 1853px !important;
}

.w1854 {
  width: 1854px !important;
}

.w1855 {
  width: 1855px !important;
}

.w1856 {
  width: 1856px !important;
}

.w1857 {
  width: 1857px !important;
}

.w1858 {
  width: 1858px !important;
}

.w1859 {
  width: 1859px !important;
}

.w1860 {
  width: 1860px !important;
}

.w1861 {
  width: 1861px !important;
}

.w1862 {
  width: 1862px !important;
}

.w1863 {
  width: 1863px !important;
}

.w1864 {
  width: 1864px !important;
}

.w1865 {
  width: 1865px !important;
}

.w1866 {
  width: 1866px !important;
}

.w1867 {
  width: 1867px !important;
}

.w1868 {
  width: 1868px !important;
}

.w1869 {
  width: 1869px !important;
}

.w1870 {
  width: 1870px !important;
}

.w1871 {
  width: 1871px !important;
}

.w1872 {
  width: 1872px !important;
}

.w1873 {
  width: 1873px !important;
}

.w1874 {
  width: 1874px !important;
}

.w1875 {
  width: 1875px !important;
}

.w1876 {
  width: 1876px !important;
}

.w1877 {
  width: 1877px !important;
}

.w1878 {
  width: 1878px !important;
}

.w1879 {
  width: 1879px !important;
}

.w1880 {
  width: 1880px !important;
}

.w1881 {
  width: 1881px !important;
}

.w1882 {
  width: 1882px !important;
}

.w1883 {
  width: 1883px !important;
}

.w1884 {
  width: 1884px !important;
}

.w1885 {
  width: 1885px !important;
}

.w1886 {
  width: 1886px !important;
}

.w1887 {
  width: 1887px !important;
}

.w1888 {
  width: 1888px !important;
}

.w1889 {
  width: 1889px !important;
}

.w1890 {
  width: 1890px !important;
}

.w1891 {
  width: 1891px !important;
}

.w1892 {
  width: 1892px !important;
}

.w1893 {
  width: 1893px !important;
}

.w1894 {
  width: 1894px !important;
}

.w1895 {
  width: 1895px !important;
}

.w1896 {
  width: 1896px !important;
}

.w1897 {
  width: 1897px !important;
}

.w1898 {
  width: 1898px !important;
}

.w1899 {
  width: 1899px !important;
}

.w1900 {
  width: 1900px !important;
}

.w1901 {
  width: 1901px !important;
}

.w1902 {
  width: 1902px !important;
}

.w1903 {
  width: 1903px !important;
}

.w1904 {
  width: 1904px !important;
}

.w1905 {
  width: 1905px !important;
}

.w1906 {
  width: 1906px !important;
}

.w1907 {
  width: 1907px !important;
}

.w1908 {
  width: 1908px !important;
}

.w1909 {
  width: 1909px !important;
}

.w1910 {
  width: 1910px !important;
}

.w1911 {
  width: 1911px !important;
}

.w1912 {
  width: 1912px !important;
}

.w1913 {
  width: 1913px !important;
}

.w1914 {
  width: 1914px !important;
}

.w1915 {
  width: 1915px !important;
}

.w1916 {
  width: 1916px !important;
}

.w1917 {
  width: 1917px !important;
}

.w1918 {
  width: 1918px !important;
}

.w1919 {
  width: 1919px !important;
}

.w1920 {
  width: 1920px !important;
}

.w1921 {
  width: 1921px !important;
}

.w1922 {
  width: 1922px !important;
}

.w1923 {
  width: 1923px !important;
}

.w1924 {
  width: 1924px !important;
}

.w1925 {
  width: 1925px !important;
}

.w1926 {
  width: 1926px !important;
}

.w1927 {
  width: 1927px !important;
}

.w1928 {
  width: 1928px !important;
}

.w1929 {
  width: 1929px !important;
}

.w1930 {
  width: 1930px !important;
}

.w1931 {
  width: 1931px !important;
}

.w1932 {
  width: 1932px !important;
}

.w1933 {
  width: 1933px !important;
}

.w1934 {
  width: 1934px !important;
}

.w1935 {
  width: 1935px !important;
}

.w1936 {
  width: 1936px !important;
}

.w1937 {
  width: 1937px !important;
}

.w1938 {
  width: 1938px !important;
}

.w1939 {
  width: 1939px !important;
}

.w1940 {
  width: 1940px !important;
}

.w1941 {
  width: 1941px !important;
}

.w1942 {
  width: 1942px !important;
}

.w1943 {
  width: 1943px !important;
}

.w1944 {
  width: 1944px !important;
}

.w1945 {
  width: 1945px !important;
}

.w1946 {
  width: 1946px !important;
}

.w1947 {
  width: 1947px !important;
}

.w1948 {
  width: 1948px !important;
}

.w1949 {
  width: 1949px !important;
}

.w1950 {
  width: 1950px !important;
}

.w1951 {
  width: 1951px !important;
}

.w1952 {
  width: 1952px !important;
}

.w1953 {
  width: 1953px !important;
}

.w1954 {
  width: 1954px !important;
}

.w1955 {
  width: 1955px !important;
}

.w1956 {
  width: 1956px !important;
}

.w1957 {
  width: 1957px !important;
}

.w1958 {
  width: 1958px !important;
}

.w1959 {
  width: 1959px !important;
}

.w1960 {
  width: 1960px !important;
}

.w1961 {
  width: 1961px !important;
}

.w1962 {
  width: 1962px !important;
}

.w1963 {
  width: 1963px !important;
}

.w1964 {
  width: 1964px !important;
}

.w1965 {
  width: 1965px !important;
}

.w1966 {
  width: 1966px !important;
}

.w1967 {
  width: 1967px !important;
}

.w1968 {
  width: 1968px !important;
}

.w1969 {
  width: 1969px !important;
}

.w1970 {
  width: 1970px !important;
}

.w1971 {
  width: 1971px !important;
}

.w1972 {
  width: 1972px !important;
}

.w1973 {
  width: 1973px !important;
}

.w1974 {
  width: 1974px !important;
}

.w1975 {
  width: 1975px !important;
}

.w1976 {
  width: 1976px !important;
}

.w1977 {
  width: 1977px !important;
}

.w1978 {
  width: 1978px !important;
}

.w1979 {
  width: 1979px !important;
}

.w1980 {
  width: 1980px !important;
}

.w1981 {
  width: 1981px !important;
}

.w1982 {
  width: 1982px !important;
}

.w1983 {
  width: 1983px !important;
}

.w1984 {
  width: 1984px !important;
}

.w1985 {
  width: 1985px !important;
}

.w1986 {
  width: 1986px !important;
}

.w1987 {
  width: 1987px !important;
}

.w1988 {
  width: 1988px !important;
}

.w1989 {
  width: 1989px !important;
}

.w1990 {
  width: 1990px !important;
}

.w1991 {
  width: 1991px !important;
}

.w1992 {
  width: 1992px !important;
}

.w1993 {
  width: 1993px !important;
}

.w1994 {
  width: 1994px !important;
}

.w1995 {
  width: 1995px !important;
}

.w1996 {
  width: 1996px !important;
}

.w1997 {
  width: 1997px !important;
}

.w1998 {
  width: 1998px !important;
}

.w1999 {
  width: 1999px !important;
}

.w2000 {
  width: 2000px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   高さ指定（height）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h1 {
  height: 1px !important;
}

.h2 {
  height: 2px !important;
}

.h3 {
  height: 3px !important;
}

.h4 {
  height: 4px !important;
}

.h5 {
  height: 5px !important;
}

.h6 {
  height: 6px !important;
}

.h7 {
  height: 7px !important;
}

.h8 {
  height: 8px !important;
}

.h9 {
  height: 9px !important;
}

.h10 {
  height: 10px !important;
}

.h11 {
  height: 11px !important;
}

.h12 {
  height: 12px !important;
}

.h13 {
  height: 13px !important;
}

.h14 {
  height: 14px !important;
}

.h15 {
  height: 15px !important;
}

.h16 {
  height: 16px !important;
}

.h17 {
  height: 17px !important;
}

.h18 {
  height: 18px !important;
}

.h19 {
  height: 19px !important;
}

.h20 {
  height: 20px !important;
}

.h21 {
  height: 21px !important;
}

.h22 {
  height: 22px !important;
}

.h23 {
  height: 23px !important;
}

.h24 {
  height: 24px !important;
}

.h25 {
  height: 25px !important;
}

.h26 {
  height: 26px !important;
}

.h27 {
  height: 27px !important;
}

.h28 {
  height: 28px !important;
}

.h29 {
  height: 29px !important;
}

.h30 {
  height: 30px !important;
}

.h31 {
  height: 31px !important;
}

.h32 {
  height: 32px !important;
}

.h33 {
  height: 33px !important;
}

.h34 {
  height: 34px !important;
}

.h35 {
  height: 35px !important;
}

.h36 {
  height: 36px !important;
}

.h37 {
  height: 37px !important;
}

.h38 {
  height: 38px !important;
}

.h39 {
  height: 39px !important;
}

.h40 {
  height: 40px !important;
}

.h41 {
  height: 41px !important;
}

.h42 {
  height: 42px !important;
}

.h43 {
  height: 43px !important;
}

.h44 {
  height: 44px !important;
}

.h45 {
  height: 45px !important;
}

.h46 {
  height: 46px !important;
}

.h47 {
  height: 47px !important;
}

.h48 {
  height: 48px !important;
}

.h49 {
  height: 49px !important;
}

.h50 {
  height: 50px !important;
}

.h51 {
  height: 51px !important;
}

.h52 {
  height: 52px !important;
}

.h53 {
  height: 53px !important;
}

.h54 {
  height: 54px !important;
}

.h55 {
  height: 55px !important;
}

.h56 {
  height: 56px !important;
}

.h57 {
  height: 57px !important;
}

.h58 {
  height: 58px !important;
}

.h59 {
  height: 59px !important;
}

.h60 {
  height: 60px !important;
}

.h61 {
  height: 61px !important;
}

.h62 {
  height: 62px !important;
}

.h63 {
  height: 63px !important;
}

.h64 {
  height: 64px !important;
}

.h65 {
  height: 65px !important;
}

.h66 {
  height: 66px !important;
}

.h67 {
  height: 67px !important;
}

.h68 {
  height: 68px !important;
}

.h69 {
  height: 69px !important;
}

.h70 {
  height: 70px !important;
}

.h71 {
  height: 71px !important;
}

.h72 {
  height: 72px !important;
}

.h73 {
  height: 73px !important;
}

.h74 {
  height: 74px !important;
}

.h75 {
  height: 75px !important;
}

.h76 {
  height: 76px !important;
}

.h77 {
  height: 77px !important;
}

.h78 {
  height: 78px !important;
}

.h79 {
  height: 79px !important;
}

.h80 {
  height: 80px !important;
}

.h81 {
  height: 81px !important;
}

.h82 {
  height: 82px !important;
}

.h83 {
  height: 83px !important;
}

.h84 {
  height: 84px !important;
}

.h85 {
  height: 85px !important;
}

.h86 {
  height: 86px !important;
}

.h87 {
  height: 87px !important;
}

.h88 {
  height: 88px !important;
}

.h89 {
  height: 89px !important;
}

.h90 {
  height: 90px !important;
}

.h91 {
  height: 91px !important;
}

.h92 {
  height: 92px !important;
}

.h93 {
  height: 93px !important;
}

.h94 {
  height: 94px !important;
}

.h95 {
  height: 95px !important;
}

.h96 {
  height: 96px !important;
}

.h97 {
  height: 97px !important;
}

.h98 {
  height: 98px !important;
}

.h99 {
  height: 99px !important;
}

.h100 {
  height: 100px !important;
}

.h101 {
  height: 101px !important;
}

.h102 {
  height: 102px !important;
}

.h103 {
  height: 103px !important;
}

.h104 {
  height: 104px !important;
}

.h105 {
  height: 105px !important;
}

.h106 {
  height: 106px !important;
}

.h107 {
  height: 107px !important;
}

.h108 {
  height: 108px !important;
}

.h109 {
  height: 109px !important;
}

.h110 {
  height: 110px !important;
}

.h111 {
  height: 111px !important;
}

.h112 {
  height: 112px !important;
}

.h113 {
  height: 113px !important;
}

.h114 {
  height: 114px !important;
}

.h115 {
  height: 115px !important;
}

.h116 {
  height: 116px !important;
}

.h117 {
  height: 117px !important;
}

.h118 {
  height: 118px !important;
}

.h119 {
  height: 119px !important;
}

.h120 {
  height: 120px !important;
}

.h121 {
  height: 121px !important;
}

.h122 {
  height: 122px !important;
}

.h123 {
  height: 123px !important;
}

.h124 {
  height: 124px !important;
}

.h125 {
  height: 125px !important;
}

.h126 {
  height: 126px !important;
}

.h127 {
  height: 127px !important;
}

.h128 {
  height: 128px !important;
}

.h129 {
  height: 129px !important;
}

.h130 {
  height: 130px !important;
}

.h131 {
  height: 131px !important;
}

.h132 {
  height: 132px !important;
}

.h133 {
  height: 133px !important;
}

.h134 {
  height: 134px !important;
}

.h135 {
  height: 135px !important;
}

.h136 {
  height: 136px !important;
}

.h137 {
  height: 137px !important;
}

.h138 {
  height: 138px !important;
}

.h139 {
  height: 139px !important;
}

.h140 {
  height: 140px !important;
}

.h141 {
  height: 141px !important;
}

.h142 {
  height: 142px !important;
}

.h143 {
  height: 143px !important;
}

.h144 {
  height: 144px !important;
}

.h145 {
  height: 145px !important;
}

.h146 {
  height: 146px !important;
}

.h147 {
  height: 147px !important;
}

.h148 {
  height: 148px !important;
}

.h149 {
  height: 149px !important;
}

.h150 {
  height: 150px !important;
}

.h151 {
  height: 151px !important;
}

.h152 {
  height: 152px !important;
}

.h153 {
  height: 153px !important;
}

.h154 {
  height: 154px !important;
}

.h155 {
  height: 155px !important;
}

.h156 {
  height: 156px !important;
}

.h157 {
  height: 157px !important;
}

.h158 {
  height: 158px !important;
}

.h159 {
  height: 159px !important;
}

.h160 {
  height: 160px !important;
}

.h161 {
  height: 161px !important;
}

.h162 {
  height: 162px !important;
}

.h163 {
  height: 163px !important;
}

.h164 {
  height: 164px !important;
}

.h165 {
  height: 165px !important;
}

.h166 {
  height: 166px !important;
}

.h167 {
  height: 167px !important;
}

.h168 {
  height: 168px !important;
}

.h169 {
  height: 169px !important;
}

.h170 {
  height: 170px !important;
}

.h171 {
  height: 171px !important;
}

.h172 {
  height: 172px !important;
}

.h173 {
  height: 173px !important;
}

.h174 {
  height: 174px !important;
}

.h175 {
  height: 175px !important;
}

.h176 {
  height: 176px !important;
}

.h177 {
  height: 177px !important;
}

.h178 {
  height: 178px !important;
}

.h179 {
  height: 179px !important;
}

.h180 {
  height: 180px !important;
}

.h181 {
  height: 181px !important;
}

.h182 {
  height: 182px !important;
}

.h183 {
  height: 183px !important;
}

.h184 {
  height: 184px !important;
}

.h185 {
  height: 185px !important;
}

.h186 {
  height: 186px !important;
}

.h187 {
  height: 187px !important;
}

.h188 {
  height: 188px !important;
}

.h189 {
  height: 189px !important;
}

.h190 {
  height: 190px !important;
}

.h191 {
  height: 191px !important;
}

.h192 {
  height: 192px !important;
}

.h193 {
  height: 193px !important;
}

.h194 {
  height: 194px !important;
}

.h195 {
  height: 195px !important;
}

.h196 {
  height: 196px !important;
}

.h197 {
  height: 197px !important;
}

.h198 {
  height: 198px !important;
}

.h199 {
  height: 199px !important;
}

.h200 {
  height: 200px !important;
}

.h201 {
  height: 201px !important;
}

.h202 {
  height: 202px !important;
}

.h203 {
  height: 203px !important;
}

.h204 {
  height: 204px !important;
}

.h205 {
  height: 205px !important;
}

.h206 {
  height: 206px !important;
}

.h207 {
  height: 207px !important;
}

.h208 {
  height: 208px !important;
}

.h209 {
  height: 209px !important;
}

.h210 {
  height: 210px !important;
}

.h211 {
  height: 211px !important;
}

.h212 {
  height: 212px !important;
}

.h213 {
  height: 213px !important;
}

.h214 {
  height: 214px !important;
}

.h215 {
  height: 215px !important;
}

.h216 {
  height: 216px !important;
}

.h217 {
  height: 217px !important;
}

.h218 {
  height: 218px !important;
}

.h219 {
  height: 219px !important;
}

.h220 {
  height: 220px !important;
}

.h221 {
  height: 221px !important;
}

.h222 {
  height: 222px !important;
}

.h223 {
  height: 223px !important;
}

.h224 {
  height: 224px !important;
}

.h225 {
  height: 225px !important;
}

.h226 {
  height: 226px !important;
}

.h227 {
  height: 227px !important;
}

.h228 {
  height: 228px !important;
}

.h229 {
  height: 229px !important;
}

.h230 {
  height: 230px !important;
}

.h231 {
  height: 231px !important;
}

.h232 {
  height: 232px !important;
}

.h233 {
  height: 233px !important;
}

.h234 {
  height: 234px !important;
}

.h235 {
  height: 235px !important;
}

.h236 {
  height: 236px !important;
}

.h237 {
  height: 237px !important;
}

.h238 {
  height: 238px !important;
}

.h239 {
  height: 239px !important;
}

.h240 {
  height: 240px !important;
}

.h241 {
  height: 241px !important;
}

.h242 {
  height: 242px !important;
}

.h243 {
  height: 243px !important;
}

.h244 {
  height: 244px !important;
}

.h245 {
  height: 245px !important;
}

.h246 {
  height: 246px !important;
}

.h247 {
  height: 247px !important;
}

.h248 {
  height: 248px !important;
}

.h249 {
  height: 249px !important;
}

.h250 {
  height: 250px !important;
}

.h251 {
  height: 251px !important;
}

.h252 {
  height: 252px !important;
}

.h253 {
  height: 253px !important;
}

.h254 {
  height: 254px !important;
}

.h255 {
  height: 255px !important;
}

.h256 {
  height: 256px !important;
}

.h257 {
  height: 257px !important;
}

.h258 {
  height: 258px !important;
}

.h259 {
  height: 259px !important;
}

.h260 {
  height: 260px !important;
}

.h261 {
  height: 261px !important;
}

.h262 {
  height: 262px !important;
}

.h263 {
  height: 263px !important;
}

.h264 {
  height: 264px !important;
}

.h265 {
  height: 265px !important;
}

.h266 {
  height: 266px !important;
}

.h267 {
  height: 267px !important;
}

.h268 {
  height: 268px !important;
}

.h269 {
  height: 269px !important;
}

.h270 {
  height: 270px !important;
}

.h271 {
  height: 271px !important;
}

.h272 {
  height: 272px !important;
}

.h273 {
  height: 273px !important;
}

.h274 {
  height: 274px !important;
}

.h275 {
  height: 275px !important;
}

.h276 {
  height: 276px !important;
}

.h277 {
  height: 277px !important;
}

.h278 {
  height: 278px !important;
}

.h279 {
  height: 279px !important;
}

.h280 {
  height: 280px !important;
}

.h281 {
  height: 281px !important;
}

.h282 {
  height: 282px !important;
}

.h283 {
  height: 283px !important;
}

.h284 {
  height: 284px !important;
}

.h285 {
  height: 285px !important;
}

.h286 {
  height: 286px !important;
}

.h287 {
  height: 287px !important;
}

.h288 {
  height: 288px !important;
}

.h289 {
  height: 289px !important;
}

.h290 {
  height: 290px !important;
}

.h291 {
  height: 291px !important;
}

.h292 {
  height: 292px !important;
}

.h293 {
  height: 293px !important;
}

.h294 {
  height: 294px !important;
}

.h295 {
  height: 295px !important;
}

.h296 {
  height: 296px !important;
}

.h297 {
  height: 297px !important;
}

.h298 {
  height: 298px !important;
}

.h299 {
  height: 299px !important;
}

.h300 {
  height: 300px !important;
}

.h301 {
  height: 301px !important;
}

.h302 {
  height: 302px !important;
}

.h303 {
  height: 303px !important;
}

.h304 {
  height: 304px !important;
}

.h305 {
  height: 305px !important;
}

.h306 {
  height: 306px !important;
}

.h307 {
  height: 307px !important;
}

.h308 {
  height: 308px !important;
}

.h309 {
  height: 309px !important;
}

.h310 {
  height: 310px !important;
}

.h311 {
  height: 311px !important;
}

.h312 {
  height: 312px !important;
}

.h313 {
  height: 313px !important;
}

.h314 {
  height: 314px !important;
}

.h315 {
  height: 315px !important;
}

.h316 {
  height: 316px !important;
}

.h317 {
  height: 317px !important;
}

.h318 {
  height: 318px !important;
}

.h319 {
  height: 319px !important;
}

.h320 {
  height: 320px !important;
}

.h321 {
  height: 321px !important;
}

.h322 {
  height: 322px !important;
}

.h323 {
  height: 323px !important;
}

.h324 {
  height: 324px !important;
}

.h325 {
  height: 325px !important;
}

.h326 {
  height: 326px !important;
}

.h327 {
  height: 327px !important;
}

.h328 {
  height: 328px !important;
}

.h329 {
  height: 329px !important;
}

.h330 {
  height: 330px !important;
}

.h331 {
  height: 331px !important;
}

.h332 {
  height: 332px !important;
}

.h333 {
  height: 333px !important;
}

.h334 {
  height: 334px !important;
}

.h335 {
  height: 335px !important;
}

.h336 {
  height: 336px !important;
}

.h337 {
  height: 337px !important;
}

.h338 {
  height: 338px !important;
}

.h339 {
  height: 339px !important;
}

.h340 {
  height: 340px !important;
}

.h341 {
  height: 341px !important;
}

.h342 {
  height: 342px !important;
}

.h343 {
  height: 343px !important;
}

.h344 {
  height: 344px !important;
}

.h345 {
  height: 345px !important;
}

.h346 {
  height: 346px !important;
}

.h347 {
  height: 347px !important;
}

.h348 {
  height: 348px !important;
}

.h349 {
  height: 349px !important;
}

.h350 {
  height: 350px !important;
}

.h351 {
  height: 351px !important;
}

.h352 {
  height: 352px !important;
}

.h353 {
  height: 353px !important;
}

.h354 {
  height: 354px !important;
}

.h355 {
  height: 355px !important;
}

.h356 {
  height: 356px !important;
}

.h357 {
  height: 357px !important;
}

.h358 {
  height: 358px !important;
}

.h359 {
  height: 359px !important;
}

.h360 {
  height: 360px !important;
}

.h361 {
  height: 361px !important;
}

.h362 {
  height: 362px !important;
}

.h363 {
  height: 363px !important;
}

.h364 {
  height: 364px !important;
}

.h365 {
  height: 365px !important;
}

.h366 {
  height: 366px !important;
}

.h367 {
  height: 367px !important;
}

.h368 {
  height: 368px !important;
}

.h369 {
  height: 369px !important;
}

.h370 {
  height: 370px !important;
}

.h371 {
  height: 371px !important;
}

.h372 {
  height: 372px !important;
}

.h373 {
  height: 373px !important;
}

.h374 {
  height: 374px !important;
}

.h375 {
  height: 375px !important;
}

.h376 {
  height: 376px !important;
}

.h377 {
  height: 377px !important;
}

.h378 {
  height: 378px !important;
}

.h379 {
  height: 379px !important;
}

.h380 {
  height: 380px !important;
}

.h381 {
  height: 381px !important;
}

.h382 {
  height: 382px !important;
}

.h383 {
  height: 383px !important;
}

.h384 {
  height: 384px !important;
}

.h385 {
  height: 385px !important;
}

.h386 {
  height: 386px !important;
}

.h387 {
  height: 387px !important;
}

.h388 {
  height: 388px !important;
}

.h389 {
  height: 389px !important;
}

.h390 {
  height: 390px !important;
}

.h391 {
  height: 391px !important;
}

.h392 {
  height: 392px !important;
}

.h393 {
  height: 393px !important;
}

.h394 {
  height: 394px !important;
}

.h395 {
  height: 395px !important;
}

.h396 {
  height: 396px !important;
}

.h397 {
  height: 397px !important;
}

.h398 {
  height: 398px !important;
}

.h399 {
  height: 399px !important;
}

.h400 {
  height: 400px !important;
}

.h401 {
  height: 401px !important;
}

.h402 {
  height: 402px !important;
}

.h403 {
  height: 403px !important;
}

.h404 {
  height: 404px !important;
}

.h405 {
  height: 405px !important;
}

.h406 {
  height: 406px !important;
}

.h407 {
  height: 407px !important;
}

.h408 {
  height: 408px !important;
}

.h409 {
  height: 409px !important;
}

.h410 {
  height: 410px !important;
}

.h411 {
  height: 411px !important;
}

.h412 {
  height: 412px !important;
}

.h413 {
  height: 413px !important;
}

.h414 {
  height: 414px !important;
}

.h415 {
  height: 415px !important;
}

.h416 {
  height: 416px !important;
}

.h417 {
  height: 417px !important;
}

.h418 {
  height: 418px !important;
}

.h419 {
  height: 419px !important;
}

.h420 {
  height: 420px !important;
}

.h421 {
  height: 421px !important;
}

.h422 {
  height: 422px !important;
}

.h423 {
  height: 423px !important;
}

.h424 {
  height: 424px !important;
}

.h425 {
  height: 425px !important;
}

.h426 {
  height: 426px !important;
}

.h427 {
  height: 427px !important;
}

.h428 {
  height: 428px !important;
}

.h429 {
  height: 429px !important;
}

.h430 {
  height: 430px !important;
}

.h431 {
  height: 431px !important;
}

.h432 {
  height: 432px !important;
}

.h433 {
  height: 433px !important;
}

.h434 {
  height: 434px !important;
}

.h435 {
  height: 435px !important;
}

.h436 {
  height: 436px !important;
}

.h437 {
  height: 437px !important;
}

.h438 {
  height: 438px !important;
}

.h439 {
  height: 439px !important;
}

.h440 {
  height: 440px !important;
}

.h441 {
  height: 441px !important;
}

.h442 {
  height: 442px !important;
}

.h443 {
  height: 443px !important;
}

.h444 {
  height: 444px !important;
}

.h445 {
  height: 445px !important;
}

.h446 {
  height: 446px !important;
}

.h447 {
  height: 447px !important;
}

.h448 {
  height: 448px !important;
}

.h449 {
  height: 449px !important;
}

.h450 {
  height: 450px !important;
}

.h451 {
  height: 451px !important;
}

.h452 {
  height: 452px !important;
}

.h453 {
  height: 453px !important;
}

.h454 {
  height: 454px !important;
}

.h455 {
  height: 455px !important;
}

.h456 {
  height: 456px !important;
}

.h457 {
  height: 457px !important;
}

.h458 {
  height: 458px !important;
}

.h459 {
  height: 459px !important;
}

.h460 {
  height: 460px !important;
}

.h461 {
  height: 461px !important;
}

.h462 {
  height: 462px !important;
}

.h463 {
  height: 463px !important;
}

.h464 {
  height: 464px !important;
}

.h465 {
  height: 465px !important;
}

.h466 {
  height: 466px !important;
}

.h467 {
  height: 467px !important;
}

.h468 {
  height: 468px !important;
}

.h469 {
  height: 469px !important;
}

.h470 {
  height: 470px !important;
}

.h471 {
  height: 471px !important;
}

.h472 {
  height: 472px !important;
}

.h473 {
  height: 473px !important;
}

.h474 {
  height: 474px !important;
}

.h475 {
  height: 475px !important;
}

.h476 {
  height: 476px !important;
}

.h477 {
  height: 477px !important;
}

.h478 {
  height: 478px !important;
}

.h479 {
  height: 479px !important;
}

.h480 {
  height: 480px !important;
}

.h481 {
  height: 481px !important;
}

.h482 {
  height: 482px !important;
}

.h483 {
  height: 483px !important;
}

.h484 {
  height: 484px !important;
}

.h485 {
  height: 485px !important;
}

.h486 {
  height: 486px !important;
}

.h487 {
  height: 487px !important;
}

.h488 {
  height: 488px !important;
}

.h489 {
  height: 489px !important;
}

.h490 {
  height: 490px !important;
}

.h491 {
  height: 491px !important;
}

.h492 {
  height: 492px !important;
}

.h493 {
  height: 493px !important;
}

.h494 {
  height: 494px !important;
}

.h495 {
  height: 495px !important;
}

.h496 {
  height: 496px !important;
}

.h497 {
  height: 497px !important;
}

.h498 {
  height: 498px !important;
}

.h499 {
  height: 499px !important;
}

.h500 {
  height: 500px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   margin
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* margin*/
.mar0, .m0 {
  margin: 0px !important;
}

.mar1, .m1 {
  margin: 1px !important;
}

.mar2, .m2 {
  margin: 2px !important;
}

.mar3, .m3 {
  margin: 3px !important;
}

.mar4, .m4 {
  margin: 4px !important;
}

.mar5, .m5 {
  margin: 5px !important;
}

.mar6, .m6 {
  margin: 6px !important;
}

.mar7, .m7 {
  margin: 7px !important;
}

.mar8, .m8 {
  margin: 8px !important;
}

.mar9, .m9 {
  margin: 9px !important;
}

.mar10, .m10 {
  margin: 10px !important;
}

.mar11, .m11 {
  margin: 11px !important;
}

.mar12, .m12 {
  margin: 12px !important;
}

.mar13, .m13 {
  margin: 13px !important;
}

.mar14, .m14 {
  margin: 14px !important;
}

.mar15, .m15 {
  margin: 15px !important;
}

.mar16, .m16 {
  margin: 16px !important;
}

.mar17, .m17 {
  margin: 17px !important;
}

.mar18, .m18 {
  margin: 18px !important;
}

.mar19, .m19 {
  margin: 19px !important;
}

.mar20, .m20 {
  margin: 20px !important;
}

.mar21, .m21 {
  margin: 21px !important;
}

.mar22, .m22 {
  margin: 22px !important;
}

.mar23, .m23 {
  margin: 23px !important;
}

.mar24, .m24 {
  margin: 24px !important;
}

.mar25, .m25 {
  margin: 25px !important;
}

.mar26, .m26 {
  margin: 26px !important;
}

.mar27, .m27 {
  margin: 27px !important;
}

.mar28, .m28 {
  margin: 28px !important;
}

.mar29, .m29 {
  margin: 29px !important;
}

.mar30, .m30 {
  margin: 30px !important;
}

.mar31, .m31 {
  margin: 31px !important;
}

.mar32, .m32 {
  margin: 32px !important;
}

.mar33, .m33 {
  margin: 33px !important;
}

.mar34, .m34 {
  margin: 34px !important;
}

.mar35, .m35 {
  margin: 35px !important;
}

.mar36, .m36 {
  margin: 36px !important;
}

.mar37, .m37 {
  margin: 37px !important;
}

.mar38, .m38 {
  margin: 38px !important;
}

.mar39, .m39 {
  margin: 39px !important;
}

.mar40, .m40 {
  margin: 40px !important;
}

.mar41, .m41 {
  margin: 41px !important;
}

.mar42, .m42 {
  margin: 42px !important;
}

.mar43, .m43 {
  margin: 43px !important;
}

.mar44, .m44 {
  margin: 44px !important;
}

.mar45, .m45 {
  margin: 45px !important;
}

.mar46, .m46 {
  margin: 46px !important;
}

.mar47, .m47 {
  margin: 47px !important;
}

.mar48, .m48 {
  margin: 48px !important;
}

.mar49, .m49 {
  margin: 49px !important;
}

.mar50, .m50 {
  margin: 50px !important;
}

.mar51, .m51 {
  margin: 51px !important;
}

.mar52, .m52 {
  margin: 52px !important;
}

.mar53, .m53 {
  margin: 53px !important;
}

.mar54, .m54 {
  margin: 54px !important;
}

.mar55, .m55 {
  margin: 55px !important;
}

.mar56, .m56 {
  margin: 56px !important;
}

.mar57, .m57 {
  margin: 57px !important;
}

.mar58, .m58 {
  margin: 58px !important;
}

.mar59, .m59 {
  margin: 59px !important;
}

.mar60, .m60 {
  margin: 60px !important;
}

.mar61, .m61 {
  margin: 61px !important;
}

.mar62, .m62 {
  margin: 62px !important;
}

.mar63, .m63 {
  margin: 63px !important;
}

.mar64, .m64 {
  margin: 64px !important;
}

.mar65, .m65 {
  margin: 65px !important;
}

.mar66, .m66 {
  margin: 66px !important;
}

.mar67, .m67 {
  margin: 67px !important;
}

.mar68, .m68 {
  margin: 68px !important;
}

.mar69, .m69 {
  margin: 69px !important;
}

.mar70, .m70 {
  margin: 70px !important;
}

.mar71, .m71 {
  margin: 71px !important;
}

.mar72, .m72 {
  margin: 72px !important;
}

.mar73, .m73 {
  margin: 73px !important;
}

.mar74, .m74 {
  margin: 74px !important;
}

.mar75, .m75 {
  margin: 75px !important;
}

.mar76, .m76 {
  margin: 76px !important;
}

.mar77, .m77 {
  margin: 77px !important;
}

.mar78, .m78 {
  margin: 78px !important;
}

.mar79, .m79 {
  margin: 79px !important;
}

.mar80, .m80 {
  margin: 80px !important;
}

.mar81, .m81 {
  margin: 81px !important;
}

.mar82, .m82 {
  margin: 82px !important;
}

.mar83, .m83 {
  margin: 83px !important;
}

.mar84, .m84 {
  margin: 84px !important;
}

.mar85, .m85 {
  margin: 85px !important;
}

.mar86, .m86 {
  margin: 86px !important;
}

.mar87, .m87 {
  margin: 87px !important;
}

.mar88, .m88 {
  margin: 88px !important;
}

.mar89, .m89 {
  margin: 89px !important;
}

.mar90, .m90 {
  margin: 90px !important;
}

.mar91, .m91 {
  margin: 91px !important;
}

.mar92, .m92 {
  margin: 92px !important;
}

.mar93, .m93 {
  margin: 93px !important;
}

.mar94, .m94 {
  margin: 94px !important;
}

.mar95, .m95 {
  margin: 95px !important;
}

.mar96, .m96 {
  margin: 96px !important;
}

.mar97, .m97 {
  margin: 97px !important;
}

.mar98, .m98 {
  margin: 98px !important;
}

.mar99, .m99 {
  margin: 99px !important;
}

.mar100, .m100 {
  margin: 100px !important;
}

/* margin-right*/
.marR1, .mR1 {
  margin-right: 1px !important;
}

.marR2, .mR2 {
  margin-right: 2px !important;
}

.marR3, .mR3 {
  margin-right: 3px !important;
}

.marR4, .mR4 {
  margin-right: 4px !important;
}

.marR5, .mR5 {
  margin-right: 5px !important;
}

.marR6, .mR6 {
  margin-right: 6px !important;
}

.marR7, .mR7 {
  margin-right: 7px !important;
}

.marR8, .mR8 {
  margin-right: 8px !important;
}

.marR9, .mR9 {
  margin-right: 9px !important;
}

.marR10, .mR10 {
  margin-right: 10px !important;
}

.marR11, .mR11 {
  margin-right: 11px !important;
}

.marR12, .mR12 {
  margin-right: 12px !important;
}

.marR13, .mR13 {
  margin-right: 13px !important;
}

.marR14, .mR14 {
  margin-right: 14px !important;
}

.marR15, .mR15 {
  margin-right: 15px !important;
}

.marR16, .mR16 {
  margin-right: 16px !important;
}

.marR17, .mR17 {
  margin-right: 17px !important;
}

.marR18, .mR18 {
  margin-right: 18px !important;
}

.marR19, .mR19 {
  margin-right: 19px !important;
}

.marR20, .mR20 {
  margin-right: 20px !important;
}

.marR21, .mR21 {
  margin-right: 21px !important;
}

.marR22, .mR22 {
  margin-right: 22px !important;
}

.marR23, .mR23 {
  margin-right: 23px !important;
}

.marR24, .mR24 {
  margin-right: 24px !important;
}

.marR25, .mR25 {
  margin-right: 25px !important;
}

.marR26, .mR26 {
  margin-right: 26px !important;
}

.marR27, .mR27 {
  margin-right: 27px !important;
}

.marR28, .mR28 {
  margin-right: 28px !important;
}

.marR29, .mR29 {
  margin-right: 29px !important;
}

.marR30, .mR30 {
  margin-right: 30px !important;
}

.marR31, .mR31 {
  margin-right: 31px !important;
}

.marR32, .mR32 {
  margin-right: 32px !important;
}

.marR33, .mR33 {
  margin-right: 33px !important;
}

.marR34, .mR34 {
  margin-right: 34px !important;
}

.marR35, .mR35 {
  margin-right: 35px !important;
}

.marR36, .mR36 {
  margin-right: 36px !important;
}

.marR37, .mR37 {
  margin-right: 37px !important;
}

.marR38, .mR38 {
  margin-right: 38px !important;
}

.marR39, .mR39 {
  margin-right: 39px !important;
}

.marR40, .mR40 {
  margin-right: 40px !important;
}

.marR41, .mR41 {
  margin-right: 41px !important;
}

.marR42, .mR42 {
  margin-right: 42px !important;
}

.marR43, .mR43 {
  margin-right: 43px !important;
}

.marR44, .mR44 {
  margin-right: 44px !important;
}

.marR45, .mR45 {
  margin-right: 45px !important;
}

.marR46, .mR46 {
  margin-right: 46px !important;
}

.marR47, .mR47 {
  margin-right: 47px !important;
}

.marR48, .mR48 {
  margin-right: 48px !important;
}

.marR49, .mR49 {
  margin-right: 49px !important;
}

.marR50, .mR50 {
  margin-right: 50px !important;
}

.marR51, .mR51 {
  margin-right: 51px !important;
}

.marR52, .mR52 {
  margin-right: 52px !important;
}

.marR53, .mR53 {
  margin-right: 53px !important;
}

.marR54, .mR54 {
  margin-right: 54px !important;
}

.marR55, .mR55 {
  margin-right: 55px !important;
}

.marR56, .mR56 {
  margin-right: 56px !important;
}

.marR57, .mR57 {
  margin-right: 57px !important;
}

.marR58, .mR58 {
  margin-right: 58px !important;
}

.marR59, .mR59 {
  margin-right: 59px !important;
}

.marR60, .mR60 {
  margin-right: 60px !important;
}

.marR61, .mR61 {
  margin-right: 61px !important;
}

.marR62, .mR62 {
  margin-right: 62px !important;
}

.marR63, .mR63 {
  margin-right: 63px !important;
}

.marR64, .mR64 {
  margin-right: 64px !important;
}

.marR65, .mR65 {
  margin-right: 65px !important;
}

.marR66, .mR66 {
  margin-right: 66px !important;
}

.marR67, .mR67 {
  margin-right: 67px !important;
}

.marR68, .mR68 {
  margin-right: 68px !important;
}

.marR69, .mR69 {
  margin-right: 69px !important;
}

.marR70, .mR70 {
  margin-right: 70px !important;
}

.marR71, .mR71 {
  margin-right: 71px !important;
}

.marR72, .mR72 {
  margin-right: 72px !important;
}

.marR73, .mR73 {
  margin-right: 73px !important;
}

.marR74, .mR74 {
  margin-right: 74px !important;
}

.marR75, .mR75 {
  margin-right: 75px !important;
}

.marR76, .mR76 {
  margin-right: 76px !important;
}

.marR77, .mR77 {
  margin-right: 77px !important;
}

.marR78, .mR78 {
  margin-right: 78px !important;
}

.marR79, .mR79 {
  margin-right: 79px !important;
}

.marR80, .mR80 {
  margin-right: 80px !important;
}

.marR81, .mR81 {
  margin-right: 81px !important;
}

.marR82, .mR82 {
  margin-right: 82px !important;
}

.marR83, .mR83 {
  margin-right: 83px !important;
}

.marR84, .mR84 {
  margin-right: 84px !important;
}

.marR85, .mR85 {
  margin-right: 85px !important;
}

.marR86, .mR86 {
  margin-right: 86px !important;
}

.marR87, .mR87 {
  margin-right: 87px !important;
}

.marR88, .mR88 {
  margin-right: 88px !important;
}

.marR89, .mR89 {
  margin-right: 89px !important;
}

.marR90, .mR90 {
  margin-right: 90px !important;
}

.marR91, .mR91 {
  margin-right: 91px !important;
}

.marR92, .mR92 {
  margin-right: 92px !important;
}

.marR93, .mR93 {
  margin-right: 93px !important;
}

.marR94, .mR94 {
  margin-right: 94px !important;
}

.marR95, .mR95 {
  margin-right: 95px !important;
}

.marR96, .mR96 {
  margin-right: 96px !important;
}

.marR97, .mR97 {
  margin-right: 97px !important;
}

.marR98, .mR98 {
  margin-right: 98px !important;
}

.marR99, .mR99 {
  margin-right: 99px !important;
}

.marR100, .mR100 {
  margin-right: 100px !important;
}

/* margin-right マイナス*/
.marR-1, .mR-1 {
  margin-right: -1px !important;
}

.marR-2, .mR-2 {
  margin-right: -2px !important;
}

.marR-3, .mR-3 {
  margin-right: -3px !important;
}

.marR-4, .mR-4 {
  margin-right: -4px !important;
}

.marR-5, .mR-5 {
  margin-right: -5px !important;
}

.marR-6, .mR-6 {
  margin-right: -6px !important;
}

.marR-7, .mR-7 {
  margin-right: -7px !important;
}

.marR-8, .mR-8 {
  margin-right: -8px !important;
}

.marR-9, .mR-9 {
  margin-right: -9px !important;
}

.marR-10, .mR-10 {
  margin-right: -10px !important;
}

.marR-11, .mR-11 {
  margin-right: -11px !important;
}

.marR-12, .mR-12 {
  margin-right: -12px !important;
}

.marR-13, .mR-13 {
  margin-right: -13px !important;
}

.marR-14, .mR-14 {
  margin-right: -14px !important;
}

.marR-15, .mR-15 {
  margin-right: -15px !important;
}

.marR-16, .mR-16 {
  margin-right: -16px !important;
}

.marR-17, .mR-17 {
  margin-right: -17px !important;
}

.marR-18, .mR-18 {
  margin-right: -18px !important;
}

.marR-19, .mR-19 {
  margin-right: -19px !important;
}

.marR-20, .mR-20 {
  margin-right: -20px !important;
}

.marR-21, .mR-21 {
  margin-right: -21px !important;
}

.marR-22, .mR-22 {
  margin-right: -22px !important;
}

.marR-23, .mR-23 {
  margin-right: -23px !important;
}

.marR-24, .mR-24 {
  margin-right: -24px !important;
}

.marR-25, .mR-25 {
  margin-right: -25px !important;
}

.marR-26, .mR-26 {
  margin-right: -26px !important;
}

.marR-27, .mR-27 {
  margin-right: -27px !important;
}

.marR-28, .mR-28 {
  margin-right: -28px !important;
}

.marR-29, .mR-29 {
  margin-right: -29px !important;
}

.marR-30, .mR-30 {
  margin-right: -30px !important;
}

.marR-31, .mR-31 {
  margin-right: -31px !important;
}

.marR-32, .mR-32 {
  margin-right: -32px !important;
}

.marR-33, .mR-33 {
  margin-right: -33px !important;
}

.marR-34, .mR-34 {
  margin-right: -34px !important;
}

.marR-35, .mR-35 {
  margin-right: -35px !important;
}

.marR-36, .mR-36 {
  margin-right: -36px !important;
}

.marR-37, .mR-37 {
  margin-right: -37px !important;
}

.marR-38, .mR-38 {
  margin-right: -38px !important;
}

.marR-39, .mR-39 {
  margin-right: -39px !important;
}

.marR-40, .mR-40 {
  margin-right: -40px !important;
}

.marR-41, .mR-41 {
  margin-right: -41px !important;
}

.marR-42, .mR-42 {
  margin-right: -42px !important;
}

.marR-43, .mR-43 {
  margin-right: -43px !important;
}

.marR-44, .mR-44 {
  margin-right: -44px !important;
}

.marR-45, .mR-45 {
  margin-right: -45px !important;
}

.marR-46, .mR-46 {
  margin-right: -46px !important;
}

.marR-47, .mR-47 {
  margin-right: -47px !important;
}

.marR-48, .mR-48 {
  margin-right: -48px !important;
}

.marR-49, .mR-49 {
  margin-right: -49px !important;
}

.marR-50, .mR-50 {
  margin-right: -50px !important;
}

.marR-51, .mR-51 {
  margin-right: -51px !important;
}

.marR-52, .mR-52 {
  margin-right: -52px !important;
}

.marR-53, .mR-53 {
  margin-right: -53px !important;
}

.marR-54, .mR-54 {
  margin-right: -54px !important;
}

.marR-55, .mR-55 {
  margin-right: -55px !important;
}

.marR-56, .mR-56 {
  margin-right: -56px !important;
}

.marR-57, .mR-57 {
  margin-right: -57px !important;
}

.marR-58, .mR-58 {
  margin-right: -58px !important;
}

.marR-59, .mR-59 {
  margin-right: -59px !important;
}

.marR-60, .mR-60 {
  margin-right: -60px !important;
}

.marR-61, .mR-61 {
  margin-right: -61px !important;
}

.marR-62, .mR-62 {
  margin-right: -62px !important;
}

.marR-63, .mR-63 {
  margin-right: -63px !important;
}

.marR-64, .mR-64 {
  margin-right: -64px !important;
}

.marR-65, .mR-65 {
  margin-right: -65px !important;
}

.marR-66, .mR-66 {
  margin-right: -66px !important;
}

.marR-67, .mR-67 {
  margin-right: -67px !important;
}

.marR-68, .mR-68 {
  margin-right: -68px !important;
}

.marR-69, .mR-69 {
  margin-right: -69px !important;
}

.marR-70, .mR-70 {
  margin-right: -70px !important;
}

.marR-71, .mR-71 {
  margin-right: -71px !important;
}

.marR-72, .mR-72 {
  margin-right: -72px !important;
}

.marR-73, .mR-73 {
  margin-right: -73px !important;
}

.marR-74, .mR-74 {
  margin-right: -74px !important;
}

.marR-75, .mR-75 {
  margin-right: -75px !important;
}

.marR-76, .mR-76 {
  margin-right: -76px !important;
}

.marR-77, .mR-77 {
  margin-right: -77px !important;
}

.marR-78, .mR-78 {
  margin-right: -78px !important;
}

.marR-79, .mR-79 {
  margin-right: -79px !important;
}

.marR-80, .mR-80 {
  margin-right: -80px !important;
}

.marR-81, .mR-81 {
  margin-right: -81px !important;
}

.marR-82, .mR-82 {
  margin-right: -82px !important;
}

.marR-83, .mR-83 {
  margin-right: -83px !important;
}

.marR-84, .mR-84 {
  margin-right: -84px !important;
}

.marR-85, .mR-85 {
  margin-right: -85px !important;
}

.marR-86, .mR-86 {
  margin-right: -86px !important;
}

.marR-87, .mR-87 {
  margin-right: -87px !important;
}

.marR-88, .mR-88 {
  margin-right: -88px !important;
}

.marR-89, .mR-89 {
  margin-right: -89px !important;
}

.marR-90, .mR-90 {
  margin-right: -90px !important;
}

.marR-91, .mR-91 {
  margin-right: -91px !important;
}

.marR-92, .mR-92 {
  margin-right: -92px !important;
}

.marR-93, .mR-93 {
  margin-right: -93px !important;
}

.marR-94, .mR-94 {
  margin-right: -94px !important;
}

.marR-95, .mR-95 {
  margin-right: -95px !important;
}

.marR-96, .mR-96 {
  margin-right: -96px !important;
}

.marR-97, .mR-97 {
  margin-right: -97px !important;
}

.marR-98, .mR-98 {
  margin-right: -98px !important;
}

.marR-99, .mR-99 {
  margin-right: -99px !important;
}

.marR-100, .mR-100 {
  margin-right: -100px !important;
}

/* margin-left*/
.marL1, .mL1 {
  margin-left: 1px !important;
}

.marL2, .mL2 {
  margin-left: 2px !important;
}

.marL3, .mL3 {
  margin-left: 3px !important;
}

.marL4, .mL4 {
  margin-left: 4px !important;
}

.marL5, .mL5 {
  margin-left: 5px !important;
}

.marL6, .mL6 {
  margin-left: 6px !important;
}

.marL7, .mL7 {
  margin-left: 7px !important;
}

.marL8, .mL8 {
  margin-left: 8px !important;
}

.marL9, .mL9 {
  margin-left: 9px !important;
}

.marL10, .mL10 {
  margin-left: 10px !important;
}

.marL11, .mL11 {
  margin-left: 11px !important;
}

.marL12, .mL12 {
  margin-left: 12px !important;
}

.marL13, .mL13 {
  margin-left: 13px !important;
}

.marL14, .mL14 {
  margin-left: 14px !important;
}

.marL15, .mL15 {
  margin-left: 15px !important;
}

.marL16, .mL16 {
  margin-left: 16px !important;
}

.marL17, .mL17 {
  margin-left: 17px !important;
}

.marL18, .mL18 {
  margin-left: 18px !important;
}

.marL19, .mL19 {
  margin-left: 19px !important;
}

.marL20, .mL20 {
  margin-left: 20px !important;
}

.marL21, .mL21 {
  margin-left: 21px !important;
}

.marL22, .mL22 {
  margin-left: 22px !important;
}

.marL23, .mL23 {
  margin-left: 23px !important;
}

.marL24, .mL24 {
  margin-left: 24px !important;
}

.marL25, .mL25 {
  margin-left: 25px !important;
}

.marL26, .mL26 {
  margin-left: 26px !important;
}

.marL27, .mL27 {
  margin-left: 27px !important;
}

.marL28, .mL28 {
  margin-left: 28px !important;
}

.marL29, .mL29 {
  margin-left: 29px !important;
}

.marL30, .mL30 {
  margin-left: 30px !important;
}

.marL31, .mL31 {
  margin-left: 31px !important;
}

.marL32, .mL32 {
  margin-left: 32px !important;
}

.marL33, .mL33 {
  margin-left: 33px !important;
}

.marL34, .mL34 {
  margin-left: 34px !important;
}

.marL35, .mL35 {
  margin-left: 35px !important;
}

.marL36, .mL36 {
  margin-left: 36px !important;
}

.marL37, .mL37 {
  margin-left: 37px !important;
}

.marL38, .mL38 {
  margin-left: 38px !important;
}

.marL39, .mL39 {
  margin-left: 39px !important;
}

.marL40, .mL40 {
  margin-left: 40px !important;
}

.marL41, .mL41 {
  margin-left: 41px !important;
}

.marL42, .mL42 {
  margin-left: 42px !important;
}

.marL43, .mL43 {
  margin-left: 43px !important;
}

.marL44, .mL44 {
  margin-left: 44px !important;
}

.marL45, .mL45 {
  margin-left: 45px !important;
}

.marL46, .mL46 {
  margin-left: 46px !important;
}

.marL47, .mL47 {
  margin-left: 47px !important;
}

.marL48, .mL48 {
  margin-left: 48px !important;
}

.marL49, .mL49 {
  margin-left: 49px !important;
}

.marL50, .mL50 {
  margin-left: 50px !important;
}

.marL51, .mL51 {
  margin-left: 51px !important;
}

.marL52, .mL52 {
  margin-left: 52px !important;
}

.marL53, .mL53 {
  margin-left: 53px !important;
}

.marL54, .mL54 {
  margin-left: 54px !important;
}

.marL55, .mL55 {
  margin-left: 55px !important;
}

.marL56, .mL56 {
  margin-left: 56px !important;
}

.marL57, .mL57 {
  margin-left: 57px !important;
}

.marL58, .mL58 {
  margin-left: 58px !important;
}

.marL59, .mL59 {
  margin-left: 59px !important;
}

.marL60, .mL60 {
  margin-left: 60px !important;
}

.marL61, .mL61 {
  margin-left: 61px !important;
}

.marL62, .mL62 {
  margin-left: 62px !important;
}

.marL63, .mL63 {
  margin-left: 63px !important;
}

.marL64, .mL64 {
  margin-left: 64px !important;
}

.marL65, .mL65 {
  margin-left: 65px !important;
}

.marL66, .mL66 {
  margin-left: 66px !important;
}

.marL67, .mL67 {
  margin-left: 67px !important;
}

.marL68, .mL68 {
  margin-left: 68px !important;
}

.marL69, .mL69 {
  margin-left: 69px !important;
}

.marL70, .mL70 {
  margin-left: 70px !important;
}

.marL71, .mL71 {
  margin-left: 71px !important;
}

.marL72, .mL72 {
  margin-left: 72px !important;
}

.marL73, .mL73 {
  margin-left: 73px !important;
}

.marL74, .mL74 {
  margin-left: 74px !important;
}

.marL75, .mL75 {
  margin-left: 75px !important;
}

.marL76, .mL76 {
  margin-left: 76px !important;
}

.marL77, .mL77 {
  margin-left: 77px !important;
}

.marL78, .mL78 {
  margin-left: 78px !important;
}

.marL79, .mL79 {
  margin-left: 79px !important;
}

.marL80, .mL80 {
  margin-left: 80px !important;
}

.marL81, .mL81 {
  margin-left: 81px !important;
}

.marL82, .mL82 {
  margin-left: 82px !important;
}

.marL83, .mL83 {
  margin-left: 83px !important;
}

.marL84, .mL84 {
  margin-left: 84px !important;
}

.marL85, .mL85 {
  margin-left: 85px !important;
}

.marL86, .mL86 {
  margin-left: 86px !important;
}

.marL87, .mL87 {
  margin-left: 87px !important;
}

.marL88, .mL88 {
  margin-left: 88px !important;
}

.marL89, .mL89 {
  margin-left: 89px !important;
}

.marL90, .mL90 {
  margin-left: 90px !important;
}

.marL91, .mL91 {
  margin-left: 91px !important;
}

.marL92, .mL92 {
  margin-left: 92px !important;
}

.marL93, .mL93 {
  margin-left: 93px !important;
}

.marL94, .mL94 {
  margin-left: 94px !important;
}

.marL95, .mL95 {
  margin-left: 95px !important;
}

.marL96, .mL96 {
  margin-left: 96px !important;
}

.marL97, .mL97 {
  margin-left: 97px !important;
}

.marL98, .mL98 {
  margin-left: 98px !important;
}

.marL99, .mL99 {
  margin-left: 99px !important;
}

.marL100, .mL100 {
  margin-left: 100px !important;
}

/* margin-top*/
.marT1, .mT1 {
  margin-top: 1px !important;
}

.marT2, .mT2 {
  margin-top: 2px !important;
}

.marT3, .mT3 {
  margin-top: 3px !important;
}

.marT4, .mT4 {
  margin-top: 4px !important;
}

.marT5, .mT5 {
  margin-top: 5px !important;
}

.marT6, .mT6 {
  margin-top: 6px !important;
}

.marT7, .mT7 {
  margin-top: 7px !important;
}

.marT8, .mT8 {
  margin-top: 8px !important;
}

.marT9, .mT9 {
  margin-top: 9px !important;
}

.marT10, .mT10 {
  margin-top: 10px !important;
}

.marT11, .mT11 {
  margin-top: 11px !important;
}

.marT12, .mT12 {
  margin-top: 12px !important;
}

.marT13, .mT13 {
  margin-top: 13px !important;
}

.marT14, .mT14 {
  margin-top: 14px !important;
}

.marT15, .mT15 {
  margin-top: 15px !important;
}

.marT16, .mT16 {
  margin-top: 16px !important;
}

.marT17, .mT17 {
  margin-top: 17px !important;
}

.marT18, .mT18 {
  margin-top: 18px !important;
}

.marT19, .mT19 {
  margin-top: 19px !important;
}

.marT20, .mT20 {
  margin-top: 20px !important;
}

.marT21, .mT21 {
  margin-top: 21px !important;
}

.marT22, .mT22 {
  margin-top: 22px !important;
}

.marT23, .mT23 {
  margin-top: 23px !important;
}

.marT24, .mT24 {
  margin-top: 24px !important;
}

.marT25, .mT25 {
  margin-top: 25px !important;
}

.marT26, .mT26 {
  margin-top: 26px !important;
}

.marT27, .mT27 {
  margin-top: 27px !important;
}

.marT28, .mT28 {
  margin-top: 28px !important;
}

.marT29, .mT29 {
  margin-top: 29px !important;
}

.marT30, .mT30 {
  margin-top: 30px !important;
}

.marT31, .mT31 {
  margin-top: 31px !important;
}

.marT32, .mT32 {
  margin-top: 32px !important;
}

.marT33, .mT33 {
  margin-top: 33px !important;
}

.marT34, .mT34 {
  margin-top: 34px !important;
}

.marT35, .mT35 {
  margin-top: 35px !important;
}

.marT36, .mT36 {
  margin-top: 36px !important;
}

.marT37, .mT37 {
  margin-top: 37px !important;
}

.marT38, .mT38 {
  margin-top: 38px !important;
}

.marT39, .mT39 {
  margin-top: 39px !important;
}

.marT40, .mT40 {
  margin-top: 40px !important;
}

.marT41, .mT41 {
  margin-top: 41px !important;
}

.marT42, .mT42 {
  margin-top: 42px !important;
}

.marT43, .mT43 {
  margin-top: 43px !important;
}

.marT44, .mT44 {
  margin-top: 44px !important;
}

.marT45, .mT45 {
  margin-top: 45px !important;
}

.marT46, .mT46 {
  margin-top: 46px !important;
}

.marT47, .mT47 {
  margin-top: 47px !important;
}

.marT48, .mT48 {
  margin-top: 48px !important;
}

.marT49, .mT49 {
  margin-top: 49px !important;
}

.marT50, .mT50 {
  margin-top: 50px !important;
}

.marT51, .mT51 {
  margin-top: 51px !important;
}

.marT52, .mT52 {
  margin-top: 52px !important;
}

.marT53, .mT53 {
  margin-top: 53px !important;
}

.marT54, .mT54 {
  margin-top: 54px !important;
}

.marT55, .mT55 {
  margin-top: 55px !important;
}

.marT56, .mT56 {
  margin-top: 56px !important;
}

.marT57, .mT57 {
  margin-top: 57px !important;
}

.marT58, .mT58 {
  margin-top: 58px !important;
}

.marT59, .mT59 {
  margin-top: 59px !important;
}

.marT60, .mT60 {
  margin-top: 60px !important;
}

.marT61, .mT61 {
  margin-top: 61px !important;
}

.marT62, .mT62 {
  margin-top: 62px !important;
}

.marT63, .mT63 {
  margin-top: 63px !important;
}

.marT64, .mT64 {
  margin-top: 64px !important;
}

.marT65, .mT65 {
  margin-top: 65px !important;
}

.marT66, .mT66 {
  margin-top: 66px !important;
}

.marT67, .mT67 {
  margin-top: 67px !important;
}

.marT68, .mT68 {
  margin-top: 68px !important;
}

.marT69, .mT69 {
  margin-top: 69px !important;
}

.marT70, .mT70 {
  margin-top: 70px !important;
}

.marT71, .mT71 {
  margin-top: 71px !important;
}

.marT72, .mT72 {
  margin-top: 72px !important;
}

.marT73, .mT73 {
  margin-top: 73px !important;
}

.marT74, .mT74 {
  margin-top: 74px !important;
}

.marT75, .mT75 {
  margin-top: 75px !important;
}

.marT76, .mT76 {
  margin-top: 76px !important;
}

.marT77, .mT77 {
  margin-top: 77px !important;
}

.marT78, .mT78 {
  margin-top: 78px !important;
}

.marT79, .mT79 {
  margin-top: 79px !important;
}

.marT80, .mT80 {
  margin-top: 80px !important;
}

.marT81, .mT81 {
  margin-top: 81px !important;
}

.marT82, .mT82 {
  margin-top: 82px !important;
}

.marT83, .mT83 {
  margin-top: 83px !important;
}

.marT84, .mT84 {
  margin-top: 84px !important;
}

.marT85, .mT85 {
  margin-top: 85px !important;
}

.marT86, .mT86 {
  margin-top: 86px !important;
}

.marT87, .mT87 {
  margin-top: 87px !important;
}

.marT88, .mT88 {
  margin-top: 88px !important;
}

.marT89, .mT89 {
  margin-top: 89px !important;
}

.marT90, .mT90 {
  margin-top: 90px !important;
}

.marT91, .mT91 {
  margin-top: 91px !important;
}

.marT92, .mT92 {
  margin-top: 92px !important;
}

.marT93, .mT93 {
  margin-top: 93px !important;
}

.marT94, .mT94 {
  margin-top: 94px !important;
}

.marT95, .mT95 {
  margin-top: 95px !important;
}

.marT96, .mT96 {
  margin-top: 96px !important;
}

.marT97, .mT97 {
  margin-top: 97px !important;
}

.marT98, .mT98 {
  margin-top: 98px !important;
}

.marT99, .mT99 {
  margin-top: 99px !important;
}

.marT100, .mT100 {
  margin-top: 100px !important;
}

/* margin-bottom*/
.marB1, .mB1 {
  margin-bottom: 1px !important;
}

.marB2, .mB2 {
  margin-bottom: 2px !important;
}

.marB3, .mB3 {
  margin-bottom: 3px !important;
}

.marB4, .mB4 {
  margin-bottom: 4px !important;
}

.marB5, .mB5 {
  margin-bottom: 5px !important;
}

.marB6, .mB6 {
  margin-bottom: 6px !important;
}

.marB7, .mB7 {
  margin-bottom: 7px !important;
}

.marB8, .mB8 {
  margin-bottom: 8px !important;
}

.marB9, .mB9 {
  margin-bottom: 9px !important;
}

.marB10, .mB10 {
  margin-bottom: 10px !important;
}

.marB11, .mB11 {
  margin-bottom: 11px !important;
}

.marB12, .mB12 {
  margin-bottom: 12px !important;
}

.marB13, .mB13 {
  margin-bottom: 13px !important;
}

.marB14, .mB14 {
  margin-bottom: 14px !important;
}

.marB15, .mB15 {
  margin-bottom: 15px !important;
}

.marB16, .mB16 {
  margin-bottom: 16px !important;
}

.marB17, .mB17 {
  margin-bottom: 17px !important;
}

.marB18, .mB18 {
  margin-bottom: 18px !important;
}

.marB19, .mB19 {
  margin-bottom: 19px !important;
}

.marB20, .mB20 {
  margin-bottom: 20px !important;
}

.marB21, .mB21 {
  margin-bottom: 21px !important;
}

.marB22, .mB22 {
  margin-bottom: 22px !important;
}

.marB23, .mB23 {
  margin-bottom: 23px !important;
}

.marB24, .mB24 {
  margin-bottom: 24px !important;
}

.marB25, .mB25 {
  margin-bottom: 25px !important;
}

.marB26, .mB26 {
  margin-bottom: 26px !important;
}

.marB27, .mB27 {
  margin-bottom: 27px !important;
}

.marB28, .mB28 {
  margin-bottom: 28px !important;
}

.marB29, .mB29 {
  margin-bottom: 29px !important;
}

.marB30, .mB30 {
  margin-bottom: 30px !important;
}

.marB31, .mB31 {
  margin-bottom: 31px !important;
}

.marB32, .mB32 {
  margin-bottom: 32px !important;
}

.marB33, .mB33 {
  margin-bottom: 33px !important;
}

.marB34, .mB34 {
  margin-bottom: 34px !important;
}

.marB35, .mB35 {
  margin-bottom: 35px !important;
}

.marB36, .mB36 {
  margin-bottom: 36px !important;
}

.marB37, .mB37 {
  margin-bottom: 37px !important;
}

.marB38, .mB38 {
  margin-bottom: 38px !important;
}

.marB39, .mB39 {
  margin-bottom: 39px !important;
}

.marB40, .mB40 {
  margin-bottom: 40px !important;
}

.marB41, .mB41 {
  margin-bottom: 41px !important;
}

.marB42, .mB42 {
  margin-bottom: 42px !important;
}

.marB43, .mB43 {
  margin-bottom: 43px !important;
}

.marB44, .mB44 {
  margin-bottom: 44px !important;
}

.marB45, .mB45 {
  margin-bottom: 45px !important;
}

.marB46, .mB46 {
  margin-bottom: 46px !important;
}

.marB47, .mB47 {
  margin-bottom: 47px !important;
}

.marB48, .mB48 {
  margin-bottom: 48px !important;
}

.marB49, .mB49 {
  margin-bottom: 49px !important;
}

.marB50, .mB50 {
  margin-bottom: 50px !important;
}

.marB51, .mB51 {
  margin-bottom: 51px !important;
}

.marB52, .mB52 {
  margin-bottom: 52px !important;
}

.marB53, .mB53 {
  margin-bottom: 53px !important;
}

.marB54, .mB54 {
  margin-bottom: 54px !important;
}

.marB55, .mB55 {
  margin-bottom: 55px !important;
}

.marB56, .mB56 {
  margin-bottom: 56px !important;
}

.marB57, .mB57 {
  margin-bottom: 57px !important;
}

.marB58, .mB58 {
  margin-bottom: 58px !important;
}

.marB59, .mB59 {
  margin-bottom: 59px !important;
}

.marB60, .mB60 {
  margin-bottom: 60px !important;
}

.marB61, .mB61 {
  margin-bottom: 61px !important;
}

.marB62, .mB62 {
  margin-bottom: 62px !important;
}

.marB63, .mB63 {
  margin-bottom: 63px !important;
}

.marB64, .mB64 {
  margin-bottom: 64px !important;
}

.marB65, .mB65 {
  margin-bottom: 65px !important;
}

.marB66, .mB66 {
  margin-bottom: 66px !important;
}

.marB67, .mB67 {
  margin-bottom: 67px !important;
}

.marB68, .mB68 {
  margin-bottom: 68px !important;
}

.marB69, .mB69 {
  margin-bottom: 69px !important;
}

.marB70, .mB70 {
  margin-bottom: 70px !important;
}

.marB71, .mB71 {
  margin-bottom: 71px !important;
}

.marB72, .mB72 {
  margin-bottom: 72px !important;
}

.marB73, .mB73 {
  margin-bottom: 73px !important;
}

.marB74, .mB74 {
  margin-bottom: 74px !important;
}

.marB75, .mB75 {
  margin-bottom: 75px !important;
}

.marB76, .mB76 {
  margin-bottom: 76px !important;
}

.marB77, .mB77 {
  margin-bottom: 77px !important;
}

.marB78, .mB78 {
  margin-bottom: 78px !important;
}

.marB79, .mB79 {
  margin-bottom: 79px !important;
}

.marB80, .mB80 {
  margin-bottom: 80px !important;
}

.marB81, .mB81 {
  margin-bottom: 81px !important;
}

.marB82, .mB82 {
  margin-bottom: 82px !important;
}

.marB83, .mB83 {
  margin-bottom: 83px !important;
}

.marB84, .mB84 {
  margin-bottom: 84px !important;
}

.marB85, .mB85 {
  margin-bottom: 85px !important;
}

.marB86, .mB86 {
  margin-bottom: 86px !important;
}

.marB87, .mB87 {
  margin-bottom: 87px !important;
}

.marB88, .mB88 {
  margin-bottom: 88px !important;
}

.marB89, .mB89 {
  margin-bottom: 89px !important;
}

.marB90, .mB90 {
  margin-bottom: 90px !important;
}

.marB91, .mB91 {
  margin-bottom: 91px !important;
}

.marB92, .mB92 {
  margin-bottom: 92px !important;
}

.marB93, .mB93 {
  margin-bottom: 93px !important;
}

.marB94, .mB94 {
  margin-bottom: 94px !important;
}

.marB95, .mB95 {
  margin-bottom: 95px !important;
}

.marB96, .mB96 {
  margin-bottom: 96px !important;
}

.marB97, .mB97 {
  margin-bottom: 97px !important;
}

.marB98, .mB98 {
  margin-bottom: 98px !important;
}

.marB99, .mB99 {
  margin-bottom: 99px !important;
}

.marB100, .mB100 {
  margin-bottom: 100px !important;
}

.marLRAuto {
  margin-left: auto;
  margin-right: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   padding
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* padding*/
.pad0, .p0 {
  padding: 0px !important;
}

.pad1, .p1 {
  padding: 1px !important;
}

.pad2, .p2 {
  padding: 2px !important;
}

.pad3, .p3 {
  padding: 3px !important;
}

.pad4, .p4 {
  padding: 4px !important;
}

.pad5, .p5 {
  padding: 5px !important;
}

.pad6, .p6 {
  padding: 6px !important;
}

.pad7, .p7 {
  padding: 7px !important;
}

.pad8, .p8 {
  padding: 8px !important;
}

.pad9, .p9 {
  padding: 9px !important;
}

.pad10, .p10 {
  padding: 10px !important;
}

.pad11, .p11 {
  padding: 11px !important;
}

.pad12, .p12 {
  padding: 12px !important;
}

.pad13, .p13 {
  padding: 13px !important;
}

.pad14, .p14 {
  padding: 14px !important;
}

.pad15, .p15 {
  padding: 15px !important;
}

.pad16, .p16 {
  padding: 16px !important;
}

.pad17, .p17 {
  padding: 17px !important;
}

.pad18, .p18 {
  padding: 18px !important;
}

.pad19, .p19 {
  padding: 19px !important;
}

.pad20, .p20 {
  padding: 20px !important;
}

.pad21, .p21 {
  padding: 21px !important;
}

.pad22, .p22 {
  padding: 22px !important;
}

.pad23, .p23 {
  padding: 23px !important;
}

.pad24, .p24 {
  padding: 24px !important;
}

.pad25, .p25 {
  padding: 25px !important;
}

.pad26, .p26 {
  padding: 26px !important;
}

.pad27, .p27 {
  padding: 27px !important;
}

.pad28, .p28 {
  padding: 28px !important;
}

.pad29, .p29 {
  padding: 29px !important;
}

.pad30, .p30 {
  padding: 30px !important;
}

/* padding-right*/
.padR1, .pR1 {
  padding-right: 1px !important;
}

.padR2, .pR2 {
  padding-right: 2px !important;
}

.padR3, .pR3 {
  padding-right: 3px !important;
}

.padR4, .pR4 {
  padding-right: 4px !important;
}

.padR5, .pR5 {
  padding-right: 5px !important;
}

.padR6, .pR6 {
  padding-right: 6px !important;
}

.padR7, .pR7 {
  padding-right: 7px !important;
}

.padR8, .pR8 {
  padding-right: 8px !important;
}

.padR9, .pR9 {
  padding-right: 9px !important;
}

.padR10, .pR10 {
  padding-right: 10px !important;
}

.padR11, .pR11 {
  padding-right: 11px !important;
}

.padR12, .pR12 {
  padding-right: 12px !important;
}

.padR13, .pR13 {
  padding-right: 13px !important;
}

.padR14, .pR14 {
  padding-right: 14px !important;
}

.padR15, .pR15 {
  padding-right: 15px !important;
}

.padR16, .pR16 {
  padding-right: 16px !important;
}

.padR17, .pR17 {
  padding-right: 17px !important;
}

.padR18, .pR18 {
  padding-right: 18px !important;
}

.padR19, .pR19 {
  padding-right: 19px !important;
}

.padR20, .pR20 {
  padding-right: 20px !important;
}

.padR21, .pR21 {
  padding-right: 21px !important;
}

.padR22, .pR22 {
  padding-right: 22px !important;
}

.padR23, .pR23 {
  padding-right: 23px !important;
}

.padR24, .pR24 {
  padding-right: 24px !important;
}

.padR25, .pR25 {
  padding-right: 25px !important;
}

.padR26, .pR26 {
  padding-right: 26px !important;
}

.padR27, .pR27 {
  padding-right: 27px !important;
}

.padR28, .pR28 {
  padding-right: 28px !important;
}

.padR29, .pR29 {
  padding-right: 29px !important;
}

.padR30, .pR30 {
  padding-right: 30px !important;
}

/* padding-left*/
.padL1, .pL1 {
  padding-left: 1px !important;
}

.padL2, .pL2 {
  padding-left: 2px !important;
}

.padL3, .pL3 {
  padding-left: 3px !important;
}

.padL4, .pL4 {
  padding-left: 4px !important;
}

.padL5, .pL5 {
  padding-left: 5px !important;
}

.padL6, .pL6 {
  padding-left: 6px !important;
}

.padL7, .pL7 {
  padding-left: 7px !important;
}

.padL8, .pL8 {
  padding-left: 8px !important;
}

.padL9, .pL9 {
  padding-left: 9px !important;
}

.padL10, .pL10 {
  padding-left: 10px !important;
}

.padL11, .pL11 {
  padding-left: 11px !important;
}

.padL12, .pL12 {
  padding-left: 12px !important;
}

.padL13, .pL13 {
  padding-left: 13px !important;
}

.padL14, .pL14 {
  padding-left: 14px !important;
}

.padL15, .pL15 {
  padding-left: 15px !important;
}

.padL16, .pL16 {
  padding-left: 16px !important;
}

.padL17, .pL17 {
  padding-left: 17px !important;
}

.padL18, .pL18 {
  padding-left: 18px !important;
}

.padL19, .pL19 {
  padding-left: 19px !important;
}

.padL20, .pL20 {
  padding-left: 20px !important;
}

.padL21, .pL21 {
  padding-left: 21px !important;
}

.padL22, .pL22 {
  padding-left: 22px !important;
}

.padL23, .pL23 {
  padding-left: 23px !important;
}

.padL24, .pL24 {
  padding-left: 24px !important;
}

.padL25, .pL25 {
  padding-left: 25px !important;
}

.padL26, .pL26 {
  padding-left: 26px !important;
}

.padL27, .pL27 {
  padding-left: 27px !important;
}

.padL28, .pL28 {
  padding-left: 28px !important;
}

.padL29, .pL29 {
  padding-left: 29px !important;
}

.padL30, .pL30 {
  padding-left: 30px !important;
}

/* padding-bottom*/
.padB1, .pB1 {
  padding-bottom: 1px !important;
}

.padB2, .pB2 {
  padding-bottom: 2px !important;
}

.padB3, .pB3 {
  padding-bottom: 3px !important;
}

.padB4, .pB4 {
  padding-bottom: 4px !important;
}

.padB5, .pB5 {
  padding-bottom: 5px !important;
}

.padB6, .pB6 {
  padding-bottom: 6px !important;
}

.padB7, .pB7 {
  padding-bottom: 7px !important;
}

.padB8, .pB8 {
  padding-bottom: 8px !important;
}

.padB9, .pB9 {
  padding-bottom: 9px !important;
}

.padB10, .pB10 {
  padding-bottom: 10px !important;
}

.padB11, .pB11 {
  padding-bottom: 11px !important;
}

.padB12, .pB12 {
  padding-bottom: 12px !important;
}

.padB13, .pB13 {
  padding-bottom: 13px !important;
}

.padB14, .pB14 {
  padding-bottom: 14px !important;
}

.padB15, .pB15 {
  padding-bottom: 15px !important;
}

.padB16, .pB16 {
  padding-bottom: 16px !important;
}

.padB17, .pB17 {
  padding-bottom: 17px !important;
}

.padB18, .pB18 {
  padding-bottom: 18px !important;
}

.padB19, .pB19 {
  padding-bottom: 19px !important;
}

.padB20, .pB20 {
  padding-bottom: 20px !important;
}

.padB21, .pB21 {
  padding-bottom: 21px !important;
}

.padB22, .pB22 {
  padding-bottom: 22px !important;
}

.padB23, .pB23 {
  padding-bottom: 23px !important;
}

.padB24, .pB24 {
  padding-bottom: 24px !important;
}

.padB25, .pB25 {
  padding-bottom: 25px !important;
}

.padB26, .pB26 {
  padding-bottom: 26px !important;
}

.padB27, .pB27 {
  padding-bottom: 27px !important;
}

.padB28, .pB28 {
  padding-bottom: 28px !important;
}

.padB29, .pB29 {
  padding-bottom: 29px !important;
}

.padB30, .pB30 {
  padding-bottom: 30px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   文字
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.taL, .txtLt {
  text-align: left !important;
}

.taR, .txtRt {
  text-align: right !important;
}

.taC, .txtCt {
  text-align: center !important;
}

.vaT, .vaTop {
  vertical-align: top !important;
}

.vaM, .vaMiddle {
  vertical-align: middle !important;
}

.vaB, .vaBottom {
  vertical-align: bottom !important;
}

.txtBold {
  font-weight: bold !important;
}

.fSize10, .fs10 {
  font-size: 10px !important;
}

.fSize11, .fs11 {
  font-size: 11px !important;
}

.fSize12, .fs12 {
  font-size: 12px !important;
}

.fSize13, .fs13 {
  font-size: 13px !important;
}

.fSize14, .fs14 {
  font-size: 14px !important;
}

.fSize15, .fs15 {
  font-size: 15px !important;
}

.fSize16, .fs16 {
  font-size: 16px !important;
}

.fSize17, .fs17 {
  font-size: 17px !important;
}

.fSize18, .fs18 {
  font-size: 18px !important;
}

.fSize19, .fs19 {
  font-size: 19px !important;
}

.fSize20, .fs20 {
  font-size: 20px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   線
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bd {
  border: solid 1px #CCCCCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Float
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flL, .fL {
  float: left;
  display: block;
}

.flR, .fR {
  float: right;
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Clear Fix
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cFix:after {
  content: "";
  display: block;
  clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   装飾用
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.table {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
}

.ofh {
  overflow: hidden !important;
}

.vhdn {
  visibility: hidden !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   readonly
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.readonly {
  background-color: #F8F8F8 !important;
  border: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   必須
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.nec:not(:disabled), .noChk:not(:disabled) {
  background-color: #FFE6F2 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スクロール
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.scrollY {
  overflow-y: scroll;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   リスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 水平方向
======================================================== */
.hList li {
  float: left;
  display: inline;
}

/* 水平方向(右寄）
======================================================== */
.hListRt li {
  float: right;
  display: inline;
}

.hList:after,
.hListRt:after {
  content: "";
  display: block;
  clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   カーソル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn_link,
.pointer {
  cursor: pointer;
}

a.disabled {
  color: #cccccc !important;
  cursor: not-allowed !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   並び替えリンク
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.order_link {
  color: #fff;
  text-decoration: underline;
}
a.order_link:hover {
  opacity: 0.6;
}

/**
 *
 * アイコン
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
.icon {
  width: 18px;
  height: 18px; /* width,heightの半分 */
  border-radius: 9px;
  background-color: #4682b4;
  color: #FFFFFF;
  /* Webフォント*/
  /* メモ */
}
.icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px;
}
.icon.memo:before {
  content: "\f0f6";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メインメニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.main-menu-box {
  width: 180px;
  margin: 0 0 10px 0;
}
div.main-menu-box h3 {
  padding: 5px 10px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
  background: #658dc9;
  color: #FFF;
  font-size: 16px;
}
div.main-menu-box ul, div.main-menu-box div.box {
  padding: 5px 5px 0 5px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
div.main-menu-box li a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.03, #ffffff), color-stop(0.03, #fbfbfb), color-stop(0.48, #f0f0f0), color-stop(0.52, #ebebeb), color-stop(0.96, #dedede), to(#dedede));
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 0 0 5px 0;
  padding: 7px 10px;
  border: 1px solid #CCC;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
div.main-menu-box li a:hover {
  background: #ebebeb;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.menu {
  margin: 0 0 3px 0;
  overflow: hidden;
}

div.menu ul {
  display: block;
  overflow: hidden;
}

div.menu li {
  float: left;
  display: block;
  margin: 0 3px 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   グリッド
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.grid {
  width: 100%;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
}
div.grid.col1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
}
div.grid.col2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
}
div.grid.col3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アラート
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert .link {
  font-weight: bold;
}
.alert p {
  margin-bottom: 0;
}
.alert p + p {
  margin-top: 5px;
}
.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.success .link {
  color: #2b542c;
}
.alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.info .link {
  color: #245269;
}
.alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.warning .link {
  color: #66512c;
}
.alert.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.danger .link {
  color: #843534;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   dojoカレンダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
tr.dijitCalendarWeekTemplate {
  /* 日曜 */
  /* 土曜 */
  /* 本日 */
}
tr.dijitCalendarWeekTemplate td:first-child {
  background-color: #ffcccc;
}
tr.dijitCalendarWeekTemplate td:last-child {
  background-color: #afd3f7;
}
tr.dijitCalendarWeekTemplate td.dijitCalendarCurrentDate {
  background-color: #ffffcc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   dojoTooltip
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.dijitTooltipContainer {
  background-color: #FFE6F2 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.box {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ページボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.page-head {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  /* ボタン */
  /* 更新情報 */
}
div.page-head .btn-box {
  float: left;
  display: inline;
}
div.page-head .btn-box ul:after {
  content: "";
  display: block;
  clear: both;
}
div.page-head .btn-box li {
  float: left;
  margin: 0 3px 0 0;
}
div.page-head .update {
  float: right;
  display: inline;
}

div.page-head a.btn {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 3px 20px 3px 5px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  color: #555555;
  border: 1px solid #999999;
  border-bottom: 1px solid #b2b1b1;
  background: #eeeeee;
  /* Webフォント*/
  /* 新規 */
  /* 保存 */
  /* 戻る */
  /* 閉じる */
}
div.page-head a.btn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  background-color: #4682b4;
  color: #FFFFFF;
  margin-right: 10px;
  padding: 4px;
  border-radius: 4px;
}
div.page-head a.btn.new:before {
  content: "\f0f6";
}
div.page-head a.btn.save:before {
  content: "\f0c7";
}
div.page-head a.btn.back:before {
  content: "\f0a8";
}
div.page-head a.btn.close:before {
  content: "\f057";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ロードオーバーレイ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loadOverlay {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  z-index: 999;
  vertical-align: middle;
}

.loadOverlayInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background-image: url("../img/loader_lg.gif");
  background-repeat: no-repeat;
}

/**
 *
 * ボタン
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン */
input.btn,
a.btn {
  padding: 2px 10px;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  /* グレー（標準） */
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.03, #ffffff), color-stop(0.03, #fbfbfb), color-stop(0.48, #f0f0f0), color-stop(0.52, #ebebeb), to(#e6e6e6));
  border: 1px #b4b4b4 solid;
  color: #505050;
  text-shadow: 1px 1px 1px #FFFFFF;
  /* 青 */
  /* 一覧 */
  /* サイズ大 */
}
input.btn:hover, input.btn.disabled,
a.btn:hover,
a.btn.disabled {
  background: #efefef;
}
input.btn.blue,
a.btn.blue {
  color: #FFFFFF;
  text-shadow: none;
  border: 1px #245580 solid;
  background: #337ab7;
  background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  -webkit-box-shadow: 0 1px 0 #b9c3e4 inset;
}
input.btn.list,
a.btn.list {
  padding: 0 10px;
  border-radius: 2px;
}
input.btn.large,
a.btn.large {
  padding: 5px 10px;
  font-size: 18px;
}
input.btn.func,
a.btn.func {
  line-height: 24px !important;
  margin: 0 auto;
  width: 80px;
  padding: 3px 5px 2px 5px !important;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E2E2E2)) !important;
  border: 1px solid #ccc !important;
  color: #111 !important;
}
input.btn.func:hover,
a.btn.func:hover {
  background: #EEE !important;
}
input.btn.func span,
a.btn.func span {
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  background: #2e587c;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e587c), color-stop(0.01, #9bbada), color-stop(0.1, #669fcf), color-stop(0.53, #336089), color-stop(0.82, #174167), to(#09375d));
  padding: 5px;
  color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   機能ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btnNew,
.btnCopy,
.btnConfirm,
.btnDsp,
.btnNotDsp,
.btnEdit,
.btnPrice,
.btnHistory,
.btnBack,
.btnSave,
.btnMail,
.btnSend,
.btnSignature,
.btnPreview,
.btnAdd,
.btnUpload,
.btnDel,
.btnDelCancel,
.btnMulticopy,
.btnConf,
.btnPrint,
.btnMExec,
.btnReply,
.btnOrder,
.btnAccept,
.btnReject,
.btnRefer,
.btnKeijo {
  width: 90px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 35px 0 0 0;
  background-image: url(../img/sprite/btn_function.png?20160116);
}

/* 新規ボタン
======================================================== */
.btnNew {
  background-position: 0 0;
}

.btnNew:hover {
  background-position: 0 -35px;
}

/* 複写ボタン
======================================================== */
.btnCopy {
  background-position: -90px 0;
}

.btnCopy:hover {
  background-position: -90px -35px;
}

/* 一括複写ボタン
======================================================== */
.btnMulticopy {
  background-position: -180px 0;
}

.btnMulticopy:hover {
  background-position: -180px -35px;
}

/* 戻るボタン
======================================================== */
.btnBack {
  background-position: -270px 0;
}

.btnBack:hover {
  background-position: -270px -35px;
}

/* 印刷ボタン
======================================================== */
.btnPrint {
  background-position: -360px 0;
}

.btnPrint:hover {
  background-position: -360px -35px;
}

/* プレビューボタン
======================================================== */
.btnPreview {
  background-position: -450px 0;
}

.btnPreview:hover {
  background-position: -450px -35px;
}

/* メールボタン
======================================================== */
.btnMail {
  background-position: -540px 0;
}

.btnMail:hover {
  background-position: -540px -35px;
}

/* シグネチャボタン
======================================================== */
.btnSignature {
  background-position: -630px 0;
}

.btnSignature:hover {
  background-position: -630px -35px;
}

/* 送信ボタン
======================================================== */
.btnSend {
  background-position: -720px 0;
}

.btnSend:hover {
  background-position: -720px -35px;
}

/* 返信ボタン
======================================================== */
.btnReply {
  background-position: -810px 0;
}

.btnReply:hover {
  background-position: -810px -35px;
}

/* 保存ボタン
======================================================== */
.btnSave {
  background-position: 0 -70px;
}

.btnSave:hover {
  background-position: 0px -105px;
}

/* 編集ボタン
======================================================== */
.btnEdit {
  background-position: -90px -70px;
}

.btnEdit:hover {
  background-position: -90px -105px;
}

/* 削除ボタン
======================================================== */
.btnDel {
  background-position: -180px -70px;
}

.btnDel:hover {
  background-position: -180px -105px;
}

/* 削除取り消しボタン
======================================================== */
.btnDelCancel {
  background-position: -270px -70px;
}

.btnDelCancel {
  background-position: -270px -105px;
}

/* 非表示ボタン
======================================================== */
.btnNotDsp {
  background-position: -360px -70px;
}

.btnNotDsp:hover {
  background-position: -360px -105px;
}

/* 追加ボタン
======================================================== */
.btnAdd {
  background-position: -450px -70px;
}

.btnAdd:hover {
  background-position: -450px -105px;
}

/* 設定ボタン
======================================================== */
.btnConf {
  background-position: -540px -70px;
}

.btnConf:hover {
  background-position: -540px -105px;
}

/* 履歴ボタン
======================================================== */
.btnHistory {
  background-position: -630px -70px;
}

.btnHistory:hover {
  background-position: -630px -105px;
}

/* 受注入力ボタン
======================================================== */
.btnOrder {
  background-position: -720px -70px;
}

.btnOrder:hover {
  background-position: -720px -105px;
}

/* 価格ボタン
======================================================== */
.btnPrice {
  background-position: -810px -70px;
}

.btnPrice:hover {
  background-position: -810px -105px;
}

/* アップロードボタン
======================================================== */
.btnUpload {
  background-position: 0 -140px;
}

.btnUpload:hover {
  background-position: 0 -175px;
}

/* サイト確認ボタン
======================================================== */
.btnConfirm {
  background-position: -90px -140px;
}

.btnConfirm:hover {
  background-position: -90px -175px;
}

/* 手動発行ボタン
======================================================== */
.btnMExec {
  background-position: -180px -140px;
}

.btnMExec:hover {
  background-position: -180px -175px;
}

/* 承認ボタン
======================================================== */
.btnAccept {
  background-position: -270px -140px;
}

.btnAccept:hover {
  background-position: -270px -175px;
}

/* 却下ボタン
======================================================== */
.btnReject {
  background-position: -360px -140px;
}

.btnReject:hover {
  background-position: -360px -175px;
}

/* 参照ボタン
======================================================== */
.btnRefer {
  background-position: -450px -140px;
}

.btnRefer:hover {
  background-position: -450px -175px;
}

/* 表示ボタン
======================================================== */
.btnDsp {
  background-position: -540px -140px;
}

.btnDsp:hover {
  background-position: -540px -175px;
}

/* 計上ボタン
======================================================== */
.btnKeijo {
  background-position: -630px -140px;
}

.btnKeijo:hover {
  background-position: -630px -175px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ページヘッダ　ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btnManual {
  width: 85px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../img/sprite/btn_header.png);
  background-repeat: no-repeat;
  margin: 3px 8px 0 0;
  padding: 20px 0 0 0;
}

/* マニュアル
======================================================== */
.btnManual {
  background-position: 0 0;
}

.btnManual:hover {
  background-position: 0 -20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   検索用ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sBtnSearch,
.sBtnDetail,
.sBtnMail,
.sBtnPdf, .sBtnPdfOn,
.sBtnCsv, .sBtnCsvOn,
.sBtnClear,
.sBtnExcel, .sBtnExcelOn {
  width: 65px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../img/sprite/btn_search.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 22px 0 0 0;
  border: none;
  vertical-align: top;
}

/* 【検索用】検索ボタン
======================================================== */
.sBtnSearch {
  background-position: 0 0;
}

.sBtnSearch:hover {
  background-position: 0 -22px;
}

/* 【検索用】詳細検索ボタン
======================================================== */
.sBtnDetail {
  background-position: -70px 0;
}

.sBtnDetail:hover {
  background-position: -70px -22px;
}

/* 【検索用】メールボタン
======================================================== */
.sBtnMail {
  background-position: -140px 0;
}

.sBtnMail:hover {
  background-position: -140px -22px;
}

/* 【検索用】印刷ボタン
======================================================== */
.sBtnPdf {
  background-position: -210px 0;
}

.sBtnPdfOn {
  background-position: -210px -22px;
}

.sBtnPdf:hover {
  background-position: -210px -22px;
}

/* 【検索用】CSVボタン
======================================================== */
.sBtnCsv {
  background-position: -280px 0;
}

.sBtnCsvOn {
  background-position: -280px -22px;
}

.sBtnCsv:hover {
  background-position: -280px -22px;
}

/* 【検索用】クリアボタン
======================================================== */
.sBtnClear {
  background-position: -350px 0;
}

.sBtnClear:hover {
  background-position: -350 -22px;
}

/* 【検索用】Excelボタン
======================================================== */
.sBtnExcel {
  background-position: -420px 0;
}

.sBtnExcelOn {
  background-position: -420px -22px;
}

.sBtnExcel:hover {
  background-position: -420px -22px;
}

.sBtnExcel:hover {
  cursor: pointer;
}

/* 汎用ボタン
======================================================== */
.btnFree {
  width: 90px;
  height: 35px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 0 0;
  background-image: url(../img/btn_free.png);
  font-size: 14px;
  font-weight: bold;
  color: #444444 !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 2.5;
}

.btnFree.small {
  font-size: 12px;
  line-height: normal;
}

.btnFree:hover {
  color: #074191 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アイコン hover
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.iEnterMoneyOff, .iEnterMoneyOn,
.iSendStatusOff, .iSendStatusOn,
.iSheetOutOff, .iSheetOutOn,
.iDeliveryOutOff, .iDeliveryOutOn,
.iOrderMarkingOff, .iOrderMarkingOn,
.iSendMailOrderOff, .iSendMailOrderOn,
.iSendMailMoneyOff, .iSendMailMoneyOn,
.iSendMailDeliveryOff, .iSendMailDeliveryOn,
.iSendMailPaymentOff, .iSendMailPaymentOn,
.iSaveOff, .iSaveOn,
.iNonDisplayOff, .iNonDisplayOn,
.iDisplayOff, .iDisplayOn,
.iDeleteOff, .iDeleteOn,
.iDetailOff, .iDetailOn,
.iPreviewOff, .iPreviewOn {
  width: 16px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../img/sprite/icon_hover.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 16px 0 0 0;
  vertical-align: middle;
}

/* 【一覧】入金済み
======================================================== */
.iEnterMoneyOff {
  background-position: 0 0;
}

.iEnterMoneyOn {
  background-position: 0 -16px;
}

/* 【一覧】出荷済み
======================================================== */
.iSendStatusOff {
  background-position: -20px 0;
}

.iSendStatusOn {
  background-position: -20px -16px;
}

/* 【一覧】帳票出力
======================================================== */
.iSheetOutOff {
  background-position: -40px 0;
}

.iSheetOutOn {
  background-position: -40px -16px;
}

/* 【一覧】B2出力
======================================================== */
.iDeliveryOutOff {
  background-position: -60px 0;
}

.iDeliveryOutOn {
  background-position: -60px -16px;
}

/* 【一覧】 受注確認メール
======================================================== */
.iSendMailOrderOff {
  background-position: -80px 0;
}

.iSendMailOrderOn {
  background-position: -80px -16px;
}

/* 【一覧】入金確認メール
======================================================== */
.iSendMailMoneyOff {
  background-position: -100px 0;
}

.iSendMailMoneyOn {
  background-position: -100px -16px;
}

/* 【一覧】配送完了メール
======================================================== */
.iSendMailDeliveryOff {
  background-position: -120px 0;
}

.iSendMailDeliveryOn {
  background-position: -120px -16px;
}

/* 【一覧】決済依頼メール
======================================================== */
.iSendMailPaymentOff {
  background-position: -140px 0;
}

.iSendMailPaymentOn {
  background-position: -140px -16px;
}

/* 【一覧】マーキング
======================================================== */
.iOrderMarkingOff {
  background-position: -160px 0;
}

.iOrderMarkingOn {
  background-position: -160px -16px;
}

/* 【一覧】保存
======================================================== */
.iSaveOff, .iSaveOn:hover {
  background-position: -180px 0;
}

.iSaveOn {
  background-position: -180px -16px;
}

/* 【一覧】非表示
======================================================== */
.iNonDisplayOff, .iNonDisplayOn:hover {
  background-position: -200px 0;
}

.iNonDisplayOn {
  background-position: -200px -16px;
}

/* 【一覧】表示
======================================================== */
.iDisplayOff, .iDisplayOn:hover {
  background-position: -220px 0;
}

.iDisplayOn {
  background-position: -220px -16px;
}

/* 【一覧】削除
======================================================== */
.iDeleteOff, .iDeleteOn:hover {
  background-position: -240px 0;
}

.iDeleteOn {
  background-position: -240px -16px;
}

/* 【一覧】詳細
======================================================== */
.iDetailOff, .iDetailOn:hover {
  background-position: -260px 0;
}

.iDetailOn {
  background-position: -260px -16px;
}

/* 【一覧】詳細
======================================================== */
.iPreviewOff, .iPreviewOn:hover {
  background-position: -280px 0;
}

.iPreviewOn {
  background-position: -280px -16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アイコン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.iconOpenWindow,
.iconHelp,
.iconSearch,
.iconArrow,
.iconArrowLeft,
.iconArrowRight,
.iconConfig,
.iSheetOut,
.iDeliveryOut,
.iMall,
.iShop,
.iCustomer,
.iDeliNomal,
.iDeliCollect,
.iItem {
  display: inline-block;
  overflow: hidden;
  height: 0px;
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
}

/* サイト確認
======================================================== */
.iconOpenWindow {
  width: 16px;
  background-image: url(../img/w_open.png);
  padding: 16px 0 0 0;
}

/* ヘルプ
======================================================== */
.iconHelp {
  width: 12px;
  background-image: url(../img/help.png);
  padding: 12px 0 0 0;
}

/* 検索ボタン
======================================================== */
.iconSearch {
  width: 22px;
  background-image: url(../img/search.gif);
  padding: 22px 0 0 0;
}

/* 矢印
======================================================== */
.iconArrow {
  width: 4px;
  background-image: url(../img/arrow.gif);
  padding: 7px 0 0 0;
}

/* 矢印（左）
======================================================== */
.iconArrowLeft {
  width: 16px;
  background-image: url(../img/arrow_left.gif);
  padding: 16px 0 0 0;
}

/* 矢印（右）
======================================================== */
.iconArrowRight {
  width: 16px;
  background-image: url(../img/arrow_right.gif);
  padding: 16px 0 0 0;
}

/* 設定
======================================================== */
.iconConfig {
  width: 16px;
  background-image: url(../img/config.png);
  padding: 16px 0 0 0;
}

/* モール
======================================================== */
.iMall {
  width: 16px;
  background-image: url(../img/icon_mall.png);
  padding: 16px 0 0 0;
}

/* ネットショップ
======================================================== */
.iShop {
  width: 16px;
  background-image: url(../img/icon_shop.png);
  padding: 16px 0 0 0;
}

/* 直販
======================================================== */
.iCustomer {
  width: 16px;
  background-image: url(../img/icon_customer.png);
  padding: 16px 0 0 0;
}

/* 配送初払い
======================================================== */
.iDeliNomal {
  width: 16px;
  background-image: url(../img/icon_hatsu.png);
  padding: 16px 0 0 0;
}

/* コレクト伝票（代引き）
======================================================== */
.iDeliCollect {
  width: 16px;
  background-image: url(../img/icon_dai.png);
  padding: 16px 0 0 0;
}

/* 商品
======================================================== */
.iItem {
  width: 16px;
  background-image: url(../img/icon_box.png);
  padding: 16px 0 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アイコン（テキスト付）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アラートボタン
======================================================== */
.iconAlert {
  background-image: url(../img/alert.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 22px;
}

/* 矢印ボタン
======================================================== */
.iconTxtArrow {
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 12px;
}

/* 掲示板
======================================================== */
.iconTxtBoard {
  background-image: url(../img/board.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/* 顧客
======================================================== */
.iconTxtCustomer {
  background-image: url(../img/icon_customer.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/* 企業、法人、モール
======================================================== */
.iconTxtBill {
  background-image: url(../img/icon_mall.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/* メール
======================================================== */
.iconTxtMail {
  background-image: url(../img/icons/icon_mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/* 電話
======================================================== */
.iconTxtTel {
  background-image: url(../img/icons/icon_tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/* FAX
======================================================== */
.iconTxtFax {
  background-image: url(../img/icons/icon_fax.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

/**
 *
 * 線
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   線
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bdNone {
  border: none !important;
}

.bdTopNone {
  border-top: none !important;
}

.bdBtmNone {
  border-bottom: none !important;
}

.bdLtNone {
  border-left: none !important;
}

.bdRtNone {
  border-right: none !important;
}

.bdLRNone {
  border-left: none !important;
  border-right: none !important;
}

.bdGray {
  border: 1px solid #DEDEDE;
}

.bdLRGray {
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.bdTopGray {
  border-top: 1px solid #DEDEDE;
}

.bdRtGray {
  border-right: 1px solid #DEDEDE;
}

.bdBtmGray {
  border-bottom: 2px solid #DEDEDE;
}

.bdBGray {
  border-bottom: 1px solid #DEDEDE;
}

.bdTDark {
  border-top: 1px solid #666 !important;
}

.bdCBlue {
  border-color: #119de9 !important;
}

/* 下破線
======================================================== */
.bdBtmDash {
  border-bottom: dashed 1px #C7C7C7 !important;
}

/**
 *
 * カレンダー
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   カレンダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.calendar {
  border-collapse: collapse;
  border: 1px #666 solid;
  text-align: center;
  font-size: 12px;
}

table.calendar td,
table.calendar th {
  padding: 5px;
  border: 1px #666 solid;
  height: 10px;
}

table.calendar th {
  background: #eee;
  color: #000000;
}

table.calendar td.today {
  background: #999;
  color: #fff;
}

table.calendar td.holiday {
  background: #ffccdd;
}

table.calendar .red {
  color: #f33;
}

table.calendar .blue {
  color: #33f;
}

/**
 *
 * color
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  フォント
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.txtGray {
  color: #666666 !important;
}

.txtSilver {
  color: #cccccc !important;
}

.txtRed {
  color: red !important;
}

.txtBlue {
  color: blue !important;
}

.txtOrange {
  color: #FF6600 !important;
}

.txtGreen {
  color: #393 !important;
}

.txtWhite {
  color: #FFFFFF !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  バックグラウンド
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bgGray {
  background-color: #CCCCCC !important;
}

.bgYellow {
  background-color: #ffffcc !important;
}

.bgLBlue {
  background-color: #e0ffff !important;
}

.bgPink {
  background-color: #ffb9dc !important;
}

.focusItem {
  background-color: #ffffcc !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   透過（リモート対応）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.trans::-moz-selection {
  color: transparent !important;
  -moz-user-select: none;
       user-select: none;
}
.trans,
.trans::selection {
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/**
 *
 * タイトル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像アップロードボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.upImageBox {
  width: 176px;
  margin: 0 0 5px 0;
  padding: 2px 2px 2px 2px;
  border: solid 1px #CCCCCC;
  text-align: center;
}

div.upImageBoxImgField {
  width: 160px;
  height: 160px;
  margin: 3px auto 5px auto;
}

div.upImageBoxImgField td {
  width: 160px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}

div.upImageBoxLinkField {
  margin: 0 0 3px 0;
}

div.upImageBoxBtnField {
  margin: 0 auto 3px auto;
}

div.upImageBoxTextField textarea {
  width: 160px;
  height: 50px;
}

/**
 *
 * ラベル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テキストアイコン（ラベル）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lbl {
  margin: 0;
  padding: 0 2px 0 2px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: none;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 11px;
}
.lbl.red {
  border: 1px #e71f19 solid;
  color: #e71f19;
}
.lbl.blue {
  border: 1px #18499d solid;
  color: #18499d;
}
.lbl.black {
  border: 1px #333333 solid;
  color: #333333;
}
.lbl.pink {
  border: 1px #e4016f solid;
  color: #e4016f;
}
.lbl.green {
  border: 1px #80bf01 solid;
  color: #80bf01;
}
.lbl.orange {
  border: 1px #fa7e01 solid;
  color: #fa7e01;
}
.lbl.yellow {
  border: 1px #e5ad01 solid;
  color: #e5ad01;
}
.lbl.sky {
  border: 1px #119de9 solid;
  color: #119de9;
}
.lbl.purple {
  border: 1px #8c4ecc solid;
  color: #8c4ecc;
}
.lbl.gray {
  border: 1px #cccccc solid;
  color: #cccccc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.menu-list {
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #336089;
}
div.menu-list ul {
  display: table;
  margin: 0 0 -1px 0;
}
div.menu-list ul li {
  display: table-cell;
  padding: 0 0 0 10px;
}
div.menu-list ul li a {
  padding: 9px 15px;
  display: block;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #004EA2;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
}
div.menu-list ul li a:hover {
  background-color: #336089;
  color: #fff;
}
div.menu-list ul li.active a {
  background-color: #336089;
  border: solid 1px #336089;
  color: #fff;
}

/**
 *
 * タイトル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メッセージ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#msgBox {
  overflow: hidden;
}

/* エラーボックス
======================================================== */
div#errBox {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 5px;
  border: solid 1px #dcdcdc;
  background-color: #FFFFCC;
  color: #FF0000;
  font-weight: bold;
}

.errItem {
  background-color: #ff7632;
}

#errMsg {
  color: #FF0000;
  font-weight: bold;
}

/* メッセージボックス
======================================================== */
div#infoBox {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 600px;
  padding: 10px 15px 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  border-color: #b2dba1;
  color: #3c763d;
  font-size: 16px;
  margin: 0 0 0 -300px;
  z-index: 1000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
div#infoBox:after {
  content: "";
  display: block;
  clear: both;
}

.messageBox {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 5px;
  border: solid 1px #dcdcdc;
  background-color: #FFFFCC;
  color: #006400;
  font-weight: bold;
}

/* アラートアイコン
======================================================== */
.alertIconMsg {
  background: url(../img/alert.gif) no-repeat left center;
  padding: 0 0 0 20px;
  height: 16px;
  display: inline-block;
  color: #FF0000;
}

/* 汎用メッセージ
======================================================== */
.message {
  width: 100%;
  padding: 10px 15px 10px 15px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}
.message.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  border-color: #b2dba1;
  color: #3c763d;
}
.message.yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  border-color: #f5e79e;
  color: #8a6d3b;
}
.message.red {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  border-color: #dca7a7;
  color: #a94442;
}

/**
 *
 * タイトル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ポップアップ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#modal {
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  margin: 0 0 10px 0;
}

/* メール履歴
---------------------------------------------*/
h2.mail_history_title {
  font-size: 16px;
  border-bottom: solid 2px #CCCCCC;
  text-align: left;
}

p#mail_history_date {
  text-align: right;
}

/**
 *
 * 検索
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   検索
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search {
  margin: 0 0 5px 0;
  overflow: hidden;
  /* 定義 */
  /* リスト */
  /* テーブル */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   検索（開閉）
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
.search dt, .search dd {
  display: inline-block;
  margin: 0 5px 0 0;
}
.search dt {
  border-left: solid 3px #000080;
  padding: 0 0 0 5px;
}
.search li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.search th, .search td {
  height: 25px;
  margin: 0px;
}
.search th {
  text-align: center;
  padding: 1px 2px 1px 2px;
}
.search.toggle {
  width: 100%;
  margin: 0 0 5px 0;
  /* タイトル */
  /* メニュー */
  /* 検索項目 */
}
.search.toggle .tit-box {
  margin: 0;
  padding: 5px 5px 5px 5px;
  font-size: 110%;
  text-shadow: 0px 1px 0px #fff;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 2px solid #d6d4d3;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -1px 1px #9e9b9a inset;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#fcfcfc", endColorstr="#eaeaea");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eaeaea)";
  -pie-background: linear-gradient(top, #fcfcfc, #eaeaea);
  behavior: url(PIE.htc);
  line-height: 1.8;
  cursor: pointer;
}
.search.toggle .tit {
  float: left;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /* アイコン */
}
.search.toggle .tit.open {
  background-image: url(../img/icon_minus.png);
}
.search.toggle .tit.close {
  background-image: url(../img/icon_plus.png);
}
.search.toggle .menu {
  float: right;
}
.search.toggle .menu dl {
  margin: 0;
  padding: 0;
}
.search.toggle .menu dl:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.search.toggle .menu dt,
.search.toggle .menu dd {
  margin: 0;
  padding: 0 3px 0 0;
  float: left;
}
.search.toggle .menu dt {
  color: #333333;
}
.search.toggle .menu dd {
  margin: 0;
  padding: 0;
}
.search.toggle .menu span {
  line-height: normal;
}
.search.toggle .menu .funcLbl {
  margin: 0 5px 0 0;
  padding: 0;
  padding-left: 8px;
  border-left: 3px solid #00008B;
}
.search.toggle .item {
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 5px;
  text-shadow: 0px 1px 0px #fafafa;
  background: #fbfaf4;
  background: linear-gradient(top, #fbfaf4, #ece8e6);
  -pie-background: linear-gradient(top, #fbfaf4, #ece8e6);
  border: 1px solid #dcd9d8;
  border-bottom: 1px solid #c1c1bd;
  box-shadow: 0 0 1px #c7c5c1;
  behavior: url(PIE.htc);
  border-radius: 0 0 3px 3px;
  /* ボタン（標準グレー）*/
  /* ボタン領域 */
}
.search.toggle .item .box dl {
  width: 100%;
  margin: 0 0 10px 0;
}
.search.toggle .item .box dl:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.search.toggle .item .box dt,
.search.toggle .item .box dd {
  margin: 0;
  padding: 0 3px 0 0;
  float: left;
}
.search.toggle .item .box dt {
  color: #333333;
  margin: 0 5px 0 0;
  padding: 2px;
  padding-left: 8px;
  border-left: 3px solid #e5ad01;
}
.search.toggle .item .box dt .blue {
  border-left: 3px solid #00008B;
}
.search.toggle .item .box dd {
  margin: 0 20px 0 0;
}
.search.toggle .item .btn {
  width: 80px;
  padding: 0 3px 0 3px;
  font-weight: normal;
  font-size: 12px;
  color: #555555;
  border: 1px solid #999999;
  border-bottom: 1px solid #b2b1b1;
  background: #eeeeee;
  background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  box-shadow: 0 1px 0 #f5f5f5 inset;
  /* 青 */
}
.search.toggle .item .btn.blue {
  color: #FFFFFF;
  border: 1px #1e3a95 solid;
  border-bottom: 1px solid #1e3a95;
  background: #3a57a0;
  background: linear-gradient(top, #5a77af 50%, #1e3a95 50%);
  box-shadow: 0 1px 0 #b9c3e4 inset;
}
.search.toggle .item .btn-box {
  padding: 5px 0 0 0;
  display: block;
  text-align: center;
  border-top: 2px solid #d6d4d3;
  /* ボタン（標準グレー）*/
}
.search.toggle .item .btn-box .btn {
  width: 100px;
  display: inline-block;
  padding: 4px 5px 4px 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #555555;
  border: 1px solid #999999;
  border-bottom: 1px solid #b2b1b1;
  background: #eeeeee;
  background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  box-shadow: 0 1px 0 #f5f5f5 inset;
  /* 青 */
}
.search.toggle .item .btn-box .btn.blue {
  color: #FFFFFF;
  border: 1px #1e3a95 solid;
  border-bottom: 1px solid #1e3a95;
  background: #3a57a0;
  background: linear-gradient(top, #5a77af 50%, #1e3a95 50%);
  box-shadow: 0 1px 0 #b9c3e4 inset;
}

/**
 *
 * ステータス
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ステータス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.status-box {
  margin: 0 0 5px 0;
  padding: 0;
  height: 45px;
}

li.btn,
li.status,
li.arrow {
  display: -moz-inline-box;
  display: inline-block;
}

li.status {
  min-width: 80px;
  text-align: center;
  padding: 0 5px 0 5px;
}

ul.status-box li.off {
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  background: #F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.03, #ffffff), color-stop(0.03, #fbfbfb), color-stop(0.48, #f0f0f0), color-stop(0.52, #ebebeb), to(#e6e6e6));
  border: 1px #b4b4b4 solid;
  -webkit-box-shadow: none;
}

ul.status-box li.on {
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  background: #3a57a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#b9c3e4), color-stop(0.03, #b9c3e4), color-stop(0.03, #93a3d5), color-stop(0.48, #5a77af), color-stop(0.52, #3a57a0), to(#1e3a95));
  border: 1px #1e3a95 solid;
}

li.status a {
  display: block;
  margin: 0;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}

ul.status-box li.off > a {
  color: #303030;
  text-shadow: 1px 1px 1px #FFFFFF;
}

ul.status-box li.on > a {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}

/* 矢印アイコン
======================================================== */
li.arrow {
  width: 10px;
  height: 43px;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.gif);
  background-position: center center;
}

/**
 *
 * 付箋
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   付箋
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sticky {
  width: 30px;
  height: 0px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  padding: 12px 0 0 0;
  background-image: url(../img/sprite/sticky.png);
  background-repeat: no-repeat;
  /* 赤 */
  /* 紫 */
  /* 黄色 */
  /* ピンク*/
  /* グリーン*/
  /* 青*/
}
.sticky.red {
  background-position: 0 0;
}
.sticky.purple {
  background-position: -30px 0;
}
.sticky.yellow {
  background-position: -60px 0;
}
.sticky.pink {
  background-position: -90px 0;
}
.sticky.green {
  background-position: -120px 0;
}
.sticky.blue {
  background-position: -150px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   付箋紙（CSS）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.t-sticky {
  width: 25px;
  height: 15px;
  line-height: 15px;
  position: relative;
  background: #f0f0f0; /* 付箋の色 */
  display: inline-block;
  vertical-align: middle;
  /* 赤 */
  /* 青 */
  /* 緑 */
  /* オレンジ */
}
.t-sticky.red {
  border-left: solid 3px red;
}
.t-sticky.blue {
  border-left: solid 3px blue;
}
.t-sticky.green {
  border-left: solid 3px green;
}
.t-sticky.orange {
  border-left: solid 3px orange;
}
.t-sticky:after {
  width: 20px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  /* ぼかし */ /* Firefox */ /* Safari and Chrome */
  box-shadow: 0 5px 5px #999;
  /* 回転 */ /* FireFox */ /* Safari and Chrome */ /* Opera */ /* IE */
  transform: rotate(3deg);
  z-index: -1;
}

/**
 *
 * taskBoard
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   taskBoard
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.taskBoard {
  float: left;
  display: inline;
  margin: 0 0 0 650px;
}

.taskBoard li {
  width: auto;
  color: #FFFFFF;
  float: left;
  display: inline;
}

.taskBoard li a {
  padding: 5px 10px 5px 10px;
  margin: 1px 0 0 0;
  display: block;
  border-left: solid 1px #CCCCCC;
  color: #FFFFFF;
  text-decoration: none;
}

.taskBoard li a:hover,
.taskBoard li a.active {
  background-color: #F8F8F8;
  color: #000000 !important;
}

.taskBoard li .notice {
  background-color: #f8a706;
}

/**
 *
 * テーブル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tbl {
  border-collapse: collapse;
  border: none;
}
.tbl tbody {
  background-color: #F8F8F8;
}
.tbl tr {
  background-color: #FAFAFA;
}
.tbl tr.odd {
  background-color: #FFFFE0 !important;
}
.tbl tr.even {
  background-color: #F8F8F8 !important;
}
.tbl th, .tbl td {
  height: 25px;
  margin: 0px;
}
.tbl th {
  text-align: center;
  padding: 1px 2px 1px 2px;
  color: #FFFFFF;
  border: 1px solid #C7C7C7;
  background-color: #7F99B3;
  border-top-color: #72838C;
  border-bottom-color: #72838C;
  background-image: url("../img/dot.png");
  background-repeat: repeat-x;
}
.tbl td {
  padding: 1px 2px 1px 2px;
  border: 1px solid #C7C7C7;
}
.tbl td.gray {
  background-color: #E2E3E8 !important;
}
.tbl td.dark {
  background-color: #DDDDDD !important;
}
.tbl td.yellow {
  background-color: #FFFACD !important;
}
.tbl td.orange {
  background-color: #ffcc66 !important;
}
.tbl td.focus {
  background-color: #FFFFCC;
  cursor: pointer;
}
.tbl td.bdTNone {
  border-top: none !important;
}
.tbl td.bdBNone {
  border-bottom: none !important;
}
.tbl input[type=text][type=password] {
  margin: 0;
  padding: 0 2px 0 0;
  vertical-align: middle;
}
.tbl select {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border: 1px solid #B5BCC7;
}
.tbl label {
  vertical-align: middle;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   トップ縦線なしテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.topInfoTbl {
  width: 100%;
}
table.topInfoTbl th, table.topInfoTbl td {
  border-bottom: solid 1px #CCC;
  padding: 3px 5px 3px 5px;
}

/**
 *
 * タイトル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   タイトル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.tit {
  line-height: 30px;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(../img/bg_title.png);
  background-repeat: repeat-x;
}

/* 枠つきメインタイトルボックス
======================================================== */
div.titBox {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  background-image: url("../img/bg_table_title.png");
  background-repeat: repeat-x;
  border: solid 1px #CCCCCC;
}

div.titBox h2 {
  padding: 5px 0 5px 25px;
  color: #660000;
  font-size: 14px;
  font-weight: bold;
  background-image: url("../img/icon_table_title.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

/* 各ページタイトルボックス
======================================================== */
div.pageTitleBox {
  width: 100%;
  height: 30px;
  margin: 0 0 5px 0;
  background-color: #999;
}
div.pageTitleBox._tall {
  height: 41px;
}

div.pageTitleBox:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

div.pageTitleBox h2 {
  width: auto;
  margin: 5px 0 3px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #FFFFFF;
  float: left;
  display: inline;
}

div.pageTitleBox .rightBox {
  float: right;
  display: inline;
}
div.pageTitleBox .rightBox .btn {
  width: 50px;
  float: left;
  display: inline;
  margin: 4px 5px 3px 0;
}

div.pageTitleBox select,
div.pageTitleBox p {
  float: right;
  display: inline;
  margin: 3px 5px 3px 0;
}

div.pageTitleBox .noticeBox {
  float: left;
  display: inline;
  width: 500px;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 0 5px;
  background-color: #ffffcc;
  line-height: 1.2em;
}

/* H3
======================================================== */
.subTitle {
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
  color: #660000;
  font-size: 14px;
  font-weight: bold;
  background-image: url("../img/icon_table_title.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

.popupTit {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  color: #660000;
  font-size: 14px;
  font-weight: bold;
  background-image: url("../img/arrow.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

/**
 *
 * タグ
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* タグアイコン
======================================================== */
.tag {
  padding: 2px 7px 2px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.tag.pink {
  background-color: #e4016f;
}
.tag.green {
  background-color: #5cb85c;
}
.tag.orange {
  background-color: #fa7e01;
}
.tag.yellow {
  background-color: #e5ad01;
}
.tag.sky {
  background-color: #119de9;
}
.tag.purple {
  background-color: #8c4ecc;
}
.tag.red {
  background-color: #d1193b;
}
.tag.blue {
  background-color: #428bca;
}
.tag.gray {
  background-color: #999999;
}

/**
 *
 * color
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.ui-tooltip {
  background-color: #FFE6F2 !important;
  border: 1px solid #759dc0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
  background-color: #ffecec; /* 背景色を設定 */
  color: #f00 !important; /* 文字色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
  background-color: #eaeaff; /* 背景色を設定 */
  color: #00f !important; /* 文字色を設定 */
}

/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight {
  background-color: #fffa90 !important;
}

/* combobox */
.ui-combobox-btn {
  display: inline-block;
  padding: 1px 5px;
  border: solid 1px #bbb;
  border-left: none;
  margin-left: -4px;
  vertical-align: middle;
  color: #555 !important;
}

/* 行メニュー */
.ui-rowmenu {
  position: absolute;
  background-color: #ffffff;
  border: solid 1px #759dc0;
  z-index: 999;
}
.ui-rowmenu li:first-child {
  border-bottom: solid 1px #759dc0;
}
.ui-rowmenu a {
  display: block;
  padding: 5px 15px 5px 8px;
  color: #333 !important;
  text-decoration: none;
}
.ui-rowmenu a:hover {
  color: #fff !important;
  background-color: #759dc0;
}

/* タブ */
.ui-tabs {
  overflow-x: scroll;
}

/**
 *
 * ログイン
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ログイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.login {
  width: 100%;
  /* ブラウザ警告 */
}
div.login .header {
  width: 100%;
  height: 30px;
  margin: 0 0 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a77af), to(#1e3a95));
}
div.login .logo {
  width: 640px;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
div.login .box {
  width: 640px;
  overflow: hidden;
  border: 3px solid #4063AE;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 5px;
}
div.login .box .header {
  width: 625px;
  height: 55px;
  background-color: #4063AE;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 15px 0 5px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-box-shadow: 0 2px 2px #CCC;
}
div.login .box table {
  margin: 0 auto;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 20px 15px;
}
div.login .box th {
  width: 120px;
  color: #FFF;
  border: 1px solid #4063AE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #648DC9;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
div.login .box input[type=text],
div.login .box input[type=password] {
  background-color: #FFF !important;
}
div.login .box .save-check {
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  cursor: pointer;
}
div.login .btn-box {
  width: 640px;
  text-align: center;
  margin: 0 0 20px 0;
}
div.login .btn-box .btn-login {
  width: 180px;
  margin: 0 auto;
  padding: 4px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  background: #3a57a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#b9c3e4), color-stop(0.03, #b9c3e4), color-stop(0.03, #93a3d5), color-stop(0.48, #5a77af), color-stop(0.52, #3a57a0), to(#1e3a95));
  border: 1px #1e3a95 solid;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
div.login .reminder-box {
  width: 640px;
  text-align: center;
  margin: 0 0 10px 0;
}
div.login .manual {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 14px;
}
div.login .copy {
  margin: 30px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 14px;
}
div.login .notice {
  display: none;
  width: 480px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #FDE6BA;
  background-color: #FFFDE5;
}
div.login .notice.show {
  display: block;
}
div.login .notice span {
  background: url(../img/warning.gif) no-repeat left center;
  padding: 0 0 0 20px;
}

/**
 *
 * サイドバー
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.sidebar {
  /* 容量メーター
  ======================================================== */
}
div.sidebar .box {
  margin: 0 0 5px 0;
}
div.sidebar .box h2 {
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: #F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.03, #ffffff), color-stop(0.03, #fbfbfb), color-stop(0.48, #f0f0f0), color-stop(0.52, #ebebeb), to(#e6e6e6));
}
div.sidebar div.box-in {
  padding: 10px;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-right: solid 1px #CCC;
}
div.sidebar .box .meter {
  width: 176px;
  height: 15px;
  border: solid 1px #CCC;
  position: relative;
}
div.sidebar .box .meter label {
  height: 15px;
  display: block;
  position: absolute;
  background: #2e587c;
  background: -webkit-gradient(linear, left top, left bottom, from(#9bbada), to(#669fcf));
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニュー開閉
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shadeGroup {
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  margin: 0 0 5px 0;
}

.shadeContents {
  padding: 3px 0 0 0;
}

.shadeContents ul {
  margin: 3px 0 5px 0;
}

.shadeContents li {
  margin: 0 0 2px 0;
  padding: 0 0 0 7px;
}

.shadeContents a {
  color: #333333;
  text-decoration: none;
}

.shadeContents a:hover {
  color: #0099FF;
  text-decoration: underline;
}

.shadeBtn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #dedede));
  color: #000;
  border-top: 1px #DEDEDE solid;
  border-bottom: 1px #B4B4B4 solid;
  height: 30px;
  padding: 6px 0 0 0;
  cursor: pointer;
  font-weight: normal;
}

.category {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

.shadeOpen .category {
  background-image: url(../img/icon_minus.png);
}

.shadeClose .category {
  background-image: url(../img/icon_plus.png);
}

/**
 *
 * フッター
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ヘルプボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.footer-help {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 22px;
  border-top: solid 1px #DDD;
  padding: 2px 5px 2px 5px;
  background-color: #EFEFEF;
  color: #333;
}

/**
 *
 * 加工画像
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   加工画像リスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.img-text td {
  width: 190px;
  height: 194px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
}

div.img-list:after {
  content: "";
  display: block;
  clear: both;
}
div.img-list .tbl {
  width: 210px;
  display: inline-block;
  float: left;
  margin: 0 0 10px 0;
}
div.img-list table.img-text td {
  width: 190px;
  height: 194px;
}

/**
 *
 * 受注
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   受注
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.order {
  /** ネーム内容有 */
  /** taskBoard */
}
div.order a.active {
  color: #FF6600 !important;
}
div.order .taskBoard {
  margin: 0 0 0 20px;
}

/**
 *
 * 見本注文
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   見本注文
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.sample {
  /** taskBoard */
}
div.sample .taskBoard {
  margin: 0 0 0 20px;
}

/**
 *
 * 受注
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   受注
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.sales {
  /** taskBoard */
}
div.sales .taskBoard {
  margin: 0 0 0 20px;
}
div.sales .tbl th {
  background-color: #3f7955;
  background-image: none;
  border-top-color: #c7c7c7;
  border-bottom-color: #c7c7c7;
}

/**
 *
 * 見本注文
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   見本注文
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.credit {
  /** taskBoard */
}
div.credit .taskBoard {
  margin: 0 0 0 20px;
}

/**
 *
 * 入金一括消込
 * 
 * @copyright  2017 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   入金一括消込
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.credit-upload {
  /** 状態 */
}
div.credit-upload .status {
  color: #fff;
}
div.credit-upload .status._ok {
  background-color: #5cb85c;
}
div.credit-upload .status._ac {
  background-color: #e5ad01;
}
div.credit-upload .status._gp {
  background-color: #428bca;
}
div.credit-upload .status._ng {
  background-color: #d1193b;
}

/**
 * 営業対象先
 */
.p-eigyo__target-search {
  display: flex;
  width: 1600px;
}
.p-eigyo__target-search .p-eigyo__target-search__cond {
  width: 750px;
}
.p-eigyo__target-search .p-eigyo__target-search__narrow {
  width: 850px;
}

div.wrap {
  width: 100%;
  margin: 0;
  padding: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ヘッダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.header {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 180px 50px;
  overflow: hidden;
  margin: 0 auto;
  display: box;
  display: -webkit-box;
  display: -moz-box;
}
div.header .logo {
  width: 50%;
  overflow: hidden;
  magin: 0 20px 10px 0;
}
div.header .menu {
  width: 50%;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   コンテンツ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#contents {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#contentsInner {
  margin: 0 5px 5px 5px;
}

div#userInfoBox {
  width: 45%;
  float: right;
  display: inline;
  text-align: right;
  padding-right: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.main {
  position: relative;
  margin: 0 5px 0 0;
}

div.main-all {
  max-width: 1260px;
  min-width: 800px;
  margin: 0 auto;
  padding: 0 5px 20px 5px;
}
div.main-all.__full {
  max-width: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フッター
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer {
  clear: both;
  max-width: 1260px;
  min-width: 980px;
  overflow: hidden;
  border-bottom: solid 1px #CCCCCC;
}