@charset "UTF-8";
/* --------------------------------------------------------------------
/ CONTENTS PAGE
/
/ 00 TXT
/ 01 fortune
/
--------------------------------------------------------------------- */
/* 00 TXT
-------------------------------------------------------------- */

body {	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', sans-serif;}

p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

div#fortune a {
	color: #333333;
	text-decoration: none;
}
div#fortune a:hover {
	text-decoration: underline;
}


/* table */
div#fortune table td.today {background-color:#b469da;padding:4px 12px 3px 0;font-size:12px;color:#ffffff;}
div#fortune table td.bg_b469da_sp {background-color:#b469da;padding:0;margin:0;}
div#fortune table td.bg_fff2f7 {background-color:#FFF2F7;}
div#fortune table td.bg_efefef {background-color:#EFEFEF;}

div#fortune table.comment {margin-top:54px;}

/* font */
div#fortune p.seiza {font-size:14px;font-weight:bold;}
div#fortune p.seiza_day {font-size:12px;font-weight:bold;color:#666666;}
div#fortune div.prof {margin:6px 0 8px 0;font-size:14px;line-height:24px;color: #333333;}
div#fortune p.site {font-size:13px;line-height:23px;color:#333333;}
div#fortune p.site a {text-decoration: none;}
div#fortune p.site a:hover {text-decoration:underline;}
div#fortune p span.rank {font-weight:bold;color:#660099;}
div#fortune p.unsei {font-size:14px;font-weight:bold;}

div#fortune img.backbtn {margin-top:40px;}

