@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #777; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {  border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;  width: 0;  height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;  width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " ";  display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/*::-moz-selection { background: #c7ec7a; color: #fff; text-shadow: none; }
::selection { background: #c7ec7a; color: #fff; text-shadow: none; }
input::selection, textarea::selection { color: #333; }*/

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }  /* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }  /* IE7用 */
.ie8 img,.ie8 object { width:auto; }  /* IE8用 */
img[src$=".svg"] {  width: 100%; }    /* SVG IE対策 */

/* Font -------------------*/

html{
  font-size: 62.5%;
}
body{
/*  -webkit-font-smoothing: subpixel-antialiased;  /* 文字のアンチエイリアス／safariデフォルト値 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:none;
  font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
}

a,
a:visited,
a:hover,
a:active{
  color:#64b628;
  -webkit-tap-highlight-color:transparent rgba(0,0,0,0);
  -moz-tap-highlight-color:transparent rgba(0,0,0,0);
  -ms-tap-highlight-color:transparent rgba(0,0,0,0);
  -o-tap-highlight-color:transparent rgba(0,0,0,0);
  tap-highlight-color:transparent rgba(0,0,0,0);
  text-decoration: none;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a img:hover{
  opacity: 0.7;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
}
a img { 
  text-decoration: none;
  outline: none;
}
a img::before,a img::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a img,a img::before,a img::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* btn */
.btn_more,.btn_more a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  letter-spacing: 4px;
}
.btn_more::before, .btn_more::after, .btn_more a::before, .btn_more a::after {
  position: absolute;
  z-index: -1;
  display: block;
/*  content: '';*/
}
.btn_more,.btn_more::before,.btn_more::after, .btn_more a,.btn_more a::before,.btn_more a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* -------------------*/
/* -------------------*/
/* HTML,Body -------------------*/

html,body{
  height: 100% !important;
}
body{
  color: #333;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .075em;
  position: relative;
  text-align: center;
  font-weight: normal;
  word-wrap: break-word;
  font-family:"Quicksand","Zen Kaku Gothic New",sans-serif;
  background-color: #fff;
}
#wrapper{
  width: 100%;
  min-width: 960px;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pc{ display: block; }
.sp{ display: none; }

.pagetop{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: block;
  z-index: 9000;
}

@media screen and (max-width: 960px){
  #wrapper{
    min-width: 100%;
  }
  body{
    font-size: 14px;
  }
}

@media screen and (max-width: 650px){
  body{
    font-size: 12px;
  }
  .pagetop{
    width: 50px;
    height: 50px;
  }
  .pc{ display: none; }
  .sp{ display: block; }
}


/* -------------------*/
/* -------------------*/
/* Header -------------------*/

#header{
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 4px solid #eee;
}
#header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.pc_menu{
  position: relative;
}
.pc_menu .logo{
  float: left;
  width: 30%;
  text-align: left;
  margin: 22px 0 0 30px;
}
.pc_menu .logo img{
  width: 340px;
  height: auto;
}
.pc_menu .logo p{
  font-size: 13px;
  padding-bottom: 6px;
}
.pc_menu .global{
  float: right;
  margin-right: 30px;
}
.global_menu{
  float: right;
}
.global_menu li{
  float: left;
  text-align: left;
  letter-spacing: 1;
  padding: 54px 0 0 30px;
}
.global_menu li a{
  font-weight: bold;
  color: #333;
}
.global_menu li.apply-btn{
  padding-top: 30px;
}
.global_menu li.apply-btn a{
  display: block;
  width: 200px;
  height: 56px;
  line-height: 60px;
  padding-left: 8px; /* やじるし分を調整 */
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #529349;
  transition: .4s;
}
.global_menu li.apply-btn a img{
  width: 8px;
  height: auto;
  vertical-align: 48%;
  margin-left: 8px;
}
.apply-btn a:hover{ opacity: 0.9; filter:alpha(opacity=90); -moz-opacity: 0.9; }
.global_menu li a:hover{ opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5; }
.global_menu li a { text-decoration: none; outline: none; }
.global_menu li a::before,.global_menu li a::after { position: absolute; z-index: -1; display: block; content: ''; }
.global_menu li a,.global_menu li a::before,.global_menu li a::after { -webkit-transition: all .2s; transition: all .2s; }

.sp_header{
  display: none;
}

@media screen and (max-width: 1100px){
  .global_menu li,
  .global_menu li.apply-btn a{
    font-size: 14px;
  }
  .global_menu li.apply-btn a{
    width: 160px;
  }
}

@media screen and (max-width: 960px){
  #header{
    height: 100px;
  }
  .pc_menu .logo{
    width: 25%;
    margin: 20px 0 0 20px;
  }
  .pc_menu .logo img{
    width: 100%;
  }
  .pc_menu .logo p{
    font-size: 10px;
  }
  .pc_menu .global{
    margin-right: 20px;
  }
  .global_menu li{
    line-height: 30px;
    font-size: 13px;
    padding: 40px 0 0 20px;
  }
  .global_menu li.apply-btn{
    padding-top: 22px;
  }
  .global_menu li.apply-btn a{
    width: 120px;
    font-size: 13px;
  }
}

@media screen and (max-width: 800px){
  .global_menu li{
    padding: 40px 0 0 8px;
  }
}

@media screen and (max-width: 650px){
  #header{
    display: none;
  }
  .sp_header{
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 4px solid #eee;
  }
  .sp_menu{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
  .sp_menu .logo{
    width: 220px;
    height: auto;
    text-align: left;
    padding: 20px 0 0 5%;
  }
  .sp_menu .logo p{
    padding-bottom: 6px;
    font-size: 11px;
    font-weight: bold;
  }
  .sp_menu .logo img{
    width: 220px;
  }
  .sp_menu .drawer-nav{
    padding: 50px 0;
  }
  .sp_menu .drawer-menu{
    width: 80%;
    margin: 0 auto;
  }
  .sp_menu .drawer-menu li{
    padding-bottom: 30px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
  }
  .sp_menu .drawer-menu li a{
    padding-left: 20px;
    color: #333;
    background: url(../img/icon_arrow_green.svg) left center no-repeat;
  }
  .sp_menu .drawer-menu li.apply-btn{
    text-align: center;
  }
  .sp_menu .drawer-menu li.apply-btn a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 8px; /* やじるし分を調整 */
    margin: 0 auto;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #64b628;
    transition: .4s;
  }
  .sp_menu .drawer-menu li.apply-btn a img{
    width: 8px;
    height: auto;
    vertical-align: 48%;
    margin-left: 8px;
  }
}


/* -------------------*/
/* -------------------*/
/* Main -------------------*/

#main{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#main .section{
  padding: 120px 0 100px;
}
#main .section h2{
  font-size: 28px;
  padding-bottom: 80px;
}
#main .section h2 span{
  font-size: 18px;
  padding-left: 10px;
}
#main .section p{
  line-height: 2.2;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .section a{
  text-decoration: underline;
}
#main .section a:hover{
  text-decoration: none;
}

@media screen and (max-width: 960px){
  #main .section{
    padding: 100px 0 20px;
  }
  #main .section h2{
    font-size: 24px;
    padding-bottom: 50px;
  }
  #main .section h2 span{
    font-size: 16px;
  }
}

@media screen and (max-width: 650px){
  #main .section{
    padding: 100px 0 0;
  }
  #main .section h2{
    font-size: 18px;
    padding-bottom: 30px;
  }
  #main .section h2 span{
    font-size: 13px;
    padding-left: 1%;
  }
  #main .section p{
    line-height: 1.8;
  }
}


/* outline -------------------*/

#outline p{
  width: 860px;
  margin: 0 auto;
  font-size: 17px;
}
#outline .slider{
  padding-top: 60px;
}

@media screen and (max-width: 960px){
  #outline p{
    width: 90%;
    font-size: 14px;
  }
  #outline .slider{
    padding-top: 40px;
  }
}

@media screen and (max-width: 650px){
  #outline p{
    font-size: 12px;
  }
}

/* program -------------------*/

#program{
  width: 960px;
  margin: 0 auto;
}
#program .seminar_program{
  position: relative;
  width: 100%;
  padding-top: 40px;
}

@media screen and (max-width: 960px){
  #program{
    width: 90%;
  }
  #program .seminar_program{
    padding-top: 40px;
  }
}

/* schedule -------------------*/

#schedule{
  width: 960px;
  margin: 0 auto;
  line-height: 1.75;
}
#schedule table{
  position: relative;
  width: 100%;
  border-left: 1px solid #dadada;
}
#schedule table .header th{
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  border-right: 1px solid #dadada;
}
#schedule table .list-1{
  width: 280px;
}
#schedule table th,
#schedule table td{
  padding: 24px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
#schedule table th{
  font-weight: normal;
}

@media screen and (max-width: 960px){
  #schedule{
    width: 90%;
  }
  #schedule table .header th{
    font-size: 14px;
  }
  #schedule table .list-1{
    width: auto;
  }
  #schedule table th,
  #schedule table td{
    padding: 20px 16px;
  }
}

@media screen and (max-width: 650px){
  #schedule table .header th,
  #schedule table th,
  #schedule table td{
    padding: 10px 20px;
    font-size: 12px;
  }
  #schedule table th,
  #schedule table td{
    padding: 10px;
  }
}

/* apply -------------------*/

#apply{
  width: 960px;
  margin: 0 auto;
}
#apply h3{
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 22px;
  letter-spacing: 3;
  border-bottom: 4px solid #eaeaea;
}
#apply .document{
  position: relative;
  width: 100%;
  padding: 40px 0 120px;
}
#apply div img{
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 390px;
  height: 40px;
}
#apply div a img{
  width: 370px;
  height: 70px;
}
#apply .strong{
  margin-top: 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .25rem;
  color: #529349;
  border: 4px solid #529349;
}

/* Form */
#apply dl.form{
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px dashed #dadada;
}
#apply dl,
#apply dt,
#apply dd{
  width: 100%;
  height: auto;
  text-align: left;
}
#apply dd{
  margin-bottom: 40px;
}
#apply dd input:not([type="radio"]):not([type="checkbox"]),
#apply dd textarea{
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 18px;
  font-weight: bold;
  letter-spacing: 0;
  border: none;
  background-color: #efefef;
}
#apply dd input:hover,
#apply dd textarea:hover{
  background-color: #dfdfdf;
}
/* プルダウン */
#apply dd .wpcf7-form-control-wrap select{
  width: 300px;
  height: 36px;
  margin-top: 18px;
}
#apply span.hissu{
  padding: 4px 8px;
  margin-right: 20px;
  color: #fff;
  background-color: #64b628;
}
#apply p.check{
  text-align: center;
  font-weight: bold;
}

/* プレースホルダ */
:-moz-placeholder{ vertical-align: top; color: #ccc; opacity: 1; }
::-moz-placeholder{ vertical-align: top; color: #ccc; opacity: 1; }
::-webkit-input-placeholder{ vertical-align: top; color: #ccc; }
:-ms-input-placeholder{ vertical-align: top; color: #ccc; }
:placeholder-shown{ vertical-align: top; color: #ccc; }

/* ラジオボタン */
#apply dd .wpcf7-list-item-label{
  margin-right: 20px;
}
#apply dd .wpcf7-radio input{
  width: auto;
  margin: 24px 6px 10px 0;
  border: 0;
  padding: 0;
}
#apply dd .wpcf7-radio input[type="radio"]{
  width: auto;
  height: auto;
  padding: 0;
  margin: 24px 6px 10px 0;
  border: 0;
  background: none;
}
#apply dd .wpcf7-list-item{
  display: inline-block;
  width: auto;
  margin: 0 20px 0 0;
}

#apply dd .wpcf7-list-item-label{
  display: inline;
  margin: 0;
}

/* 車の場合の台数 */
#apply .car-number{
  display: flex;
  align-items: center;
  text-align: left !important;
  line-height: 1;
}
#apply .car-number .wpcf7-form-control-wrap{
  display: inline-block;
  margin: 0 5px;
}
#apply .car-number input[name="car-number"]{
  width: 50px !important;
  height: 40px !important;
  margin: 0 !important;
	line-height: normal;
}

/* 承認確認 */
#apply .check{
  margin-top: 40px;
  text-align: center;
}
#apply input[type="checkbox"],
#apply input[type="radio"]{
  margin-right: 6px;
}

/* 送信ボタン */
#apply .btn_more{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
input.wpcf7-submit{
  width: 320px;
  height: 70px;
  line-height: 64px;
  border-radius: 35px;
  margin: 0 10px;
  color: #64b628;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: bold;
  border: 4px solid #64b628;
  background: url(../img/icon_arrow_green.svg) 90% center no-repeat;
  background-size: 10px 14px;
  background-color: #fff;
}
input.wpcf7-submit:hover{
  color: #fff;
  background: url(../img/icon_arrow_white.svg) 90% center no-repeat;
  background-size: 10px 14px;
  background-color: #64b628;
}
.wpcf7-mail-sent-ok{
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e73656;
}
/* Errors */
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-response-output{
  margin: 10px 0;
  color: red;
}

@media screen and (max-width: 960px){
  #apply{
    width: 90%;
  }
  #apply h3{
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #apply .document{
    position: relative;
    width: 100%;
    padding: 30px 0 80px;
  }
  #apply div img,
  #apply div a img{
    width: 45%;
    height: auto;
    margin: 0 2%;
  }
  
  /* Form */
  
  #apply dl.form{
    margin-top: 20px;
  }
  #apply dd{
    margin-bottom: 30px;
  }
  #apply dd input,
  #apply dd textarea{
    margin-top: 16px;
  }
  #apply dd .wpcf7-form-control-wrap select{
    width: 50%;
    height: 40px;
    margin-bottom: 6px;
  }
  /* ラジオボタン */
  #apply dd .wpcf7-radio input{
    margin: 20px 6px 10px 0;
    border: 1px solid #aaa;
  }
  /* 送信ボタン */
  #apply .btn_more{
    margin: 20px auto 80px;
  }
}

@media screen and (max-width: 650px){
  #apply h3{
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1.4;
  }
  #apply p br{
    display: none;
  }
  #apply .document{
    padding: 0 0 40px;
  }
  #apply div img{
    display: block;
    padding: 24px 0 0;
  }
  #apply div img,
  #apply div a img{
    width: 80%;
    margin: 0 auto;
  }
  #apply .strong{
    margin-top: 20px;
    font-size: 13px;
  }
  
  /* Form */
  #apply dt{
    font-weight: bold;
  }
  #apply dd{
    margin-bottom: 20px;
  }
  #apply dd input,
  #apply dd textarea{
    padding: 14px;
    margin-top: 10px;
  }
  /* 車の場合の台数 */
  #apply .car-number input[name="car-number"]{
    height: 30px;
  }
  /* プルダウン */
  #apply dd .wpcf7-form-control-wrap select{
    margin-top: 10px;
  }
  #apply span.hissu{
    padding: 2px 6px;
    margin-right: 8px;
  }
  #apply dd .wpcf7-form-control-wrap select{
    width: 100%;
  }
  /* 承認確認 */
  #apply .check{
    margin-top: 30px;
    letter-spacing: 1;
  }
  /* 送信ボタン */
  #apply .btn_more{
    display: block;
    margin-top: 30px;
  }
  input.wpcf7-submit{
    width: 100%;
    height: 54px;
    line-height: 48px;
    border-radius: 27px;
    margin: 0 auto;
    font-size: 13px;
  }
}


/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

/* Sub footer -------------------*/

.footer{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #fcf7de;
}
.footer .footer_logo{
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer .address{
  line-height: 1.8;
}
.footer .copyright{
  padding: 40px 0 60px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media screen and (max-width: 960px){
  .footer .footer_logo{
    padding-bottom: 3%;
  }
  .footer .copyright{
    padding: 4% 0 6%;
    font-size: 14px;
  }
}

@media screen and (max-width: 650px){
  .footer{
    padding-top: 8%;
  }
  .footer .footer_logo{
    width: 160px;
    padding-bottom: 4%;
  }
  .footer .inner{
    font-size: 11px;
  }
  .footer .copyright{
    padding: 6% 0 8%;
    font-size: 10px;
    letter-spacing: 1;
    
  }
}

/* -------------------*/
/* -------------------*/
/* Parts -------------------*/

/* space */

.ma0{margin: 0 !important;}.m5 {margin:5px;}.m10 {margin:10px;}.m15 {margin:15px;}.m20 {margin:20px;}.m25 {margin:25px;}.m30 {margin:30px;}.m35 {margin:35px;}.m40 {margin:40px;}.m45 {margin:45px;}.m50 {margin:50px;}.m55 {margin:55px;}.m60 {margin:60px;}.mt5 {margin-top:5px;}.mt10 {margin-top:10px;}.mt15 {margin-top:15px;}.mt20 {margin-top:20px;}.mt25 {margin-top:25px;}.mt30 {margin-top:30px;}.mt35 {margin-top:35px;}.mt40 {margin-top:40px;}.mt45 {margin-top:45px;}.mt50 {margin-top:50px;}.mt55 {margin-top:55px;}.mt60 {margin-top:60px;}.mr5 {margin-right:5px;}.mr10 {margin-right:10px;}.mr15 {margin-right:15px;}.mr20 {margin-right:20px;}.mr25 {margin-right:25px;}.mr30 {margin-right:30px;}.mr35 {margin-right:35px;}.mr40 {margin-right:40px;}.mr45 {margin-right:45px;}.mr50 {margin-right:50px;}.mr55 {margin-right:55px;}.mr60 {margin-right:60px;}.mb5 {margin-bottom:5px;}.mb10 {margin-bottom:10px;}.mb15 {margin-bottom:15px;}.mb20 {margin-bottom:20px;}.mb25 {margin-bottom:25px;}.mb30 {margin-bottom:30px;}.mb35 {margin-bottom:35px;}.mb40 {margin-bottom:40px;}.mb45 {margin-bottom:45px;}.mb50 {margin-bottom:50px;}.mb55 {margin-bottom:55px;}.mb60 {margin-bottom:60px;}.ml5 {margin-left:5px;}.ml10 {margin-left:10px;}.ml15 {margin-left:15px;}.ml20 {margin-left:20px;}.ml25 {margin-left:25px;}.ml30 {margin-left:30px;}.ml35 {margin-left:35px;}.ml40 {margin-left:40px;}.ml45 {margin-left:45px;}.ml50 {margin-left:50px;}.ml55 {margin-left:55px;}.ml60 {margin-left:60px;}.pt0{padding-top: 0 !important;}.p5 {padding:5px;}.p10 {padding:10px;}.p15 {padding:15px;}.p20 {padding:20px;}.p25 {padding:25px;}.p30 {padding:30px;}.p35 {padding:35px;}.p40 {padding:40px;}.p45 {padding:45px;}.p50 {padding:50px;}.p55 {padding:55px;}.p60 {padding:60px;}.pt5 {padding-top:5px;}.pt10 {padding-top:10px;}.pt15 {padding-top:15px;}.pt20 {padding-top:20px;}.pt25 {padding-top:25px;}.pt30 {padding-top:30px;}.pt35 {padding-top:35px;}.pt40 {padding-top:40px;}.pt45 {padding-top:45px;}.pt50 {padding-top:50px;}.pt55 {padding-top:55px;}.pt60 {padding-top:60px;}.pr5 {padding-right:5px;}.pr10 {padding-right:10px;}.pr15 {padding-right:15px;}.pr20 {padding-right:20px;}.pr25 {padding-right:25px;}.pr30 {padding-right:30px;}.pr35 {padding-right:35px;}.pr40 {padding-right:40px;}.pr45 {padding-right:45px;}.pr50 {padding-right:50px;}.pr55 {padding-right:55px;}.pr60 {padding-right:60px;}.pb5 {padding-bottom:5px;}.pb10 {padding-bottom:10px;}.pb15 {padding-bottom:15px;}.pb20 {padding-bottom:20px;}.pb25 {padding-bottom:25px;}.pb30 {padding-bottom:30px;}.pb35 {padding-bottom:35px;}.pb40 {padding-bottom:40px;}.pb45 {padding-bottom:45px;}.pb50 {padding-bottom:50px;}.pb55 {padding-bottom:55px;}.pb60 {padding-bottom:60px;}.pl5 {padding-left:5px;}.pl10 {padding-left:10px;}.pl15 {padding-left:15px;}.pl20 {padding-left:20px;}.pl25 {padding-left:25px;}.pl30 {padding-left:30px;}.pl35 {padding-left:35px;}.pl40 {padding-left:40px;}.pl45 {padding-left:45px;}.pl50 {padding-left:50px;}.pl55 {padding-left:55px;}.pl60 {padding-left:60px;}