/* liScroll styles */

#midokoro{
	float:left;	
}

#midokoro .osusumeArea {
	width:178px;
	position: relative;
	height: 46px;
	padding: 2px 0;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
	overflow:hidden;
}

*:first-child+html #midokoro .osusumeArea{
	height: 48px !important;	
}

#midokoro .tickercontainer {
	width: 173px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}

#midokoro .tickercontainer .mask {
	position: relative;
	left: 2px;
	top: 6px;
	right:2px;
	width: 200px;
	height: 18px;
	overflow: hidden;
}

*:first-child+html #midokoro .tickercontainer .mask{
	height: 14px !important;
}

#midokoro ul.newsticker {
	position: relative;
	left: 250px;
	font: 12px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:5000px !important;
}
#midokoro ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	display:none;
}
#midokoro ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}
#midokoro ul.newsticker span {
	margin: 0 10px 0 0;
}
#midokoro .inputArea .inputBox {
	border: 2px solid #E55E82;
	height: 26px;
}

*:first-child+html #midokoro .inputArea .inputBox{
	padding-right:5px !important;	
}

/* safariのバグ回避
----------------------------------------*/

body#home .conR .news li{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;	
}

/* firefoxのhack
----------------------------------------*/

@-moz-document url-prefix() {
	#midokoro .osusumeArea{
		height: 48px !important;	
	}
}
