<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/******************/
/******************/


.window {margin:0 auto; width:100%; padding:0 0 30px 20px;}

.filter {margin:0 0 0 0;}
.filter a {margin-right:5px; color:#666;}
.filter a.current { font-weight:bold;}

.isotope {
width:100%;
text-align:center;
clear:both;
display:block;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
position:relative;
    /*background-color: pink;*/
}

.item {
float:left;
display:inline-block;
background:#ffffff;
	background:-webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#ffffff));
	background:-moz-linear-gradient(top left, #f8f8f8, #ffffff);
	background:-ms-linear-gradient(top left, #f8f8f8, #ffffff);
	background:-o-linear-gradient(top left, #f8f8f8, #ffffff);
	background:linear-gradient(to bottom right, #f8f8f8, #ffffff);
width:20%;
padding:0;
margin:0;
overflow:hidden;
position:relative;
line-height:0;
z-index:20;
    
    height:auto;
/*    min-height:382px;*/
    max-width:302px;
    margin:15px 0;

}


.isotope .item {
	-webkit-transition-property:-webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	-ms-transition-property:-moz-transform, opacity;
	-o-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity;

    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    -ms-transition-duration:0.8s;
    -o-transition-duration:0.8s;
    transition-duration:0.8s;

}

.isotope .item a img {
    display:inline-block; 
    line-height:0;
    width:100%;
    margin:20px 0 0 0;
    height: auto;
}

.isotope .item p{
/*    background-color: gray;*/
}
.isotope .item p img {
/*    display:inline-block; 
    line-height:0;*/
    width:100%;
    margin:0;
    height: auto;
}
.isotope .item div.bdoc1{
/*    background: url(../images/illust_01.gif) no-repeat left bottom;
    -moz-background-size:100% 100%;
    background-size:100% 100%;*/
    position:relative;
    color:#58332a;
}
.isotope .item div.bdoc1 .txt1{
    position:absolute;
    top:10px;
    left:0;
    display:block; 
    width:62%;
    margin-left:15px;
    font-size: 12px;
    line-height:1.5;
    /*background-color: gray;*/
}
.isotope .item div.bdoc1 .mid1{
    font-weight: bold;
    font-size:14px;
    width:107%;
    line-height:1.7;
    /*background-color: pink;*/
}
.isotope .item{
    border:1px solid #8b8786;
    border-radius: 10px;          
    -webkit-border-radius: 10px;     
    -moz-border-radius: 10px; 
}


.isotope-wrap{
    position:relative;
}
.isotope-wrap .kara{
    width:10px;
    height:10px;
    float:left;
}




/* 表示領域が920px以下の場合に適用するスタイル */
@media screen and (max-width: 920px) {
    .isotope .item {    
        height:auto;
    /*    min-height:329px;*/
        max-width:260px;
    }
}

/* 表示領域が800px以下の場合に適用するスタイル */
/*
@media screen and (max-width: 800px) {
    .isotope .item {    
    height:auto;
        min-height:266px;
        max-width:210px;
    }
}*/

/* モバイル仕様 */
/* 表示領域が768px以下の場合に適用するスタイル */
@media screen and (max-width: 1023px) {
    .isotope .item {    
        height:auto;
    /*    min-height:380px;*/
        max-width:400px;
    }
    .isotope .item div.bdoc1{
        display:none;
    }

/* 表示領域が540px以下の場合に適用するスタイル */
@media screen and (max-width: 540px) {
    .isotope .item {    
        height:auto;
    /*    min-height:266px;*/
        max-width:210px;
    }
}


/* 表示領域が420px以下の場合に適用するスタイル */
@media screen and (max-width: 420px) {
    .isotope .item {    
        height:auto;
    /*    min-height:228px;*/
        max-width:180px;
    }
}
</pre></body></html>