﻿.input_busstop
{
	ime-mode:active; 
}

.sysmessage{
	text-align: center; 
	color:Red;
	font-size: 12pt;
	font-weight: bold;
}

.sysmessage2{
	text-align: center; 
	color:Red;
	font-size: 11pt;
	font-weight: bold;
}

.selectArrow{
	border-width: 0px;
	background: none;
}

.normal_btn{
	background: none;
	background-color: ButtonFace;
	border-right-color: ButtonShadow;
	border-bottom-color:ButtonShadow;
	border: 1px;
	margin-bottom: 0px;
}
/*==============================================================
　路線バス運行状況
===============================================================*/
/* 文字色 */
.trouble{
	color: Red;
}
.restore{
	color: Blue;
}
/*==============================================================
　body.search : 検索
===============================================================*/
/* キーワードから検索 */
body.search #sub .searchNavKeyword p.keyword{
	margin-left: 4px;
}

form input.textBoxL{
	border:1px solid #b1bdc3;
	border-right-color: #cdd5d9;
	border-bottom-color: #cdd5d9;
}

form span.cBox input{
	padding:0.25em 3px;
	border:1px solid #b1bdc3;
	border-right-color: #cdd5d9;
	border-bottom-color: #cdd5d9;
	background:#fff url(../img/bg_input_normal.gif);
	margin-bottom: 5px;
}
/* 隠しドロップダウンリスト非表示(FireFox､Chrome対策) */
form .hdn_dropdown{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* ダイヤ改正案内 */
body.search .reviseMessage{
	border: 2px solid #006666;
	padding: 10px 30px;
	background: #ffffff;
	margin: 0 15px 10px;
}
body.search .reviseMessage p{
	color: #bc1528;
	margin: 0;
	line-height: 1.3;
}
body.search .reviseMessage em{
	font-weight: bold;
	font-size: 18px;
	color: Red;
}

body.search #main .jikokuSearchResult .start h3 .name{
	font-size: 17px;
	font-weight: bold;
	color: #0b1524;
}

body.search #main .routeInformation ol li h3 .name{
	font-size: 17px;
	font-weight: bold;
	color: #0b1524;
}
