.fl {
	float: left; display: inline;
	margin:0;padding:0;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 744px;/*下のwidth+29px*/ margin: 0; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 50%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #fff;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 714px;/*スライドの見える幅*/ top: 0; left: 14px; overflow: hidden;
}
.news_slider .view_all {
	font-size: 9px; padding: 0 0 0px 0; margin: 0;}
.news_slider .item{
    /*
        Must contain a width and a margin-right.
    */
	width: 102px; height: 160px; margin: 0 0px 5px 0; padding:0;
}
.news_slider .item a{
	display:block;width: 100px; height: 158px; background: #666;border:1px solid #fff;
}

/*.news_slider .item div {
	 width: 90px; padding: 5px;
}*/
.news_slider .item img {
	padding: 0 0 3px 0;
}
.news_slider .item a:hover{
	border:1px solid #e60027;
}
.news_slider h2{
	margin:0;padding:0;font-size:1em;line-height:1.3em;font-weight:normal;
}
.news_slider h2 a {
	color:#fff; text-decoration:none;
}
.news_slider h2 a:hover {
	color:#fff; text-decoration:none;
}
.news_slider h2 a:visited {
	color:#fff; text-decoration:none;
}
.slideCaption{
	 padding: 0 0 0 3px;
}
.loc{font-size: .9em;color:#ccc;padding:0 0 0 3px;
}
