@charset "utf-8";
/* ======================================================
(C)フジチEチECSS Document 
	viewswitch.css
====================================================== */
#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; }
#switch_indication li em { color: #333333; font-style: normal; font-weight: bold; }
#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; }

#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;
    display: block;
    font-size: 32px;
    font-weight: bold;
    padding: 32px;
    text-align: center;
}

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