@charset "UTF-8";
/*------------------------------
サイズ調整用CSS

≫余白指定
≫テキスト指定
≫テーブル指定
≫form指定
≫ブロック指定
≫位置指定
------------------------------*/
/*---------------------------------------
余白指定
----------------------------------------*/
/*-----margin-----*/
.mgB00 {
  margin-bottom: 0px !important; }

.mgB05 {
  margin-bottom: 5px !important; }

.mgB10 {
  margin-bottom: 10px !important; }

.mgB15 {
  margin-bottom: 15px !important; }

.mgB20 {
  margin-bottom: 20px !important; }

.mgB25 {
  margin-bottom: 25px !important; }

.mgB30 {
  margin-bottom: 30px !important; }

.mgB35 {
  margin-bottom: 35px !important; }

.mgB40 {
  margin-bottom: 40px !important; }

.mgB45 {
  margin-bottom: 45px !important; }

.mgB50 {
  margin-bottom: 50px !important; }

.mgB55 {
  margin-bottom: 55px !important; }

.mgB60 {
  margin-bottom: 60px !important; }

.mgB65 {
  margin-bottom: 65px !important; }

.mgB70 {
  margin-bottom: 70px !important; }

.mgB75 {
  margin-bottom: 75px !important; }

.mgB80 {
  margin-bottom: 80px !important; }

.mgB85 {
  margin-bottom: 85px !important; }

.mgB90 {
  margin-bottom: 90px !important; }

.mgB95 {
  margin-bottom: 95px !important; }

.mgB100 {
  margin-bottom: 100px !important; }

.mgL00 {
  margin-left: 0px !important; }

.mgR00 {
  margin-right: 0px !important; }

.mgC00 {
  margin: 0px !important; }

.mgL05 {
  margin-left: 5px !important; }

.mgR05 {
  margin-right: 5px !important; }

.mgC05 {
  margin: 5px !important; }

.mgL10 {
  margin-left: 10px !important; }

.mgR10 {
  margin-right: 10px !important; }

.mgC10 {
  margin: 10px !important; }

.mgL15 {
  margin-left: 15px !important; }

.mgR15 {
  margin-right: 15px !important; }

.mgC15 {
  margin: 15px !important; }

.mgL20 {
  margin-left: 20px !important; }

.mgR20 {
  margin-right: 20px !important; }

.mgC20 {
  margin: 20px !important; }

.mgL25 {
  margin-left: 25px !important; }

.mgR25 {
  margin-right: 25px !important; }

.mgC25 {
  margin: 25px !important; }

.mgL30 {
  margin-left: 30px !important; }

.mgR30 {
  margin-right: 30px !important; }

.mgC30 {
  margin: 30px !important; }

.mgL35 {
  margin-left: 35px !important; }

.mgR35 {
  margin-right: 35px !important; }

.mgC35 {
  margin: 35px !important; }

.mgT00 {
  margin-top: 0px !important; }

.mgT05 {
  margin-top: 5px !important; }

.mgT10 {
  margin-top: 10px !important; }

.mgT15 {
  margin-top: 15px !important; }

.mgT20 {
  margin-top: 20px !important; }

.mgT25 {
  margin-top: 25px !important; }

.mgT30 {
  margin-top: 30px !important; }

.mgT35 {
  margin-top: 35px !important; }

.mgT40 {
  margin-top: 40px !important; }

.mgT45 {
  margin-top: 45px !important; }

.mgT50 {
  margin-top: 50px !important; }

/* --------------------------------------------------------------
テキスト指定
-------------------------------------------------------------- */
/*-----font-----*/
/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
 14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
 18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
 22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% 
------------------------------*/
.txt10px {
  font-size: 77%; }

.txt11px {
  font-size: 85%; }

.txt12px {
  font-size: 93%; }

.txt13px {
  font-size: 100%; }

.txt14px {
  font-size: 108%; }

.txt15px {
  font-size: 116%; }

.txt16px {
  font-size: 123.1%; }

.txt17px {
  font-size: 131%; }

.txt18px {
  font-size: 138.5%; }

.txt19px {
  font-size: 146.5%; }

.txt20px {
  font-size: 153.9%; }

.txt21px {
  font-size: 161.6%; }

.txt22px {
  font-size: 167%; }

.txt23px {
  font-size: 174%; }

.txt24px {
  font-size: 182%; }

.txt25px {
  font-size: 189%; }

.txt26px {
  font-size: 197%; }

/* --------------------------------------------------------------
テーブル指定
-------------------------------------------------------------- */
/*横幅*/
.cell5per {
  width: 5%; }

.cell8per {
  width: 8%; }

.cell10per {
  width: 10%; }

.cell15per {
  width: 15%; }

.cell20per {
  width: 20%; }

.cell25per {
  width: 25%; }

.cell30per {
  width: 30%; }

.cell35per {
  width: 35%; }

.cell40per {
  width: 40%; }

.cell45per {
  width: 45%; }

.cell50per {
  width: 50%; }

.cell55per {
  width: 55%; }

.cell60per {
  width: 60%; }

.cell100per {
  width: 100%; }

.cell5px {
  width: 5px !important; }

.cell10px {
  width: 10px !important; }

.cell15px {
  width: 15px !important; }

.cell20px {
  width: 20px !important; }

.cell25px {
  width: 25px !important; }

.cell30px {
  width: 30px !important; }

.cell35px {
  width: 35px !important; }

.cell40px {
  width: 40px !important; }

.cell45px {
  width: 45px !important; }

.cell50px {
  width: 50px !important; }

.cell55px {
  width: 55px !important; }

.cell60px {
  width: 60px !important; }

.cell65px {
  width: 65px !important; }

.cell70px {
  width: 70px !important; }

.cell75px {
  width: 75px !important; }

.cell80px {
  width: 80px !important; }

.cell85px {
  width: 85px !important; }

.cell90px {
  width: 90px !important; }

.cell95px {
  width: 95px !important; }

.cell100px {
  width: 100px !important; }

.cell110px {
  width: 110px !important; }

.cell120px {
  width: 120px !important; }

.cell130px {
  width: 130px !important; }

.cell140px {
  width: 140px !important; }

.cell150px {
  width: 150px !important; }

.cell160px {
  width: 160px !important; }

.cell170px {
  width: 170px !important; }

.cell180px {
  width: 180px !important; }

.cell190px {
  width: 190px !important; }

.cell200px {
  width: 200px !important; }

.cell210px {
  width: 210px !important; }

.cell220px {
  width: 220px !important; }

.cell230px {
  width: 230px !important; }

.cell240px {
  width: 240px !important; }

.cell250px {
  width: 250px !important; }

.cell260px {
  width: 260px !important; }

.cell270px {
  width: 270px !important; }

.cell280px {
  width: 280px !important; }

.cell290px {
  width: 290px !important; }

.cell300px {
  width: 300px !important; }

/* --------------------------------------------------------------
form指定
-------------------------------------------------------------- */
/*横幅*/
.input0per {
  width: 0% !important; }

.input10per {
  width: 10% !important; }

.input20per {
  width: 20% !important; }

.input30per {
  width: 30% !important; }

.input40per {
  width: 40% !important; }

.input50per {
  width: 50% !important; }

.input60per {
  width: 60% !important; }

.input70per {
  width: 70% !important; }

.input80per {
  width: 80% !important; }

.input90per {
  width: 90% !important; }

.input100per {
  width: 99.9% !important; }

/**/
.input30px {
  width: 30px !important; }

.input40px {
  width: 40px !important; }

.input50px {
  width: 50px !important; }

.input60px {
  width: 60px !important; }

.input70px {
  width: 70px !important; }

.input80px {
  width: 80px !important; }

.input90px {
  width: 90px !important; }

.input100px {
  width: 100px !important; }

.input150px {
  width: 150px !important; }

.input200px {
  width: 200px !important; }

.input250px {
  width: 250px !important; }

.input300px {
  width: 300px !important; }

.input350px {
  width: 350px !important; }

.input400px {
  width: 400px !important; }

.input450px {
  width: 450px !important; }

.input500px {
  width: 500px !important; }

/* --------------------------------------------------------------
ブロック指定
-------------------------------------------------------------- */
/* -------- フロートエリア -------- */
.floatArea01 {
  margin: 0 -10px 0 0; }
  .floatArea01 .areaL10per {
    float: left;
    margin: 0 10px 5px 0;
    width: 10%; }
  .floatArea01 .areaR10per {
    float: right;
    margin: 0 10px 5px 0;
    width: 10%; }
  .floatArea01 .areaL15per {
    float: left;
    margin: 0 10px 5px 0;
    width: 15%; }
  .floatArea01 .areaR15per {
    float: right;
    margin: 0 10px 5px 0;
    width: 15%; }
  .floatArea01 .areaL20per {
    float: left;
    margin: 0 10px 5px 0;
    width: 20%; }
  .floatArea01 .areaR20per {
    float: right;
    margin: 0 10px 5px 0;
    width: 20%; }
  .floatArea01 .areaL25per {
    float: left;
    margin: 0 10px 5px 0;
    width: 25%; }
  .floatArea01 .areaR25per {
    float: right;
    margin: 0 10px 5px 0;
    width: 25%; }
  .floatArea01 .areaL30per {
    float: left;
    margin: 0 10px 5px 0;
    width: 30%; }
  .floatArea01 .areaR30per {
    float: right;
    margin: 0 10px 5px 0;
    width: 30%; }
  .floatArea01 .areaL35per {
    float: left;
    margin: 0 10px 5px 0;
    width: 35%; }
  .floatArea01 .areaR35per {
    float: right;
    margin: 0 10px 5px 0;
    width: 35%; }
  .floatArea01 .areaL40per {
    float: left;
    margin: 0 10px 5px 0;
    width: 40%; }
  .floatArea01 .areaR40per {
    float: right;
    margin: 0 10px 5px 0;
    width: 40%; }
  .floatArea01 .areaL45per {
    float: left;
    margin: 0 10px 5px 0;
    width: 45%; }
  .floatArea01 .areaR45per {
    float: right;
    margin: 0 10px 5px 0;
    width: 45%; }
  .floatArea01 .areaL50per {
    float: left;
    margin: 0 10px 5px 0;
    width: 50%; }
  .floatArea01 .areaR50per {
    float: right;
    margin: 0 10px 5px 0;
    width: 50%; }
  .floatArea01 .areaL55per {
    float: left;
    margin: 0 10px 5px 0;
    width: 55%; }
  .floatArea01 .areaR55per {
    float: right;
    margin: 0 10px 5px 0;
    width: 55%; }
  .floatArea01 .areaL60per {
    float: left;
    margin: 0 10px 5px 0;
    width: 60%; }
  .floatArea01 .areaR60per {
    float: right;
    margin: 0 10px 5px 0;
    width: 60%; }
  .floatArea01 .areaL65per {
    float: left;
    margin: 0 10px 5px 0;
    width: 65%; }
  .floatArea01 .areaR65per {
    float: right;
    margin: 0 10px 5px 0;
    width: 65%; }
  .floatArea01 .areaL70per {
    float: left;
    margin: 0 10px 5px 0;
    width: 70%; }
  .floatArea01 .areaR70per {
    float: right;
    margin: 0 10px 5px 0;
    width: 70%; }
  .floatArea01 .areaL75per {
    float: left;
    margin: 0 10px 5px 0;
    width: 75%; }
  .floatArea01 .areaR75per {
    float: right;
    margin: 0 10px 5px 0;
    width: 75%; }
  .floatArea01 .areaL80per {
    float: left;
    margin: 0 10px 5px 0;
    width: 80%; }
  .floatArea01 .areaR80per {
    float: right;
    margin: 0 10px 5px 0;
    width: 80%; }
  .floatArea01 .areaL85per {
    float: left;
    margin: 0 10px 5px 0;
    width: 85%; }
  .floatArea01 .areaR85per {
    float: right;
    margin: 0 10px 5px 0;
    width: 85%; }
  .floatArea01 .areaLHalf {
    float: left;
    margin: 0 10px 5px 0;
    width: 48.4%; }
  .floatArea01 .areaRHalf {
    float: right;
    margin: 0 10px 5px 0;
    width: 48.4%; }

/* 最低幅 */
.minW0px {
  min-width: 0px; }

.minW10px {
  min-width: 10px; }

.minW20px {
  min-width: 20px; }

.minW30px {
  min-width: 30px; }

.minW40px {
  min-width: 40px; }

.minW50px {
  min-width: 50px; }

.minW60px {
  min-width: 60px; }

.minW70px {
  min-width: 70px; }

.minW80px {
  min-width: 80px; }

.minW90px {
  min-width: 90px; }

.minW100px {
  min-width: 100px; }

.minW200px {
  min-width: 200px; }

.minW300px {
  min-width: 300px; }

.minW400px {
  min-width: 400px; }

.minW500px {
  min-width: 500px; }

/* -------- インナーブロック（ブロック内余白調整用） -------- */
.wrapInner05px {
  margin: 0 5px;
  padding: 5px 0; }

.wrapInner10px {
  margin: 0 10px;
  padding: 10px 0; }

.wrapInner15px {
  margin: 0 15px;
  padding: 15px 0; }

.wrapInner20px {
  margin: 0 20px;
  padding: 20px 0; }

.wrapInner25px {
  margin: 0 25px;
  padding: 25px 0; }

.wrapInner30px {
  margin: 0 30px;
  padding: 30px 0; }

/* -------- 中央寄せブロック -------- */
.width05per {
  width: 5%; }

.width10per {
  width: 10%; }

.width15per {
  width: 15%; }

.width20per {
  width: 20%; }

.width25per {
  width: 25%; }

.width30per {
  width: 30%; }

.width35per {
  width: 35%; }

.width40per {
  width: 40%; }

.width45per {
  width: 45%; }

.width50per {
  width: 50%; }

.width55per {
  width: 55%; }

.width60per {
  width: 60%; }

.width65per {
  width: 65%; }

.width70per {
  width: 70%; }

.width75per {
  width: 75%; }

.width80per {
  width: 80%; }

.width85per {
  width: 85%; }

.width90per {
  width: 90%; }

.width95per {
  width: 95%; }

/* --------------------------------------------------------------
位置指定
-------------------------------------------------------------- */
/* -------- フロートエリア -------- */
.VAb {
  vertical-align: bottom; }

.VAm {
  vertical-align: middle; }

/*# sourceMappingURL=adjust.css.map */
