@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//fonts.googleapis.com/css?family=Arvo:400,700");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

ejleague_we2019.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  font-family: 'Arvo', 'Noto Sans JP',  sans-serif;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.btn {
  display: inline-block;
  position: relative;
}

.btn__black {
  background: #000;
  color: #fff;
}

.btn__white {
  background: #fff;
  color: #000;
}

.btn__red {
  background: #e60012;
  color: #fff;
}

.btn__ss {
  padding: 10px 30px 7px;
  border-radius: 20px;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn__l {
  padding: 25px 0;
  border-radius: 40px;
  line-height: 1;
  width: 85%;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
}

a.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
}

span.btn {
  opacity: 0.3;
  color: #999;
}

.heading__underline {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block !important;
  background: linear-gradient(transparent 65%, #f75a66 0%);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
}

.heading__s40 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}

.heading__bgBlack {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 22px;
  font-size: 2.2rem;
  padding: 15px;
  margin-bottom: 1em;
}

.heading__txtBlack {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 700;
}

.text__center__15 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 300;
}

.text__center__18 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
}

.text__center__30 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
}

.text__left__15 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 300;
}

.text__left__18 {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
}

.text__left__30 {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
}

.text__red {
  color: #e60012;
}

.font__30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}

.kome {
  display: block;
}

.header__menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1111111111111;
}

.header__menu__headerlogo {
  position: relative;
  height: 105px;
}

.header__menu__headerlogo__jleaguejp {
  position: absolute;
  top: 30px;
  left: 30px;
}

.header__menu__headerlogo__jleaguejp img {
  width: 40px;
  height: auto;
}

.header__menu__headerlogo__we {
  display: inline-block;
  position: relative;
  top: 25px;
}

.header__menu__navigation {
  display: block;
  height: 65px;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
}

.header__menu__navigation ul {
  position: static;
}

.header__menu__navigation ul li {
  display: inline-block;
  letter-spacing: 0.1em;
}

.header__menu__navigation ul li a, .header__menu__navigation ul li span {
  padding: 25px;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
}

.header__menu__navigation ul li span {
  color: #999;
}

body.top .header__menu__navigation li a.top,
body.outline .header__menu__navigation li a.outline,
body.ranking .header__menu__navigation li a.ranking,
body.faq .header__menu__navigation li a.faq,
body.result .header__menu__navigation li a.result,
body.entry .header__menu__navigation li a.entry {
  color: #e60012;
}

.nav__down__list {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
}

.nav__down__list a {
  color: #000 !important;
}

.tab__navigation {
  margin-bottom: 30px;
}

.tab__navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-bottom: 8px solid #e60012;
}

.tab__navigation ul li {
  flex: 1;
  margin-right: 5px;
}

.tab__navigation ul li:last-child {
  margin-right: 0;
}

.tab__navigation ul li a, .tab__navigation ul li span {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.tab__navigation ul li a i, .tab__navigation ul li span i {
  font-style: normal;
}

.tab__navigation ul li span {
  background: #ccc;
  color: #a6a6a6;
}

.sec__image .tab__navigation ul li a, .tab__navigation ul li span {
  background: rgba(255, 255, 255, 0.4);
}

body.outline__final .tab__navigation li.outline__final a,
body.outline__final__player .tab__navigation li.outline__final__player a,
body.outline__final__result .tab__navigation li.outline__final__result a,
.tab__navigation li.current a {
  background: #e60012 !important;
}

.tabSelecter li {
  border: none;
}

.tabSelecter li > a, .tabSelecter li > span {
  padding: 0;
}

.club__navigation ul {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.club__navigation ul li {
  width: 9.5%;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin-bottom: 5px;
}

.club__navigation ul li a, .club__navigation ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

#club_Sapporo .club__navigation ul li.Sapporo a,
#club_Sendai .club__navigation ul li.Sendai a,
#club_Kashima .club__navigation ul li.Kashima a,
#club_Urawa .club__navigation ul li.Urawa a,
#club_Fctokyo .club__navigation ul li.Fctokyo a,
#club_Kawasakif .club__navigation ul li.Kawasakif a,
#club_Yokohamafm .club__navigation ul li.Yokohamafm a,
#club_Shonan .club__navigation ul li.Shonan a,
#club_Matsumoto .club__navigation ul li.Matsumoto a,
#club_Shimizu .club__navigation ul li.Shimizu a,
#club_Iwata .club__navigation ul li.Iwata a,
#club_Nagoya .club__navigation ul li.Nagoya a,
#club_Gosaka .club__navigation ul li.Gosaka a,
#club_Cosaka .club__navigation ul li.Cosaka a,
#club_Kobe .club__navigation ul li.Kobe a,
#club_Hiroshima .club__navigation ul li.Hiroshima a,
#club_Tosu .club__navigation ul li.Tosu a,
#club_Oita .club__navigation ul li.Oita a,
#club_Yamagata .club__navigation ul li.Yamagata a,
#club_Mito .club__navigation ul li.Mito a,
#club_Tochigi .club__navigation ul li.Tochigi a,
#club_Omiya .club__navigation ul li.Omiya a,
#club_Chiba .club__navigation ul li.Chiba a,
#club_Kashiwa .club__navigation ul li.Kashiwa a,
#club_Tokyov .club__navigation ul li.Tokyov a,
#club_Machida .club__navigation ul li.Machida a,
#club_Yokohamafc .club__navigation ul li.Yokohamafc a,
#club_Kofu .club__navigation ul li.Kofu a,
#club_Niigata .club__navigation ul li.Niigata a,
#club_Kanazawa .club__navigation ul li.Kanazawa a,
#club_Gifu .club__navigation ul li.Gifu a,
#club_Kyoto .club__navigation ul li.Kyoto a,
#club_Okayama .club__navigation ul li.Okayama a,
#club_Yamaguchi .club__navigation ul li.Yamaguchi a,
#club_Tokushima .club__navigation ul li.Tokushima a,
#club_Ehime .club__navigation ul li.Ehime a,
#club_Fukuoka .club__navigation ul li.Fukuoka a,
#club_Nagasaki .club__navigation ul li.Nagasaki a,
#club_Kagoshima .club__navigation ul li.Kagoshima a,
#club_Ryukyu .club__navigation ul li.Ryukyu a {
  background: #e60012;
  color: #fff;
  border-radius: 15px;
}

.kvArea {
  padding-top: 170px;
  background: url(/img/ejleague/we/2019/KV_top.jpg) no-repeat center bottom;
  background-size: cover;
}

.kvArea h2 {
  text-align: center;
}

.kvArea h2 .mi-image-wrapper {
  height: 630px !important;
  padding-top: 80px;
  box-sizing: border-box;
}

.kvArea h2 img {
  position: relative;
}

.kvArea__other {
  padding-top: 170px;
  height: 350px;
  box-sizing: border-box;
  background: url(/img/ejleague/we/2019/KV_other_header.jpg) no-repeat center bottom;
  background-size: cover;
}

.kvArea__other h2 {
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 3.3em;
  letter-spacing: 0.2em;
}

.kvArea__other h2 .eng {
  display: block;
  font-size: 40px;
  font-size: 4rem;
}

.kvArea__other h2 .jpn {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 0.7em;
}

.sec {
  width: 100%;
  text-align: center;
}

.sec__wid980 {
  width: 980px;
  margin: auto;
  padding: 70px 0;
}

.sec__image {
  background: url(/img/ejleague/we/2019/BG_secIMG.jpg) repeat 50% 50%;
  color: #fff;
}

.whatsnew__newslist {
  text-align: left;
}

.whatsnew__newslist li {
  padding: 10px 0 10px 130px;
  line-height: 1.4;
  position: relative;
}

.whatsnew__newslist li span {
  display: inline-block;
  position: absolute;
  width: 130px;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}

.accordionList {
  margin: 20px 0;
}

.accordionList .accordionIndex {
  border: none;
  background: #000;
  width: 300px;
  margin: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 20px;
}

.accordionList.white .accordionIndex {
  background: #fff;
  color: #000;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}

.accordionList.white .accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  color: #000;
  right: 25px;
}

.accordionList.white .accordionIndex.active:after {
  content: '\f366';
}

.whatsnew .accordionList .accordionIndex {
  border-radius: 20px;
}

.whatsnew .accordionList .accordionIndex.active:after {
  content: "close";
  position: absolute;
  left: 50%;
  background: #000;
  width: 200px;
  margin-left: -100px;
}

.whatsnew .whatsnew__newslist {
  margin-top: 20px;
}

.bg__white_trans .accordionList, .bg__white_trans .accordionIndex {
  width: 100%;
  max-width: 410px;
}

.bg__white_trans .accordionList.posRight {
  position: relative;
  right: -510px;
}

.faqArea .accordionList {
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.faqArea .accordionList .accordionIndex {
  width: 100%;
  background: none;
  color: #e60012;
  padding: 20px 50px 20px 0;
}

.faqArea .accordionList .accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  color: #000;
  right: 25px;
}

.faqArea .accordionList .accordionIndex.active:after {
  content: '\f366';
}

.faqArea .accordionList .accordionArticle {
  margin-bottom: 20px;
}

.picOneArea,
.videoOneArea {
  margin: 40px 0;
  vertical-align: top;
}

.picOneArea figcaption,
.videoOneArea figcaption {
  line-height: 1.65;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.table__yokoline {
  width: 100%;
}

.table__yokoline tr {
  border-bottom: 1px solid #ccc;
}

.table__yokoline tr th, .table__yokoline tr td {
  padding: 15px;
  text-align: left;
}

.table__schedule {
  width: 100%;
  background: #e4e4e4;
  border: 1px solid #fff;
  margin-top: 50px;
}

.table__schedule caption {
  background: #e4e4e4;
  border-radius: 20px 20px 0 0;
  font-size: 36px;
  font-size: 3.6rem;
  height: 90px;
  line-height: 100px;
  text-align: center;
}

.table__schedule th, .table__schedule td {
  border: 1px solid #fff;
  padding: 15px;
}

.table__schedule thead th, .table__schedule thead td {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.table__schedule thead th {
  background: #444;
}

.table__schedule thead td {
  background: #777;
}

.table__schedule tbody th {
  width: 15%;
  text-align: center;
}

.table__schedule tbody td {
  width: 35%;
  text-align: left;
  padding: 10px 20px 7px;
  line-height: 1;
}

.table__schedule tbody td span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.table__rule {
  background: #fff;
  width: 100%;
}

.table__rule th, .table__rule td {
  padding: 10px 20px 7px;
  border: 1px solid #ccc;
  text-align: center;
  color: #333;
}

.table__rule thead th {
  background: #777;
}

.table__rule thead th:first-child {
  background: #444;
  color: #fff;
}

.list__prize li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-size: 1.8rem;
}

.list__prize li span {
  display: inline-block;
  text-align: left;
}

.list__prize li span:first-of-type {
  width: 150px;
}

.list__prize li span:last-of-type {
  width: 300px;
}

.list__prize .team_prize {
  margin-bottom: 34px;
}

.onlineRanking__figure {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 70px;
}

.onlineRanking__figure li {
  background: #fff;
  border-radius: 20px;
  color: #333;
  padding-bottom: 20px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.onlineRanking__figure li h4 {
  background: #444;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5em;
  border-radius: 20px 20px 0 0;
  color: #fff;
  margin-bottom: 20px;
}

.onlineRanking__figure__one {
  width: 700px;
  position: relative;
  margin-bottom: 100px;
}

.onlineRanking__figure__one::after {
  position: absolute;
  bottom: -100px;
  left: 0;
  content: "";
  width: 700px;
  height: 100px;
  background: url(/img/ejleague/we/2019/table_arrow.png) no-repeat bottom center;
}

.onlineRanking__figure__two {
  width: 46%;
  margin: 0 2%;
}

.onlineRanking__figure__two p {
  margin-bottom: 20px;
}

.wrap__half {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}

.wrap__half > figure,
.wrap__half > div,
.wrap__half li {
  width: 48%;
  margin-bottom: 20px;
}

.wrap__half > figure img,
.wrap__half > div img,
.wrap__half li img {
  width: 100%;
}

.wrap__three {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}

.wrap__three li {
  width: 33%;
}

.bg__white_trans {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  margin: 30px 0;
}

.bg__white_trans .kome {
  text-align: left;
}

.bg__black_trans {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  margin: 30px 0;
}

.bg__black_trans .kome {
  text-align: left;
}

.rankingArea .kome {
  text-align: left;
}

.list__prize .dataTable tr, .entryArea .dataTable .list__prize tr tr {
  border-bottom: 1px solid #333 !important;
  color: #000;
  background: #fff;
  font-size: 16px;
}

.list__prize .dataTable tr th, .entryArea .dataTable .list__prize tr tr th {
  text-align: center;
  padding: 15px 5px !important;
  font-weight: bold;
  background: #bdbdbd;
  border-right: 1px solid #333 !important;
}

.list__prize .dataTable tr th.club, .entryArea .dataTable .list__prize tr tr th.club {
  width: 110px;
}

.list__prize .dataTable tr th.categ, .entryArea .dataTable .list__prize tr tr th.categ {
  width: 80px;
}

.list__prize .dataTable tr td, .entryArea .dataTable .list__prize tr tr td {
  padding: 10px;
  border-right: 1px solid #333 !important;
}

.list__prize .dataTable tr td.text, .entryArea .dataTable .list__prize tr tr td.text {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
}

.flow__list {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.flow__list__heading {
  display: table-cell;
  border-radius: 10px 0 0 10px;
  vertical-align: middle;
  padding: 20px;
  background: #e4e4e4;
  width: 25%;
}

.flow__list__heading span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.flow__list__contents {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: left;
  position: relative;
}

.flow__list__contents .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}

.flow__list__contents table {
  border: 1px solid #ccc;
  width: 150px;
  margin-left: 15px;
}

.flow__list__contents table br {
  display: none;
}

.flow__list__contents table th, .flow__list__contents table td {
  border: 1px solid #ccc;
  padding: 3px 10px;
  white-space: nowrap;
}

.flow__list__contents table th {
  background: #e4e4e4;
}

.flow__list:nth-child(2) .flow__list__contents {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.flow__list:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'ionicons';
  content: '\f35d';
  color: #fff;
  font-size: 56px;
  font-size: 5.6rem;
}

.flow__last {
  background: #434343;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.clubtable__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clubtable__list li {
  width: 48%;
  text-align: left;
  margin-bottom: 30px;
}

.clubtable__list li h5 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.clubtable__list li table {
  margin-bottom: 10px;
}

.faqArea .flow__last {
  margin-bottom: 0;
}

.faqArea .heading__underline + .accordionList {
  border-top: 1px solid #ccc;
}

.entryArea .dataTable, .entryArea .dataTable tr {
  border-bottom: 1px solid #f1f1f1;
}

.entryArea .dataTable tr th {
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
  background: #ececec;
}

.entryArea .dataTable tr td {
  border-right: 1px solid #f1f1f1;
}

.entryArea .dataTable tr td:last-child {
  border-right: none;
}

.entryArea .textRight {
  text-align: right;
  margin-bottom: 10px;
}

.final__player__team h4,
.final__player__result h4 {
  margin: 30px auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.final__player__team h4 span,
.final__player__result h4 span {
  margin: 0 auto 20px;
}

.final__player__team h4 i,
.final__player__result h4 i {
  font-style: normal;
}

.final__player__team table,
.final__player__result table {
  border: 1px solid #ccc;
  width: 100%;
}

.final__player__team table th, .final__player__team table td,
.final__player__result table th,
.final__player__result table td {
  padding: 10px;
  vertical-align: middle;
}

.final__player__team table thead th,
.final__player__result table thead th {
  background: #707070;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
}

.final__player__team table tbody,
.final__player__result table tbody {
  font-size: 12px;
  font-size: 1.2rem;
}

.final__player__team table tbody th,
.final__player__result table tbody th {
  background: #dedede;
  border: 1px solid #ccc;
}

.final__player__team table tbody td,
.final__player__result table tbody td {
  background: #fff;
  border: 1px solid #ccc;
}

.final__player__team table tbody td,
.final__player__result table tbody td {
  text-align: left;
}

.final__player__team table.result td,
.final__player__result table.result td {
  width: auto !important;
}

.final__player__team table tbody td {
  width: 70%;
}

figure figcaption {
  margin-top: 1em;
}

.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}
