@charset "utf-8";

html{
	font-size: 62.5%;
}

body{
	word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #222;
}
* {
	outline: none;
    zoom: 1;
    box-sizing: border-box;
    word-break: break-all;
}

a{
    color: #004899;
}
a:hover{
    text-decoration: none;
}
a:hover img{
    opacity: 0.8;
}

/*ヘッダー*/

.headerInner{
    position: relative;
    background: #fff;
    width: 1230px;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 500;
}
.headerLogo{
    text-align: center;
}
.headerSearchBtn{
    float: left;
}
.headerSearchArea{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}
.headerSearchArea button{
    position: absolute;
    top:0;
    left: 0;
    background: none;
    border:none;
    padding: 0 8px 0 10px;
    height: 32px;
}
.headerSearchArea input[type="text"]{
    background: #f0f1f2;
    border: none;
    padding:5px 5px 5px 40px;
    width: 215px;
    height: 32px;
    font-size: 1.3rem;
}
.headerOtherLink{
    position: absolute;
    right: 0;
    bottom: 18px;
}
.headerOtherLinkList{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.headerOtherLinkList li{
    list-style-type: none;
}
.headerOtherLinkList > [class^="otherLink"]{
    padding: 0 19px;
    border-left: 1px solid #ccc;
}
.headerOtherLinkList > [class^="otherLink"]:last-child{
    border-right: 1px solid #ccc;
}
.headerOtherLinkList > [class^="otherLink"] > a{
    position: relative;
}
.headerOtherLinkList > [class^="otherLink"] > a::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 40px);
    height: 100%;
}
.headerEntry{
    position: absolute;
    top: 0;
    right: 0;
    background: #004898;
}
.headerEntryList{
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 7px;
}
.headerEntryList::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -19px;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #004898;
    transform: skewX(33.5deg);
}
.headerEntry li{
    position: relative;
    font-size: 1.2rem;
    list-style-type: none;
}
.headerEntry .headerEntryItem{
    background: #fff;
    border-radius: 2px;
}
.headerEntry .headerEntryItem a{
    display: block;
    padding: 7px 21px 5px;
}
.headerEntry .headerEntryItem a:hover{
    opacity: .8;
}
.headerEntry .headerEntryTitle{
    margin-right: 10px;
}
.headerEntry .headerEntryItem{
    margin-left: 5px;
}
.headerEntry li a{
    color: #222;
    text-decoration: none;
}
.headerEntry li:first-child{
    margin-left: 0;
}
.headerSearchBtn{
    display: none;
}

#headerNavArea {
    background: #222;
    margin: 0 -1500px;
    padding: 0 1500px;
    border-bottom: 1px solid #fff;
}
#headerNavArea > .headerNav {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 1230px;
    table-layout: fixed;
}
#headerNavArea > .headerNav > li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: top;
}
#headerNavArea > .headerNav > li.companyList {
    width: 19%;
    padding-right: 1%;
    text-align: right;
}
#headerNavArea > .headerNav > li dt a,
#headerNavArea > .headerNav > li > a{
    display: inline-block;
    padding: 12px 12px 10px;
    border-bottom: 2px solid transparent;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#headerNavArea > .headerNav > li dl dt > a:hover{
    border-bottom: 2px solid #bfbfbf;
}
#headerNavArea > .headerNav > li > a:hover{
    border-bottom: 2px solid #bfbfbf;
}
#headerNavArea > .headerNav > li > dl > .dropBlock{
    display: none;
    position: absolute;
    top: 42px;
    left: 78px;
    border-top:1px solid #fff;
    background: rgba(0,0,0,0.8);
    margin:0 -1500px;
    padding: 40px 1500px 35px;
    z-index: 1000;
}
#headerNavArea > .headerNav > li:nth-of-type(2) .dropBlock{
    left: -88px;
}
#headerNavArea > .headerNav > li:nth-of-type(3) .dropBlock{
    left: -260px;
}
#headerNavArea > .headerNav > li:nth-of-type(5) .dropBlock{
    left: -750px;
}
.headerNavItemArea{
    width: 1080px;
    text-align: left;
}
.headerNavItemArea a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.headerNavItemlist02 a:hover{
    text-decoration: underline;
}
.headerNavItemlist01 a:hover{
    opacity: 0.8;
    text-decoration: underline;
}

.headerNavItemlist01 li{
    float:left;
    width: 144px;
    margin-left: 43px;
}
.headerNavItemlist01 li:nth-child(6n+1){
    margin-left: 0;
}
.headerNavItemlist01 li:nth-child(n+7){
    margin-top: 25px;
}

.headerNavItem01 dl{
    float: left;
    margin-left: 32px;
    width: 246px;
}
.headerNavItem01 dl dt{
    font-size: 1.6rem;
    font-weight: bold;
    color:#fff;
}
.headerNavItem01 dl dd{
    margin-top: 20px;
}
.headerNavItemlist02 li{
    position: relative;
    margin-top: 15px;
    padding-left: 10px;
}
.headerNavItemlist02 li a{
    font-size: 1.2rem;
    color: #ccc;
}
.headerNavItemlist02 li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ccc;
}


.headerNavItemlist03 li{
    position: relative;
    float:left;
    width:calc(20% - 30px);
    margin-left:30px;
    padding-left: 10px;
}
.headerNavItemlist03 li:nth-child(5n + 1){
  margin-left:0;
}
.headerNavItemlist03 li:nth-child(n + 6){
  margin-top:10px;
}
.headerNavItemlist03 li a{
    display:inline-block;
    font-size: 1.4rem;
    line-height:1.6;
    color: #fff;
}
.headerNavItemlist03 li a span{
    display:block;
    color: #fff;
}
.headerNavItemlist03 li:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ccc;
}


.headerNavItem01 dl:first-child{
    margin-left: 0;
}
.headerNavCompany{
    float: left;
    width: 495px;
    margin-left:90px;
}
.headerNavCompany:first-child{
    margin-left: 0;
}
.headerNavCompany dl{
    float: left;
    width: 268px;
    margin-right:30px;
}
.headerNavCompany dl dt{
    font-size: 1.6rem;
    font-weight: bold;
    color:#fff;
}
.headerNavCompanyThumb{
    float: right;
}
.headerNavText{
    margin-top: 5px;
    font-size: 1.2rem;
    color: #fff;
}
.headerNavEntry{
    margin-top: 60px;
}
.headerNavEntry dt{
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
}
.headerNavEntry dd{
    display: inline-block;
    margin-left: 60px;
}
.headerNavEntryText{
    display: inline-block;
    width: 455px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ccc;
    vertical-align: top;
}
.headerNavEntryBtn{
    display: inline-block;
    margin-left: 60px;
    vertical-align: top;
}
.headerNavEntryBtn li {
    display: inline-block;
    width: 153px;
    margin-left: 20px;
    font-size: 1.4rem;
}
.headerNavEntryBtn li:first-child{
    margin-left: 0;
}
.headerNavEntryBtn a{
    display: inline-block;
    background: #424345;
    padding: 8px 15px 7px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.headerNavEntryBtn a:hover{
    background: #848484;
}
.btnGnav{
    display: inline-block;
    margin-top: 35px;
    width: 400px;
    font-size: 1.6rem;

}
.btnGnav a {
    display: inline-block;
    background: #414345;
    position: relative;
    padding: 16px 80px 14px;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.btnGnav a:hover{
    background: #848484;
}
.btnGnav a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
.headerNavEntry02{
    display: none;
}
.headerInner:after,
.headerNavItemlist01:after,
.headerNavItemlist03:after,
.headerNavItem01:after,
.headerNavItem02:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/*ページトップへ*/
#pageTop{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}
#pageTop > a{
    position: relative;
    background: rgba(34,34,34,0.9);
    border: 1px solid #e9e9e9;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
#pageTop > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
/*フッター*/

.dirpath + .footer{
    margin-top: 0;
    border-top: none;
}

.footer{
    background: #222;
    margin-top: 60px;
    padding-bottom: 20px;
}
.footer a{
    position: relative;
    display: inline-block;
    color:#fff;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.footerInner{
    width: 1080px;
    margin: 0 auto;
}

/* footer account */
.footerSnsBlock {
    background: #fff;
    padding-bottom: 40px;
}
.footerSnsTit {
    margin-bottom: 45px;
    padding: 10px 12px 7px;
    background: #626262;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}
.footerSnsBlockInner {
    width: 1204px;
    margin: 0 auto;
}
.snsColum4block01 .col {
    float: left;
    width:389px;
    margin-right: 12px;
}
.snsColum4block01 .col:nth-of-type(n+5){
    margin-top: 30px;
}
.snsColum4block01 .col:nth-of-type(4n+4){
    margin-right: 0;
}
.snsColum4block01 .col p.colText {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.snsColum4block01 .col a{
    position: relative;
    display: block;
    color: #222;
    text-decoration: none;
}
.snsColum4block01 .col a img{
    width: 100%;
}
.snsColum4block01:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.footerNav{
    display: table;
    table-layout: fixed;
    margin: 0 auto;	
    padding-top: 60px;
    font-size: 1.1rem;
}
.footerNav div[class^="footerNavItem"] {
    display: table-cell;
    padding-left: 43px;
    padding-right: 30px;
    border-left: 1px solid #ccc;
    width: 310px;
    vertical-align: top;
    box-sizing: content-box;
}
.footerNav div.footerNavItem01{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: 315px;
}
.footerNav div.footerNavItem03{
    padding-right: 0;
}
div[class^="footerNavItem"] > dl > dt{
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
}
div[class^="footerNavItem"] > dl > dt:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div[class^="footerNavItem"] > dl > dd{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
}
div[class^="footerNavItem"] > dl > dd a{
    color: #ccc;
}
.footerNavItemBlock02{
    display: table-cell;
}


.footerNavItemlist01{
    display: table-cell;
    width: 155px;
    padding-left: 10px;
    vertical-align: top;
}
.footerNavItemlist01:first-child{
    padding-left: 0;
}
.footerNavItemlist01 li{
    position: relative;
    margin-top: 15px;
    padding-left: 10px;
}
.footerNavItemlist01 li:before{
    content: "";
    position: absolute;
    top:50%;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ccc;
}
.footerNavItemlist01 li:first-child{
    margin-top: 0;
}
.footerNavItemlist02,
.footerNavItemlist03{
    display: table-cell;
    width: 155px;
    padding-left: 10px;
    vertical-align: top;
}
.footerNavItemlist03{
    display: block;
    padding-left: 0;
}
.footerNavItemlist02 > li,
.footerNavItemlist03 > li{
    position: relative;
    margin-top: 15px;
    font-size: 1.3rem;
}
.footerNavItemlist02 > li:first-child{
    margin-top: 0;
}
.footerNavItemlist03 > li:first-child{
    margin-top: 0;
    margin-bottom: 15px;
}
.footerNavItemlist02 > li > a:after,
.footerNavItemlist03 > li > a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footerEntry {
    margin-top: 10px;
}
.footerEntry dt{
    font-size: 1.1rem;
    color: #fff;
}
.footerEntry dd{
    margin-top: 0;
}
.footerEntryBtn li{
    margin-top: 10px;
}
.footerEntryBtn a{
    display: inline-block;
    background:#424345;
    padding: 8px 15px 7px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.footerEntryBtn a:hover{
    background: #848484;
    text-decoration: none;
}
.footerInfo{
    display: table;
    margin-top: 65px;
    width: 100%;
    table-layout: fixed;
}
.footerLink > li{
    width:110px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.footerLink > li:nth-child(3n+1){
    margin-left: 0;
}
.footerLink > li:nth-child(3n+2){
    width:150px;
}
.footerLink > li:nth-child(3n+3){
    width:180px;
}
.copyRight{
    display: table-cell;
    width: 500px;
    text-align: right;
}
.copyRight small{
    font-size: 0.9rem;
    color: #ccc;
}
.footerNav:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*wrap*/

#wrap{
	min-width: 1280px;
    overflow: hidden;
}

.mainInner{
	width:1080px;
	margin:0 auto;
}
.mainInner:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#mainContents{
    margin-top: 90px;
    float: right;
    width: 801px;
}
.whatsnewRepair #mainContents{
    width: 100%;
}
#sideContents{
    margin-top: 90px;
    float: left;
    width: 243px;
}
#mainContents > *:first-child,
#sideContents >*:first-child{
    margin-top: 0;
}


/*パンくず*/
.otherLink + .dirpath{
    border-top: none;
    margin-top: 0;
}
.dirpath{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 80px;
}

.dirpath ul{
    margin: 0 auto;
    padding: 14px 0;
    width: 1080px;
}
.dirpath li {
    position: relative;
    float: left;
    margin-right: 20px;
    font-size: 1.1rem;
}
.dirpath li a{
    color: #222;
}
.dirpath li:after {
    content: ">";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 1.1rem;
}
.dirpath li:last-child:after {
    content: "";
}
.dirpath li:last-child span{
    font-weight: bold;
}
.dirpath ul:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/*DLPOスクロールタグ*/
div[id^="dlpo"] > img {
    display: block;
    height: 0;
}


/* SlickSlider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next{
    padding: 0;
    border: none;
    background: none;
    outline: none;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 5;
}
.slick-prev{
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background: url(/files/cdb/ZZ/common/zzcommon_btnSlide01.png) 42% 50% no-repeat;
}
.slick-next{
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background: url(/files/cdb/ZZ/common/zzcommon_btnSlide02.png) 42% 50% no-repeat;
}
.slick-disabled{
  display: none!important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{background:#fff;outline:0;}
#cboxLoadingGraphic{background:#fff;}
#cboxContent{position:relative; overflow:visible; background:#fff; padding:60px;font-size: 1.6rem;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#fff;}
.cboxPhoto{cursor: default!important;}

#cboxLoadingOverlay{background:#000;}
#cboxTitle{margin-top: 20px; color:#222;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxSlideshow{display: none!important;}
#cboxClose{position: absolute;top:20px; right: 20px;width: 24px;height: 24px;background: url(/files/cdb/ZZ/common/zzcommon_icoClose01.gif) 50% 50% no-repeat;overflow: hidden;text-indent: 100%; white-space: nowrap;font-size: 0; padding: 0;border: none;}
#cboxPrevious{position: absolute; top:50%;left:0;margin-top:-35px;width: 60px;height: 70px;background: url(/files/cdb/ZZ/common/zzcommon_btnSlide01.png) 50% 50% no-repeat;padding: 0;border: none;outline: none;text-indent: 120%;white-space: nowrap;overflow: hidden;cursor: pointer;z-index: 5;}
#cboxNext{position: absolute; top:50%;right:0;margin-top:-35px;width: 60px;height: 70px;background: url(/files/cdb/ZZ/common/zzcommon_btnSlide02.png) 50% 50% no-repeat;padding: 0;border: none;outline: none;text-indent: 120%;white-space: nowrap;overflow: hidden;cursor: pointer;z-index: 5;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
      padding: 0;
    border: none;
    background: none;
    outline: none;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 5; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: absolute;
  color: white;
  text-align: right;
 }
.mfp-close:before{
  content: "";
  display: block;
  position: absolute;
  top:0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
        -webkit-transform: translateY(19px) rotate(-45deg);
    transform: translateY(19px) rotate(-45deg);
}
.mfp-close:after{
  content: "";
  display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateY(-23px) rotate(45deg);
    transform: translateY(-23px) rotate(45deg);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }
@media screen and (max-width: 767px) {
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.mfp-close{
  width: 30px;
  height: 30px;
}
.mfp-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(19px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}
.mfp-close:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-23px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }