/**
 * CVクライアント CSS
 */
@charset "UTF-8";

.rm-page-header {
    /*background-color: #1a90b6;*/
    /*color: #fff;*/
    position: relative;
    padding: 16px;
}

/** アバター */
.rm-avatar {
    position: relative;
}
.rm-avatar img {
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e2e2e2;
    margin: auto;
    /*max-width: 140px;*/
    max-height: 140px;
}

/** 氏名 */
.frame.nc-content article h1.rm-researcher-name {
    font-size: 2.5em;
    margin-bottom: 0;
}

/** 氏名ルビー */
.rm-ruby {
    font-size: 1.2em
}

/** フレームヘッダー */
.cvclient-researcher .rm-cv-panel-heading {
    padding: 0;
}
article.cvclient-researcher h2.rm-cv-panel-title {
    padding: 10px 0 10px 15px;
    font-size: 110%;
    margin: 0;
}

.cvclient-researcher .panel-default > .panel-heading .rm-cv-header-badge {
    background-color: #777;
}
.cvclient-researcher .panel > .panel-heading .rm-cv-header-badge {
    margin-top: 10px;
}
.cvclient-researcher .panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.cvclient-researcher .panel:not(:last-child) {
    margin-bottom: 20px;
}

/** 行の区切り */
.rm-cv-line-breaks-dl dt,
.rm-cv-line-break-dt {
    float:left;
    clear:both;
}

.rm-cv-line-breaks-2col dt:nth-child(5),
.rm-cv-line-breaks-2col dt:nth-child(9),
.rm-cv-line-breaks-2col dt:nth-child(13),
.rm-cv-line-breaks-2col dt:nth-child(17) {
    float:left;
    clear:both;
}

/** 基本情報 */
.rm-cv-basic-dl,
.rm-cv-detail-dl {
    margin-bottom: 10px;
}

.rm-cv-basic-dl dt,
.rm-cv-detail-dl dt {
    font-weight: normal;
}

.rm-cv-basic-dl dt:not(.text-danger),
.rm-cv-detail-dl dt:not(.text-danger) {
    /*color: #909090;*/
}

@media (min-width: 768px) {
    .rm-cv-detail-dl dt,
    .rm-cv-basic-dl dt {
        text-align: right;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .rm-cv-detail-dl dt,
    .rm-cv-basic-dl dt {
        text-align: right;
        padding-right: 25px;
    }
}

/* スマホだと一列表示 */
@media (max-width: 479px) {
    .rm-cv-detail-dl dt,
    .rm-cv-basic-dl dt,
    .rm-cv-detail-dl div {
        width: 100%;
        margin-top: 7px;
    }
    .rm-cv-detail-dl dd,
    .rm-cv-basic-dl dd,
    .rm-cv-detail-dl div  {
        width: 100%;
    }
}

/* 区切り線 */
hr.rm-cv-hr:not(:last-child) {
    margin-top: 0;
    margin-bottom: 16px;
    border-top: 1px solid #eee;
}
hr.rm-cv-hr:last-child {
    display: none;
}

/* プロフィール */
.rm-cv-description {
    font-size: 90%;
}

/** タイトル */
.rm-cv-list-title {
	font-size: 110%;
}
a.rm-cv-list-title {
	text-decoration: underline;
}
.rm-achievement-lang {
    color: #ccc;
    font-size: 78%;
}

/** 業績リスト表示 */
.rm-cv-list-group {
	padding-left: 0;
	margin-bottom: 0;
}
.rm-cv-list-group li {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #eee;
	border-collapse: collapse;
}

/* 研究キーワードリスト */
.rm-cv-research-interests {
	margin: 0;
}
.rm-cv-research-interests li {
	padding-right: 0;
	padding-bottom: 5px;
}

/* 研究分野リスト */
.rm-cv-research-areas {
	margin: 0;
	padding: 0 20px;
}
.rm-cv-research-areas li {
	padding-right: 0;
	padding-bottom: 5px;
}

/* 著者表示 */
.rm-cv-list-author {
	color: #727272;
}

/* 査読有り、招待有りなどのlebel */
.rm-cv-list-label {
	font-size: 70%;
	margin-right: 4px;
}

/* リスト内の概要 */
.rm-cv-list-description {
	font-size: 85%;
}

/* リストの種別 */
.rm-cv-list-type {
	font-size: 80%;
}

/* Amazonリンク */
.rm-cv-list-thumbnail {
	margin-left: 7px;
	text-align: center;
}
.rm-cv-list-thumbnail a {
	width: 53px;
	display: inline-block;
}
.rm-cv-amazon-thumbnail {
	border: 2px solid #eee;
}

/* もっとみる、ページャ */
.rm-cv-more-btn {
	color: #337ab7;
	background-color: #fff;
	border-color: #ccc;
	border-top-width: 0;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
	padding: 5px 40px;
}
hr.rm-cv-footer-hr {
	margin-top: 0;
	margin-bottom: 0;
}
.research_interests-body hr.rm-cv-footer-hr,
.research_areas-body hr.rm-cv-footer-hr {
	margin-top: 6px;
}

.rm-pagination {
	margin-bottom: 0;
}
