<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information
file name  :menu_slide.css
style info :スライドメニュー
=================================================================== */

#modal { display: none; }

#modal h2{
	font-size:18px;
	border-bottom:1px solid #fff;
}

#modal h2,
#modal ul li a{
	padding:6px 0;
}

#modal ul{
	margin-bottom:20px;
}

#modal ul li a{
	border-bottom:1px dashed #6f6f6f;
	display:block;
	color:#000;
}

.close_positon{
	width: 100%;
	text-align: right;
}

.close{
	font-weight:bold;
}

.close a{
	color:#000;
	padding:3px 10px;
	background:#ccc;
}

.open{
	display:block;
	float:right;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f4f4f4));
	-webkit-background-size:20px 20px;
	border-radius:3px;
}

.open img{
	vertical-align:middle;
}


#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color:#FFF;
    color:#000;
    -webkit-box-shadow: inset 0 0 3px 3px #a0a0a0;
    -moz-shadow: inset 0 0 3px 3px #a0a0a0;
    box-shadow: inset 0 0 3px 3px #a0a0a0;
}</pre></body></html>