@charset "UTF-8";

/* Base */
html { font-family: 'Alice', serif; font-size: 10px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); }
h1 { font-size: 100%; margin: 0; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Page header */
.page-header {
	font-family: 'Alice', serif; font-size: 10px; line-height: 1.5; 
    border-bottom: 1px solid rgb(230, 230, 230);
	background-color:rgba(40,175,148,0.7);
    padding: 0px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.page-header > .inner {
	background-repeat:no-repeat;
    width: 950px;
    padding: 8px 0px;
    margin: auto;
}
.site-logo {
    float: left;
    line-height: 1;
}

/* Page main */
.page-main {
    margin: auto;
    padding: 103px 10px;
    width: 950px;
}


/*!
 * Gallery
 */

.gallery {
    margin: 0;
    padding: 0;
}

.gallery-item {
    list-style: none;
    margin-top: 10px;
}
.gallery-item.is-loading {
    opacity: 0;
}
.gallery-item a {
    display: block;
    /* 外側に配置された子孫要素を隠す */
    overflow: hidden;
    position: relative;
}
.gallery-item .caption {
	background-color:rgba(236,233,6);
    background-color: rgba(236,233,6, 0.8);
    color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 親要素と同じサイズに */
    width: 100%;
    height: 100%;
    /* 親要素の領域外に絶対配置 */
    position: absolute;
    left: 100%;
    top: 100%;
}
.gallery-item .caption:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.gallery-item .caption > .inner {
    display: inline-block;
    vertical-align: middle;
}
.gallery-item .title {
    display: block;
    font-saptionize: 18px;
    line-height: 1.17;
}
.gallery-item .date {
    display: block;
    font-family: "Georgia", serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75;
}

/* フィルター */
.filter-form {
    float: right;
}
.filter-form label {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 1em;
    padding: 0 0.25em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}
.filter-form label.ui-state-focus {
    outline: 1px dotted;
}
.filter-form label .ui-icon {
    background: url(../img/sprites.png) no-repeat 0 0;
    display: inline-block;
    height: 17px;
    margin-right: 0.5em;
    margin-top: 2px;
    width: 17px;
    vertical-align: top;
}
.filter-form label.ui-state-active .ui-icon {
    background-position: -20px 0;
}

/* 追加読み込みボタン */
.load-more {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 1em 0;
    width: 100%;
    margin-top: 10px;
}

/* jQuery UI helper */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
