@charset "UTF-8";

/*----------------------------------------
	出版論文
----------------------------------------*/

/*----------------------------------------
	publication
----------------------------------------*/

.publication__wrapper {
	background-color: #fafafa;
	padding: 0px calc(50vw - 50%);
	margin: 0px calc(50% - 50vw) 0;
}

.publication__content{
    margin: 20px 5px;
    /* border-bottom:1px dotted #aaa; */
    background-color: #FFF;
}

.publication__content dl dt {
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}

.section__books{
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    margin: 20px 5px;
}

.section__books dl{
    width:100%;
}

.section__books dl dt{
    border-bottom: 1px dotted #aaa;
	font-weight: bold;
}

.publicaction__text{
    color: #144E94;
}
