@charset "utf-8";
/*============================================
common
==============================================*/
body {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0px;
  margin: 0px;
}
ul, li {
  list-style-type: none;
}
a {
  text-decoration: none;
  overflow: hidden;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
}
table {
  border: none;
  empty-cells: show;
  border-collapse: collapse;
}
th, td {
  text-align: left;
}
.clear {
  clear: both;
}
/*============================================
layoutBox
==============================================*/
body {
  text-align: center;
}
#wrap {
  text-align: center;
  width: 904px;
  position: relative;
  padding: 0px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#subnavi {
  width: 450px;
  height: 48px;
  position: absolute;
  top: 10px;
  right: 0px;
}
#header {
  width: 904px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
/*----------
contents
----------*/
#bg_con_top {
  width: 904px;
  height: 10px;
  background-image: url(../images/common/bg_contents_top.gif);
  margin: 0px;
  padding: 0px;
  float: left;
  background-repeat: no-repeat;
}
#bg_con_mid {
  width: 902px;
  padding: 10px 0 30px;
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: 0 0 2.9px 0.1px rgba(0, 0, 0, 0.24);
  /*background-image: url(../images/common/bg_contents_mid.gif);*/
  /*background-repeat: repeat-y;*/
  margin: 0px;
  /*padding-top: 0px;*/
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#bg_con_btm {
  width: 904px;
  height: 20px;
  background-image: url(../images/common/bg_contents_btm.gif);
  background-repeat: no-repeat;
  clear: both;
}
#contents {
  height: auto;
  width: 864px;
  float: left;
  padding: 0px 20px;
  display: inline;
  /*IE6*/
}
#pan {
  width: 840px;
  height: 20px;
  float: left;
  margin: 0px;
  padding-right: 25px;
  padding-left: 20px;
  padding-top: 5px;
}
/*lnavi*/
#lnavi {
  width: 214px;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 1px;
}
/*maincontent*/
#maincontent {
  width: 624px;
  height: auto;
  float: right;
  display: inline;
  /*IE6*/
}
#footer {
  height: 40px;
  width: 904px;
  clear: both;
  margin: 0px;
  padding: 0px;
  position: relative;
}
/*PrintableFile*/
#pan {
  position: relative;
}
#pan #printable {
  width: 160px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 0px;
  z-index: 4;
}
#pan #printable a {
  font-size: 0.6em;
  vertical-align: bottom;
  color: #FF9900;
  font-weight: bold;
}
#pan #printable a:hover {
  color: #6699FF;
}
/*==========
header_tax
==========*/
.bg_Mcon_mid {
  position: relative;
}
.bg_Mcon_mid #tax_exe {
  font-size: 0.7em;
  color: #666666;
  position: absolute;
  width: 300px;
  top: 15px;
  right: 20px;
  text-align: right;
}
.bg_Mcon_mid #latest_day, .bg_Mcon_mid #ginrencard {
  font-size: 0.6em;
  color: #666666;
  text-align: right;
}
.bg_Mcon_mid #ginren_exe {
  font-size: 0.7em;
  color: #666666;
  position: absolute;
  width: 300px;
  top: 5px;
  right: 20px;
  text-align: right;
}
/*===============================
header_popup
===============================*/
.submenu {
  position: absolute;
  right: 0px;
  top: 70px;
  z-index: 5;
}
.submenu {
  width: 610px;
  /*height:135px;*/
}
/*----------
head_shop_list
----------*/
#head_shop_list {
  /*  width:460px;*/

  width: 610px;
  border: 1px solid #6699FF;
  background-color: #FFFFFF;
  float: left;
  z-index: 5;
}
#head_shop_list ul {
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 20px;
  /*  padding-left: 20px;*/

  padding-left: 10px;
}
#head_shop_list li {
  /*  width:110px;*/

  width: 150px;
  padding: 3px 0px;
  float: left;
  font-size: 0.6em;
  text-align: left;
  color: #DDDDDD;
}
#head_shop_list a {
  color: #6699FF;
  vertical-align: middle;
  float: left;
}
/*#head_shop_list a:hover{
  color:#6699FF;
}*/
#head_shop_list img {
  vertical-align: middle;
  padding-right: 2px;
}
/*============================================
clearfix
============================================*/
/*
#:after{
  content:",";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
*/
/*============================================
font
==============================================*/
h1, h2, h3, h4, h5, h6, p, ul, li {
  color: #666666;
}
.bg_Mcon_mid p {
  width: 585px;
  font-size: 0.8em;
  line-height: 1.5;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#pan li {
  font-size: 0.7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pan a {
  color: #666666;
}
#pan a:hover {
  color: #0099FF;
  text-decoration: underline;
}
/* NEW for decoration */
span.str_comment {
  font-size: 0.8em;
  color: #AAAAAA;
  font-weight: normal;
}
/*Lnabi*/
p#shop_ad {
  width: 188px;
  font-size: 0.6em;
  text-align: left;
  color: #666666;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
/*footer*/
#copyright {
  font-size: 0.7em;
  padding-top: 10px;
}
/*============================================
background
==============================================*/
/*subnavi*/
#subnavi ul {
  width: 450px;
  height: 48px;
  display: inline;
}
#subnavi li {
  width: 150px;
  height: 48px;
  text-align: center;
  float: left;
  display: inline;
  text-indent: -9999px;
}
#subnavi #store_list a {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
}
#subnavi #co_info a {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
  background-position: 300px 0px;
}
#subnavi #investor_relations a {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
  background-position: 150px 0px;
}
#subnavi #store_list a:hover {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
  position: top: 0px;
  bottom: 48px;
  background-position: 0px -48px;
}
#subnavi #co_info a:hover {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
  background-position: 300px -48px;
}
#subnavi #investor_relations a:hover {
  display: block;
  background-image: url(../images/common/bo_subnavi.gif);
  width: 150px;
  height: 48px;
  background-position: 150px -48px;
}
.sns_header{
  position: absolute;
  top: 20px;
  left: 350px;
  overflow: hidden;
}
.sns_header li{
  float: left;
}
.sns_header li:hover{
  opacity: 0.6;
}
.sns_header li:first-child{
  margin-right: 13px;
}
/*gnav*/
.gnav {
  height: 48px;
  position: absolute;
  top: 10px;
  right: 0;
}
.gnav-list {
  /*overflow: hidden;*/
}
.gnav-list__item {
  float: left;
  /*position: relative;*/
}
.gnav-list__link {
  display: block;
  height: 48px;
  background: url(../images/common/bo_gnav.gif) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.gnav-list__link01 {
  width: 131px;
  background-position: 0 0;
}
.gnav-list__link01:hover {
  background-position: 0 -48px;
}
.gnav-list__link02 {
  width: 149px;
  background-position: -131px 0;
}
.gnav-list__link02:hover {
  background-position: -131px -48px;
}
.gnav-list__link03 {
  width: 150px;
  background-position: -280px 0;
}
.gnav-list__link03:hover {
  background-position: -280px -48px;
}
.gnav-list__link04 {
  width: 150px;
  background-position: -430px 0;
}
.gnav-list__link04:hover {
  background-position: -430px -48px;
}

.head_shop_list_wrap {
  width: 610px;
  position: absolute;
  right: 0px;
  top: 48px;
  padding-top: 20px;
  z-index: 5;
}

/*lnaviw*/
.bg_lnavi_top {
  background-image: url(../images/common/bg_lnavi_top.gif);
  background-repeat: no-repeat;
  height: 10px;
  width: 214px;
  margin: 0px;
}
.bg_lnavi_mid {
  /*background-image: url(../images/common/bg_lnavi_mid.gif);*/
  /*background-repeat: ;*/
  /*background-repeat: repeat-y;*/
  width: 212px;
  padding: 10px 0;
  margin: 0px;
  float: left;
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: 0 0 2.9px 0.1px rgba(0, 0, 0, 0.24);
}
.bg_lnavi_btm {
  background-image: url(../images/common/bg_lnavi_btm.gif);
  background-repeat: no-repeat;
  height: 10px;
  width: 214px;
  margin: 0px;
  clear: both;
  background-position: bottom;
}
/*maincontent*/
.bg_Mcon_top {
  background-image: url(../images/common/bg_Mcon_top.gif);
  background-repeat: no-repeat;
  height: 10px;
  width: 624px;
}
.bg_Mcon_mid {
  /*background-image: url(../images/common/bg_Mcon_mid.gif);*/
  /*background-repeat: repeat-y;*/
  width: 622px;
  height: auto;
  padding: 10px 0;
  float: left;
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: 0 0 2.9px 0.1px rgba(0, 0, 0, 0.24);
}
.bg_Mcon_btm {
  background-image: url(../images/common/bg_Mcon_btm.gif);
  background-repeat: no-repeat;
  height: 20px;
  width: 624px;
  clear: both;
}
.bg_Mcon_mid .map_img {
  text-align: center;
  margin-bottom: 10px;
}
.bg_Mcon_mid p {
  margin-bottom: 2px;
}
.floorguide-shoplist_icon p {
  float: left;
  width: auto;
  display: inline-block;
  margin: 10px 7px 0 0;
}
.floorguide-shoplist_icon p img {
  border: none!important;
}
/*============================================
decoration
==============================================*/
/*header*/
h1 a {
  text-indent: -9999px;
}
h1 a {
  display: block;
  background-image: url(../images/common/parco_logo.gif);
  background-repeat: no-repeat;
  height: 45px;
  margin-top: 10px;
  /**/

  width: 150px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#header #top1 a {
  width: 100px;
  height: 10px;
  display: block;
  position: absolute;
  left: 170px;
  top: 40px;
  background-image: url(../images/common/bo_pagetop1.gif);
  background-repeat: no-repeat;
}
#header span#top1 {
  text-indent: -9999px;
}
/*pan*/
#pan ul {
  margin: 0;
  padding: 0;
}
#pan li {
  text-align: left;
  float: left;
  display: inline;
  padding-right: 2px;
  padding-left: 2px;
}
/*---------------------
lnavi
-----------------------*/
#lnavi #lnavi_str_link ul {
  margin: 10px 0px;
  padding: 0px 10px;
}
#lnavi #lnavi_str_link li {
  margin: 0px;
  text-align: left;
  font-size: 0.7em;
}
#lnavi_str_link li.lnavi_on {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-repeat: no-repeat;
  background-position: 180px;
}
#lnavi #lnavi_str_link ul li a {
  display: block;
  padding: 10px;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EBEBEB;
  background-repeat: no-repeat;
  color: #666666;
}
#lnavi #lnavi_str_link ul li a:hover {
  background-color: #F9F9F9;
  background-position: 180px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/*------------------
contents
--------------------*/
#contents h2 {
  width: 865px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  height: 60px;
  margin: 0px;
  z-index: 3;
}
/*footer*/
#footer #top2 a {
  width: 83px;
  height: 21px;
  display: block;
  right: 0px;
  background-image: url(../images/common/bo_pagetop_2.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px !important;
}
#footer span#top2 {
  text-indent: -9999px;
}
.gb_bnr {
  margin-bottom: 10px;
}

/*==================================================
contents
==================================================*/

.wifi_ttl{
  margin: 20px auto;
}

#contents h2 {
  background-image: url(../images/common/title_store_list.gif);
}


/*==================================================
lnavi
==================================================*/

/*-------------
lnavi_Link
-------------*/
h4#str_list{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/shop_name.gif);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px;
  height: 30px;
}

h4#title_icon{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/title_icon.gif);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px;
  height: 30px;
}


/*-------------
Lnavi_link
-------------*/

#lnavi #lnavi_str_link a:hover{
  background-image: url(../images/common/arow_blue.gif);
  color: #6699CC;
  border-bottom-color: #6699CC;
}

/*-------------
Lnavi_link_on
-------------*/

#lnavi_str_link li.lnavi_on{
  background-image: url(../images/common/arow_blue.gif);
  color: #6699CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6699CC;
}


/*-------------
language_btn
-------------*/

#menu ul{
margin: 0px 15px 5px 0px;
padding: 0;
list-style: none;
}

#menu li{
display: inline;
padding: 0;
margin: 0;
float: right;
}

#menu li a{
display: block;
padding: 3px;
text-decoration: none;
width: 65px;
margin: 1px;
}



/*==================================================
MaincontentTitle
==================================================*/
/*-------------
FloorGuideTitle
-------------*/

h3#str_floorguide{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/title_floor_guide.gif);
  background-position: 20px;
  background-repeat: no-repeat;
  height: 40px;
}

/*-------------
RestaurantGuideTitle
-------------*/
h3#str_restaurantguide{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/title_restaurant_guide.gif);
  background-position: 20px;
  background-repeat: no-repeat;
  height: 40px;
}

h3#str_cafebarguide{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/title_cafebar_guide.gif);
  background-position: 20px;
  background-repeat: no-repeat;
  height: 40px;
}

/*-------------
AccessMapTitle
-------------*/
h3#str_accessmap{
  display:block;
  text-indent:-9999px;
  background-image: url(../images/common/title_accessmap.gif);
  background-position: 20px;
  background-repeat: no-repeat;
  height: 40px;
}

ul.shop_name{
  font-size:0.7em;
  color:#666666;
  float:left;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.shop_name li{
  width:260px;
  float:left;
  text-align:left;
  line-height:1.3;
}

span.str_star{
  font-size:0.9em;
  color:#6699FF;
}

/*==================================================
MainContent_Restaurant_List
==================================================*/

.rest_01:after{
  content:",";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.rest_02:after{
  content:",";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.rest_01{
  width:585px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
/**/
  /*background:url(../images/common/bg_restaurant.gif) no-repeat 0% 100%;*/
}
.rest_02{
  width:585px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
/**/
  background:url(../images/common/bg_restaurant_left.gif) no-repeat 0% 100%;
}

.rest_01-1,.rest_01-2{
  width:48%;
  float:left;
  border-top: 1px solid #CCCCCC;
  padding:2px;
  /**/
/*  height:97%;*/
}

.rest_01-1{
  float:left;
}

.rest_01-2{
  float:right;
}

.rest_photo{
  width:45%;
  float:left;
  text-align:left;
}

.rest_photo img{
  margin:1px;
}

img.rest_img{
  border:1px solid #CCCCCC;
}


.rest_date{
  width:53%;
  text-align:left;
  float:right;
}

.rest_date ul{
  padding:0;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #999999;
}

.rest_date li{
  color:#666666;
  font-size:0.6em;
  line-height:1.1;
}

span.rest_name{
  font-size:0.7em;
  color:#FF9900;
  font-weight: bold;
}




.btn_guide p.btnC{
  width:280px;
}



/*==================================================
AccessMap
==================================================*/
.bg_Mcon_mid p.access_1{
  color:#6699CC;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #6699CC;
  margin-right: 20px;
  margin-left: 20px;
}

.bg_Mcon_mid p.access_1-1{
  margin-left:20px;
  margin-bottom:20px;
}


.bg_Mcon_mid span.access_1-2{
  font-size:0.7em;
}

/*==================================================
Font
==================================================*/
.spacing{
  letter-spacing:-0.12em;
}

/*==================================================
etc
==================================================*/
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mt15{margin-top:15px;}


/*************************************
helper classes
*************************************/
.mt00 { margin-top: 0 !important; }
.mt03 { margin-top: 3px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !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; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !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; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !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; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !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; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !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; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !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; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { 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; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { 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; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }

/* px */
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz17 { font-size: 17px !important; }
.fz18 { font-size: 18px !important; }
.fz19 { font-size: 19px !important; }
.fz20 { font-size: 20px !important; }
.fz21 { font-size: 21px !important; }
.fz22 { font-size: 22px !important; }
.fz23 { font-size: 23px !important; }
.fz24 { font-size: 24px !important; }
.fz25 { font-size: 25px !important; }
.fz26 { font-size: 26px !important; }
.fz27 { font-size: 27px !important; }
.fz28 { font-size: 28px !important; }
.fz29 { font-size: 29px !important; }
.fz30 { font-size: 30px !important; }
.fz31 { font-size: 31px !important; }
.fz32 { font-size: 32px !important; }
.fz33 { font-size: 33px !important; }
.fz34 { font-size: 34px !important; }
.fz35 { font-size: 35px !important; }
.fz36 { font-size: 36px !important; }
.fz37 { font-size: 37px !important; }
.fz38 { font-size: 38px !important; }
.fz39 { font-size: 39px !important; }
.fz40 { font-size: 40px !important; }

.lh00 { line-height: 0 !important; }
.lh11 { line-height: 1.1 !important; }
.lh12 { line-height: 1.2 !important; }
.lh13 { line-height: 1.3 !important; }
.lh14 { line-height: 1.4 !important; }
.lh15 { line-height: 1.5 !important; }
.lh16 { line-height: 1.6 !important; }
.lh17 { line-height: 1.7 !important; }
.lh18 { line-height: 1.8 !important; }
.lh19 { line-height: 1.9 !important; }
.lh20 { line-height: 2.0 !important; }
.lh21 { line-height: 2.1 !important; }
.lh22 { line-height: 2.2 !important; }
.lh23 { line-height: 2.3 !important; }
.lh24 { line-height: 2.4 !important; }
.lh25 { line-height: 2.5 !important; }

.ta-c { text-align: center !important; }
.ta-l { text-align: left !important; }
.ta-r { text-align: right !important; }
.dy-n { display: none !important; }
.dy-b { display: block !important; }
.dy-ib { display: inline-block !important; }
.dy-i { display: inline !important; }
.fl-l { float: left !important; }
.fl-r { float: right !important; }
.fl-n { float: none !important; }
.va-m { vertical-align: middle !important; }
.va-bl { vertical-align: baseline !important; }
.va-t { vertical-align: top !important; }
.va-b { vertical-align: bottom !important; }
.td-u { text-decoration: underline !important; }
.fw-b { font-weight: bold !important; }
.fw-n { font-weight: normal !important; }