@charset "UTF-8";



  /* ===================================================================
  common_sp.css
  =================================================================== */
body , html {
    height: 100%;
}
#container {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
}

	.map {
    height: 80%;
		margin-bottom: 0px;
}
#search_box {
	 position: fixed;
    bottom: 0;
    width: 100%;
		 padding: 0 0;
	}
#search_box .seinner{
	display: block;
	width: 100%;
	position: static;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #347e03;
	padding: 10px 2% 10px;
}
.get_on {
	width:35%;
}
.yaji {
	width:5%;
	text-align:center;
}

.get_on input, .get_off input {
    box-sizing: border-box;
    width: 100%;
}
#search_box .seinner div{
	display: inline-block;
	vertical-align: middle;
}
.get_off {
    margin-bottom: 0px;
			width:35%
}
.btn_area {
    border-bottom: none;
		margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 4px;
		width:19%
}
.btn_area .ser_btn a {
    background-color: #c92626;
    border: 1px solid #c92626;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 5px 7px;
    text-align: center;
    width: 80%;
}
.back_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index:99999;
	}