@charset "utf-8";

body {
    display: none;
}

#wrapper {
    background: url('../../img/street.jpg') no-repeat center;
    background-size: cover;
}

header {
    background: none;
}

.header__wrap {
    background: none;
    top: 10px;
    padding: 0;
}

.header__wrap.scrolling {
    border: none;
}


.header__globalNavi ul li {
    background-color: rgba( 119, 119, 119, 0.25 );
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.header__globalNavi ul li:hover {
    background-color: rgba(0,0,0,0);
}

.header__globalNavi ul li a,
.header__globalNavi ul li a:hover,
.header__globalNavi ul li a:visited,
.header__globalNavi ul li a:link
{
    color: #FFF;
}

main {
    position: absolute;
    top: 150px;
    left: 90px;
    z-index: 9000;
    width: auto;
}

main img {
    width: 450px;
}

main h2 {
    margin-bottom: 40px;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: none;
    border: none;
    padding-top: 20px;
    height: 89px;
}

footer .footer__service--index {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.footer__service--index img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-color: rgba( 255, 255, 255, 0.4 );
    border: 4px solid #666666;
    border-radius: 50%; -webkit-border-radius: 50%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

.footer__service--index img:hover {
    width: 80px;
    height: 80px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.footer__aboutCompany--index {
    float: right;
    margin: 0 15px 15px 0;
}

.footer__aboutCompany--index {
    background-color: rgba( 33, 42, 49, 0.4 );
    padding: 10px;
    font-size: 11px;
    color: #EEE;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.footer__aboutCompany--index h2 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: normal;
    color: #EEE;
}


.footer__aboutCompany--index div {
    position: absolute;
    top: 10px;
    right: 10px;
}

.footer__aboutCompany--index p {
    color: inherit;
}

.footer__aboutCompany--index a,
.footer__aboutCompany--index a:link,
.footer__aboutCompany--index a:visited
{
    color: #EEE;
}

.aboutCompany__map {
    display: none;
    margin-top: 3px;
}

