#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 998;
    text-align: left;
    
    /* Specify the width of your pageslide here */
    width: 280px;
    padding: 80px 20px 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
    /*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
	overflow: auto;
}


/*サイドバー
---------------------------------------------------------------*/
 
#modal { display: none;}
 
#modal h2{
    font-size:22px;
    color: #999;
    border-bottom:1px solid #222;
    box-shadow: 0px 1px 0px #444;
    font-weight: normal;
    font-family:Helvetica,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
 
#modal h2,
#modal ul li a{
    padding:10px 0;
}
 
#modal ul{
    margin-bottom:20px;
}
 
#modal ul li{
    border-bottom:1px dotted #666;
    display:block;
    color:#ccc;
    font-size:12px;
}
 
.close{
    font-weight:normal;
    font-family:Helvetica,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    position: relative;
    bottom: 12px;
    float: right;
    overflow: hidden;
}
 
.close a{
    color:#888;
    padding:5px 15px;
    background:#111;
}
.close a:hover{
    color:#fff;
    background:#555;
}
 
.open a{
    display:block;
    z-index: 2;
    position: fixed;
    top:180px;
    right:-65px;
    height:73px;
    width:160px;
    padding-top: 8px;
    text-align: center;
    background:#444;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transform-origin: left bottm;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate( -90deg );
	-ms-transform: rotate( -90deg );
	transform: rotate( -90deg );
}
.open a:hover{
    margin-right:8px;
	background:#777;
}
#update{
font-size: 24px;
color:#fff;
font-family:Helvetica,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#update2{
font-size: 14px;
font-family: 'Doppio One', sans-serif;
color:#ccba85;
margin-top: -4px;
}
