@charset "UTF-8";

/****************************** 全体 ******************************/

/****************************** テンプレート用設定 ******************************/
/* Loading用 */
.loadingOuterPanel {
	position:		fixed;
	top:			0px;
	left:			0px;
	height:			100%;
	width:			100%;
	z-index:		998;
	overflow:		hidden;
	background-color:	#F0F0F0;
	filter:			alpha(opacity=55);
	-moz-opacity:	0.55;
	-khtml-opacity:	0.55;
	opacity:		0.55;
	cursor:			progress;
}
#load_page_message{
	position:		absolute;
	top:			0px;
	bottom:			0px;
	margin:			auto;
	width:			100%;
	height:			35px;
}
.loadingMsg{
	color:			#343434;
	background-color:	transparent;
	font-size:		18px;
	font-weight:	bold;
	filter:			alpha(opacity=100);
	-moz-opacity:	1.00;
	-khtml-opacity:	1.00;
	opacity:		1.00;
	cursor:			progress;
}
/* Dialog用 */
#dialog_modal {
    display: none;
}
#hidden_msg {
    display: none;
}
/* サジェスト表示用 */
#st{
	border-collapse:collapse;
	width:100%;
}
#st tr{
	border-bottom: 1px solid #c4c4c4;
}
#st td{
	padding: 3px 0px;
	font-size: 13px;
	font-family: "meiryo","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	color: #0375aa;
	line-height: 1.2;
}
#st a{
	color: #0375aa;
	text-decoration: none;
}
