@charset "UTF-8"; 

/*---------------------------------------------------------------
  top.css ver.0
-----------------------------------------------------------------*/
body {
  background: #ffffff; 
}
img {
  width: auto; 
  height: auto; 
  max-width: 100%; 
  vertical-align: bottom; 
}

/*------------------------
	header
------------------------*/
header {
	display: block; 
	position: relative; 
	width: 100%; 
	height: 44px; 
	background-color: #ffffff; 
	text-align: center; 
	border-bottom: solid 1px #efefef; 
}
#auLogo {
	display: inline-block; 
	margin: 12px 0 0; 
	line-height: 0; 
}
#auLogo img {
	width: 172px; 
	max-width: 100%; 
}

/*------------------------
	MV
------------------------*/
#main h1 {
  background-color: #ffffff; 
  margin: 0 auto; 
  text-align: center; 
}
#main h1 img {
  width: 100%; 
  height: auto; 
  max-width: 100%; 
}

/*------------------------
	contents
------------------------*/
#wrap {
  padding-bottom: 120px; 
  background-image: url(../img/bg_wrap.png); 
  background-position: bottom; 
  background-repeat: repeat-x; 
  background-size: auto; 
}
#contens {
  margin: 0 auto; 
}
div.inner { 
  width: auto; 
  padding: 0 10px; 
}
div.inner2 { 
  width: auto; 
  padding: 0 10px; 
  margin-bottom: 40px; 
}
div.inner:after, div.inner2:after {
	content: "."; 
	display: block; 
	clear: both; 
    width: 0; 
	height: 0; 
	visibility: hidden; 
}

div.inner3 { 
  display: block;
    margin-left: auto;
    margin-right: auto;
   width: 80%;
   padding: 20px 10px 10px; 
   margin-bottom: 40px; 
   margin-top:40px;
}
div.inner:after, div.inner3:after {
	content: "."; 
	display: block; 
	clear: both; 
    width: 0; 
	height: 0; 
	visibility: hidden; 
}

  /* Talk 
------------------------------------------------------------- */
.talk_r {
  position: relative; 
  margin: 0 10px 0 0; 
  padding: 1em; 
  color: #ffffff; 
  background-color: #eb5505; 
  border: 2px solid #eb5505; 
  -webkit-border-radius: 8px; 
     -moz-border-radius: 8px; 
          border-radius: 8px; 
}
.talk_r:after, 
.talk_r:before {
  left: 100%; 
  top: 40px; 
  border: solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none; 
}
.talk_r:after {
  border-color: rgba(254, 254, 254, 0); 
  border-left-color: #eb5505; 
  border-width: 10px; 
  margin-top: -10px; 
}
.talk_r:before {
  border-color: rgba(235, 85, 5, 0); 
  border-left-color: #eb5505; 
  border-width: 13px; 
  margin-top: -13px; 
}

.talk_l {
  position: relative; 
  margin: 0 0 0 10px; 
  padding: 1em; 
  color: #eb5505; 
  background-color: #fefefe; 
  border: 2px solid #eb5505; 
  -webkit-border-radius: 8px; 
     -moz-border-radius: 8px; 
          border-radius: 8px; 
}
.talk_l:after, 
.talk_l:before {
  right: 100%; 
  top: 40px; 
  border: solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none; 
}
.talk_l:after {
  border-color: rgba(254, 254, 254, 0); 
  border-right-color: #fefefe; 
  border-width: 10px; 
  margin-top: -10px; 
}
.talk_l:before {
  border-color: rgba(235, 85, 5, 0); 
  border-right-color: #eb5505; 
  border-width: 13px; 
  margin-top: -13px; 
}

@media screen and (max-width: 640px) {
  .talk_l, 
  .talk_r {
    min-height: 40px; 
    padding: 0.8em; 
  }
  .talk_r:after, 
  .talk_r:before, 
  .talk_l:after, 
  .talk_l:before {
    top: 20px; 
  }
}


  /* Talk BOX
------------------------------------------------------------- */
dl.talk_box {
  display: block; 
  height: auto; 
  margin: 0 auto; 
  padding: 0; 
  overflow: hidden; 
}
dl.talk_box dt p, 
dl.talk_box dd p {
  font-size: 1.6em; 
  letter-spacing: 2px; 
}
dl.talk_box dt strong, 
dl.talk_box dd strong {
  font-size: 1.8rem; 
  font-weight: bold; 
}
dl.talk_box dt.talk_box_r, 
dl.talk_box dd.talk_box_r, 
dl.talk_box dt.talk_box_l, 
dl.talk_box dd.talk_box_l {
  display: block; 
  height: auto; 
  margin: 0 0 30px; 
  padding: 0; 
}
dl.talk_box dt.talk_box_r {
  width: 80%; 
  float: left; 
}
dl.talk_box dd.talk_box_r {
  width: 18%; 
  padding-left: 2%; 
  float: left; 
}
dl.talk_box dt.talk_box_l {
  width: 80%; 
  float: right;  
}
dl.talk_box dd.talk_box_l {
  width: 18%; 
  padding-right: 2%; 
  float: right;  
}
dl.talk_box dd.talk_box_l:after, 
dl.talk_box dd.talk_box_r:after {
  content: "."; 
  display: block; 
  clear: both; 
  width: 0; 
  height: 0; 
  visibility: hidden; 
}

@media screen and (max-width: 640px) {
  dl.talk_box dt p, 
  dl.talk_box dd p {
    font-size: 1.1em; 
    letter-spacing: normal; 
  }
  dl.talk_box dt strong, 
  dl.talk_box dd strong {
    font-size: 1.2rem; 
  }
}


  /* title 
------------------------------------------------------------- */
.ttl_02 {
  display: block; 
  position: relative; 
  margin: 0 auto 20px; 
  padding: 0.8em 1.0em; 
  font-size: 1.4em; 
  color: #fff; 
  background-color: #3CB0A3; 
  text-align: center; 
}
@media screen and (max-width: 640px) {
  .ttl_02 {
    padding: 0.8em; 
    font-size: 1.1em; 
  }
}


  /* List 3 Step
------------------------------------------------------------- */
.list_3step {
  display: block; 
  position: relative; 
  width: 100%;  
  max-width: 960px; 
  margin: 0 auto; 
  text-align: center; 
 
}
.list_3step li {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  width: 30%; 
  margin: 0 3% 0 0; 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
       -o-box-sizing: border-box; 
      -ms-box-sizing: border-box; 
	      box-sizing: border-box; 
}
.list_3step li:after { 
  position: absolute; 
  top: 50%; 
  right: -27px; 
  margin: 0 auto; 
  padding: 0; 
  content: "▼"; 
  font-size: 20px; 
  color: #888; 
  text-align: center; 
  -webkit-transform: rotate(-90deg); 
      -ms-transform: rotate(-90deg); 
          transform: rotate(-90deg); 
}
.list_3step li:first-child + li + li {
  margin-right: 0;  
}
.list_3step li:first-child + li + li:after { 
  display: none; 
  visibility: hidden; 
}
.list_3step li span {
  display: block;
  margin: 0; 
  padding: 0; 
  background-color: #fff; 
  border: 3px solid #3CB0A3; 
  border-radius: 12px;
  -webkit-border-radius: 12px; 
     -moz-border-radius: 12px; 
          border-radius: 12px; 
  overflow: hidden; 
}
.list_3step li span em {
  display: block; 
  margin: 0; 
  padding: 1em; 
  font-size: 1.1em; 
  font-style: normal;
  text-align: center; 
  color: #ffffff; 
  background-color: #3CB0A3; 
}
.list_3step li span em em {
  display: inline; 
  margin: 0; 
  padding: 0; 
  font-size: 1.4em; 
  font-weight: bold;  
}
.list_3step li span img {
  margin: 0 0 0px; 
  padding: 0; 
}

.indent {
  display: inline-block;
  padding-left: 1em;
  padding-bottom: 0.3em;
  text-indent: -1em;
  font-size:1em;
  font-weight:normal;
}

.g_box {
  box-sizing:border-box;
  display: inline-block;
  margin: 0 1em 1em 0.5em;
  padding:1em 0 1em;
  font-size:1.1em;
  text-align: left;
  max-height: 8em;
  height: 8em;
  width:90%;
  background: #fff; /* Old browsers */
 /* -moz-box-shadow: 5px 5px 0px 3px #EEB6A1;
  -webkit-box-shadow: 6px 5px 0px 3px #EEB6A1;
  -ms-box-shadow: 5px 5px 0px 3px #EEB6A1;
  box-shadow: 5px 5px 0px 3px #EEB6A1;
  border: solid 2px #EEB6A1; */
  color: #12988c;
}
@media screen and (max-width: 768px) {
.g_box {
  box-sizing:border-box;
  display: inline-block;
  margin: 0 1em 0 0.5em;
  padding:1em 0 1em;
  text-align: left;
  max-height: 8em;
  height: 7.5em;
  width:90%;
  background: #fff; /* Old browsers */
 /*  -moz-box-shadow: 5px 5px 0px 3px #EEB6A1;
  -webkit-box-shadow: 6px 5px 0px 3px #EEB6A1;
  -ms-box-shadow: 5px 5px 0px 3px #EEB6A1;
  box-shadow: 5px 5px 0px 3px #EEB6A1;
  border: solid 2px #EEB6A1; */
  color: #12988c;
}
.indent {
  display: inline-block;
  padding-left: 0.9em;
  padding-bottom: 0.3em;
  text-indent: -1em;
  font-size:1em;
  font-weight:normal;
}
}
@media screen and (max-width: 460px) {
.g_box {
  box-sizing:border-box;
  display: inline-block;
  margin: 0 1em 0 0.5em;
  padding:0 1em 1em 1em;
  text-align: left;
  max-height: 7em;
  height: auto;
  width:90%;
  background: #fff; /* Old browsers */
  /* -moz-box-shadow: 5px 5px 0px 3px #EEB6A1;
  -webkit-box-shadow: 6px 5px 0px 3px #EEB6A1;
  -ms-box-shadow: 5px 5px 0px 3px #EEB6A1;
  box-shadow: 5px 5px 0px 3px #EEB6A1;
  border: solid 2px #EEB6A1; */
  color: #12988c;
}
.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-weight:normal;
  font-size:1em;
}
}
.w_box {
  box-sizing:border-box;
  display: inline-block;
  margin: 1em 1em 1em 1em;
  padding:1em;
  font-size:1em;
  text-align: left;
  max-height: 7em;
  height: 7em;
  width:90%;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .list_3step li:after { 
    right: -24px; 
  }
}

@media screen and (max-width: 668px) {
  .list_3step {
    width: 80%;  
  }
  .list_3step li {
    display: block; 
    width: auto; 
	margin-right: 0; 
  }
  .list_3step li:after {
	position: inherit; 
    top: inherit; 
    right: inherit; 
    -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
		    transform: rotate(0deg); 
  }
  .list_3step li span em {
    padding: 0.8em 0.2em; 
    font-size: 1.0em; 
  }
  .list_3step li span em em {
    font-size: 1.1em; 
  }
  .list_3step li span img {
    width: 80%;  
  }
}


  /* Button BASE
------------------------------------------------------------- */
.btn_link span {
  display: block; 
  width: 100%; 
  margin: 10px auto; 
  text-align: center; 
}
.btn_link span a {
  display: block; 
  position: relative; 
  background-color: #333; 
  color: #fff; 
  font-size: 1.3em; 
  /*font-weight: bold; */
  text-decoration: none; 
  padding: 18px 20px 18px 10px; 
  margin-bottom: 30px;
  border: 3px solid #fff; 
  -webkit-border-radius: 10px; 
     -moz-border-radius: 10px; 
          border-radius: 10px; 
}
.btn_link span a:after {
  display: block; 
  content: ""; 
  position: absolute; 
  top: 50%; 
  right: 10px; 
  width: 10px; 
  height: 10px; 
  margin: -6px 10px 0 0; 
  border-top: 3px solid #fff; 
  border-right: 3px solid #fff; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg); 
}
.btn_link span a:hover {
  transition: all 0.35s ease-in-out; 
  opacity: 0.8; 
  filter: alpha(opacity=80); 
  -ms-filter: "alpha( opacity=80 )"; 
}


@media screen and (max-width: 850px) {
  .btn_link span a {
   font-size: 1.1em; 
   font-weight: bold;
   padding: 18px 10px 18px 5px;
  }
 .btn_link span a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -6px 3px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
}
@media screen and (max-width: 640px) {
 .btn_link span a {
   font-size: 1.1em; 
   font-weight: bold;
   padding: 18px 10px 18px 0px;
  }
 .btn_link span a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -6px 3px 0 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

  .btn_link span {
    display: block; 
    width: auto; 
  }
  /*.btn_link span a {
    font-size: calc(1.25em - 0.85vw); 
  }*/
  .btn_link span a:after {
    right: 5px; 
    margin-right: 3px; 
  }
}

  /* Button color variation
------------------------------------------------------------- */
.btn_c_au.btn_link span a { 
  background-color: #eb5505; 
  border-color: #eb5505; 
}

.btn_c_nega.btn_link span a, 
.btn_c_apple.btn_link span a, 
.btn_c_google.btn_link span a, 
.btn_c_other.btn_link span a { 
  background-color: #fff; 
}
@media screen and (min-width: 768px) {
  .btn_c_apple.btn_link span a, 
  .btn_c_google.btn_link span a, 
  .btn_c_other.btn_link span a { 
    padding: 40px 10px 40px 0px; 
  }
}
.btn_c_nega.btn_link span a:hover{
  background-color:#dedede; 
}
.btn_c_nega.btn_link span a { 
  color: #333; 
  border-color: #333; 
}
.btn_c_nega.btn_link span a:after { 
    border-top-color: #333; 
  border-right-color: #333; 
}
.btn_c_apple.btn_link span a { 
  color: #FFF;
  background: #0070c9; /* Old browsers */
  -moz-box-shadow: 7px 10px 0px 3px #fae1e1;
  -webkit-box-shadow: 7px 10px 0px 3px #fae1e1;
  -ms-box-shadow: 7px 10px 0px 3px #fae1e1;
  box-shadow: 7px 10px 0px 3px #fae1e1;
}
.btn_c_apple.btn_link span a:after { 
  border-top-color: #FFF; 
  border-right-color: #FFF; 
}
.btn_c_apple.btn_link span a:hover{
   opacity:0.7;
}


.btn_c_google.btn_link span a { 
  color: #fff; 
  background: #689f38; /* Old browsers */
  -moz-box-shadow: 7px 10px 0px 3px #fae1e1;
  -webkit-box-shadow: 7px 10px 0px 3px #fae1e1;
  -ms-box-shadow: 7px 10px 0px 3px #fae1e1;
  box-shadow: 7px 10px 0px 3px #fae1e1;
}
.btn_c_google.btn_link span a:after { 
  border-top-color: #FFF; 
  border-right-color: #FFF; 
}
.btn_c_google.btn_link span a:hover{ 
   opacity:0.7;
}


.btn_c_other.btn_link span a { 
  color: #FFF; 
  border-color: #FFF; 
  background: #eb5505; /* Old browsers */
  -moz-box-shadow: 7px 10px 0px 3px #fae1e1;
  -webkit-box-shadow: 7px 10px 0px 3px #fae1e1;
  -ms-box-shadow: 7px 10px 0px 3px #fae1e1;
  box-shadow: 7px 10px 0px 3px #fae1e1;
}
.btn_c_other.btn_link span a:after { 
  border-top-color: #FFF; 
  border-right-color: #FFF; 
}
.btn_c_other.btn_link span a:hover{
   opacity:0.7;
}

  /* Btn Step text
------------------------------------------------------------- */
.btn_box_txt{
  text-align: center;
  font-weight:bold;
  font-size:1.2em;
  color: #12988c;
}

@media screen and (max-width: 640px) {
.btn_em{
  text-align: left;
  padding:0px 0px 5px 15px;
  font-weight:bold;
  font-size:1em;
}
}

.btn_em{
  padding:0px 0px 10px 10px;
  font-weight:bold;
  font-size:1.1em;
}

  /* List Box
------------------------------------------------------------- */
.list_box_2, .list_box_3 {
  display: block; 
  width: 100%; 
  margin: 20px auto; 
  text-align: center; 
}
.list_box_2 li, .list_box_3 li {
  display: inline-block; 
  vertical-align: top; 
  margin: 0 auto 20px; 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
       -o-box-sizing: border-box; 
      -ms-box-sizing: border-box; 
          box-sizing: border-box; 
} 
.list_box_2 li {
  width: 48%; 
  margin: 0 0.5%; 
}
.list_box_3 li {
  width: 30%; 
  margin: 0px 1.5%; 
}

@media screen and (max-width: 640px) {
  .list_box_2 li, .list_box_3 li {
    width: 100%; 
    margin: 0 auto 20px; 
    padding: 0; 
  }
}


 /* Column Box
------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .cols_box_3 .col {
    display:block;
    width: 32%; 
    margin-left: 2%; 
    float: left; 
  }
}
.cols_box_3 {
  display: block; 
  margin: 0 auto; 
  padding: 0; 
  clear: both; 
}
.cols_box_3 .col:first-child {
  margin-left: 0; 
}


  /* Column Box2
------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .cols_box_2 .col {
    display: block; 
    width: 45%; 
    margin-left: 30px; 
    float: left; 
    font-size:1em;
  }
}
.cols_box_2 {
  display: block; 
  margin: 0 auto; 
  padding: 0; 
  clear: both; 
  font-size:1.1em;
}
.cols_box_2 .col:first-child {
  margin-left: 0; 
}
.cols_box_2 .bold{
  font-size:1.1em;
  padding-bottom: 0.4em;
  font-weight:bold;
}


.disc:before {
  content: "・";
	color:#eb5505;
}

/*------------------------
	footer
------------------------*/
footer {
  display: block; 
  width: 100%; 
  margin: 0 auto; 
  padding: 20px 0; 
  text-align: center; 
  color: #fff; 
  background-color: #333;
}
footer small {
  font-size: 0.9rem; 
}
footer a:link, 
footer a:visited {
  color: #fff; 
  text-decoration: underline; 
}
footer a:hover, 
footer a:active  {
  color: #eb5505; 
}


/*---------------------------------------------------------------
  SP
-----------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #wrap {
    position: relative; 
    height: 100%; 
    min-height: 100%; 
    padding-bottom: 40px; 
    background-repeat: no-repeat; 
    background-size: contain; 
  }
  #main h1 {
    margin: 0 auto 10px; 
  }
  #main h1 img {
    width: 100%; 
    max-width: 100%; 
  }
}


/*  汎用
-----------------------------------------------------------------*/



/* =================================
font size
================================= */
.fs-10 { font-size: 10px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 14px; } .fs-16 { font-size: 16px; } .fs-18 { font-size: 18px; }  
.fs-20 { font-size: 20px; } .fs-22 { font-size: 22px; } .fs-24 { font-size: 24px; } .fs-26 { font-size: 26px; } .fs-28 { font-size: 28px; } 
.fs-30 { font-size: 30px; } .fs-32 { font-size: 32px; } .fs-34 { font-size: 34px; } .fs-36 { font-size: 36px; } .fs-38 { font-size: 38px; } 

/* =================================
line-height
================================= */
.lh1 { line-height: 1; } .lh2 { line-height: 2; } 

/* =================================
background-color
================================= */
.bc_au { background-color: #eb5505; color: #ffffff !important; } 
.bc_red { background-color: #cc0000; color: #ffffff !important; } 
.bc_000 { background-color: #000000; color: #ffffff !important; } 
.bc_111 { background-color: #111111; color: #ffffff !important; } 
.bc_222 { background-color: #222222; color: #ffffff !important; } 
.bc_333 { background-color: #333333; color: #ffffff !important; } 
.bc_ccc { background-color: #cccccc; color: #ffffff !important; } 
.bc_ddd { background-color: #dddddd; } 
.bc_eee { background-color: #eeeeee; } 
.bc_f3  { background-color: #f3f3f3; } 

/* =================================
margin
================================= */
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt8 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px !important; }
.mt20 { margin-top: 20px !important; }
.mt24 { margin-top: 24px !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; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr8 { margin-right: 8px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr16 { margin-right: 16px !important; }
.mr20 { margin-right: 20px !important; }
.mr24 { margin-right: 24px !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; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb16 { margin-bottom: 16px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb24 { margin-bottom: 24px !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; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml8 { margin-left: 8px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml16 { margin-left: 16px !important; }
.ml20 { margin-left: 20px !important; }
.ml24 { margin-left: 24px !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; }

.mv0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mv5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mv8 { margin-top: 8px !important; margin-bottom: 8px !important; }
.mv10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mv15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mv16 { margin-top: 16px !important; margin-bottom: 16px !important; }
.mv20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mv24 { margin-top: 24px !important; margin-bottom: 24px !important; }
.mv25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.mv30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mv35 { margin-top: 35px !important; margin-bottom: 35px !important; }
.mv40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mv45 { margin-top: 45px !important; margin-bottom: 45px !important; }
.mv50 { margin-top: 50px !important; margin-bottom: 50px !important; }

/* =================================
padding
================================= */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !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; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !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; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !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; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !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; }

.pv0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.pv5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.pv8 { padding-top: 8px !important; padding-bottom: 8px !important; }
.pv10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.pv15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.pv16 { padding-top: 16px !important; padding-bottom: 16px !important; }
.pv20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.pv24 { padding-top: 24px !important; padding-bottom: 24px !important; }
.pv25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.pv30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.pv35 { padding-top: 35px !important; padding-bottom: 35px !important; }
.pv40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.pv45 { padding-top: 45px !important; padding-bottom: 45px !important; }
.pv50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.pa0 { padding: 0px !important; }
.pa5 { padding: 5px !important; }
.pa8 { padding: 8px !important; }
.pa10 { padding: 10px !important; }

/* =================================
radius
================================= */
.rad2  { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } 
.rad4  { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } 
.rad6  { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } 
.rad8  { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } 
.rad10 { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } 
.rad12 { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; } 
.rad14 { -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; } 
.rad16 { -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; } 
.rad18 { -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; } 
.rad20 { -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; } 
.rad22 { -moz-border-radius: 22px; -webkit-border-radius: 22px; border-radius: 22px; } 
.rad24 { -moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px; } 

.radt2  { -moz-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-top-right-radius: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; } 
.radt4  { -moz-border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } 
.radt6  { -moz-border-top-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-top-right-radius: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; } 
.radt8  { -moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; } 
.radt10 { -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; } 
.radt12 { -moz-border-top-left-radius: 12px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; -moz-border-top-right-radius: 12px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; } 
.radt14 { -moz-border-top-left-radius: 14px; -webkit-border-top-left-radius: 14px; border-top-left-radius: 14px; -moz-border-top-right-radius: 14px; -webkit-border-top-right-radius: 14px; border-top-right-radius: 14px; } 
.radt16 { -moz-border-top-left-radius: 16px; -webkit-border-top-left-radius: 16px; border-top-left-radius: 16px; -moz-border-top-right-radius: 16px; -webkit-border-top-right-radius: 16px; border-top-right-radius: 16px; } 
.radt18 { -moz-border-top-left-radius: 18px; -webkit-border-top-left-radius: 18px; border-top-left-radius: 18px; -moz-border-top-right-radius: 18px; -webkit-border-top-right-radius: 18px; border-top-right-radius: 18px; } 
.radt20 { -moz-border-top-left-radius: 20px; -webkit-border-top-left-radius: 20px; border-top-left-radius: 20px; -moz-border-top-right-radius: 20px; -webkit-border-top-right-radius: 20px; border-top-right-radius: 20px; } 
.radt22 { -moz-border-top-left-radius: 22px; -webkit-border-top-left-radius: 22px; border-top-left-radius: 22px; -moz-border-top-right-radius: 22px; -webkit-border-top-right-radius: 22px; border-top-right-radius: 22px; } 
.radt24 { -moz-border-top-left-radius: 24px; -webkit-border-top-left-radius: 24px; border-top-left-radius: 24px; -moz-border-top-right-radius: 24px; -webkit-border-top-right-radius: 24px; border-top-right-radius: 24px; } 

.rad25p { -moz-border-radius: 25%; -webkit-border-radius: 25%; border-radius: 25%; } 
.rad50p { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; } 
