.bgslideshow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.bgslideshow img {
    position: absolute;
    min-height: 100%;
    min-width: 1340px;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

body {
    width: 1084px;
    margin: 0 auto;
}

.button {
    display: inline-block;
    width: 126px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #333;
    border-left: 1px solid rgb(230, 224, 224);
    color: #fff;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.button:hover {
    background-color: #fff;
    border-color: #cc0099;
    color: #cc0099;
}

.button::before,
.button::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #333;
}

.button::before {
    right: 0;
}

.button::after {
    left: 0;
}

.button:hover::before,
.button:hover::after {
    width: 0;
    background-color: #cc0099;
}

nav {
    margin: 0 auto;
    width: 1044px;
}

.tweet img {
    float: right;
    margin-top: -45px;
    width: 45px;
    height: 45px;
}

.eto img {
    margin-top: -40px;
    margin-left: 145px;
}

h6 {
    font-family: serif;
    font-weight: 700;
    font-size: 40px;
    color: #3e7df2;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 20px;
}

.newyear p {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: black;
    margin-bottom: 30px;
    margin-left: 55px;
}

h5 {
    position: relative;
    top: 20px;
    left: 20px;
}

h5 img {
    width: 120px;
    height: auto;
}

h1 {
    font-family: 'Fredericka the Great', cursive;
    font-weight: lighter;
    font-size: 110px;
    color: #000;
    margin: 70px 0 0 50px;
}

/*Topページのbox１は高さとマージンを変えて調整する*/
.box1 {
    width: 760px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 50px 0 0 50px;
    padding: 10px 8px 20px 10px;
}

.topics {
    float: left;
    margin-bottom: 20px;
    padding-top: 3px;
    background-color: none;
    width: 655px;
}

.haguruma {
    float: right;
}

h2 {
    font-size: 17px;
    color: red;
    font-family: sans-serif;
    border-bottom: 1px;
    border-style: solid;
    line-height: 1.2em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
}

h3 {
    font-size: 15px;
    font-family: sans-serif;
    line-height: 1.4em;
    margin-top: 4px;
    margin-left: 10px;
}

h4 {
    font-size: 13px;
    font-family: sans-serif;
    line-height: 1.4em;
    margin-left: 10px;
}

.mini_button_blue {
    font-size: 12px;
    font-family: sans-serif;
    background-color: #333;
    border-radius: 4px;
    margin-top: 4px;
    color: #fff;
    display: inline-block;
    width: 49px;
    height: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    outline: none;
}

.mini_button_blue:hover {
    background-color: #3366ff;
}

.mini_button_blue::before,
.mini_button_blue::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.mini_button_blue,
.mini_button_blue::before,
.mini_button_blue::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .2s;
}

.mini_button_pink {
    font-size: 13px;
    font-family: sans-serif;
    background-color: #333;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 0;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 19px;
    outline: none;
}

.mini_button_pink:hover {
    background-color: #ff33cc;
}

.mini_button_pink::before,
.mini_button_pink::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.mini_button_pink,
.mini_button_pink::before,
.mini_button_pink::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .2s;
}

.santra_block {
    float: left;
    background-color: none;
    width: 270px;
    margin-top: 2px;
    margin-bottom: 35px;
}

.santra_block p {
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
}

.santra_block p.indent {
    text-indent: -0.5em;
}

.santra_block p span {
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1.2em;
}

.box1 img {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
}


.mini_button {
    font-size: 14px;
    font-family: sans-serif;
    background-color: #333;
    border-radius: 4px;
    margin-top: 4px;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    outline: none;
}

.mini_button:hover {
    background-color: #3366ff;
}

.mini_button::before,
.mini_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.mini_button,
.mini_button::before,
.mini_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


footer {
    clear: both;
    background-color: noun;
    width: 1084px;
    height: 100px;
    font-size: 11px;
    font-weight: lighter;
    font-family: sans-serif;
    color: #0e0d0d;
    line-height: 1.5em;
    margin: 80px 10px 20px 50px;
}

footer.indent {
    text-indent: -0.6em;
}