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

/* silver */
#theme-silver {
	background-color:#f2f2f2;
	background-image:url("/common/images/simple_bg/mainbg_silver.png");
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-background-size:1400px 560px;
	background-size:1400px 560px;
	min-width:1000px;
	}
#theme-silver #fp-l a,
#theme-silver #fp-l a:link,
#theme-silver #fp-l a:visited,
#theme-silver #fp-l a:hover,
#theme-silver #fp-l a:active { color:#af1e24;}
#theme-silver #fp-l h2 { color:#b89200; background:url("/common/images/pattern/pat_gold.png") repeat; border-bottom: 4px solid #b89200;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme-silver #fp-l h3 { background-color: #b59621; }
#theme-silver #fp-l h4 { border-bottom-color: #b59621;}
#theme-silver #fp-l #fp-airdate { color: #b89200;}
#theme-silver #fp-l #fp-nav ul{ background-color: #8d6424; color:#fff; border-bottom: 1px solid #8d6424;}
#theme-silver #fp-l #fp-nav ul li a {color:#fff; background-color:#bd8d0a;}
#theme-silver #fp-l #fp-nav ul li a:hover { background-color: #d3a117;}
#theme-silver #fp-l #fp-nav ul li a.current { background-color: #ab7f08; box-shadow: inset 0 4px 0 #987107;}
#theme-silver #fp-l .btn a { color: #fff; background-color:#c4961a; box-shadow: 0 4px 0 #8d6424,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme-silver #fp-l .btn a:hover { background-color: #d3a424;}
#theme-silver #fp-l #fp-ftr { background-color:#efefef;}

/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme-silver{ min-width:640px;}
.cx_smartphoneview #theme-silver #fp-l h2 { background-image:url("/common/images/pattern/pat_gold_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}
