@imp ort url(http://fonts.googleapis.com/css?family=Roboto:300,400,600,700&subset=latin-ext);

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

img {border: 0; vertical-align: middle;}

section, header, footer, aside, nav, main, article, figure, div {
    display: block;
}

p {font-size: 100%}

body{
	font-smooth: always;
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size: 16px;
}

h2 {
	font-size: 1em;
	line-height: 1.25;	
	font-weight: 600;
}

h3 {
	font-size: .9375em;
	line-height: 1.5;
	font-weight: 600;
}

h4 {
  font-size: 1em;
  line-height: 3em;
  font-weight: 400; 
}

.clearfix::after {
    content: " ";
    clear: both;
    display: table;
}

a {text-decoration: none;}

strong {font-weight: 600;}

.omot {
  max-width: 1152px;
  width: 100%;
  padding: 0 2em;
}
/* *****************************************************/
.slider-holder
{
    width: 300px;
    height: 300px;
    background-color: yellow;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}

.image-holder
{
    width: 900px;
    background-color: red;
    height: 300px;
    clear: both;
    position: relative;
   
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s;
}

.slider-image
{
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#slider-image-1:target ~ .image-holder
{
    left: 0px;
}

#slider-image-2:target ~ .image-holder
{
    left: -300px;
}

#slider-image-3:target ~ .image-holder
{
    left: -600px;
}

.button-holder
{
    position: relative;
    top: -20px;
}

.slider-change
{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: brown;
}

@media only screen and (max-width: 1000px) {
	.omot {padding: 0;}

}

#@media only screen and (min-width: 1920.1px) {
#  body {
#   font-size: 111%;
#  }
#}