#thumBox{
	overflow:auto;
	padding-bottom: 25px;
        padding-left: 12px;
}

.thumF {
    padding-top: 10px;
    clear: both;
}


.thumKiji {
    float: left;
    width: 155px;
    margin-right: 10px;
}

.thumKiji2 {
    float: left;
    width: 155px;
    margin-right: 12px;
}

.thumP {
	padding-top: 5px
}


#thumBox .thumImg img {
	width: 155px;
    max-width: 155px;
    height: 120px;
    max-height: 120px;
    float: left;
/*    background-color: #f1f1f1;*/
    object-fit: contain;
	border: solid 1px #505050;
}
#thumBox .thumImg .text {
    max-width: 145px;
    width: 145px;
    height: 112px;
    max-height: 112px;
    float: left;
    background-color: #f6f7f9;
    object-fit: contain;
    padding: 4px;
/*    border: #134cae solid 1px;*/
/*	border: #a0a0a0 solid 1px;*/
	border: #505050 solid 1px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    color: #134cae;
}

#thumBox .ttT {
     padding-top: 10px;
	 color:#000;
}

#thumBox .ttK {
     padding-top: 8px;
     font-size: 16px;
	color: #000;
    font-weight: bold;
	line-height: 20px;
}
#thumBox span.nt {
    writing-mode: vertical-lr;
}

#thumBox .thumImg p {
    text-align: center;
    background-color: #eee;
}

#thumBox .thumKijiR {
    float: right;
    width: 155px;
/*    padding-right: 12px;*/
    margin-right: 12px;
}


.thumKiji:hover {
    background-color: #f2f5f7;
}

.thumKijiR:hover {
    background-color: #f2f5f7;
}
.thumKiji2:hover {
    background-color: #f2f5f7;
}
p.thumP a {
    text-decoration: none;
}

.thumKiji:hover a.title {
    text-decoration: underline;
}

.thumKijiR:hover a.title {
    text-decoration: underline;
}

.thumKiji2:hover a.title {
    text-decoration: underline;
}
p.thumT {
    color: #636363;
    font-size: 14px;
}

p.thumTtle {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    color: #333;
}
