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

body {  
    background: #000;  
    color: #fff;  
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  

    line-height: 1.5;  
    -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */  
	
}  

header{position:relative;width:100%;}



h3{text-align:center;border-radius: 10px; -webkit-border-radius: 10px;color:#FFF;padding:3px;width:300px;font-size:16px;margin:5px auto;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #212121), color-stop(0.51, #0a0f0b), color-stop(0.50, #6d7673), color-stop(0.00, #1f1f1f));
background: -webkit-linear-gradient(top, #1f1f1f 0%, #6d7673 50%, #0a0f0b 51%, #212121 100%);
background: -moz-linear-gradient(top, #1f1f1f 0%, #6d7673 50%, #0a0f0b 51%, #212121 100%);
background: linear-gradient(top, #1f1f1f 0%, #6d7673 50%, #0a0f0b 51%, #212121 100%);
}

#slidedown_container{ position:absolute;z-index:100;width:100%;}

#slidedown_container .date{font-size:14px;line-height:1.8em;font-weight:bold;text-align:center;border-top:1px solid #CCC;border-bottom:1px solid #CCC;z-index:50;background-color:rgba(0,0,0,0.8);}
#app{font-size:12px;line-height:1.5em;font-weight:normal;border-top:1px solid #CCC;border-bottom:1px solid #CCC;z-index:50;background-color:rgba(0,0,0,0.8);padding:7px 10px;}
nav ul li{border-bottom:1px solid #CCC;}

.app_img{width:180px;text-align:center;margin:0 auto;}
.app_img img{margin:5px;}
nav ul li a{display:block;background-image:url(../images/arrow.png); background-position:95% 50%;padding:7px 10px;background-repeat:no-repeat;color:#FFF; text-decoration:none;font-size:14px;background-color:rgba(0,0,0,0.8);}
footer{text-align:center;}
footer small{font-size:8px;}