@charset "utf-8";

/* 物件
--------------------------- */
.bkn-list {
    margin: 0 0 -8px;
}
    .bkn-list li {
        float: left;
		width: 222px;
		min-height: 264px;
        margin: 0 8px 8px 0;
        box-shadow: 0 0 4px rgba(0,0,0,.35);
        background-color: #fff;
    }
	.bkn-list li:nth-child(3n){
        margin: 0;
    }
        .bkn-list__area {
            height: 38px;
            line-height: 38px;
            padding: 0 0 0 9px;
            background: -moz-linear-gradient(top center, #fff 0%, #e5e5e5 100%);
            background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e5e5e5));
            background: linear-gradient(top center, #fff 0%, #e5e5e5 100%);
            font-size  : 12px;
            font-weight: bold;
            color      : #1a79c2;
			text-overflow: ellipsis;
			overflow     : hidden;
			white-space  : nowrap;
        }
		.bkn-list__img {
			width: 100%;
			height: 114px;
		}
        .bkn-list-inner {
            padding: 6px 10px 10px;
        }
            .bkn-list__date {
                line-height: 1;
                font-size: 12px;
                color    : #535353;
                margin: 0 0 8px;
            }
                .bkn-list__date span {
                    margin: 0 0 0 8px;
                    font-size: 12px;
                    color    : #e60012;
                }
            .bkn-list__name {
                font-size  : 12px;
                font-weight: bold;
                color      : #000;
                line-height: 1.3;
                height: 57px;
            }
            .bkn-list__tag {
                font-size: 0;
            }
                .bkn-list__tag span {
                    height: 19px;
                    padding: 0 7px;
                    font-size: 11px;
                    color: #fff;
                    margin: 0 3px 0 0;
                	display: inline-block;
				}
                .bkn-list__tag__open {
                    background: #4297d9;
                    background: -moz-linear-gradient(top, #4297d9 0%, #67bdff 50%, #4297d9 100%);
                    background: -webkit-linear-gradient(top, #4297d9 0%,#67bdff 50%,#4297d9 100%);
                    background: linear-gradient(to bottom, #4297d9 0%,#67bdff 50%,#4297d9 100%);
                }
                .bkn-list__tag__notice {
                    background: #7ca91d;
                    background: -moz-linear-gradient(top, #7ca91d 0%, #9fcc40 50%, #7ca91d 100%);
                    background: -webkit-linear-gradient(top, #7ca91d 0%,#9fcc40 50%,#7ca91d 100%);
                    background: linear-gradient(to bottom, #7ca91d 0%,#9fcc40 50%,#7ca91d 100%);
                }

