@charset "shift_jis";
/* CSS Document */
* { margin: 0; padding: 0;}
.txt { line-height: 50px; text-align: center;}
.txt .btn { margin: 100px 0 20px;}
.txt .btn span { display: inline-block; width: 100px; height: 50px; color: #fff; background-color:#ea628e; cursor: pointer;}
.sidebar-wrapper { position: relative; height: 100%; overflow: auto;}
#dowebok { background-color: #232f3e; color: #fff; }
#dowebok .nav { margin-top: 50px; line-height: 40px; color: #fff; list-style-type: none;}
#dowebok .nav a { display: block; padding: 0 20px; color: #fff; text-decoration: none;}
#dowebok .nav a:hover { color:#fff; background-color:#ea628e;}
[data-simplersidebar='active'] { box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.5);}