html {
	background-color: #eee;
	background: repeat-x left bottom url("../image/bk.jpg") fixed !important;
}
html, h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', serif;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
#header-content {
    width: 80%;
    margin: 30px auto;
}
#slider-content {
    width: 80%;
    margin: 30px auto;
}
.thumbs-title {
    padding:  3px;
}
.thumbs-title > div{
    white-space: nowrap;
}
.thumbs-item {
    width: 160px;
}
.thumb-cover {
    color: #000;
    background: #fff;
    opacity: 0.8;
    width: 150px;
    margin-left: 5px;
    font-size: 14px;
}
.yomi {
	font-size: 0.75em;
}
#media-image {
	cursor: pointer;
}
#image-detail {
    overflow: auto;
    width: 80vw;
    height: 80vh;
    max-width: 1000px;
}
#image-detail h3 {
    margin: 0 0 10px 0;
}
#image-detail p {
    margin: 10px 0;
}

.slider-previous, .slider-next {
    border-radius: 10px;
    opacity: 0.3;
    background: #fff;
    color: #000 !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.slider-previous:hover, .slider-next:hover {
    opacity: 0.6;
}
.gaiyo {
	padding: 10px 40px;
}
.gaiyo p {
	font-size: 14px;
	line-height: 2em;
	margin: 0;
}
