@charset "utf-8";
/*
Theme Name: アズビル情報技術センター（大連）有限公司
Theme URI: https://acni.cn.azbil.com/
Description: This is theme of dalian azbil acni
ver0.1: 2020/12/27
updated: 2020/12/27
*/

/* ADD hack-temp SP header footer
-------------------------------------------------- */
@media only screen and (max-width: 987px){
 #header {
    position: fixed;
    z-index: 10000;
    height: 44px;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ebebeb; }
      #header #header-corporation .inner {
        display: flex;
        box-sizing: border-box;
        margin: auto;
        max-width: none;
        height: 46px;
        -webkit-align-items: center;
        /* Safari */
        align-items: center;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between; }
        #header #header-corporation .inner .logo a {
          margin-left: 15px; }
          #header #header-corporation .inner .logo a img {
            width: 70%;
            height: auto; }
          #header #header-corporation .inner .functions .language-selector {
            display: none; }
	#gNavi .inner {margin-top: 46px;}
  #footer .footer-info {
    max-width: none;
    width: auto;
    min-width: 320px;
    }
  .footer-info {
    max-width: none;
    display: block;
    width: 100%;
    padding: 23px 15px 20px; }
    .footer-info p {
      margin-top: 8px; }
	#footer {
		clear: both;
	}
}
@media only screen and (min-width: 944px){
.footer-info div:first-child {min-width: 320px;display: block;}
.footer-info div:last-child {width: 580px;display: block;}
}
@media only screen and (max-width: 945px){
#footer .footer-info {display: block;}
.footer-info div:last-child {float: right;}
}