@charset "utf-8";

/**********************************************/
/* 気候変動適応情報プラットフォーム*/
/* 地域適応コンソーシアム事業　シンポジウム*/
/**********************************************/

/*概要*/
.overview {
    padding: 0 20px;
}
.overview table th {
    padding: 3px 5px;
}

.overview table td {
    padding: 3px 5px;
}

/*プログラム*/
.tbl-symposium {
    width: 100%;
    border-collapse: collapse;
    border: 1px #bdbdbd solid;
    margin-bottom: 20px;
}
.tbl-symposium th {
    border: 1px #bdbdbd solid;
    border-right-color:#fff;
    padding: 10px;
    background-color: #a4c451;
}
.tbl-symposium td {
    border: 1px #bdbdbd solid;
    padding: 10px 10px;
}

/*開催時間*/
.time {
    font-size: 0.9em;
}


/*講演者*/
.speaker {
    margin: 0;
}
.speaker dt {
    font-weight: bold;
    font-size: 1.05em;
}
.speaker dd {
    margin: 5px 0 0 0;
}


/*一日目*/
#day1 {}
#day1 .download {
    margin-top: 30px;
    text-align:right;
}

/*二日目*/
#day2 .tbl-symposium {
    width: 100%;
    table-layout: fixed;
}
#day2 .tbl-symposium td {
    text-align: center;
}

#day2 .download {
    margin-top: 30px;
    text-align:right;
}


/*微調整*/
.speaker dd.mt10 {
	margin-top: 10px
}

/****************************************/
/*PDFダウンロードボタン*/
/****************************************/
.download a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
    font-size: 90%;
    letter-spacing: -0.5px;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.download a[type$="pdf"] {
    background-image:none;
    background:url("../img/icon_pdf_w.png") no-repeat 7px center;
    background-size:24px;
    background-color:#ffcc00;
    color:#000;
    padding: 8px 10px 8px 37px;
}
.download a[type$="pdf"]:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color:#bbb;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}




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


/*normal*/
/*  768px 以下 */
@media screen and (max-width: 768px) {
}


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


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


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

