lineNone01@charset "UTF-8";
/*
 * common.css
 *
 *  version --- 3.4
 *  updated --- 2012/10/12
 *  function --- Zen-Coding Like Name for Fastest Coder
 */


/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#container,
#footerSocial,
#footerBoxWrap,
#footerCopy,
#footerInbox01,
#footerInbox01 ul,
#headerArea,
#headerLinks ul,
.subnavi .wrap,
.subnavi .wrap .childnavi,
.subnavi .wrap .right ul,
.calendarBox01 ul,
.breadcrumb01
{
 display: block;
 min-height: 1%;
}
.clearfix:after,
#container:after,
#footerSocial:after,
#footerBoxWrap:after,
#footerCopy:after,
#footerInbox01:after,
#footerInbox01 ul:after,
#headerArea:after,
#headerLinks ul:after,
.subnavi .wrap:after,
.subnavi .wrap .childnavi:after,
.subnavi .wrap .right ul:after,
.calendarBox01 ul:after,
.breadcrumb01:after
{
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;
}
* html .clearfix,
* html #container,
* html #footerSocial,
* html #footerBoxWrap,
* html #footerCopy,
* html #footerInbox01,
* html #footerInbox01 ul,,
* html #headerArea,
* html #headerLinks ul,
* html .subnavi .wrap,
* html .subnavi .wrap .childnavi,
* html .subnavi .wrap .right ul,
* html .calendarBox01 ul,
* html .breadcrumb01
{
 height: 1%;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}

/* !Base Fonts -------------------------------------------------------------- */
a {
 color: #000;
 text-decoration: underline;
}
a:hover,
a:active,
a:focus { text-decoration: none;}

.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  78%;}/* base 12px ->  8px */
.fzS   { font-size:  85%;}/* base 12px -> 10px */
.fzM   { font-size: 100%;}
.fzL   { font-size: 115%;}/* base 12px -> 14px */
.fzLL  { font-size: 130%;}/* base 12px -> 16px */
.fzLLL { font-size: 143%;}/* base 12px -> 18px */
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

p strong  {
 font-size:1.3em;
 color: #005faf;
 margin-bottom: 20px;
}

.p_color01 {
 color: #e16c90;
 margin-left: 15px;
}

 .p_color01 span {
  margin-left: -15px;
  padding-right: 3px;
 }

.p_attent01 {
 font-size: 0.85em;
 margin-bottom: 10px;
}

.p_attent02 {
 font-size: 0.85em;
 margin-bottom: 5px;
 color: #e16c90;
}
 .p_attent02 img{
  vertical-align: -2px;
  margin-right: 5px;
 }

.p_style01 a{
 font-weight: bold;
}

.p_btn01 {
 text-align: center;
 margin-top: 20px;
}

.p_supplement01 {
 font-size: 0.85em;
 color: #4087c3;
}

.p_supplement02 {
 font-size: 0.85em;
 color: #666;
}

.arrow

/* !breadcrumb
---------------------------------------------------------- */

.breadcrumb01 ,
.breadcrumb02 {
}
.breadcrumb01 {
 margin: 4px 0 20px;
}

.breadcrumb01 ul {
 font-size: 0.85em;
 display: block;
 min-height: 1%;
}
.breadcrumb01 ul:after {
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;
}
* html .breadcrumb01 ul {
 height: 1%;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
 .breadcrumb01 li {
  float: left;
  margin-right: 7px;
  padding-right: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #005faf;
  background: url(../img/common/breadcrumb/icn_breadcrumb01.gif) 100% 50% no-repeat;
 }

 .breadcrumb01 li.last,
 .breadcrumb02 li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
 }
  .breadcrumb01 li a,
  .breadcrumb02 li a {
   padding-bottom: 1px;
   text-decoration: none;
   white-space: nowrap;
   font-weight: normal;
  }
  .breadcrumb01 li a:hover,
  .breadcrumb02 li a:hover {
   text-decoration: underline;
  }


 .breadcrumb02 li {
  float: left;
  color: #fff;
  background: url(../img/common/breadcrumb/icn_breadcrumb02.gif) 100% 50% no-repeat;
  margin-right: 7px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 0.92em;
  white-space: nowrap;
 }


  .breadcrumb02 li a {
   color: #fff;
   white-space: nowrap;
  }

/* !contents
---------------------------------------------------------- */

#containerWrap {
 margin-top: -2px;
 position: relative;
 z-index:0;
 width: 100%;
 *zoom: 1;
}

#container {
 margin: 0 auto;
 width: 960px;
 text-align: left;
}

/*news01*/

.dl_news01 {
  margin: 20px 20px 10px;
  padding-bottom:  25px;
  line-height: 1.75em;
  height: 80px;
}

 .dl_news01 dt {
  float: left;
  width: 80px;
  color: #777;
 }
 .dl_news01 dd {
  margin: -1px 0 10px 0;
  padding-left: 80px;
 }

  .dl_news01 a {
   text-decoration: none;
  }

  .dl_news01 a:hover{
   text-decoration: underline;
  }

/* !h(n)eading
---------------------------------------------------------- */
.h2_basic {
 font-size:1.5em;
 color: #005faf;
 border-bottom: 2px solid #c6ebf9;
 padding-bottom: 15px;
 margin-bottom: 20px;
 font-weight: bold;
 }

/* !Listing
---------------------------------------------------------- */

.olBasic01 {
 margin-left: 10px;
}
 .olBasic01 li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.35em;
 }

  .olBasic01 li span {
   margin-left: -30px;
   padding-right: 10px;
  }

 .olBasic02 li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.75;
 }
 .olBasic02 li span {
  margin-left: -30px;
  padding-right: 20px;
 }

  .olBasic02 li ol {
   margin-left: 20px;
   }

  .olBasic02 li ol li{
   padding-left: 9px;
   margin-bottom: 0;
  }

   .olBasic02 li ul li{
    padding-left: 0;
   }

  .olBasic02 li ol li span {
   margin-left: -29px;
   padding-right: 10px;
  }

 .olBasic03 li {
  padding-left: 30px;
  line-height: 1.5em;
 }
 .olBasic03 li span {
  margin-left: -30px;
  padding-right: 20px;
 }


/* !Table
---------------------------------------------------------- */

.tableBasic01 {
 width: 918px;
}

 .tableBasic01 th {
  background: #d4f0fd;
  padding:20px;
  color: #666;
  vertical-align: top;
 }

 table.inputDate th {
  width: 240px;
  padding: 20px 10px 15px 20px;
 }

 .tableBasic01 td {
  background: #ebf9ff;
 }

 .tableBasic01 td.lineNone01 div{
  background: #ebf9ff;
 }
  .tableBasic01 td div {
   margin: 0 20px;
   padding:20px 0 15px;
   background: #ebf9ff url(../img/common/tableBasic/bg_tableline01.gif) 0 0 repeat-x;
   *zoom: 1;
  }

  .tableBasic01 td div p{
   line-height: 1.75;
  }

   .tableBasic01 td div strong {
    font-weight: bold;
    color: #005faf;
   }

    .tableBasic01 td input[type="text"]{
     border: 1px solid #ccc;
    }

    .tableBasic01 td input[type="password"]{
     width: 648px;
     padding: 5px;
     border: 1px solid #ccc;
    }

    .tableBasic01 td input {
      padding: 7px 2px;
    }

    .tableBasic01 td select{
      vertical-align: top;
      margin-top: -4px;
      *margin-top: -6px;
     }


/*tableBasic02*/
.tableBasic02 {
 width: 918px;
 background: #ebf9ff;
}
  .tableBasic02 tr {
    background: #ebf9ff url(../img/common/tableBasic/bg_tableline01.gif) 20px bottom no-repeat;
  }
  .tableBasic02 tr:last-child {
    background: #ebf9ff;
  }

  .tableBasic02 th {
   /*width: 150px;*/
   background: #b8e9ff;
   padding: 15px 0;
  }
  .tableBasic02 td {
   vertical-align: middle;
  }
   .tableBasic02 td div {
    padding: 20px 0;
   }

    .tableBasic02 .firstLine01 td {
     background: none !important;
    }
    .tableBasic02 .firstLine01 td div {
     background: none !important;
    }

   .tableBasic02 td.tdFitst01 div {
    margin-left: 20px;
   }
   .tableBasic02 th.thLast01 {
    text-align: center;
   }

   .tableBasic02 td.tdLast01 div {
    margin-right: 20px;
   }

   .tableBasic02 td div {
    line-height: 1.75;
   }


/*tableBasic03*/

.tableBasic03 {
 width: 918px;
 background: #ebf9ff;
}

  .tableBasic03 th {
   width: 150px;
   background: #b8e9ff;
   padding: 15px 0;
  }
  .tableBasic03 td {
   vertical-align: top;
   background: #ebf9ff;
  }

   .tableBasic03 td.tdLast01 .tdLast01In,
   .tableBasic03 td.tdFitst01 .tdFitst01In {
    padding-top: 2px;
    background: #ebf9ff url(../img/common/tableBasic/bg_tableline01.gif) 0 0 repeat-x;
   }

    .firstLine01 td.tdFitst01 .tdFitst01In ,
    .firstLine01 td.tdLast01 .tdLast01In{
     background: none;
    }

    .tableBasic03 td.tdFitst01 .tdFitst01In div {
     padding: 10px 0;
     background: url(../img/common/tableBasic/bg_tableline02.gif) 100% 0 repeat-y;
    }
    .tableBasic03  td.tdLast01 .tdLast01In div {
     padding: 10px 0;
    }

    .tableBasic03 .firstLine01 td.tdLast01 .tdLast01In div,
    .tableBasic03 .firstLine01 td.tdFitst01 .tdFitst01In div {
     margin-top: 10px;
    }


    .tableBasic03 .lastLine01 td.tdLast01 .tdLast01In div,
    .tableBasic03 .lastLine01 td.tdFitst01 .tdFitst01In div {
     margin-bottom: 10px;
    }


    .tableBasic03 td.tdFitst01 div {
     margin-left: 10px;
    }

   .tableBasic03 th.thLast01 {
    text-align: center;
   }

    .tableBasic03 td.tdLast01 div {
     margin-right: 20px;
    }

    .tableBasic03 td div {
     line-height: 1.75;
    }


/*tableBasic04*/

.tableBasic04 {
  margin-bottom: 20px;
 width: 876px;
 background: #ebf9ff;
}
.tableBasic04:last-child {
  margin-bottom: 0px;
}
  .tableBasic04 tr {
    background: #ebf9ff url(../img/common/tableBasic/bg_tableline01.gif) 20px bottom no-repeat;
  }
  .tableBasic04 tr:last-child {
    background: #ebf9ff;
  }

  .tableBasic04 th {
   background: #b8e9ff;
   padding: 15px 0;
   font-weight: bold;
  }
  .tableBasic04 td {
   vertical-align: middle;
  }
   .tableBasic04 td div {
    padding: 20px 0;
   }
    .tableBasic04 .firstLine01 td {
     background: none !important;
    }
    .tableBasic04 .firstLine01 td div {
     background: none !important;
    }
   .tableBasic04 td.tdFitst01 div {
    margin-left: 20px;
   }
   .tableBasic04 th.thLast01 {
    text-align: center;
   }
   .tableBasic04 td.tdLast01 div {
    margin-right: 20px;
   }
   .tableBasic04 td div {
    line-height: 1.75;
   }

/* !Form
---------------------------------------------------------- */

.tableBasic01 th span {
 display: block;
 line-height: 1.5;
}

 .tableBasic01 th span img{
  vertical-align: baseline;
  margin: 0 0 0 2px;
 }

.listInput01 input {
 width: 660px;
}
.listSelect01 select {
 width: 212px;
}

.listaName01 {
 display: block;
 min-height: 1%;
}
.listaName01:after {
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;
}
* html .listaName01 {
 height: 1%;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
.listaName01 li{
 float: left;
 margin-right: 20px;
}

 .listaName01 li input {
  margin-left: 10px;
 }

 .listAdress01 a{
  color: #005faf;
 }

.listAdress01 li input {
 width: 80px;
 margin: 0 10px;
}

.listAdress01 li{
 margin-bottom: 20px;
}

.listAdress01 li.last{
 margin-bottom: 0;
}

  .listAdressBtn01 {
   margin-left: 22px;
  }
  .listAdressBtn01 a {
   margin-right: 10px;
  }
  .listAdressBtn01 a img {
   vertical-align: middle;
  }

.listAdress02 li {
 margin-bottom: 20px;
}
.listAdress02 li.last {
 margin-bottom: 0;
}

  .listAdress02 li p {
   margin-bottom: 10px;
  }

  .listAdress02 select {
   width: 212px;
  }

  .listAdress02 input {
   width: 660px;
  }

 .telNum01 input{
  margin: 0 10px;
  width: 78px;
 }

 .listMail01 p{
  margin-bottom: 10px;
 }


  .listMail01 input {
   width: 660px;
  }

.listMagazine01:not(:target) ,
.listGender01:not(:target) {
 margin-bottom: 30px\9;
 }

.listMagazine01 li,
.listGender01 li {
 display: block;
 min-height: 1%;
}
.listMagazine01 li:after,
.listGender01 li:after {
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;
}
* html .listMagazine01 li,
* html .listGender01 li {
 height: 1%;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}

.listMagazine01 li ,
.listGender01 li {
 float: left;
 margin-right: 20px;
}
 .listMagazine01 li input,
 .listGender01 li input {
  margin-right: 10px;
  vertical-align: -2px;
 }


.listBirthday01 li {
 float: left;
 vertical-align:middle;
}

 .listBirthday01 select {
  margin: -3px 10px 0 10px;

 }
 .listBirthday01 label {
  vertical-align: 4px;
  *vertical-align: 15px;
 }


 .listPass01 input {
  width: 660px;
 }

  .listPass01 p {
   margin-bottom: 10px;
  }

 .listPass02 {
  margin-bottom: 20px;
 }

 .listPass02 select {
  margin:-3px 0 0 10px;
 }

 .listPass02 li {
  float: left;
  margin-right: 20px;
 }

 .listPass02 li input {
  margin-left: 10px;
 }



 .listPass02 li.first {
  margin-top: 8px;
  *margin-top: 7px;
 }

 .listPass02 li.last input{
  *zoom: 1;
  *margin-top: -6px;
 }

 .listPass02 label {
  vertical-align: 4px;
  *vertical-align: 18px;
 }

 .listCilinderNum01 {
  line-height: 1;
  display: block;
  min-height: 1%;
  margin-bottom: 20px;
 }
 .listCilinderNum01:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;

 }

 * html .listCilinderNum01 {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
 }

 .listCilinderNum01 li {
  float: left;
  margin-right: 40px;
  *margin-right: 10px;
 }

 .listCilinderNum01 li span {
  margin: 0 5px;
 }

  .tableBasic01 .listCilinderNum01 li input {
   width: 23px;
   border-left: none;
  }


  .tableBasic01 .listCilinderNum01 li input.inputLine01 {
   border-left: 1px solid #ccc;
   width: 40px;
   padding-left: 10px;
   overflow: hidden;
   letter-spacing: 12px;
   background: #fff url(../img/common/inputLine01/bg_inputline01.gif) 24px 0 no-repeat;
  }

  .tableBasic01 .listCilinderNum01 li input.inputLine02 {
   border: 1px solid #ccc;
   width: 100px;
   padding-left: 11px;
   background: #fff url(../img/common/inputLine01/bg_inputline02.gif) 100% 0 no-repeat;
   letter-spacing: 12px;
  }

 .tdTextArea01 textarea {
  border: 1px solid #ccc;
  width: 652px;
  height: 324px;
  padding: 5px;
  resize: none;
  overflow: hidden;
 }



/* !Section
---------------------------------------------------------- */

.section01Wrap {
 padding-bottom: 2px;
 background: #fff url(../img/common/section/bg_radius01_foot.gif) 0 100% no-repeat;
 margin-top: 20px;
 margin-bottom: 20px;
 *zoom: 1;
}

 .section01In {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 20px 19px;
  *zoom: 1;
 }
  .section01In p {
   line-height: 1.5;
  }

  .btnComplete01 {
   width: 515px;
   margin: 0 auto 40px;
  }
   .btnComplete01 li{
    float:left;
    margin-right: 20px;
   }
   .btnComplete01 li.last{
    margin-right: 0;
   }

    .btnComplete01 p{
     margin-bottom: 10px;
     text-align: center;
    }

  .section01In h1 {
   margin-bottom: 25px;
  }
   .sectionBox01 {
    padding-bottom:1px;
    *zoom: 1;
   }

/*item list*/

.ul_item01 {
 line-height: 1;
 display: block;
 min-height: 1%;
 *zoom: 1;
}
.ul_item01:after {
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;

}
* html .ul_item01 {
 height: 1%;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}

 .ul_item01 li {
  float: left;
  margin-right: 20px;
 }

 .ul_item01 li.last {
  margin-right: 0;
 }
   .ul_item01 li ul li {
    float: none;
   }


  .itemArea01 {
   /*padding: 20px 0 0 20px;*/
   *zoom: 1;
  }

   .itemBox01 {
    line-height: 1.5;
    *zoom: 1;
   }

   .itemBox01 ul {
    margin-top: 10px;
   }

    .itemBox01 img {
     border: 7px solid #C6EBF9;
    }
    .itemBox01 img:hover {
     border: 7px solid #73cdf4;
    }

    .itemBox_news > img {
     border: 7px solid #C6EBF9;
    }



    .itemName01 {
     line-height:1.5em;
     color: #000;
     font-weight:  bold;
     margin-bottom: 8px;
     width: 272px;
    }
    .itemName01 a {
     text-decoration: none;
    }
    .itemName01 a:hover {
     text-decoration: underline;
    }

    .itemPrice01 {
     color: #7a7a7a;
     margin-bottom: 8px;
    }

/*item list 02*/

   .itemBox02 ul {
    margin-top: 10px;
   }

    .itemBox02 img {
     border: none;
    }

.btnStyle01 li {
 float: left;
 margin-right: 20px;
}

.btnStyle01 li.last {
 margin-right: 0;
}


/* !itemThumb01 ------------------------------------------------------------ */

.itemThumb01 {
 position: relative;
 border: 7px solid #c6ebf9;
 margin-bottom: 10px;
}

  .iconNew01 {
   position: absolute;
   top: 0;
   left: 0;
  }
  .iconMovie01 {
   position: absolute;
   right: 7px;
   bottom: 7px;
  }

  .itemPrice01 span {
   color: #666;
   margin-right: 5px;
  }

 .itemArea02 .ul_item01 {
  padding-bottom: 0;
 }

/* !itemSocialBox02 ------------------------------------------------------------ */

 .itemSocialBox02 p,
 .itemSocialBox02 li {
  float: left;
 }

 .itemSocialBox02 p {
  margin:3px 27px 0 0;
 }

 .itemSocialBox02 li {
  margin-right: 10px;
 }

 .itemSocialBox02 li.last {
  margin-right: 0;
 }

/* !itemLine01 ------------------------------------------------------------ */

.itemLine01 {
 background: url(../img/common/line/bg_line02.gif) 0 100% repeat-x;
 margin-bottom: 20px;
 padding-bottom: 20px;
}

 .itemLine02 li{
  background: url(../img/common/line/bg_line02.gif) 0 100% repeat-x;
  margin-bottom: 20px;
  padding-bottom: 0;
 }

 .itemLine02 li.last{
  background:none;
  margin-bottom: 20px;
 }

  .itemLine02 li ul li{
   margin-bottom: 0;
   padding-bottom: 0;
  }

  .itemLine02 li.last{
   background:none;
  }

.itemLine03 li{
 background: url(../img/common/line/bg_line02.gif) 0 100% repeat-x;
 margin-bottom: 20px;
 padding-bottom: 0;
}

.itemLine03 li.last{
 background:none;
 margin-bottom: 20px;
}

 .itemLine03 li ul li{
  margin-bottom: 0;
  padding-bottom: 0;
 }


/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Width ------------------------------------------------------------------- */
/* 960px Grid */
.w960   { width: 960px;}
.w800 { width: 800px;}
.w640 { width: 640px;}
.w480 { width: 480px;}
.w320 { width: 320px;}
.w160 { width: 160px;}

.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}

.w03per { width: 3%  !important;}
.w05per { width: 5%  !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.w25per { width: 25% !important;}
.w30per { width: 30% !important;}
.w35per { width: 35% !important;}
.w40per { width: 40% !important;}
.w45per { width: 45% !important;}
.w50per { width: 50% !important;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox  { overflow: hidden; *zoom: 1;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide  { display: none;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.atode { border: 2px solid #96c; padding: 10px; text-align: center; background-color: #f9f; font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; font-size: 30px; color: #fff;}

/* !JavaScript -------------------------------------------------------------- */
.over { /* ロールオーバー呼び出し用 */ }
.png  { /* DD_belatedPNG.js呼び出し用 */ }
.js_popup_width_height  {}
.js_page_print   {}
.js_window_close {}


.common_caution {
	font-size: 10px;
	color: #DD0000;
}

/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
