.top_guide ul{
list-style:none;
display:block;
width: auto;
margin: 0px 11px 0px 10px;
padding:5px 5px 5px 5px;
border:0;
background-color:#00bfe9;
/*for Safari and chrome*/
-webkit-border-top-left-radius: 0px;  
-webkit-border-top-right-radius: 0px;  
-webkit-border-bottom-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px;
/*for Firefox*/
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
/*for IE*/
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin-bottom:15px;
}
.top_guide li{
overflow:hidden;
margin:0;
padding:5px 0;
clear:both;
text-align:left;
background-color:#fff;
text-decoration:none;
font-weight: normal;
vertical-align:middle;
font-size:small;
background-image:  -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #f0f0f0 )); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #fff , #f0f0f0 ); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient( #fff , #f0f0f0 ); /* FF3.6 */
background-image:       -o-linear-gradient( #fff , #f0f0f0 ); /* Opera 11.10+ */
background-image:         linear-gradient( #fff , #f0f0f0 );/*for Safari and chrome*/
border-bottom:1px #00bfe9 dotted;
clear:both;

}
.top_guide li a{

 color: #666;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 margin: 0;
 padding: 0px 10px 0px 0px;

}
.top_guide li a:hover{
 color: #333;
 display: block;
}

.top_guide li img{
float:left;
margin:3px 10px 0px 5px;
}
.top_guide li:first-child{
	border-top:0
}
.top_guide li:last-child{
/*for Safari and chrome*/
-webkit-border-top-left-radius: 0px;  
-webkit-border-top-right-radius: 0px;  
-webkit-border-bottom-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px;
/*for Firefox*/
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
/*for IE*/
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom:0;
}
#blog_news .tabNav {
width: auto;
margin: 0px 10px;
}
#blog_news {
	
}
#blog_news .tabNav li {
	width: 33.3%;
	float: left;
	margin-top:15px;
}
#blog_news .tabNav li.tabBook {
	
}
#blog_news .tabNav li:last-child {
	margin-right: 0;
	}
#blog_news .tabNav a {
	display: block;
	width: 100%;
	
}
#blog_news .tabNav a img {
	filter: alpha(opacity=0);
  -moz-opacity:0.0;
	opacity: 0;
}
#blog_news .tabNav .tabCD a {
	background: url(http://www.yoshimoto.co.jp/sp/img/tabInfo.png) no-repeat left top;
	background-size: cover;
}
#blog_news .tabNav .tabCD a.active {
	background: url(http://www.yoshimoto.co.jp/sp/img/tabInfo_cur.png) no-repeat left top;
	background-size: cover;
}
#blog_news .tabNav .tabBook a {
		background: url(http://www.yoshimoto.co.jp/sp/img/tabEvent.png) no-repeat left top;
		background-size: cover;
}
#blog_news .tabNav .tabBook a.active {
		background: url(http://www.yoshimoto.co.jp/sp/img/tabEvent_cur.png) no-repeat left top;
		background-size: cover;
}
#blog_news .tabNav .tabGoods a {
		background: url(http://www.yoshimoto.co.jp/sp/img/tabStaff.png) no-repeat left top;
		background-size: cover;
}
#blog_news .tabNav .tabGoods a.active {
		background: url(http://www.yoshimoto.co.jp/sp/img/tabStaff_cur.png) no-repeat left top;
		background-size: cover;
}