@charset "utf-8";

.program-list {
    display: flex;
    flex-wrap: wrap;
}

.program-list li {
    width: 40%;
}

.program-item-title h4 {
	font-size: 24px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border-bottom:2px solid;
}

/* 追加　プリプレス */
.program-item-title h5 {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-color: #c8dfdd;
}

.program-staff {
    display: flex;
}

.program-item-place {
    margin: 0 5% 0 75%;
    background-color: #0085B2;
	color: #ffffff;
    text-align: center;
}

.program-item-chairman {
    display: flex;
}

.program-item-chairman dt {
	width: 10%;/* TODO: %に */
	text-align: left;
	padding-left: 5px;
	background-color: #c0bce3;
	margin-left: 30px;
}

.program-item-chairman dd {
	width: 90%;
	display: flex;
	margin-left: 15px;
}

.program-item-chairman-name{
	font-weight: bold;
}

.program-item-chairman-role{
	margin-left: 15px;
}

.program-item-staff {
	display: flex;
	margin-top: 15px;
}

.program-item-staff dt {
	width: 10%;/* TODO: %に */
	text-align: left;
	padding-left: 5px;
	background-color: #dfceba;
	margin-left: 30px;
}

.program-item-staff dd {
    width: 90%;/* TODO: %に */
    margin-left: 15px;
}

.program-item-staff dd .program-item-staff-name-role {
    display: flex;
}

.program-item-staff-name{
    font-weight: bold;
}

.program-item-staff-role{
    margin-left: 15px;
}

/* 追加　プリプレス */
.program-item-title{
    font-weight: bold;
	font-size: 20px;
}

/* 追加　プリプレス */
.program-item-kyosan{
    margin-top: 15px;
    margin-left: 30px;
}
