@charset "utf-8";

/**********************************************/
/*The 3rd International Climate Change Adaptation Platforms Meeting
/*program.css*/
/**********************************************/
/*タイムテーブル*/
.tbl-program {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 5px;
    border: 1px #ddd solid;
    margin: 30px auto;
    line-height: 140%;
    background-color: #fff;
}
.tbl-program th {
    border-right: 1px #ccc solid;
    border-bottom: 1px #ddd solid;
    background-color:#dfe7eb;
    color:#494949;
    padding:10px 0;
}
.tbl-program th:nth-child(1) {
    width: 12%;
}
.tbl-program th:nth-child(2) {
    width: 75%;
}
.tbl-program th:nth-child(3) {
    width: 13%;
}
.tbl-program td {
    border-bottom: 1px #eee solid;
    border-right: 1px #ddd solid;
    padding:10px 20px;
    word-wrap: break-word;
    word-break: break-all;
}
.tbl-program td.time {
    font-weight:bold;
    text-align: center;
}
.tbl-program td.tdcenter {
    text-align: center;
}
.tbl-program td span {
    display: block;
    margin: 0;
    text-align: right;
}
.tbl-program tr:nth-child(odd) td {
    background-color: #f5f5f5;
}
.tbl-program a {
    font-size:90%;
}
.cb{
	text-align: center;
	background-color: aliceblue;
	font-weight: 500;
}
.al-l{
	text-align: left;
}
.tbl-ses{
	background-color: #D3EEFF!important;
	
}
.li-none{
	list-style-type: none;
	margin-left: -15px;
}
li{
	border-bottom: solid 1px #eee;
}
.bdr-b-none{
	border-bottom: none;
}
.bdr-r-none{
	border-right: none!important;
}
/*a[target=_blank][type="application/pdf"]::after {
    font-family: "FontAwesome";
    content: '\f1c1';
	margin-left: 5px;
	color: #FF6666;
}*/
/**/
figure.photo {
    margin: 20px auto;
    text-align: center;
}
.photo figcaption {
    text-align: center;
}
figure.photo img {
    width: 70%;
    max-width: 900px;
    display: block;
    margin: 0 auto 10px;
}

.pdf-col2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdf-col2 span{
	text-align: left!important;
	width: calc(100% - 70px);
}
.pdf-col2 a{
	width: 50px;
}
a[type$="pdf"] {
    background:url("../img/PDF_24.png") no-repeat right center;
    background-size: 18px;
}

/****************************/
/*レスポンシブ
/****************************/
/*large*/
/*  980px 以下 */
@media screen and (max-width: 980px) {
}

/*small*/
/*  624px 以下 */
@media screen and (max-width: 624px) {

    .tbl-program th {
        font-size: 90%;
    }
    .tbl-program td {
        padding:4px 5px;
        font-size: 90%;
    }
    .tbl-program th:nth-child(1) {
        width: 15%;
    }
    .tbl-program th:nth-child(2) {
        width: 50%;
    }
    .tbl-program th:nth-child(3) {
        width: 35%;
    }
    .tbl-program td ul {
        margin:0 0 0 2em;
        padding:0;
    }

/*    #in-day101 td.time {
        width: 0%;
        
    }
    #in-day101 td.presenter {
        width: 100%;
    }
    #in-day101 td.pdf {
        width: 100%;
    }*/

}

/*x-small*/
/*  520px 以下 */
@media screen and (max-width: 520px) {
}

