@charset "utf-8";

@import url('module/RouteTable.css');

/*------------------------------------------------------------
    地図情報
------------------------------------------------------------*/

#mapCanvas {
  margin: 0 auto;
  border: 1px solid gray;
  min-height: 340px;
  min-width: 140px;
}

#conts input.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  width:350px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#conts div.inputArea
{
  margin:3px 3px 5px 3px;
  text-align:left;
  font-size:19px;
  width:100%;
}

.inputTable
{
  width: 35%;
}

.inputTitle
{
  text-align: right;
  font-size:17px;
/*  width: 120px;*/
  width: 35%;
  height: 24px;
  padding: 2px;
}

#conts input.stopInput
{
  width:250px;
  text-align:left;
  margin-bottom:5px;
}

#conts div.errorMsg
{
  color: #d90404;
  font-size: 12pt;
  text-align: left;
}
/*------------------------------------------------------------
    ボタン
------------------------------------------------------------*/
#conts input.searchButton
{
  font-size: 16pt;
  margin-top: 20px;
  width: 200px;
}

#conts form
{
  display: inline;
}

#conts input.stopFromButton
{
  background: -webkit-linear-gradient(
    90deg,
    #89E9FE 0%,
    #7BA5D3 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #89E9FE 0%,
    #7BA5D3 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #89E9FE 0%,
    #7BA5D3 100%
  );
  background: -o-linear-gradient(
    90deg,
    #89E9FE 0%,
    #7BA5D3 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7BA5D3),
    to(#89E9FE)
  );
  border: 1px solid #7BA5D3;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 15pt;
  height: 40px;
  margin: 10px 8px 10px 3px;
  width: 150px;
}

#conts input.stopToButton
{
    background: -webkit-linear-gradient(
    90deg,
    #79CA2E 0%,
     #95FE3B 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #79CA2E 0%,
     #95FE3B 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #79CA2E 0%,
     #95FE3B 100%
  );
  background: -o-linear-gradient(
    90deg,
    #79CA2E 0%,
     #95FE3B 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from( #95FE3B),
    to(#79CA2E)
  );
  border: 1px solid #79CA2E;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 15pt;
  height: 40px;
  margin: 10px 8px 10px 3px;
  width: 150px;
}

#conts input.mapSearch
{
  margin:10px 5px 5px 5px;
  background-color:#FFFFFF;
  color: #000000;
  height:31px;
  font-size: 15px;
}

/*------------------------------------------------------------
    画像
------------------------------------------------------------*/

#conts img
{
  align:left;
  valign:top;
}

/*------------------------------------------------------------
    カスタマイズ情報ポップアップ
------------------------------------------------------------*/

div.stopInfoPopup_title {
	width: 230px;
	height: 19px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
	font-family: MS Pゴシック;
	font-size: 9pt;
	text-align: center;
	padding-top: 4px;
	color: #000000;
}

div.stopInfoPopup_dataList {
/*
	width: 255px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 48px;
	margin-left: 10px;
*/
}

div.stopInfoPopup_dataRow {
	width: 235px;
	height: auto;
	float: left;
}

div.stopInfoPopup_data {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	font-family: MS Pゴシック;
	text-align: left;
}

div.stopInfoPopup_arrowButton {
	width: 25px;
	height: auto;
	float: right;
	padding-top: 5px;
	text-align: center;
}

div.stopInfoPopup_buttonBlock {
	width: 255px;
	height: 30px;
	margin-left: 10px;
}

div.stopInfoPopup_button_geton {
	width: 115px;
	height: 30px;
	float: left;
	padding-left: 10px;
	text-align: left;
}

div.stopInfoPopup_button_getoff {
	width: 115px;
	height: 30px;
	float: left;
	padding-right: 10px;
	text-align: right;
}

div.stopInfoPopup_button_approach {
/*
	width: 130px;
	height: 30px;
	float: left;
*/
	padding-left: 10px;
	text-align: center;
}

#conts input.fromStopButton
{
	background-image: url("../../../images/sp/button_ride_font_off.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 110px;
	height: 25px;
	border-radius: 10px;
	font-size: 9pt;
	color: white;
	border-style: none;
	border-width: 0px;
	font-family: MS Pゴシック;
}

#conts input.toStopButton
{
	background-image: url("../../../images/sp/button_getoff_font_off.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 110px;
	height: 25px;
	border-radius: 10px;
	font-size: 9pt;
	color: white;
	border-style: none;
	border-width: 0px;
	font-family: MS Pゴシック;
}

#conts input.approachButton
{
	background-image: url("../../../images/sp/button_mapview_font_off.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 130px;
	height: 30px;
	border-radius: 10px;
	font-size: 9pt;
	color: white;
	border-style: none;
	border-width: 0px;
	font-family: MS Pゴシック;
	margin-top: 20px;
}

td.sotpInputArea{
	width:65%;
}
