
/**
*
* タクシー特殊作業
*  
**/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  border: none;
  background-color: cornflowerblue;

}
.wrap {
  background: none;
  line-height: 1.8;
  font-size: 15px;
}


.staff {
  display: block;
}
.taxipage {
  margin-top: 0;
  height: 100%;
}
#hitpoint{
	width:798px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid #CCC;
	padding:20px 30px 10px 30px;
    line-height:1.4em;
	background:rgba(0,0,0,0.6);
}
#ctitle{
	font-size:1.8rem;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	
}
#ccont{
	margin-bottom:15px;	
}
.container{
  margin-top: 0;
  height: 100%;
  width:auto;
  max-width:798px;
}
.wid{
	width:95%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	font-family: "Noto Sans Japanese";
	padding:5px;
	color:#000;
	margin-bottom:10px;
}
#bt{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:none;
	color:#000;
	padding:15px;
	max-width:300px;
	display:block;
	margin:0 auto;
	width:60%;
}
input[type="submit"] {
  	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:none;
	color:#000;
	padding:15px;
	max-width:300px;
	display:block;
	margin:0 auto;
	width:60%;  
    background:#ccc;
}
@media screen and (max-width: 1280px) {

}

@media screen and (min-width: 992px) {
  .wrap {
    width: 100%;
	height: 100%;
  }
}
@media screen and (max-width: 768px) {
	#hitpoint{
		width:100%;
	}
	.taxipage {
	margin-top: 0;
	}
}
@media screen and (max-width: 417px) {
	#ctitle{
		font-size:12px;
	}
	#hitpoint{
		width:92%;
		margin:0 auto;
		font-size:10px;
		padding:7px;
	}
	input[type="text"]{
		height:30px;
	}
	input[type="submit"] {
  	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:none;
	color:#000;
	padding:8px;
	max-width:300px;
	display:block;
	margin:0 auto;
	width:60%;  
}
}

/* copyright */
.copyright {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
  z-index: 3;
}