@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Poppins:400,600,700");
#contents{
	line-height: 1.6;
}
#contents section,
#contents article{
	box-sizing: border-box;
} 
#contents img {
    max-width: 100%;
    border: none;
    border-style: none;
    vertical-align: top;
}
#contents a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

#contents a:active,
#contents a:hover {
  outline-width: 0;
}
#contents a {
  position: relative;
  outline: none;
  color: #222;
  text-decoration: none;

  -webkit-touch-callout: none;
}
#contents a:hover {
  text-decoration: none;
}
#contents a:hover img {
  opacity: 1 !important;
}
#contents ul,
#contents ol {
  list-style: none;
}
button, input {
    border-style: none;
    background-color: transparent;
    color: inherit;
}

.kvslick_control  button{
	cursor: pointer;
}