@charset "UTF-8";
/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body {
	background: #fff none no-repeat 0 0;
}
footer#globalFooter ul {
	text-align: left;
}
/*20200929追記*/
header#globalHeader ul#menu-header li {
    text-align: center;
    width: 150px;
    height: 40px;
    border-right: 1px solid #9a9a9a;
    float: left;
}

header#globalHeader ul#menu-header li a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
    font-size: 12px;
    /font-size: 13px;
    font-weight: bold;
}
}
/*20200929追記ここまで*/