@charset "utf-8";
/* ======================================================
(C)フジテレビ CSS Document 
	viewswitch.css
====================================================== */

#switch_indication div,
#switch_indication span,
#switch_indication p,
#switch_indication img,
#switch_indication ul,
#switch_indication li,
#switch_indication dl,
#switch_indication dt,
#switch_indication li em,
#switch_indication table,
#switch_indication table td,
#switch_indication a,
#switch_indication a:link,
#switch_indication a:visited,
#switch_indication a:active,
#switch_indication a:hover{
	display:inline;
	position:static;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	color:#333;
	font-size:100%;
	font-weight:normal;
	line-height:1;
	text-align:left;
	text-indent:0;
	text-decoration:none;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:baseline;
	list-style-type:none;
	float:none;
	background:none;
	overflow:hidden;
}


#switch_indication { font-size: 12px; }
#switch_indication dl { margin: 0 0 15px; text-align: center; }
#switch_indication dt, #switch_indication dd, #switch_indication ul, #switch_indication li { display: inline; }
#switch_indication dt:after { content: ":"; }
#switch_indication li a:link { color: #0066CC; text-decoration: none;; margin: 0 5px 0 0; padding: 0 10px 0 0; display:inline;  font-size: 12px;}
#switch_indication li em { color: #333333; font-style: normal; font-weight: bold; font-size: 12px;}
#switch_indication li { border-right: 1px solid #999999; margin: 0 5px 0 0; padding: 0 10px 0 0; }
#switch_indication li:last-child { border-right: medium none; margin: 0; padding: 0; }
#switch_indication {
	height:15px;
	margin:10px 0 0 0;
	padding: 10px 0;
	background:#FFFFFF;
	border: 1px solid #D6D6D6;
	width:318px;
	margin: 10px auto;
	}

#tosmartphone {
    background-color: #add8e6;
    background: -moz-linear-gradient(center top , #87cefa 50%, #add8e6 50%) repeat scroll 0 0 transparent;
    border-bottom: 5px solid #EEEEEE;
    border-top: 5px solid #DDDDDD;
    color: #FFFFFF;
    width:100%;
		min-width:1000px;
    font-size: 32px;
    font-weight: bold;
    padding: 32px 0;
    text-align: center;
}

#tosmartphone a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

