body{
	background: none;
}
.eigaland_bg {
    padding-bottom: 10px;
	font-family: YakuHanMPs, "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
	color: #fff;
}
.eigaland_select {
    background-color:#fff;
    color:#5A5857;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
	font-weight: 600;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(1.75rem);
}
.eigaland_btn {
    background-color: #dc281e;
    color: #fff;
    margin-top: .5rem;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    line-height: 26px;
    position: relative;
    top: 24px;
}
.eigaland_span {
    font-weight: 100;
	color: #fff;
}
@media (max-width: 1010px) {
	.eigaland_btn {
		background-color: #e60012;
		color: #fff;
		margin-top: .5rem;
		font-weight: bold;
		font-size: 16px;
		padding: 0;
		line-height: 26px;
		position: static;
		top: auto;
	}
}
@media (max-width: 991px) {
    .eigaland_powerby_desktop {
        display: none;
    }
    .eigaland_powerby_mobile {
        display: inline;
        font-size: 12px;
        color: #fff;
		position: relative;
		top: 4px;
    }
    .eigaland_gps {
        font-size: 18px;
    }
    .eigaland_btn {
        margin-top: .5rem;
    }
}
@media (min-width: 992px) {
    .eigaland_powerby_desktop {
        display: inline;
        margin-left:5px;
        font-size: 12px;
        color: #fff;
    }
    .eigaland_powerby_mobile {
        display: none;
    }
    .eigaland_btn {
        margin-top: 0px;
    }
}