/*
 * H27zugacon
 */

html {
    font-family: "Meiryo","Hiragino kaku Gothic ProN",sans-serif;
}

button {
    outline: none;
}

.page-main {
    position: relative;
}

.page-main > div {
    padding: 0 0 5px;
}

#buttons1 {
    background-color: #fff;
}

#buttons1 .inner {
    position: relative;
    width:100%;	
}

#buttons1 button {
    display: block;
    float: right;
    width: 110px;
    height: 30px;
    margin: 0 5px 20px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: #999999;
    border: none;
    border-radius: 5px;
}

/*
 * Helpers
 */

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

#buttons1 button {
    position: relative;
}

#buttons1 button .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
}

#buttons1 button span span {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #131d3d;
    background-color: #65a2d8;
    border-radius: 5px;
}

/* JavsScript 無効時*/
.no-js .slideshow img:first-child {
    display: inline;
}
