@charset "UTF-8";
/* CSS Document */

/** #foverSec **/
#foverSec { padding:20px 0; width:100%; }
#foverSec .header {
	background:url(https://s.yimg.jp/images/fortune/images/theme/theme_ttl_bg.jpg) repeat;	
	width:100%;
	height:32px;
	border-radius:5px 5px 0 0;
}
#foverSec .header h2 {
	background:url(https://s.yimg.jp/images/fortune/images/theme/favor_ttl.png) no-repeat center;
	width:139px;
	height:32px;
	text-indent:-9999px;
	padding-left:20px;
}
#foverSec .tagList {
	background:url(https://s.yimg.jp/images/fortune/images/theme/theme_tag_list_bg.jpg) repeat;	
	padding:0 10px 15px 0;
}
#foverSec ul.tags:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	font-size:0;
	visibility:hidden;
}
#foverSec .tags li {
	font-size:14px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:10px 0 0 10px;
	background:rgb(232,221,248); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,221,248,1)), color-stop(100%,rgba(238,230,250,1))); 
	background:-webkit-linear-gradient(top,  rgba(232,221,248,1) 0%,rgba(238,230,250,1) 100%); 
	border:1px solid #ddcff3;
	border-radius:3px;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.14);
	padding:10px 0;
}
#foverSec .tags li a {
	color:#006699;
	text-decoration:none;
	padding:10px 13px;
}

.today{ padding: 0 10px 0 0; margin:-5px 0 -8px 0;}

