div.ccm-page {

div.ccm-block-page-list-wrapper {
    position: relative;
    margin-top: 30px;
}

div.ccm-block-page-list-wrapper div.ccm-block-page-list-header h5 {
    text-transform: capitalize;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    display: table;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 5px 10px 10px;
    font-size: 1rem;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 5px 5px;
    border: 1px solid #CFD1D2
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 360px;
    max-width: none;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    width: 66.7%;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 10px 5px 10px 5px;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

form.ccm-block-page-list-sort-options {
    display: flex;
    justify-content: flex-end;
}

form.ccm-block-page-list-sort-options select {
    width: auto;
}

div.office p {
    margin: 10px 0 0 0;
}

.office-gaiyou {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: .3rem .8rem;
	background: #EEE;
	font-weight: normal;
	line-height: 1.2;
	border:1px solid #CCC;
	border-radius: 3px;
}

div.thumnail_box {
    margin: 10px 0 0 0;
}

@media only screen and (max-width : 640px) {
	div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
		display: block;
		width: 100%;
	}
	div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
		display: none;
	}
}
}
