body{   background: #ffffff;}

#all{
  width: 100%;
  font-family: YuGothic,'Yu Gothic',sans-serif;
        }

a{
     text-decoration: none;
   }

#top{ 
  position: fixed;
  top: 0px;
  background: #ffffff;
  z-index: 30;
  height: 37px;
  width: 99%;
  padding: .5em;
  text-align: center;
  border-bottom: solid 1px;
            }

nav#global {  
  width: 98%;
  display: table-cell;
  float: left;
  font-size: .9em;
  padding: 1em 0em;
                     }

a.link{
  text-decoration: none;
  color: #232323;
  padding: 5px 1.5em;
  margin: 10px;
  border-radius: 20px;
         }

a.link:hover{
  background:  rgba(238, 130, 124, 0.6);
  color: #ffffff;
                       }

span.now{
  background: rgba(238, 130, 124, 0.6);
  color: #ffffff;
  padding: 5px 1.5em;
  margin: 10px;
  border-radius: 20px;
               }

/*ここから本文*/
#wrapper{
  position: relative;
  top: 70px;
  z-index: 10;
  width: 80%;
  margin: 40px auto;
                  }

/*章デザイン*/
a.chapter{
   display: inline-block;
   background: #e8005dc2;
   padding: .7em 1.4em;
   margin: 10px auto;
   color: #ffffff;
                  }

   .icon2{
      color: #a0a0a0;
           }
  .icon2:hover{
     color: #696969;
                       }
  .icon{
      color: #c0c0c0;
           }