@charset "shift_jis";



/*===================================================
*
*   Base Style CSS
*   Site https://www.unitedcinemas.jp
*
====================================================*/


/*===================================================
STRUCTURE
====================================================*/

body#bakuon {
    font-family: "Avenir Next", "futura-pt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/bakuon_bg.jpg);
    background-position: center -35px;
    background-attachment: fixed;
    background-color: #FFF;
}

div#main {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    width: 100%;
}

div.wrapper {
    padding-bottom: 0 !important;
    background: transparent;
    background: rgba(255,255,255,0.25);
    width: 100%;
    position: relative;
}

div.contents {
    margin: 0 auto;
    background: #ffffff;
    width: 1280px;
    text-align: center;
}

a,
a:visited {
    color: #E5007F;
}

a:hover {
    color: #FF33A4;
}


p {
    margin-bottom: 1.5em;
}




/*----------------------------------------------------
    #header
----------------------------------------------------*/

header {
    height: 260px;
    margin: 0 auto;
    background: transparent;
    width: 100%;
    text-align: left;
}

body#bakuon header:after {
    height: 8px;
    width: 100%;
    position: absolute;
    top: 260px;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    content: '.';
    background: url("https://img.unitedcinemas.jp/4dx/images/shadow_header.png");
}

body#bakuon header nav {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

body#bakuon header.fixed nav {
    height: 47px;
}

body#bakuon header nav #menu-link {
    display: none;
}

body#bakuon header h1 {
    margin: 22px 0 32px;
    padding: 0;
    width: 100%;
    text-align: center;
}

body#bakuon header h1 a {
    display: block;
}

body#bakuon header h1 img.logoMain {
    height: 126px;
    margin-bottom: 9px;
}

body#bakuon header h1 img.logoUC {
    height: 25px;
}

body#bakuon header.fixed h2.logoUC {
    display: none;
}

body#bakuon header h2.logoUC {
    height: 30px;
    line-height: 20px;
    background: #E5007F;
    padding: 0;
    color: #FFF;
    text-align: left;
    position: relative;
}


body#bakuon header h2.logoUC .sns-content{
    position: relative;
    width: 1080px;
    margin: auto;
    background: #888;
}

body#bakuon header h2.logoUC .sns.pc{
    position: absolute;
    right: 0;
    top: -30px;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    border-radius: 0 0 5px 5px;
}
body#bakuon header h2.logoUC .sns.pc li{
    float: left;
    width: 48px;
    margin-right: 10px;
}

body#bakuon header h2.logoUC .sns.pc li:last-child{
    margin-right: 0;
}

body#bakuon header h2.logoUC span {
    width: 1080px;
    margin: 0 auto;
    display: block;
}

body#bakuon header h2.logoUC img {
    padding: 4px 160px 0 0;
    height: 22px;
}

body#bakuon header h2.message {
    height: 20px;
    line-height: 20px;
    background: #E5007F;
    padding: 2px 0 0;
    color: #FFF;
    text-align: center;
    display: none;
}


body#bakuon header ul.navi {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

body#bakuon header ul.navi li {
    width: 200px;
    text-align: center;
    float: left;
    position: relative;
    display: inline-block;
    /* 横並びに */
}

body#bakuon header ul.navi li:nth-of-type(4) {
    width: 205px;
}

body#bakuon header ul.navi li:last-child {
    width: 200px;
}

body#bakuon header ul.navi li:hover,
body#bakuon header ul.navi li.current {
    border-bottom: 3px solid #E6107D;
    /*height:42px;*/
    height: 38px;
}

body#bakuon header.fixed ul.navi li:hover,
body#bakuon header.fixed ul.navi li.current {
    height: 30px;
}

body#bakuon header ul.navi li a {
    border-left: 1px solid #333;
    display: block;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

body#bakuon header ul.navi li:last-child a {
    border-right: 1px solid #333;
}

header.fixed {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10000;
}

body#bakuon header.fixed h2 {
    display: block;
}

body#bakuon header.fixed:after {
    position: fixed;
    top: 70px;
}

body#bakuon header.fixed h1 {
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
    width: 120px;
}

body#bakuon header.fixed h1 img {
    height: 40px;
}

body#bakuon header.fixed h1 img.logoUC {
    display: none;
}

#bakuon header ul.navi {
    padding: 10px 0 0;
}

#bakuon header.fixed ul.navi {
    padding: 15px 0 0 150px;
}

img.shadow {
    position: absolute;
    top: 142;
    left: 0;
    z-index: 55;
}

img.shadowbtm {
    position: absolute;
    top: 512px;
    left: -460px;
    z-index: 64;
}

section#price {}

section#price .price-box {
    display: table;
    width: 100%;
    background: #DEDEDE;
    text-align: left;
    padding: 10px 0;
    border-radius: 10px;
    display: table;
}

/*
section#price .price-box span,
section#price .price-box p {
    display: table-cell;
    vertical-align: middle;
}
*/

section#price .price-box span {
    color: #C00;
    width: 350px;
    font-weight: bold;
    font-size: 25px;
}

section#price .price-box p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    text-align:left;
}


/*----------------------------------------------------
    #trailer
----------------------------------------------------*/

body.top div#main {
    background: #000;
}

#videoTrailer {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

#videoTrailer img.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    width: 1180px;
    height: 680px;
}

p.skip {
    position: absolute;
    top: 560px;
    right: 30px;
    cursor: pointer;
    width: 166px;
    z-index: 81;
    -webkit-transition: all ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

p.skip:hover {
    background: #72090d;
}

p.skip img {}





/*----------------------------------------------------
    #slider
----------------------------------------------------*/

div#slideContainer {
    overflow: hidden;
    height: 520px;
    width: 100%;
    visibility: hidden;
}

div.wrapper div.fixed {
    margin: 300px 0 0;
}

div#topImg {
    width: 1080px;
    margin: 0 auto;
    height: 520px;
    margin-top: 0px;
    background: #333;
    position: relative;
}

div#topImg #slide {
    width: 1080px;
}


.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.bx-wrapper .bx-prev {
    background: url("../images/bxslider/prev.png") no-repeat 0 0 #FFFFFF;
    height: 68px;
    width: 41px;
    position: absolute;
    left: -41px;
    text-indent: -999999px;
    top: 0px;
    overflow: hidden;
    outline: none;
    z-index: 1;
}

.bx-wrapper .bx-controls-direction a {
    height: 68px;
    width: 41px;
}

.bx-wrapper .bx-prev:hover {
    background: url("../images/bxslider/prev.png") no-repeat 0 0 #FFFFFF;
    left: -43px;
}

.bx-wrapper .bx-next {
    background: url("../images/bxslider/next.png") no-repeat 0 0 #FFFFFF;
    height: 68px;
    width: 41px;
    position: absolute;
    left: 1080px;
    text-indent: -999999px;
    top: 0px;
    overflow: hidden;
    outline: none;
    z-index: 1;
}

.bx-wrapper .bx-next:hover {
    background: url("../images/bxslider/next.png") no-repeat 0 0 #FFFFFF;
    left: 1082px;
}

div#topImg #slide li img {
    height: 520px;
}



/*----------------------------------------------------
    #about
----------------------------------------------------*/

#about p.button {
    text-align: left;
}

#about p.button span {
    cursor: pointer;
}


#about .about-contents {
    clear: both;
    margin: 0 auto 50px;
    padding: 0;
    min-height: 0;
}
#about .about-contents:last-child{
    margin: 0 auto 0;
}


#about .about-contents:after {
    content: "";
    display: block;
    clear: both;
}

body#bakuon section,
body#bakuon .section {
    width: 980px;
    margin: 0 auto 100px;
    color: #333;
    clear: both;
}

body#bakuon #footer .section {
    margin: 0 auto;
}

body#bakuon section {
  /*  min-height: 400px;*/
}

body#bakuon section h2 {
    margin: 50px 0 20px;
    padding: 0 0 10px;
    border-bottom: 4px solid #333;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1.25;
    font-weight: bold;
}

body#bakuon section h3 {
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    font-size: 24px;
    font-weight: bold;
}

body#bakuon section h3 span{
    font-size: 14px;
    font-weight: normal;
}

body#bakuon section,
body#bakuon section ul li {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}

body#bakuon sup.reg {
    font-size: 46%;
    vertical-align: top;
    line-height: 1.2;
}

body#bakuon header h2 sup.reg {
    line-height: 24px;
}

body#bakuon header.fixed h2 sup.reg {
    line-height: 1.2;
}






/********************* PRICE *****************************/

.row50 {
    float: left;
    width: 485px;
    margin-right: 10px;
}

.row50:nth-child(even) {
    margin-right: 0;
}

table.priceTable {
    width: 100%;
    margin-bottom: 1em;
}

table.priceTable td,
table.priceTable th {
    border: 1px solid #888;
    padding: 5px 8px;
    background: #FFF
}

table.priceTable th {
    vertical-align: middle;
    text-align: left;
    width: 290px;
    font-size: 15px;
    background: #F3F3F3;
    line-height: 1.1;
}

table.priceTable span {
    font-size: 11px;
    font-weight: normal;
}

table.priceTable td {
    padding: 5px 8px;
}

table.priceTable td span {
    display: block;
    float: left;
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
}

table.priceTable td span.type {
    font-size: 12px;
    color: #555;
    width: 50%;
}

table.priceTable td span.price {
    font-size: 15px;
    width: 50%;
    text-align: right;
    font-weight: bold;
}

table.priceTable td.w100 span.price {
    width: 100%;
}

ul.select {
    width: 920px;
    margin: 10px auto;
}

ul.select li {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

ul.select li img {
    width: 210px;
}

ul.select li.last {
    margin-bottom: 10px;
    float: left;
}





/********************* MOVIE *****************************/

body#bakuon section img.right {
    float: right;
    margin: 0 0 1em 1.5em;
}

body#bakuon section img.left {
    float: left;
    margin: 0 20px 0 0;
}

body#bakuon section img.left_a {
    float: left;
    margin: 0 20px 70px 0;
}

body#bakuon section .movieIntroBox {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #666;
}

body#bakuon section dl.movieIntroBoxIntoroArea {
    float: right;
    width: 710px;
}

body#bakuon section dl.movieIntroBoxIntoroArea dt {
    line-height: 1.8;
}

body#bakuon section div.movieIntroBox ul {
   float: left;
   width: 240px;
}

body#bakuon section div.movieIntroBox ul.summary {

   float: left;
   width: 520px;
}



body#bakuon section div.movieIntroBox li {
/*    margin-bottom: 10px;*/


font-size: 13px;

}

body#bakuon section span.movieIntroBoxDate_a {
    color: #E2007F;
    font-size: 16px;
    display: inline-block;
    float: right;
    padding-top: 5px;
}

body#bakuon section span.movieIntroBoxDate_b {
    color: #3a2596;
    font-size: 16px;
    display: inline-block;
    float: right;
    padding-top: 5px;
}

#howto .pink,
#movie .pink{
    color: #E2007F;
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
    top: 15px;
    float: right;
}


body#bakuon section p.catch{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
}

body#bakuon section span.movieIntroBoxDate span.gray {
    color: #444444;
}

body#bakuon section span.copy {
    font-size: 9px;
    color: #999;
    margin-bottom: 10px;
}

body#bakuon section ul.summary li{
    line-height: 1.5;
}

body#bakuon section p.copy {
    font-size: 9px;
    color: #999;
    margin-bottom: 10px;
}


body#bakuon section p.movieIntroTitle {
    font-size: 24px;
    padding: 0 0 0px;
    border-bottom: 1px solid #333;
    margin: 0 0 0.4em;
    font-weight: bold;
}

body#bakuon section p.movieIntroTitle a{
    color: #333;
    text-decoration: none;
}

body#bakuon section p.movieIntroTitle span{
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: 5px;
    top: -2px;
}

body#bakuon section p.movieIntroTitle .MovieIntroIconSc img {
    vertical-align: middle;
    margin-left: 10px;
}

body#bakuon section p.caution {
    font-size: 11px;
}

body#bakuon section ul.MovieIntroBoxPictArea img.moviePhoto {
    width: 250px;
}

body#bakuon section span.icon_event {
    background: #DA2128;
    padding: 1px 10px 0;
    color: #FFF;
    font-size: 16px;
    vertical-align: top;
}

body#bakuon span.specialprice {
    font-size: 11px;
}

body#bakuon span.specialprice span {
    background: #B8860B;
    padding: 1px 10px 0;
    color: #FFF;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: top;
}

body#bakuon section p.movieDetail {
    text-align: right;
}

body#bakuon section div.buttons {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: -5px;
}

body#bakuon section div.buttons p {
    display: table-cell;
}

body#bakuon section .movielink {
    color: #DA2128;
    border: solid 2px #DA2128;
    padding: 5px 14px 3px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


body#bakuon section .movielink a {
    color: #DA2128;
    text-decoration: none;
    font-weight: bold;
}

body#bakuon section .movielink:hover {
    background: #DA2128;
    border: solid 2px #DA2128;
    color: #FFF;
}

body#bakuon section .movielink:hover a {
    color: #FFF;
}

body#bakuon section p.theaterList {
    float: right;
}

body#bakuon section p.theaterList img {
    width: 160px;
}


body#bakuon section p.theaterList2 {
    float: right;
    line-height: 50px;
}

body#bakuon section p.theaterList2 img {
    width: 135px;
}



/*リスト*/

body#bakuon section .movieIntroBox ul.theaterList2 {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

body#bakuon section .movieIntroBox ul.theaterList2 li {
    display: table-cell;
    width: 145px;
    vertical-align: middle;
}

body#bakuon section .movieIntroBox ul.theaterList2 li img {
    width: 135px;
}


body#bakuon section .movieIntroBox:last-child{

}



/*オープニング*/

body#bakuon section p.openday {
    font-size: 80%;
    clear: both;
    text-align: right;
}



/* HOWTO */

body#bakuon section#howto ul.cautionList li {
    clear: both;
    padding: 0px;
}

body#bakuon section#howto ul.cautionList li p {
    font-size: 16px;
    width: 776px;
    float: right;
}

body#bakuon section#howto ul.cautionList li p span {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
}

body#bakuon section#howto ul.cautionList img.pct {
    float: left;
}

body#bakuon section#howto div.youtube {
    margin: 10px;
}

body#bakuon section#howto {
    margin-bottom: 200px;
}

/*CM */

.movieList li {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
    width: 312px;
    margin-right: 22px;
}

.movieList li:nth-child(3n) {
    margin-right: 0;
}

.movieList li:hover {
    cursor: pointer;
}

.movieList li p.thumb {
    padding: 0 1px;
    margin-bottom: 12px;
}

.movieList li .cover {
    left: 0;
    padding: 29px 1px 0;
    position: absolute;
    top: 0;
    width: 310px;
}

.movieList li .title {
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

body#bakuon section div.border {
    border: 3px solid #333;
    padding: 20px;
    margin-bottom: 20px;
}

body#bakuon section .robot p.link {
    font-size: 24px;
    font-family: "Roboto Condensed", "Avenir Next", "futura-pt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0;
}

body#bakuon section .robot p.link .logo {
    vertical-align: top;
    margin-left: 10px;
}

body#bakuon section .robot p.link .txtYoutube {
    padding-right: 66px;
    background: url("https://img.unitedcinemas.jp/4dx/images/cm/arrow.png") no-repeat 458px 50%;
}

.hoverFade:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}




/* Footer */

div.kansensho {
    margin-top:10px;
    text-align: center;
}

div.footerBnr {
    padding: 30px 0 20px;
    /*margin-bottom: 40px; */
    text-align: center;
    background: #F1F1F1;
}

div.footerBnr br {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: none;
}


div.footerBnr img {
    width: 320px;
    padding: 0 4px 12px;
}

div#footer {
    width: 100%;
    background: #000;
}


body#bakuon div.footerAd_728x90 {
    display: none;
}



.schedule,
.schedule .date-box,
.schedule .timetable>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.schedule {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.schedule .date-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: black;
    color: #ffffff;
    width: 80px;
    padding: 3px;
}

.schedule .date-box p {
    margin-bottom: 0;
}

.schedule .date-box .date {
    font-weight: bold;
    font-size: 20px;
}


.schedule .date-box .date span{
    font-size: 14px;
}


.schedule .date-box .week {
    font-size: 18px;
}

.schedule .timetable {
    display: table-cell;
}

.schedule .timetable>li {
    width: 150px;
    display: table-cell;
    border-top: solid 3px #1D2B5A;
    border-bottom: solid 3px #1D2B5A;
    border-right: solid 3px #1D2B5A;
    position: relative;
}

.schedule .timetable>li .rating {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 10px;
}

.schedule .timetable>li .event {
    display: inline-block;
    background: #fff;
    color: #da2128;
    padding: 4px;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 11px;
    line-height: 13px;
}

.schedule .timetable>li .event_l {
    display: inline-block;
    background: #fff;
    color: #da2128;
    padding: 4px;
    position: absolute;
    right: 5px;
    font-size: 11px;
    line-height: 13px;
}

.schedule .timetable>li time {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.schedule .timetable>li .title a{
    color: #333;
    text-decoration: none;
}

.schedule .timetable>li .title a:hover{
    color: #444;
}

.schedule .timetable>li .title {
    padding: 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}

.schedule .timetable>li.movie1 {
    background: white;
}

.schedule .timetable>li.movie1 time {
    background: gray;
}

.schedule .timetable>li.movie2 {
    background: white;
}

.schedule .timetable>li.movie2 time {
    background: gray;
}

.schedule .timetable>li.movie3 {
    background: white;
}

.schedule .timetable>li.movie3 time {
    background: gray;
}

.schedule .timetable>li.movie4 {
    background: white;
}

.schedule .timetable>li.movie4 time {
    background: gray;
}

.schedule .timetable>li.movie5 {
    background: white;
}

.schedule .timetable>li.movie5 time {
    background: gray;
}

.schedule .timetable>li.movie6 {
    background: #DDDDDD;
}

.schedule .timetable>li.movie6 time {
    background: gray;
}

.schedule .timetable>li.movie7 {
    background: white;
}

.schedule .timetable>li.movie7 time {
    background: gray;
}

.schedule .timetable>li.movie8 {
    background: #FFFF80;
}

.schedule .timetable>li.movie8 time {
    background: gray;
}

.schedule .timetable>li.movie9 {
    background: #faced6;
}

.schedule .timetable>li.movie9 time {
    background: gray;
}

.schedule .timetable>li.movie10 {
    background: white;
}

.schedule .timetable>li.movie10 time {
    background: gray;
}

.schedule .timetable>li.movie11 {
    background: white;
}

.schedule .timetable>li.movie11 time {
    background: gray;
}

.schedule .timetable>li.movie12 {
    background: white;
}

.schedule .timetable>li.movie12 time {
    background: gray;
}

/* 期間限定バナー */

div.footerBnrLong {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #F1F1F1;
}

div.footerBnrLong br {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: none;
}


div.footerBnrLong img {
    width: 970px;
    margin: 10px auto;
}






/* COLOR BOX */

#cboxWrapper {
    width: 912px\9 !important;
    height: 585px\9 !important;
}




/* button */
.button {

}
.button a{
    color: #fff;
    text-decoration: none;
    float: right;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 12px 60px 12px 20px;
    color: #FFF;
    font-size: 120%;
    background: url(https://img.unitedcinemas.jp/sp/images/common/icon_angle-right.png) 94% 50% no-repeat #E2007F;
    border: solid 1px ;
    border-radius: 4px;
}
.button a:hover {
    background: url(https://img.unitedcinemas.jp/sp/images/common/icon_angle-right.png) 95% 50% no-repeat #F13091;
    box-shadow: none;
    text-shadow: none;
}

.close_button a{
    color: #fff;
    text-decoration: none;
    float: right;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 12px 40px 12px 20px;
    color: #FFF;
    font-size: 120%;
    background: url(https://img.unitedcinemas.jp/sp/images/common/icon_angle-right.png) 94% 50% no-repeat #999;
    border: solid 1px ;
    border-radius: 4px;
}
.close_button a:hover {
    background: url(https://img.unitedcinemas.jp/sp/images/common/icon_angle-right.png) 95% 50% no-repeat #999999c9;
    box-shadow: none;
    text-shadow: none;
}

/* padding */

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}



/* margin */

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.font8 {
    font-size: 8px;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}