div.ccm-block-feature-item p{margin-left:30px}div.ccm-block-feature-item i{margin-right:10px}div.ccm-block-feature-item{margin-bottom:40px}


.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-desc a:after,.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-desc span:after{border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-asc a:after,.ccm-block-express-entry-list-table th.ccm-results-list-active-sort-asc span:after{border-color:transparent transparent #000;border-style:solid;border-width:0 4px 4px;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}a.ccm-block-express-entry-list-advanced-search{margin-left:20px;white-space:nowrap}a.ccm-block-express-entry-list-advanced-search:after{border-color:transparent transparent #000;border-style:solid;border-width:0 4px 4px;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}a.ccm-block-express-entry-list-advanced-search-open:after{border-color:#000 transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:10px;vertical-align:middle;width:0}div.ccm-block-express-entry-list-advanced-search-fields{margin-bottom:20px}



    /* Container used for styling the custom select, the buttom class adds the bg gradient, corners, etc. */
.dropdown {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
}

/* This is the native select, we're making everything the text invisible so we can see the button styles in the wrapper */
.dropdown select {
    width: 100%;
    margin: 0;
    background: none;
    border: 1px solid transparent;
    outline: none;
    /* Prefixed box-sizing rules necessary for older browsers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Remove select styling */
    appearance: none;
    -webkit-appearance: none;
    padding: .6em 1.9em .5em .8em;
}

.dropdown::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top: -4px;
    z-index: 2;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .dropdown select::-ms-expand {
        display: none;
    }

    .dropdown select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}

body:last-child .dropdown::after,
x:-moz-any-link {
    display: none;
}

/* reduce padding */
body:last-child .dropdown select,
x:-moz-any-link {
    padding-right: .8em;
}

_::-moz-progress-bar,
body:last-child .dropdown {
    overflow: hidden;
}

/* Show only the custom icon */
_::-moz-progress-bar,
body:last-child .dropdown:after {
    display: block;
}

_::-moz-progress-bar,
body:last-child .dropdown select {
    padding-right: 1.9em;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    width: 110%;
}

_::-moz-progress-bar,
body:last-child .dropdown select:focus {
    outline: 2px solid rgba(180, 222, 250, .7);
}


/* Opera - Pre-Blink nix the custom arrow, go with a native select button */
x:-o-prefocus,
.dropdown::after {
    display: none;
}


/* Hover style */
.dropdown:hover {
    border: 1px solid #888;
}

/* Focus style */
select:focus {
    outline: none;
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa;
}


/* Firefox focus has odd artifacts around the text, this kills that */
select:-moz-focusring {
    color: transparent;
}

option {
    font-weight: normal;
}

/* These are just demo button-y styles, style as you like */
.button {
    width: 90%;
    border: 1px solid #bbb;
    border-radius: .3em;
    background: #f7f7f7;
    /* Old browsers */
}
/*
PROJ_TEZUKAYAMA-4 デジタル博物館
width/heightが自動設定されてデザインが崩れるのでauto指定
*/
.photo img {
    height: auto;
    width: auto;
}


