@charset "utf-8";

/*
   reset
------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style: none;
}





/*
   base
------------------------------*/
html {
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
	background-color: #ffffff;
	color: #453939;
	position: relative;
    font-size: 14px;
    font-family: 'Lora' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , serif;
    /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;*/
}

body .lora-none {
    font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , serif;
    font-style: normal;
}

img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a {
    color: #453939;
    text-decoration: none;
    transition: 0.3s linear;
}
a:hover {
    text-decoration: none;
}
a.tel-color {
    color: #252525;
}
a.tel-color:hover {
    text-decoration: none;
}


/* SPファースト */
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 1024px) {
}

/* PCファースト */
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}





/*
   header
------------------------------*/
#global-header {
    width: 100%;
    position: relative;
    z-index: 10000;
	background: #ffffff;
}
.global-header-inner {
    position: relative;
    height: 110px;
}

.global-header-inner h1 {
	padding-right: 50px;
	width: 260px;
}
.global-header-inner h1 a {
}
.global-header-inner h1 img {
	margin-left: 50px;
    max-width: 260px;
    vertical-align: middle;
}

.global-header-inner .left-nav {
	height: 100%;
	display: table;
}
.global-header-inner .left-nav > * {
	vertical-align: middle;
	display: table-cell;
}

.global-header-inner nav {
    padding-top: 13px;
}
.global-header-inner nav .global-header-nav-item {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    /*margin: 0 20px;*/
	padding: 0 15px;
    letter-spacing: 0.05em;
    color: #333333;
}
.global-header-inner nav .global-header-nav-item > a,
.global-header-inner nav .global-header-nav-item > span {
    padding-bottom: 10px;
    border-bottom: 3px solid #ffffff;
    display: block;
    transition: 0.3s linear;
}
.global-header-inner nav .global-header-nav-item > a > span,
.global-header-inner nav .global-header-nav-item > span > span {
    display: block;
    font-weight: 400;
    font-size: 20px;
}
.global-header-inner nav .global-header-nav-item > a:hover,
.global-header-inner nav .global-header-nav-item > span:hover {
    color: #2e8598;
    border-bottom: 3px solid #2e8598;
}
.global-header-inner .right-nav {
    float: right;
    display: table;
    height: 110px;
    line-height: 1.5;
    font-size: 12px;
}
.global-header-inner .right-nav .heading-none {
    margin-top : 39px;
}
.global-header-inner .right-nav .global-header-nav-item {
    margin: 0;
    width: 100%;
    display: table;
    height: 100%;
}
.global-header-inner .right-nav .global-header-nav-item > a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #2e8598;
    background: url(../img/common/header_icon_01.png) 40px center no-repeat;
    background-size: 26px auto;
    padding-left: 20px;
    width: 180px;
}
.global-header-inner .right-nav .global-header-nav-item > a span {
    display: block;
    font-weight: 400;
    font-size: 20px;
}
.global-header-inner .right-nav .global-header-nav-item > a:hover {
    color: #ffffff;
    background: #2e8598 url(../img/common/header_icon_01_hover.png) 40px center no-repeat;
    background-size: 26px auto;
}


/* グローバルナビ サブナビ */
.global-header-nav-item .sub-nav {
	width: 100%;
	display: none;
	position: absolute;
	top: 110px;
	left: 0;
}
.global-header-nav-item .sub-nav .title {
    font-size: 18px;
}
.global-header-nav-item .sub-nav .title a {
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.00);
}
.global-header-nav-item .sub-nav .title a:hover  {
    padding-left: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.global-header-nav-item .sub-nav > * {
	background: rgba(84, 159, 175, 0.9);
	padding: 30px 0;
}
.global-header-nav-item .sub-nav * {
	color: #ffffff;
	text-align: left;
}
.global-header-nav-item .sub-nav li {
	display: block;
}
.global-header-nav-item .sub-nav li a{
	padding: 10px 0 10px 20px;
	display: block;
	color: #ffffff;
    background: url(../img/common/pc-menu-arrow.png) left center no-repeat;
    background-size : 12px 12px;
    font-size: 12px;
}
.global-header-nav-item .sub-nav li a:hover {
    background-position: -6px center;
    background-size : 8px 8px;
}

/* アニメーションの速さの設定 */
.global-header-nav-item .sub-nav,
.global-header-nav-item .sub-nav > *,
.global-header-nav-item .sub-nav li,
.global-header-nav-item .sub-nav li a {
	transition: opacity 0.15s ease-in-out 0.1s,
				background 0.15s ease-in-out 0.1s,
				background-color 0.15s ease-in-out 0.1s,
				border-radius 0.15s ease-in-out 0.1s,
				border-color 0.15s ease-in-out 0.1s,
				color 0.10s ease-in-out 0.1s,
				box-shadow 0.15s ease-in-out 0.1s,
				text-shadow 0.15s ease-in-out 0.1s,
				outline 0.15s ease-in-out 0.1s,
				transform 0.15s ease 0.1s;
}

/* アニメーションさせる項目の設定 */
.global-header-nav-item .sub-nav {

}
.global-header-nav-item.current .sub-nav {
	display: block;
}

.global-header-nav-item .sub-nav > * {
	opacity: 0.0;
}
.global-header-nav-item.current .sub-nav > * {
	opacity: 1.0;
}

.global-header-nav-item .sub-nav li {
	transform: translate(10px, 0px);
	opacity: 0.0;
}
.global-header-nav-item .sub-nav li.active {
	transform: translate(0px, 0px);
	opacity: 1.0;
}
.global-header-nav-item .sub-nav li.external::after {
    content: url(../img/common/icon_site_white_s.png);
    display: inline-block;
    margin-left: 5px;
}
.global-header-nav-item .sub-nav li a {
    display: inline-block;
    transition: 0.3s linear;
    border-bottom: 1px solid rgba(255,255,255,0.00);
}
.global-header-nav-item .sub-nav li a:hover {
    padding-left: 10px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}


@media screen and (max-width: 1400px) {
    .global-header-inner nav .global-header-nav-item {
        padding: 0 6px;
    }
}


/*@media screen and (max-width: 1269px) {*/
@media screen and (max-width: 1310px) {
    .global-header-inner h1 {
        padding-right: 20px;
        width: 190px;
    }
    .global-header-inner h1 img {
        margin-left: 30px;
        width: 190px;
    }
    .global-header-inner nav {
        padding-left: 0;
    }
    .global-header-inner nav .global-header-nav-item {
        padding: 0 10px;
        font-size: 9px;
    }
    .global-header-inner nav .global-header-nav-item > a > span,
    .global-header-inner nav .global-header-nav-item > span > span {
        font-size: 18px;
    }

    .global-header-inner .right-nav .global-header-nav-item > a {
        width: 150px;
    }
    .global-header-inner .right-nav .global-header-nav-item > a {
        background: url(../img/common/header_icon_01.png) 25px center no-repeat;
        background-size: 26px auto;
    }
    .global-header-inner .right-nav .global-header-nav-item > a:hover {
        background: #2e8598 url(../img/common/header_icon_01_hover.png) 25px center no-repeat;
        background-size: 26px auto;
    }
}

@media screen and (max-width: 1125px) {
    .global-header-inner nav .global-header-nav-item {
        padding: 0 3px;
    }
}

@media screen and (max-width: 1023px) {
	#global-header {
		position: fixed;
		top: 0;
		height: 80px;
	}
	#global-header + * {
		margin-top: 80px;
	}
    .global-header-inner .left-nav,
    .global-header-inner .right-nav {
        display: none;
    }

    .global-header-inner {
        height: 100%;
        text-align: center;
    }
    .global-header-inner h1 {
        position: inherit;
        left: inherit;
        top: inherit;
        float: none;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .global-header-inner h1 img {
		margin-left: auto;
        /*width: 70px;*/
        height: auto;
        vertical-align: inherit;
    }








    .sp-menu .menu-btn-open,
    .sp-menu .menu-btn-close {
        position: absolute;
        top: 0;
        right: 23px !important;
        display: block;
        width: 36px;
        height: 36px;
		margin: auto;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
    }
    .sp-menu .menu-btn-open {
        bottom: 0;
    }
    .sp-menu .menu-btn-close {
        z-index: 100;
        top: 23px;
    }
    .sp-menu .menu-btn-open img,
    .sp-menu .menu-btn-close img {
        width: 24px;
        vertical-align: top;
    }
    .drawer-nav {
        z-index: 10000;
    }
    .drawer-menu {
        background-color: #ffffff;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .drawer-menu-inner {
        padding: 80px 0 0;
        background: url(../img/common/sp_bg_01.png) left top no-repeat;
        background-size: 100px auto;
    }

    .drawer-menu-inner .language-select {
        text-align: center;
        display: block;
        border-top: 1px solid #d5d5d5;
        padding: 15px 20px;
        font-size: 0;
        white-space: nowrap;
    }


    .drawer-menu-inner .language-select li {
        display: inline;
        font-weight: 400;
        font-size: 20px;

    }

    @media screen and (max-width: 1310px) {
        .language-select li {
            font-size: 18px;
        }
    }

    .drawer-menu-inner .language-select li a {
        color: #a4a0a0;
        border:none;
        background: #fff;
        display: inline;
        padding: 0;
    }

    .drawer-menu-inner .language-select:last-child {
        padding-right: 0;
    }

    .drawer-menu-inner .language-select .language-separate {
        margin: 0 10px;
        border: 0;
        border-left: 1px;
        width: 1px;
        height: 13px;
        border: 0;
        border-radius: .5px;
        background-color: #a4a0a0;
        display: inline-block;
    }

    .drawer-menu-inner .language-current {
        color: #2e8598;
        border-bottom: 1px solid #2e8598;
    }



    .drawer-menu li {
        font-size: 10px;
        background: #ffffff;
    }
    .drawer-menu li span {
        font-size: 16px;
        font-weight: 400;
        margin-right: 15px;
    }
    .drawer-menu li a,
    .drawer-menu li.drawer-dropdown span {
        color: #333333;
        display: block;
        border-top: 1px solid #d5d5d5;
        padding: 15px 20px;
        text-decoration: none;
        margin-right: 0;
        cursor: pointer;
        background: url(../img/common/sp-menu-arrow.png) 95% center no-repeat;
        background-size: 6px auto;
    }
    .drawer-menu li.sub-title span {
        color: #333333;
        display: block;
        border-top: 1px solid #d5d5d5;
        padding: 15px 20px;
        text-decoration: none;
        margin-right: 0;
        cursor: pointer;
        font-size: 14px;
        background-size: 6px auto;
        background: none !important;
        font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    }
    .drawer-menu li.drawer-dropdown span {
        background: url(../img/common/accordion-arrow_01.png) 95% center no-repeat;
        background-size: 12px auto;
    }
    .drawer-menu li.drawer-dropdown.open span {
        background: url(../img/common/accordion-arrow_02.png) 95% center no-repeat;
        background-size: 12px auto;
    }
    .drawer-menu li.drawer-dropdown span small {
        margin-left: 15px;
        font-size: 11px;
        font-weight: normal;
        font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    }
    .drawer-menu li.drawer-dropdown.recruit span {
        color: #549faf;
        background-image: url(../img/common/header_icon_01.png), url(../img/common/accordion-arrow_03.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 26px auto, 12px auto;
        background-position: 20px center, 95% center;
        padding-left: 50px;
    }
    .drawer-menu li.drawer-dropdown.recruit.open span {
        background-image: url(../img/common/header_icon_01.png), url(../img/common/accordion-arrow_04.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 26px auto, 12px auto;
        background-position: 20px center, 95% center;
    }
    .drawer-menu li ul {
        background: #e8f4f7;
        padding: 0 0 0 20px;
        border-top: 1px solid #d5d5d5;
    }
    .drawer-menu li ul li {
        font-size: 14px;
        background: #e8f4f7;
    }
    .drawer-menu li ul li.external a::after {
        content: url(../img/common/icon_site_s.png);
        display: inline-block;
        margin-left: 5px;
    }
    .drawer-menu li ul li:first-child a {
        border-top: none;
    }
    .drawer-menu li ul li:first-child a.v-border {
        border-top: 1px solid #d5d5d5;
    }
    .drawer-menu li ul ul {
        padding: 0;
        display: block;
    }
    .drawer-menu li ul ul a {
        padding-left: 40px;
    }
    .drawer-menu li ul ul a:before {
        content: "-";
        margin-right: 5px;
    }

}


/*ドロワーメニュー*/

.drawer-nav {
    width: 100%;
    height: 100%;
    color: white;
    overflow: auto;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99;
    transition: transform 0.3s ease-out;
}

.drawer-nav.block  {
    transform: translate3d(0, 100%, 0);
}

/*Trigger*/
.sd-trigger {
    display: block;
}

/*Overlay*/
#sd-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s;
    background: #fff;
    opacity: 0;
}

#sd-overlay.block {
    z-index: 9;
    opacity: 1;
}

/*Overlay(Android)*/
#sd-overlay-android {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}


@media screen and (max-width: 639px) {
	#global-header {
		height: 50px;
	}
	#global-header + * {
		margin-top: 50px;
	}
    .global-header-inner h1 {
        padding: 5px 0 0 0;
    }
    .global-header-inner h1 img {
        /*width: 50px;*/
       /* width: 200px;*/
    }

    .sp-menu .menu-btn-open,
    .sp-menu .menu-btn-close {
        top: 4px;
        right: 10px !important;
        width: 36px;
        height: 36px;
    }
    .sp-menu .menu-btn-close {
        top: 8px;
    }
/*    .sp-menu .menu-btn-open img,
    .sp-menu .menu-btn-close img {
        width: 24px;
    }*/

    .drawer-menu-inner {
        padding: 50px 0 0;
    }
}






/*
   footer
------------------------------*/
.main-area,
.footer-bg {
    background-image: url(../img/common/wave_footer_under_gray.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.page-template-page-en .main-area,
.page-template-page-en-brands .main-area {
    background:  #ffffff;
    padding-bottom: 0;
}

.page-template-page-en-contact_thank .main-area{
    background-image: url(../img/common/wave_footer_under_gray.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 36px;
}

.footer-bg {
    padding-bottom: 170px !important;
}

.footer-info {
    background: #e6e6e6;
    padding: 100px 0 70px;
}
.footer-info .location {
    background: #ffffff;
    padding: 30px;
    border-radius: 7px;
}
.footer-info .location li {
    float: left;
    width: 50%;
    color: #232323;
}
.footer-info .location li span {
    display: block;
    font-size: 16px;
}
.footer-info .location li span span {
    display: inline;
    font-size: 22px;
    font-weight: 400;
    margin-right: 10px;
}
.footer-info .location li span.address {
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0 0 0;
}
.footer-info .location li a {
    color: #232323;
    padding-bottom: 3px;
    border-bottom: 1px solid #232323;
}
.footer-info .location li a:hover {
    color: #2e8598;
    border-bottom: 1px solid #ffffff;
}
.footer-info .location li:nth-of-type(1) {
    padding: 0 20px 20px 0;
    border-right: 1px solid #eeeeee;
}
.footer-info .location li:nth-of-type(2) {
    padding: 0 0 20px 20px;
}
.footer-info .location li:nth-of-type(3) {
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 20px 20px 0 0;
}
.footer-info .location li:nth-of-type(4) {
    border-top: 1px solid #eeeeee;
    padding: 20px 0 0 20px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }

.footer-info .brand {
    text-align: center;
    margin: 60px 0 0;
    padding: 0px 10px; /* バイオラブロゴを2行目に移動させる */
}
.footer-info .brand ul {
    font-size: 0;
}
.footer-info .brand li {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}
.footer-info .brand li img {
    vertical-align: middle;
}
.footer-info .fb-plugin iframe {
    border-radius: 7px;
}
.footer-info .fb-btn {
    display: none;
}

.pc-footer-nav {
    background: #4291a2;
    text-align: center;
    padding: 20px 0;
}
.pc-footer-nav li {
    display: inline-block;
    font-size: 16px;
}
.pc-footer-nav li a {
    color: #ffffff;
    padding: 15px 20px;
}
.pc-footer-nav li a:hover {
    background: #2e8598;
    border-radius: 4px;
}

.sp-footer-nav {
    display: none;
}


.page-top {
    text-align: right;
    margin: 0 50px 0 0;
}
.footer-bg .page-top {
    margin-top: 100px;
}
.page-top img {
    width: 33px;
}
.back-top {
	display: block;
	position: fixed;
	right: 50px;
	bottom: 50px;
	-webkit-transition: all 0.25s ease-in-out 0.0s;
	-moz-transition: all 0.25s ease-in-out 0.0s;
	transition: all 0.25s ease-in-out 0.0s;
	z-index: 10000;
}
.back-top.inactive {
	bottom: -50px;
}
.back-top img {
	display: block;
    width: 33px;
}

#global-footer {
    background: #549faf;
}
.global-footer-inner {
    display: table;
    width: 100%;
    height: 140px;
    font-size: 13px;
}
.global-footer-inner .cell {
    display: table-cell;
    width: 33.33333%;
    vertical-align: middle;
    text-align: center;
}
.global-footer-inner .cell.nav {
    text-align: left;
}
.global-footer-inner .cell.nav li {
    display: inline-block;
}
.global-footer-inner .cell.nav li + li:before {
    content: "|";
    color: #ffffff;
    padding: 0 20px;
}
.global-footer-inner .cell.nav li a {
    color: #ffffff;
}
.global-footer-inner .cell.nav li a:hover {
    text-decoration: underline;
}
.global-footer-inner .cell.logo img {
    width: 90px;
}
.global-footer-inner .cell.copy {
    text-align: right;
    color: rgba(255,255,255,0.70);
    font-size: 16px;
}

@media screen and (max-width: 1023px) {
    .footer-bg {
        padding-bottom: 120px !important;
    }

    .page-top,
	.back-top {
        text-align: center;
        margin-right: 0;
    }
	.footer-bg .page-top,
	.footer-bg .back-top {
		margin-top: 50px;
	}
    .page-top img,
    .back-top img {
        width: 20px;
    }

	.back-top {
		position: fixed;
		right: 5px;
		bottom: 5px;
	}

    .back-top a {
        padding: 15px;
        display: block;
    }

    .footer-info .location li span.name {
        line-height: 1.3;
    }
    .footer-info .location li span {
        font-size: 11px;
    }
    .footer-info .location li span span {
        font-size: 16px;
        margin-right: 5px;
    }
    .footer-info .location li span.address {
        margin: 20px 0 0 0;
    }

    .global-footer-inner .cell.nav li {
        display: block;
    }
    .global-footer-inner .cell.nav li + li:before {
        content: "";
        padding: 0;
    }

    .pc-footer-nav li {
        font-size: 18px;
    }
    .pc-footer-nav li a {
        padding: 10px;
    }
}

@media screen and (max-width: 639px) {
    .footer-info {
        padding: 30px 0 0;
    }
    .footer-info .location {
        padding: 20px;
    }
    .footer-info .location .col {
        width: 100%;
    }
    .footer-info .location li {
        float: none;
        width: 100%;
    }
    .footer-info .location li span {
        font-size: 16px;
    }
    .footer-info .location li span span {
        font-size: 22px;
    }
    .footer-info .location li:nth-of-type(1) {
        padding: 0 0 20px 0;
	    border-right: none;
    }
    .footer-info .location li:nth-of-type(2) {
        padding: 20px 0 20px 0;
        border-top: 1px solid #eeeeee;
        border-left: none;
    }
    .footer-info .location li:nth-of-type(3) {
        border-right: none;
        border-top: 1px solid #eeeeee;
        padding: 20px 0 20px 0;
    }
    .footer-info .location li:nth-of-type(4) {
        border-top: 1px solid #eeeeee;
        padding: 20px 0 0 0;
    }

    .footer-info .fb-plugin {
        display: none;
    }
    .footer-info .fb-btn {
        display: block;
        margin-top: 12% !important;
    }

    .footer-info .brand {
        background: #ffffff;
        text-align: left;
        padding: 20px 0;
    }
    .footer-info .brand li {
        width: 33.33333%;
        padding: 20px 20px;
    }

    .pc-footer-nav {
        display: none;
    }

    .sp-footer-nav {
        display: block;
        background: #ffffff;
        margin-bottom: -1px;
    }
    .sp-footer-nav ul {
        border-top: 1px solid #d5d5d5;
    }
    .sp-footer-nav li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        line-height: 1.5;
    }
    .sp-footer-nav li:nth-of-type(even) {
        border-right: none;
    }
    .sp-footer-nav li span {
        display: table;
        width: 100%;
    }
    .sp-footer-nav li span a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #232323;
        font-size: 8px;
        height: 60px;
    }
    .sp-footer-nav li span a span {
        font-weight: 400;
        color: #232323;
        font-size: 15px;
    }

    .global-footer-inner {
        display: block;
        height: auto;
    }
    .global-footer-inner .cell {
        display: block;
        width: 100%;
    }
    .global-footer-inner .cell.nav {
        background: #4291a2;
        font-size: 10px;
        padding: 20px 0;
        text-align: center;
    }
    .global-footer-inner .cell.nav li {
        display: inline-block;
    }
    .global-footer-inner .cell.nav li + li:before {
        padding: 0 10px;
    }
    .global-footer-inner .cell.logo {
        padding: 30px 0 20px;
    }
    .global-footer-inner .cell.logo img {
        width: 60px;
    }
    .global-footer-inner .cell.copy {
        text-align: center;
        font-size: 12px;
        padding: 0 0 30px;
    }
}
