img.gunskins1 {
margin: 5px 2px 5px 0px;
}

img.gunskins2 {
margin: 5px 0px 5px 2px;
}

img.sw {
margin: 3px 0px 3px 0px;
}

span.itemne1 
{ background-color: #cc0067; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne2
{ background-color: #536d95; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne3
{ background-color: #536d95; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne4
{ background-color: #ff9900; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne5
{ background-color: #536d95; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }


span.itemne6
{ background-color: #536d95; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne7
{ background-color: #536d95; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne7
{ background-color: #dc143c; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height:
  　  }

span.itemne8
{ background-color: #dc143c; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

span.itemne9
{ background-color: #d40019; 
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
  　  }

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0 ;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 4.5vw;
  font-family :freight-sans-pro;/*Google Font*/
     text-shadow: 2px 2px 0 rgba(50,50,50,0.8);
  
  }

.example img {
  width: 100%;
  margin-bottom:10px;
  }