.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
#menu { 
  width:100%;  
  padding:0;
  margin:0;
  margin-left: 0 ;
   margin-right: 0;   
  list-style-type: none;
   background-color: #000000;
   float: left;
} 



 
#menu li { 
 
  background-color: #000000;
  width:20%; 
  margin:0; 
  float:left;  
  padding:0; 
  margin:0; 
  text-align:center; 
} 




#menu li a { 
  font: "Noto Sans Japanese", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
  width:auto; 
  color:#fff; 
  font-size:16px; 
  font-weight:bold; 
  padding:10px 0; 
  text-decoration:none; 
  display:block; 
  background-color:#000;  
} 

#menu li a:hover { 
 border : solid 1px #fff ;
  background:#555;
   -webkit-transform: scale(1.1);
    transform: scale(1.1);  
} 

#content img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
 
#content img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cover {
width: 100%;
height: auto;
 background-color:#000;
}




