@charset "UTF-8";

/* chrome用 フォームの自動入力で背景色が変わらない用に上書きする  */
input:-webkit-autofill,
textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}

.publications .research-content div.select {
    display: block;
}

.publications .research-content .inner-box {
    display: none;
}